<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar &gt; .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc( 0.3125rem + 2px );
  left: calc( -2.8125rem + 2px );
  width: calc( 1.25rem - 4px );
  height: calc( 1.25rem - 4px );
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc( 0.21875rem + 2px );
  left: calc( -1.96875rem + 2px );
  width: calc( 0.875rem - 4px );
  height: calc( 0.875rem - 4px );
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.input-group &gt; .input-group-prepend &gt; .btn-group &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn-group &gt; .btn,
.input-group &gt; .input-group-append:last-child &gt; .btn-group:not(:last-child):not(.dropdown-toggle) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .input-group-append &gt; .btn-group &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn-group &gt; .btn,
.input-group &gt; .input-group-prepend:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control &gt; label, .b-form-btn-label-control.form-control[dir=rtl] &gt; label {
  text-align: right;
}

.b-form-btn-label-control.form-control &gt; .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control &gt; .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid &gt; .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid &gt; .btn {
  color: #dc3545;
}
.b-form-btn-label-control.form-control &gt; .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control &gt; .form-control {
  height: auto;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control &gt; .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control &gt; .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control &gt; .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control &gt; .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] &gt; label {
  cursor: default;
}

.b-form-btn-label-control.btn-group &gt; .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc( 1.5em + 1rem );
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc( 1.5em + 0.5rem );
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group &gt; .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group &gt; .custom-range + .form-control,
.input-group &gt; .custom-range + .form-control-plaintext,
.input-group &gt; .custom-range + .custom-select,
.input-group &gt; .custom-range + .custom-range,
.input-group &gt; .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group &gt; .form-control + .custom-range,
.input-group &gt; .form-control-plaintext + .custom-range,
.input-group &gt; .custom-select + .custom-range,
.input-group &gt; .custom-range + .custom-range,
.input-group &gt; .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group &gt; .custom-range:focus {
  z-index: 3;
}
.input-group &gt; .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group &gt; .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group &gt; .custom-range {
    transition: none;
  }
}
.input-group &gt; .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group &gt; .custom-range:disabled, .input-group &gt; .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg &gt; .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm &gt; .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

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

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

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

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output &gt; div,
.b-form-spinbutton output &gt; bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) &gt; div &gt; .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags .b-form-tags-list .b-from-tags-field,
.b-form-tags .b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}
.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag &gt; button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top &gt; .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top &gt; .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right &gt; .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right &gt; .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom &gt; .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom &gt; .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left &gt; .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left &gt; .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top &gt; .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top &gt; .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right &gt; .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right &gt; .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom &gt; .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom &gt; .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left &gt; .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left &gt; .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top &gt; .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top &gt; .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right &gt; .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right &gt; .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom &gt; .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom &gt; .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left &gt; .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left &gt; .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top &gt; .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top &gt; .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right &gt; .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right &gt; .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom &gt; .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom &gt; .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left &gt; .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left &gt; .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top &gt; .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top &gt; .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right &gt; .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right &gt; .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom &gt; .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom &gt; .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left &gt; .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left &gt; .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top &gt; .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top &gt; .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right &gt; .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right &gt; .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom &gt; .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom &gt; .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left &gt; .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left &gt; .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top &gt; .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top &gt; .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right &gt; .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right &gt; .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom &gt; .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom &gt; .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left &gt; .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left &gt; .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top &gt; .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] &gt; .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top &gt; .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] &gt; .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right &gt; .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] &gt; .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right &gt; .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] &gt; .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom &gt; .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] &gt; .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom &gt; .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] &gt; .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left &gt; .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] &gt; .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left &gt; .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] &gt; .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) &gt; .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right &gt; .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar &gt; .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar &gt; .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar &gt; .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar &gt; .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar &gt; .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: "\A0";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table &gt; tbody &gt; tr.b-table-details &gt; td {
  border-top: none !important;
}
.table.b-table &gt; caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top &gt; caption {
  caption-side: top !important;
}
.table.b-table &gt; tbody &gt; .table-active,
.table.b-table &gt; tbody &gt; .table-active &gt; th,
.table.b-table &gt; tbody &gt; .table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover &gt; tbody &gt; tr.table-active:hover td,
.table.b-table.table-hover &gt; tbody &gt; tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table &gt; tbody &gt; .bg-active,
.table.b-table &gt; tbody &gt; .bg-active &gt; th,
.table.b-table &gt; tbody &gt; .bg-active &gt; td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark &gt; tbody &gt; tr.bg-active:hover td,
.table.b-table.table-hover.table-dark &gt; tbody &gt; tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header &gt; .table,
.table-responsive &gt; .table,
[class*=table-responsive-] &gt; .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header &gt; .table.b-table &gt; thead &gt; tr &gt; th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header &gt; .table.b-table &gt; thead &gt; tr &gt; .b-table-sticky-column,
.b-table-sticky-header &gt; .table.b-table &gt; tbody &gt; tr &gt; .b-table-sticky-column,
.b-table-sticky-header &gt; .table.b-table &gt; tfoot &gt; tr &gt; .b-table-sticky-column,
.table-responsive &gt; .table.b-table &gt; thead &gt; tr &gt; .b-table-sticky-column,
.table-responsive &gt; .table.b-table &gt; tbody &gt; tr &gt; .b-table-sticky-column,
.table-responsive &gt; .table.b-table &gt; tfoot &gt; tr &gt; .b-table-sticky-column,
[class*=table-responsive-] &gt; .table.b-table &gt; thead &gt; tr &gt; .b-table-sticky-column,
[class*=table-responsive-] &gt; .table.b-table &gt; tbody &gt; tr &gt; .b-table-sticky-column,
[class*=table-responsive-] &gt; .table.b-table &gt; tfoot &gt; tr &gt; .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header &gt; .table.b-table &gt; thead &gt; tr &gt; .b-table-sticky-column,
.table-responsive &gt; .table.b-table &gt; thead &gt; tr &gt; .b-table-sticky-column,
[class*=table-responsive-] &gt; .table.b-table &gt; thead &gt; tr &gt; .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header &gt; .table.b-table &gt; tbody &gt; tr &gt; .b-table-sticky-column,
.b-table-sticky-header &gt; .table.b-table &gt; tfoot &gt; tr &gt; .b-table-sticky-column,
.table-responsive &gt; .table.b-table &gt; tbody &gt; tr &gt; .b-table-sticky-column,
.table-responsive &gt; .table.b-table &gt; tfoot &gt; tr &gt; .b-table-sticky-column,
[class*=table-responsive-] &gt; .table.b-table &gt; tbody &gt; tr &gt; .b-table-sticky-column,
[class*=table-responsive-] &gt; .table.b-table &gt; tfoot &gt; tr &gt; .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table &gt; thead &gt; tr &gt; .table-b-table-default,
.table.b-table &gt; tbody &gt; tr &gt; .table-b-table-default,
.table.b-table &gt; tfoot &gt; tr &gt; .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark &gt; thead &gt; tr &gt; .bg-b-table-default,
.table.b-table.table-dark &gt; tbody &gt; tr &gt; .bg-b-table-default,
.table.b-table.table-dark &gt; tfoot &gt; tr &gt; .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark &gt; tbody &gt; tr:nth-of-type(odd) &gt; .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover &gt; tbody &gt; tr:hover &gt; .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark &gt; tbody &gt; tr:hover &gt; .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table &gt; thead &gt; tr &gt; [aria-sort],
.table.b-table &gt; tfoot &gt; tr &gt; [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table &gt; thead &gt; tr &gt; [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table &gt; tfoot &gt; tr &gt; [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table &gt; thead &gt; tr &gt; [aria-sort].b-table-sort-icon-left,
.table.b-table &gt; tfoot &gt; tr &gt; [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table &gt; thead &gt; tr &gt; [aria-sort=none],
.table.b-table &gt; tfoot &gt; tr &gt; [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table &gt; thead &gt; tr &gt; [aria-sort=ascending],
.table.b-table &gt; tfoot &gt; tr &gt; [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table &gt; thead &gt; tr &gt; [aria-sort=descending],
.table.b-table &gt; tfoot &gt; tr &gt; [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark &gt; thead &gt; tr &gt; [aria-sort=none], .table.b-table.table-dark &gt; tfoot &gt; tr &gt; [aria-sort=none],
.table.b-table &gt; .thead-dark &gt; tr &gt; [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark &gt; thead &gt; tr &gt; [aria-sort=ascending], .table.b-table.table-dark &gt; tfoot &gt; tr &gt; [aria-sort=ascending],
.table.b-table &gt; .thead-dark &gt; tr &gt; [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark &gt; thead &gt; tr &gt; [aria-sort=descending], .table.b-table.table-dark &gt; tfoot &gt; tr &gt; [aria-sort=descending],
.table.b-table &gt; .thead-dark &gt; tr &gt; [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table &gt; thead &gt; tr &gt; .table-dark[aria-sort=none],
.table.b-table &gt; tfoot &gt; tr &gt; .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table &gt; thead &gt; tr &gt; .table-dark[aria-sort=ascending],
.table.b-table &gt; tfoot &gt; tr &gt; .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table &gt; thead &gt; tr &gt; .table-dark[aria-sort=descending],
.table.b-table &gt; tfoot &gt; tr &gt; .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm &gt; thead &gt; tr &gt; [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm &gt; tfoot &gt; tr &gt; [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm &gt; thead &gt; tr &gt; [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm &gt; tfoot &gt; tr &gt; [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) &gt; tbody &gt; tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range &gt; tbody &gt; tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm &gt; caption,
.table.b-table.b-table-stacked-sm &gt; tbody,
.table.b-table.b-table-stacked-sm &gt; tbody &gt; tr,
.table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; td,
.table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm &gt; thead,
.table.b-table.b-table-stacked-sm &gt; tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm &gt; thead &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-sm &gt; thead &gt; tr.b-table-bottom-row,
.table.b-table.b-table-stacked-sm &gt; tfoot &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-sm &gt; tfoot &gt; tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm &gt; caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; [data-label] &gt; div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr.top-row, .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; [rowspan] + td,
.table.b-table.b-table-stacked-sm &gt; tbody &gt; tr &gt; [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md &gt; caption,
.table.b-table.b-table-stacked-md &gt; tbody,
.table.b-table.b-table-stacked-md &gt; tbody &gt; tr,
.table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; td,
.table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; th {
    display: block;
  }
  .table.b-table.b-table-stacked-md &gt; thead,
.table.b-table.b-table-stacked-md &gt; tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md &gt; thead &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-md &gt; thead &gt; tr.b-table-bottom-row,
.table.b-table.b-table-stacked-md &gt; tfoot &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-md &gt; tfoot &gt; tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md &gt; caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; [data-label] &gt; div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md &gt; tbody &gt; tr.top-row, .table.b-table.b-table-stacked-md &gt; tbody &gt; tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; [rowspan] + td,
.table.b-table.b-table-stacked-md &gt; tbody &gt; tr &gt; [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg &gt; caption,
.table.b-table.b-table-stacked-lg &gt; tbody,
.table.b-table.b-table-stacked-lg &gt; tbody &gt; tr,
.table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; td,
.table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg &gt; thead,
.table.b-table.b-table-stacked-lg &gt; tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg &gt; thead &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-lg &gt; thead &gt; tr.b-table-bottom-row,
.table.b-table.b-table-stacked-lg &gt; tfoot &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-lg &gt; tfoot &gt; tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg &gt; caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; [data-label] &gt; div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr.top-row, .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; [rowspan] + td,
.table.b-table.b-table-stacked-lg &gt; tbody &gt; tr &gt; [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl &gt; caption,
.table.b-table.b-table-stacked-xl &gt; tbody,
.table.b-table.b-table-stacked-xl &gt; tbody &gt; tr,
.table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; td,
.table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl &gt; thead,
.table.b-table.b-table-stacked-xl &gt; tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl &gt; thead &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-xl &gt; thead &gt; tr.b-table-bottom-row,
.table.b-table.b-table-stacked-xl &gt; tfoot &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked-xl &gt; tfoot &gt; tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl &gt; caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; [data-label] &gt; div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr.top-row, .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; [rowspan] + td,
.table.b-table.b-table-stacked-xl &gt; tbody &gt; tr &gt; [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked &gt; caption,
.table.b-table.b-table-stacked &gt; tbody,
.table.b-table.b-table-stacked &gt; tbody &gt; tr,
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; td,
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; th {
  display: block;
}
.table.b-table.b-table-stacked &gt; thead,
.table.b-table.b-table-stacked &gt; tfoot {
  display: none;
}
.table.b-table.b-table-stacked &gt; thead &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked &gt; thead &gt; tr.b-table-bottom-row,
.table.b-table.b-table-stacked &gt; tfoot &gt; tr.b-table-top-row,
.table.b-table.b-table-stacked &gt; tfoot &gt; tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked &gt; caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; [data-label] &gt; div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked &gt; tbody &gt; tr.top-row, .table.b-table.b-table-stacked &gt; tbody &gt; tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; [rowspan] + td,
.table.b-table.b-table-stacked &gt; tbody &gt; tr &gt; [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time &gt; .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb &gt; g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb &gt; g {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

/*# sourceMappingURL=bootstrap-vue.css.map */
@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform, height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-css-mode&gt;.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode&gt;.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode&gt;.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode&gt;.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1280px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters&gt;.col,.no-gutters&gt;[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1&gt;*{flex:0 0 100%;max-width:100%}.row-cols-2&gt;*{flex:0 0 50%;max-width:50%}.row-cols-3&gt;*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4&gt;*{flex:0 0 25%;max-width:25%}.row-cols-5&gt;*{flex:0 0 20%;max-width:20%}.row-cols-6&gt;*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1&gt;*{flex:0 0 100%;max-width:100%}.row-cols-sm-2&gt;*{flex:0 0 50%;max-width:50%}.row-cols-sm-3&gt;*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4&gt;*{flex:0 0 25%;max-width:25%}.row-cols-sm-5&gt;*{flex:0 0 20%;max-width:20%}.row-cols-sm-6&gt;*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1&gt;*{flex:0 0 100%;max-width:100%}.row-cols-md-2&gt;*{flex:0 0 50%;max-width:50%}.row-cols-md-3&gt;*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4&gt;*{flex:0 0 25%;max-width:25%}.row-cols-md-5&gt;*{flex:0 0 20%;max-width:20%}.row-cols-md-6&gt;*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1&gt;*{flex:0 0 100%;max-width:100%}.row-cols-lg-2&gt;*{flex:0 0 50%;max-width:50%}.row-cols-lg-3&gt;*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4&gt;*{flex:0 0 25%;max-width:25%}.row-cols-lg-5&gt;*{flex:0 0 20%;max-width:20%}.row-cols-lg-6&gt;*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1&gt;*{flex:0 0 100%;max-width:100%}.row-cols-xl-2&gt;*{flex:0 0 50%;max-width:50%}.row-cols-xl-3&gt;*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4&gt;*{flex:0 0 25%;max-width:25%}.row-cols-xl-5&gt;*{flex:0 0 20%;max-width:20%}.row-cols-xl-6&gt;*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}@media (min-width: 1400px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1&gt;*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2&gt;*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3&gt;*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4&gt;*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5&gt;*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6&gt;*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1400px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1400px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1400px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem !important}.m-xxl-n2{margin:-.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#007bff !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#007bff !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width: 1400px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width: 1400px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media (min-width: 1400px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width: 1400px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem !important}.m-xxl-n2{margin:-.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#007bff !important}a.text-primary:hover,a.text-primary:focus{color:#0056b3 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media (min-width: 576px){.section-break-out{width:100%;position:relative;left:0}}@media (max-width: 575px){.section-break-out .container:not(.make-full-width-on-mobile-with-paddings){padding-left:0 !important;padding-right:0 !important}}@media (max-width: 991px){.make-full-width-on-mobile-with-paddings{padding-left:15px !important;padding-right:15px !important}}.base-margin-top{margin-top:80px}@media (max-width: 991px){.base-margin-top{margin-top:55px}}.base-margin-bottom{margin-bottom:80px}@media (max-width: 991px){.base-margin-bottom{margin-bottom:55px}}.title-margin-bottom{margin-bottom:50px}@media (max-width: 991px){.title-margin-bottom{margin-bottom:25px}}.base-x-padding{padding-right:65px;padding-left:65px}@media (max-width: 991px){.base-x-padding{padding-right:24px;padding-left:24px}}.primary-btn{font-size:18px;line-height:18px;background-color:#0F5EA6;color:#fff;border-radius:50vh;border:none;padding:17px 48px;display:inline-block;font-family:"Eina01-SemiBold";font-weight:normal;text-decoration:none;text-align:center}.primary-btn:hover,.primary-btn:focus-visible{background-color:#002E5D;text-decoration:underline;color:#fff}.secondary-btn{font-size:18px;line-height:18px;background-color:#fff;color:#0F5EA6;border-radius:50vh;border:none;padding:17px 48px;display:inline-block;font-family:"Eina01-SemiBold";font-weight:normal;text-decoration:none;text-align:center;border:2px solid #0F5EA6;border-radius:50vh;text-align:center}.secondary-btn:hover,.secondary-btn:focus-visible{background-color:#002E5D;text-decoration:underline;color:#0F5EA6}.secondary-btn:hover,.secondary-btn:focus-visible{border:2px solid #002E5D;background-color:white;color:#2B869B}.unstyled-btn{background:none;border:none;padding:0}.preamble,.preamble p{font-size:18px;font-family:"Eina01-SemiBold";margin-bottom:35px;line-height:26px}a[target="_blank"]{display:inline-flex;align-items:center}a[target="_blank"]:after{content:"";background-color:currentColor;mask:url("/Static/img/open_in_new.svg") no-repeat center/contain;-webkit-mask:url("/Static/img/open_in_new.svg") no-repeat center/contain;display:inline-block;margin-left:0.2em;width:1em;height:1em}.teal{color:#009EB5}.navigation-buttons{display:flex;flex-wrap:wrap;margin:20px 0 35px 0;width:100%;height:auto}@media (max-width: 991px){.navigation-buttons{width:100%}}.navigation-buttons .navigation-button{display:block;margin-right:32px;margin-bottom:20px;height:66px;display:flex;font-size:18px;padding:17px 32px;align-items:center;justify-content:center;font-family:"Eina01-SemiBold"}@media (max-width: 520px){.navigation-buttons .navigation-button{margin-right:0;width:100%}}.navigation-buttons .navigation-button:focus-visible{outline:2px solid black}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.fade-in-enter-active{-webkit-animation:fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;animation:fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both}.fade-in-leave-active{-webkit-animation:fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both reverse;animation:fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both reverse}html{box-sizing:border-box;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;font-weight:normal}body{max-width:1790px;margin:0 auto;word-wrap:break-word;scroll-behaviour:smooth;font-size:18px;position:relative;font-family:"Eina01-Regular";font-weight:400;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 1200px){body{padding-top:136px}}@media (max-width: 1199px){body{padding-top:80px}}body *{-webkit-font-smoothing:antialiased}body .material-icons{font-family:'Material Icons' !important;font-weight:normal !important}body h1,body .h1{font-size:44px;line-height:48px}@media (max-width: 768px){body h1,body .h1{font-size:32px;line-height:32px}}body h2,body .h2{font-size:32px;line-height:32px}@media (max-width: 768px){body h2,body .h2{font-size:22px;line-height:24px}}body h3,body .h3{font-size:22px;line-height:24px}@media (max-width: 768px){body h3,body .h3{font-size:18px;line-height:22px}}body h4,body .h4{font-size:22px;line-height:24px}@media (max-width: 768px){body h4,body .h4{font-size:18px;line-height:22px}}body h5,body .h5,body h6,body .h6{font-size:18px;font-family:"Eina01-SemiBold"}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5{font-family:"Eina01-SemiBold";font-weight:normal}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{margin-bottom:1.5rem;font-weight:normal}body .headings-increased h1,body .headings-increased .h1{font-size:44px;font-family:"Eina01-SemiBold";font-weight:500;line-height:48px}@media (max-width: 768px){body .headings-increased h1,body .headings-increased .h1{font-size:32px !important;line-height:32px}}body .headings-increased h2,body .headings-increased .h2{font-size:32px;line-height:32px}@media (max-width: 768px){body .headings-increased h2,body .headings-increased .h2{font-size:22px !important;line-height:24px}}body .headings-increased h3,body .headings-increased .h3{font-size:22px;line-height:24px}@media (max-width: 768px){body .headings-increased h3,body .headings-increased .h3{font-size:18px !important;line-height:22px}}body .headings-increased h4,body .headings-increased .h4{font-size:22px;line-height:24px}@media (max-width: 768px){body .headings-increased h4,body .headings-increased .h4{font-size:18px !important;line-height:22px}}body .headings-increased h5,body .headings-increased .h5{font-size:22px;line-height:24px}@media (max-width: 768px){body .headings-increased h5,body .headings-increased .h5{font-size:18px;line-height:22px}}body .headings-increased h6,body .headings-increased .h6{font-size:18px;font-family:"Eina01-SemiBold"}body .headings-increased h2,body .headings-increased .h2,body .headings-increased h3,body .headings-increased .h3,body .headings-increased h4,body .headings-increased .h4,body .headings-increased h5,body .headings-increased .h5{font-family:"Eina01-SemiBold"}body .headings-increased h1,body .headings-increased .h1,body .headings-increased h2,body .headings-increased .h2,body .headings-increased h3,body .headings-increased .h3,body .headings-increased h4,body .headings-increased .h4,body .headings-increased h5,body .headings-increased .h5,body .headings-increased h6,body .headings-increased .h6{margin-bottom:2rem}body p{font-size:18px;line-height:28px}body img{width:100%}body a{color:#0F5EA6;text-decoration:underline;text-underline-offset:3px}body a.tellink{display:inline-flex;align-items:center;text-decoration:none}body a.tellink .material-icons{font-size:inherit;margin-right:5px}body main ul,body main ol{font-family:"Eina01-Regular",sans-serif;padding:5px 20px 0 20px;line-height:28px;margin-bottom:0}body main ul li,body main ol li{padding-bottom:25px}body ul,body ol{font-family:"Eina01-Regular";background-color:transparent;padding:30px 40px;line-height:45px}body ol{counter-reset:item}body ol li{display:block}body ol li:before{content:counter(item) ". ";counter-increment:item;font-weight:bold}body blockquote p{font-size:32px;line-height:36px;font-family:"Eina01-Regular"}body .arrow-link{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px}body .arrow-link:after{content:"";width:8px;height:8px;border-right:2px solid;position:absolute;transform:rotate(45deg);border-top:2px solid;margin-top:7px;margin-left:5px}body .iframe-block iframe{width:100%;border:none}body .iframe-block iframe :host(.media-document.video.mac){min-width:inherit !important}body table{overflow-x:auto;overflow:overlay;display:block;border-style:none;margin:0px 0 50px}body table thead td{font-weight:600;padding-bottom:15px}body table td{border:none;padding:26px}body table tr{font-family:"Eina01-Regular";color:#000000}body table tr:nth-child(even){background-color:#E7ECF4}@media (max-width: 1199px){body h1,body .h1{font-size:32px}body h2,body .h2{font-size:22px}body h3,body .h3,body h4,body .h4{font-size:18px}body h5,body .h5,body h6,body .h6{font-size:16px}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{margin-bottom:1rem}body .headings-increased h1,body .headings-increased .h1{font-size:40px;line-height:38px}body .headings-increased h2,body .headings-increased .h2{font-size:32px}body .headings-increased h3,body .headings-increased .h3{font-size:22px}body .headings-increased h4,body .headings-increased .h4,body .headings-increased h5,body .headings-increased .h5{font-size:18px}body .headings-increased h6,body .headings-increased .h6{font-size:16px}body .headings-increased h1,body .headings-increased .h1,body .headings-increased h2,body .headings-increased .h2,body .headings-increased h3,body .headings-increased .h3,body .headings-increased h4,body .headings-increased .h4,body .headings-increased h5,body .headings-increased .h5,body .headings-increased h6,body .headings-increased .h6{margin-bottom:1rem}body blockquote p{font-size:24px;line-height:32px}body select{background-size:10px}body ul,body ol{padding:30px 24px}body ul{padding-left:45px}}body .editor-area img{box-sizing:border-box;visibility:hidden}body img.img-float-left{clear:both;float:left;margin-right:10px}body img.img-float-right{clear:both;float:right;margin-left:10px}@media (max-width: 767px){body img.mobile-no-float{float:none;margin-bottom:10px;margin-left:0;margin-right:0;max-height:100% !important;max-width:100% !important}}body table{height:auto !important}@media only screen and (max-width: 1249px){body table.no-more-tables,body .no-more-tables thead,body .no-more-tables tbody,body .no-more-tables th,body .no-more-tables td,body .no-more-tables tr{display:block}body .no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px}body .no-more-tables tr:last-of-type td{border-bottom:0}body .no-more-tables td{border:1px solid #ececec;border-top:0;position:relative;padding-left:50% !important;width:auto !important;white-space:normal;text-align:left !important;font-size:15px}body .no-more-tables td p{font-size:15px;line-height:24px}}@media only screen and (max-width: 1249px) and (min-width: 768px){body .no-more-tables td{font-size:18px}body .no-more-tables td p{font-size:18px;line-height:24px}}@media only screen and (max-width: 1249px){body .no-more-tables td:first-child{border-left:1px solid #ececec !important;border-top:1px solid #ececec !important}body .no-more-tables td:before{position:absolute;top:10px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;white-space:normal}body .no-more-tables td:before{content:attr(data-title)}}body table.no-more-tables{border-color:transparent;box-sizing:border-box;height:auto !important;line-height:24px;overflow:visible;min-width:100%}body table.no-more-tables thead tr:first-child{border:0;height:auto !important}body table.no-more-tables thead tr:first-child&gt;td{border:1px solid #ececec;font-weight:bold;height:auto !important;min-height:30px;padding:10px;text-align:left;vertical-align:top}body table.no-more-tables thead tr:first-child&gt;td:first-child{border:0;font-weight:normal;line-height:29px;text-align:left}body table.no-more-tables tbody{background-color:#fff}body table.no-more-tables tbody&gt;tr{height:auto !important}body table.no-more-tables tbody&gt;tr:first-child{display:none}@media (min-width: 1250px){body table.no-more-tables tbody&gt;tr:first-child{display:table-row}body table.no-more-tables tbody&gt;tr:first-child td{min-height:auto !important}}@media (min-width: 1400px){body table.no-more-tables tbody&gt;tr:first-child td{font-weight:bold}}body table.no-more-tables tbody&gt;tr&gt;td{font-weight:normal;height:auto !important;min-height:30px;text-align:left;vertical-align:top;padding:10px 6px}@media (min-width: 1400px){body table.no-more-tables tbody&gt;tr&gt;td{padding:10px 8px}}body table.no-more-tables tbody&gt;tr&gt;td:first-child{border-left:0;text-align:left}@media only screen and (min-width: 1250px){body table.no-more-tables tr{border:1px solid #ececec}body table.no-more-tables tr td{border-left:1px solid #ececec}}@media (min-width: 1250px){body .content-page.wide .main-body,body .case-page.wide .main-body{margin-left:0;margin-right:0;max-width:900px;min-width:900px}}@media (min-width: 1600px){body .content-page.wide .main-body,body .case-page.wide .main-body{margin-left:auto;margin-right:auto;min-width:1350px}}@media (min-width: 1200px){body .container.wide{margin-left:1%;margin-right:1%;max-width:900px;min-width:900px}}@media (min-width: 1600px){body .container.wide{margin-left:auto;margin-right:auto;max-width:1350px;min-width:1350px}}body table.sahkosopimustyypit{font-size:16px;width:100%}body table.sahkosopimustyypit td{font-size:16px;padding:6px}@media (min-width: 1200px){body table.sahkosopimustyypit{width:1100px !important}}@media (min-width: 1300px){body table.sahkosopimustyypit{width:1200px !important}}@media (min-width: 1399px){body table.sahkosopimustyypit{width:1320px !important}}a:focus,button:focus,input:focus{outline:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid #002E5D}.block a:focus-visible,.block button:focus-visible,.block input:focus-visible{display:inline-block;outline:2px solid #002E5D}header .mobile-header a:focus-visible,header .mobile-header button:focus-visible,header .mobile-header input:focus-visible{outline:2px solid #fff}header .desktop-header a:focus-visible,header .desktop-header button:focus-visible,header .desktop-header input:focus-visible{outline:2px solid #002E5D}header .desktop-header nav .first-level li:focus-visible,header .desktop-header nav .first-level li.first-level-item:focus-visible,header .desktop-header nav .first-level li.first-level-item:focus-visible{outline:2px solid #002E5D}header .desktop-header .secondary-btn{position:relative}header .desktop-header .secondary-btn:focus-visible:before{border-radius:0;content:' ';outline:2px solid #002E5D;width:100%;height:100%;position:absolute;top:0;left:0}header .desktop-header nav .first-level li.first-level-item:focus-visible{outline:2px solid #002E5D}.strip_block .strip_cutoff:focus-visible{outline:2px solid #002E5D}.strip_block .strip_cutoff .slick-prev:focus-visible,.strip_block .strip_cutoff .slick-next:focus-visible{outline:2px solid #fff}.strip_block .strip_cutoff .slick-dots li button:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:0}.strip_block .strip_cutoff .slick-slider .slick-slide .row .strip_text .primary-btn{display:block;position:relative}.strip_block .strip_cutoff .slick-slider .slick-slide .row .strip_text .primary-btn:focus-visible:before{border-radius:0;content:' ';outline:2px solid #fff;width:100%;height:100%;position:absolute;top:0;left:0}header .search-overlay .listResult ul li.searchHit a:focus-visible{outline:2px solid #002E5D}.block .primary-btn{display:inline-block;position:relative}.block .primary-btn:focus-visible{display:inline-block}.block .primary-btn:focus-visible:before{border-radius:0;content:' ';outline:2px solid #002E5D;width:100%;height:100%;position:absolute;top:0;left:0}#recaptcha .grecaptcha-badge,.grecaptcha-badge{bottom:114px !important}@media (min-width: 1200px){.nav-up{top:-166px}}header{font-family:"Eina01-SemiBold";background:white;position:fixed;top:0;z-index:999;transition:top 0.2s ease-in-out;width:100%;max-width:1790px;box-shadow:0px 12px 11px -11px rgba(0,0,0,0.1)}header:after{content:'';height:1px;width:100%;position:absolute;bottom:0}header .desktop-header .upperrow{margin-top:25px;margin-bottom:10px}header .desktop-header .upperrow .material-icons{font-size:24px}header .desktop-header a.skip-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}header .desktop-header a.skip-main:focus,header .desktop-header a.skip-main:active{color:white;background-color:#0F5EA6;left:auto;top:0;width:320px;height:auto;overflow:auto;margin:0 26%;padding:16px 32px;border:4px solid #0F5EA6;text-align:center;font-size:18px;z-index:999}header .desktop-header .lang-selector-container{background:transparent url(/Static/img/language-selector-icon.svg) no-repeat 0 9px}header .desktop-header .language-selection{background:transparent url(/Static/img/language-selector-arrow.svg) no-repeat 100% 50%;border:none !important;padding:0 0 0 30px;margin-right:20px;min-width:113px;min-height:24px;position:relative;font-family:"Eina01-Bold";font-size:16px;font-weight:normal}header .desktop-header .language-selection:focus-visible{outline-offset:2px;outline-color:#002E5D;border-radius:0 !important;display:block}header .desktop-header .language-selection li a{padding:0px 5px;margin:0 5px;color:#002E5D}header .desktop-header ul{list-style:none;margin-bottom:0;line-height:15px;padding:0;background:transparent}header .desktop-header ul a{color:black;text-decoration:none}header .desktop-header ul a:hover{color:black}header .desktop-header .secondary-btn{font-size:16px;padding:10px 20px;color:#0F5EA6;border:2px solid #0F5EA6}header .desktop-header #link-dropdown{position:relative}header .desktop-header #link-dropdown button{padding:10px 25px}header .desktop-header #link-dropdown .dropdown-icon{background-image:url(/Static/img/down-arrow-blue.svg);background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:7px;padding:6px}header .desktop-header #link-dropdown .dropdown-content{position:absolute;z-index:10;background-color:transparent;width:100%;padding-top:5px;margin-top:10px;margin-left:-22px;box-shadow:0 2px 10px 0 rgba(0,0,0,0.21)}header .desktop-header #link-dropdown .dropdown-content li{border-bottom:1px solid #CECECE}header .desktop-header #link-dropdown .dropdown-content li a{background-color:#fff;display:block;padding:16px 20px 16px 35px !important;font-weight:400;font-size:16px}header .desktop-header #link-dropdown .dropdown-content li a:after{content:none}header .desktop-header #link-dropdown .dropdown-content li a:hover{background-color:#D2DFEE;color:#0F5EA6;font-weight:600}header .desktop-header #link-dropdown.active .dropdown-icon{background-image:url(/Static/img/down-arrow-blue.svg)}header .desktop-header .logo-link{margin-right:90px}header .desktop-header img{width:auto;height:28px}header .desktop-header .dropdown-btn{right:13px;min-width:15px;min-height:15px}header .desktop-header nav,header .desktop-header .nav{z-index:3;width:100%}header .desktop-header nav i.material-icons,header .desktop-header .nav i.material-icons{font-size:20px;line-height:24px}header .desktop-header nav .first-level,header .desktop-header .nav .first-level{font-family:"Eina01-SemiBold";align-items:center}header .desktop-header nav .first-level&gt;li:first-of-type,header .desktop-header .nav .first-level&gt;li:first-of-type{padding:1rem 1.5rem 1.5rem 0 !important}header .desktop-header nav .first-level li.first-level-item,header .desktop-header .nav .first-level li.first-level-item{border-right:none;padding:1rem 2rem 1.5rem 1rem;display:flex;align-items:center;cursor:default}header .desktop-header nav .first-level li.first-level-item .dropdown-btn,header .desktop-header .nav .first-level li.first-level-item .dropdown-btn{background-image:url("/Static/img/down-arrow-gray.svg");background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:7px;margin-top:4px}header .desktop-header nav .first-level li.first-level-item:hover,header .desktop-header nav .first-level li.first-level-item.active,header .desktop-header .nav .first-level li.first-level-item:hover,header .desktop-header .nav .first-level li.first-level-item.active{text-decoration:underline}header .desktop-header nav .first-level li.first-level-item:hover&gt;.dropdown-btn,header .desktop-header nav .first-level li.first-level-item.active&gt;.dropdown-btn,header .desktop-header .nav .first-level li.first-level-item:hover&gt;.dropdown-btn,header .desktop-header .nav .first-level li.first-level-item.active&gt;.dropdown-btn{background-image:url("/Static/img/down-arrow-blue.svg")}header .desktop-header nav .first-level li.first-level-link,header .desktop-header .nav .first-level li.first-level-link{padding:0}header .desktop-header nav .first-level li.first-level-link a,header .desktop-header .nav .first-level li.first-level-link a{padding:1rem 2rem 1.5rem 1rem}header .desktop-header nav .second-level,header .desktop-header .nav .second-level{background-color:#FFFFFF;top:53px;font-size:16px;width:18rem;left:0;box-shadow:0 2px 10px 0 rgba(0,0,0,0.21)}header .desktop-header nav .second-level li,header .desktop-header .nav .second-level li{border-bottom:1px solid #CECECE;position:relative}header .desktop-header nav .second-level li a .dropdown-btn,header .desktop-header .nav .second-level li a .dropdown-btn{right:13px;position:absolute;top:50%;transform:translateY(-50%);background-image:url("/Static/img/right-arrow-gray.svg") !important;background-repeat:no-repeat;background-position:center;background-size:contain;margin-top:0 !important}header .desktop-header nav .second-level li:hover,header .desktop-header nav .second-level li .active,header .desktop-header .nav .second-level li:hover,header .desktop-header .nav .second-level li .active{background-color:#D2DFEE;color:#0F5EA6}header .desktop-header nav .second-level li:hover a&gt;.dropdown-btn,header .desktop-header nav .second-level li .active a&gt;.dropdown-btn,header .desktop-header .nav .second-level li:hover a&gt;.dropdown-btn,header .desktop-header .nav .second-level li .active a&gt;.dropdown-btn{background-image:url("/Static/img/right-arrow-blue.svg") !important}header .desktop-header nav .third-level,header .desktop-header .nav .third-level{background-color:#D2DFEE;position:absolute;left:100%;top:0;font-size:16px;width:18rem}header .desktop-header nav .third-level li,header .desktop-header .nav .third-level li{border-bottom:1px solid #B7CCDF}header .desktop-header nav .third-level li:hover,header .desktop-header nav .third-level li.active,header .desktop-header .nav .third-level li:hover,header .desktop-header .nav .third-level li.active{color:#0F5EA6;font-weight:600}header .desktop-header nav .third-level a,header .desktop-header .nav .third-level a{font-weight:400}header .desktop-header nav .second-level,header .desktop-header nav .third-level,header .desktop-header .nav .second-level,header .desktop-header .nav .third-level{height:auto}header .desktop-header nav .second-level .nav-link-container .link-item,header .desktop-header nav .third-level .nav-link-container .link-item,header .desktop-header .nav .second-level .nav-link-container .link-item,header .desktop-header .nav .third-level .nav-link-container .link-item{margin-left:30px}header .desktop-header nav .second-level li a,header .desktop-header nav .third-level li a,header .desktop-header .nav .second-level li a,header .desktop-header .nav .third-level li a{position:relative;padding:16px 40px 16px 30px !important;display:block;font-weight:400}header .desktop-header nav .second-level li a:hover,header .desktop-header nav .second-level li a .active,header .desktop-header nav .third-level li a:hover,header .desktop-header nav .third-level li a .active,header .desktop-header .nav .second-level li a:hover,header .desktop-header .nav .second-level li a .active,header .desktop-header .nav .third-level li a:hover,header .desktop-header .nav .third-level li a .active{font-weight:600}header .desktop-header nav .second-level img,header .desktop-header nav .third-level img,header .desktop-header .nav .second-level img,header .desktop-header .nav .third-level img{margin-right:65px}header .desktop-header nav .active,header .desktop-header nav a:hover,header .desktop-header nav .currentPage,header .desktop-header .nav .active,header .desktop-header .nav a:hover,header .desktop-header .nav .currentPage{color:#0F5EA6;font-weight:600}header .desktop-header nav a,header .desktop-header .nav a{color:black;text-decoration:none}@media screen and (min-width: 1179px) and (max-width: 1750px){header .first-level-item:last-child .third-level{left:-100%}header .first-level-item:nth-last-child(2) .third-level{left:-100%}}header .exception-header .language-selection{border-right:none}header .exception-header nav .first-level&gt;li.first-level-link:first-of-type{padding:0 !important}header .exception-header nav .first-level&gt;li.first-level-link:first-of-type a{padding:1rem 2rem 1.5rem 0}header .mobile-header{height:80px;padding:30px 15px 24px 15px;position:fixed;width:100%;background-color:white;z-index:10;left:0;box-shadow:0px 12px 11px -11px rgba(0,0,0,0.1)}header .mobile-header i.material-icons{font-size:28px}header .mobile-header img{width:160px}header .mobile-header .menu{position:fixed;left:0;top:80px;background:#0F5EA6;width:100%;color:white;padding-top:20px;z-index:1000;height:100%;overflow:auto}header .mobile-header .menu a,header .mobile-header .menu button{color:white;text-decoration:none}header .mobile-header .menu a.firstlvl-item,header .mobile-header .menu button.firstlvl-item{font-size:22px}header .mobile-header .menu a.secondlvl-item,header .mobile-header .menu button.secondlvl-item{font-size:16px}header .mobile-header .menu a.thirdlvl-item,header .mobile-header .menu button.thirdlvl-item{margin-right:42px;font-size:15px;font-weight:400}header .mobile-header .menu a.secondlvl-item{margin-right:44px}header .mobile-header .menu .link-wrapper{display:flex;justify-content:flex-end}header .mobile-header .menu .link-wrapper .secondlvl-item{margin-right:14px}header .mobile-header .menu .link-wrapper button{width:30px;margin-right:0 !important}header .mobile-header .menu button{width:100%;display:flex}header .mobile-header .menu button i.material-icons{margin-left:20px}header .mobile-header .menu button i.material-icons.close-item{color:#0AF5FA}header .mobile-header .menu hr{border-top:1px solid white;margin:27px 0}header .mobile-header .menu .language-links{border-bottom:1px solid white}header .mobile-header .menu .language-links ul{list-style:none;display:flex;line-height:14px;padding:0}header .mobile-header .menu .language-links{margin-bottom:30px}header .mobile-header .menu .language-links ul.language-selection{background:transparent url(/Static/img/language-selector-icon-white.svg) no-repeat 0 -2px;padding-left:30px;min-height:30px}header .mobile-header .menu .language-links ul.language-selection li a{font-size:16px;padding:0px 6px;margin-right:5px;text-decoration:underline}header .mobile-header .menu .language-links ul.language-selection li a.active{font-family:"Eina01-Bold";text-decoration:none}header .mobile-header .mobile-navi-spacer{display:block;width:100%;min-height:120px}header .search-overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.5);z-index:1001;max-width:1790px}header .search-overlay .search-container{background:white;min-height:50%;position:relative}header .search-overlay .search-container button.close-btn{position:absolute;top:0;right:0;margin:3rem}@media (max-width: 992px){header .search-overlay .search-container button.close-btn{margin:0.25rem !important}}header .search-overlay .search-container button i.material-icons{font-size:48px}header .search-overlay .search-container .search-field-container{border-bottom:1px solid #EDEFEF;padding-bottom:5px;margin-top:6.5rem !important}header .search-overlay .search-container .search-field-container&gt;div{width:100%}header .search-overlay .search-container .search-field-container input{border:none;width:100%;height:50px}@media (max-width: 991px){header .search-overlay .search-container .search-field-container .primary-btn{padding:17px;text-align:center}}@media (max-width: 1199px){header{height:80px}}footer{padding:65px 0;background-color:#0F5EA6;color:white;font-family:"Eina01-Regular"}footer p{font-size:16px;font-family:"Eina01-Regular"}footer p a{text-decoration:underline}footer a{color:white;text-decoration:none;font-weight:normal}footer a svg{width:24px;height:20px;margin:0 5px}@media (max-width: 991px){footer a svg{margin:0 8px;width:26px;height:24px}}footer a.footer-link{display:block;border:2px solid white;border-radius:50vh;padding:10px;text-align:center;margin-top:15px;font-size:16px;line-height:18px;font-weight:normal;font-family:"Eina01-SemiBold";text-decoration:none}@media (max-width: 768px){footer a.footer-link{font-size:14px}}footer a.footer-link:hover,footer a.footer-link:focus-visible{color:#0F5EA6;background-color:white;outline:none}footer a:hover{color:white;text-decoration:none}footer a:focus-visible{outline:2px solid white}footer .twitter-logo-x svg{max-height:16px}@media (max-width: 991px){footer .twitter-logo-x svg{max-height:18px}}footer p{margin-bottom:0}footer h6,footer h2{font-size:18px;line-height:1.5;margin-bottom:15px}footer .img-wrapper{position:relative}footer .img-wrapper img{width:65px;position:absolute;top:-20px}footer .copyright{font-size:14px;padding-top:5px}footer .col-sm-6{margin-bottom:30px}@media (max-width: 991px){footer p,footer a{font-size:16px}footer h6,footer h2{margin-bottom:12px}}@media (max-width: 991px) and (max-width: 375px){footer a{line-break:anywhere}footer .copyright{line-break:anywhere;padding:0 !important}footer .col-sm-6{width:auto;padding:0 !important}footer .pl-2,footer .px-2{padding-left:0 !important}}.share-links{padding-top:40px;margin-top:40px;border-top:1px solid black}.share-links a{margin-right:30px}.share-links a:after{content:none}.share-links svg{width:20px;height:20px}.share-links .twitter-logo-x-share svg{max-height:16px}.card{text-decoration:none;display:flex;flex-direction:column}.card .image-container{width:100%;padding-top:56.25%;position:relative;height:inherit}.card .image-container img{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card h3,.card h3,.card h5{overflow:hidden;display:inline-block;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-bottom:3px}.card h2{font-size:16px;line-height:1.5}.card h2:focus-visible{outline:0}@media (min-width: 1200px){.card h2{font-size:18px}}.card:hover{color:black}.card .card-link{color:black;text-decoration:none;display:inline-block;width:100%;line-height:40px}.card .card-link:hover{text-decoration:underline}.card .card-link:focus-visible{outline:2px solid #002E5D;outline-offset:-1px}.card .text-box{background-color:#fff;padding:40px 32px;color:black;flex-grow:1}.card .text-box div{overflow:hidden;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;line-height:26px}.card .text-box .news-cards{height:180px}.card .text-box .line-clamp-wrapper .news-cards{height:180px}.card .text-box .line-clamp-wrapper .clamped-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card .text-box .line-clamp-wrapper .clamped-title:focus-visible{outline:0}.card .text-box .line-clamp-wrapper .clamped-span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card .text-box .font-weight-light{margin-bottom:0}.card.compact{display:block;box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}@media (min-width: 991px){.card.compact{max-height:320px}}.card.compact .image-container{padding-top:51.25%}.card.compact .image-container img{height:100%}.card.compact .text-box{padding:40px 65px;max-height:320px}.card.compact .text-box div{-webkit-line-clamp:3}.card.compact .text-box a{color:black;text-decoration:none;display:block}.card.compact .text-box a:hover{text-decoration:underline}.card.compact .text-box a:focus-visible{outline:1px solid #002E5D}@media (max-width: 991px){.card .text-box,.card.compact .text-box{padding:24px}.card .text-box .line-clamp-wrapper .news-cards,.card.compact .text-box .line-clamp-wrapper .news-cards{height:180px}}.card-wrapper{box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}.pagination{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.pagination .b-pagination{display:flex;list-style:none;padding:0;margin-bottom:0;background:transparent;align-items:center}.pagination .b-pagination .page-item{padding-bottom:0}.pagination .b-pagination .page-item:first-of-type a,.pagination .b-pagination .page-item:first-of-type span,.pagination .b-pagination .page-item:last-of-type a,.pagination .b-pagination .page-item:last-of-type span{margin-top:7px}.pagination .b-pagination .page-item.disabled{display:none}.pagination .b-pagination .page-item a{background:none;border:none;padding:7px 15px;color:#0F5EA6;font-weight:bold;text-decoration:none;border-right:1px solid #F4F5F7}.pagination .b-pagination .page-item a:last-of-type{border-right:none}.pagination .b-pagination .page-item.active a{color:black;text-decoration:none;background-color:#F4F5F7}.contact-card{margin-bottom:15px;box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}@media (min-width: 768px){.contact-card{min-width:500px}}.contact-card img{-o-object-fit:cover;object-fit:cover;height:100%}.contact-card .contact-info{background-color:#fff;padding:0 50px}.contact-card .contact-info a{text-decoration:none;font-weight:normal}@media (max-width: 991px){.contact-card .contact-info{padding:24px}}.attention-block{background-color:black;color:#FFCB00;font-family:"Eina01-SemiBold";font-weight:bold;padding:25px}.attention-block p{margin-bottom:0}.attention-block a{font-weight:normal}.attention-block button,.attention-block a{color:#FFCB00}.attention-block button:focus,.attention-block a:focus{outline:1px solid #FFCB00}.attention-block button{line-height:0}.attention-block button i{font-size:30px}@media (max-width: 576px){.attention-block{padding:15px 15px 15px 0}}.form-block{font-family:"Eina01-Regular"}.form-block .pepron_form h3{width:100%}.form-block .pepron_dialog{font-family:"Eina01-Regular";font-size:unset;margin-bottom:2rem}.form-block .pepron_dialog .pepron_form_field{padding-left:unset;padding-right:unset;margin-top:unset}.form-block .pepron_dialog .pepron_form_field_input{height:auto}.form-block .pepron_dialog .pepron_form_field_text{margin-bottom:0}.form-block .pepron_dialog .pepron_mandatory_input:after{content:"*";color:#009EB5}.form-block .pepron_dialog .pepron_form_digital_signature{display:contents}.form-block section,.form-block .pepron_form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;width:90%;border:none}@media (max-width: 991px){.form-block section,.form-block .pepron_form{width:100%}}.form-block .FormStep__Title{width:100%;margin:0 0 1.5rem 0}.form-block div.Form__Element,.form-block .pepron_form_field{width:48.5%;margin:0 0 1.5rem 0}@media (max-width: 991px){.form-block div.Form__Element,.form-block .pepron_form_field{margin:0 0 1rem 0}}.form-block .pepron_form_field_wide{width:100%}.form-block .Form__Element__Caption{font-size:unset}.form-block .EPiServerForms .Form__Element .Form__Element__Caption,.form-block .pepron_form_field_text{display:block;font-weight:600}.form-block .Form__Element.FormTextbox.ValidationRequired label:after,.form-block .Form__Element.ValidationRequired .Form__Element__Caption:after,.form-block label.ValidationRequired:after{content:"*";color:#009EB5;padding-left:5px}.form-block .FormDateTime__Input{background-image:url("/Static/img/calendar-alt-regular.svg") !important;background-repeat:no-repeat;background-position-x:97%;background-size:22px;background-position-y:50%}.form-block .line-break{flex-basis:100%;height:0}.form-block input:not([type='checkbox']):not([type='radio']),.form-block select{height:48px !important}.form-block textarea{height:unset !important}.form-block input,.form-block select,.form-block textarea{border-radius:0;border:1px solid black;padding:7px 10px;width:100% !important;background-color:#FFF}.form-block input.pepron_form_checkbox,.form-block select.pepron_form_checkbox,.form-block textarea.pepron_form_checkbox{width:unset !important}.form-block input[type=radio],.form-block select[type=radio],.form-block textarea[type=radio]{width:unset !important;margin-right:.5rem}.form-block .FormChoice fieldset{display:flex;flex-direction:column}.form-block fieldset label{position:relative;vertical-align:middle}.form-block fieldset label input{cursor:pointer;height:18px;float:left;width:18px !important;position:relative}.form-block fieldset label .FormChoice__Input--Checkbox,.form-block fieldset label .FormChoice__Input--Radio,.form-block fieldset label .custom-checkbox{display:inline;float:none;vertical-align:middle}.form-block fieldset label .FormChoice__Input--Checkbox+span,.form-block fieldset label .FormChoice__Input--Radio+span,.form-block fieldset label .custom-checkbox+span{margin-left:0.5rem;vertical-align:middle}.form-block button{font-size:18px;line-height:18px;background-color:#0F5EA6;color:#fff;border-radius:50vh;border:none;padding:17px 48px;display:inline-block;font-family:"Eina01-SemiBold";font-weight:normal;text-decoration:none;text-align:center;height:52px;background-image:none !important;border:none !important;color:white !important;text-align:center}.form-block button:hover,.form-block button:focus-visible{background-color:#002E5D;text-decoration:underline;color:#fff}.form-block button.in-active{opacity:0.4;pointer-events:none}.form-block .EPiServerForms .Form__NavigationBar{width:90%;margin:0 0 1.5rem 0}.form-block .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar{background-color:#f4f4f4;border:none;width:100%;margin-bottom:24px}.form-block .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress{background-color:#0F5EA6;height:.5rem}.form-block .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Buttons{display:flex;justify-content:space-between}.form-block .EPiServerForms .FormParagraphText{width:100%}.form-block .EPiServerForms .FormParagraphText h3{margin-bottom:0;margin-top:1.5rem}.form-block .EPiServerForms .Form__Element{position:relative}.form-block .EPiServerForms .Form__Element .Form__Element__ValidationError{color:#ED0000}.form-block .EPiServerForms .Form__Info{position:relative;display:inline-block;cursor:pointer;margin-left:7px}.form-block .EPiServerForms label.Form__Element__Caption{align-items:center}.form-block .EPiServerForms .Form__InfoText{position:absolute;background:#EAEFF6;border-radius:.1em;padding:20px;z-index:1;margin-left:20px;left:12px;top:50%;transform:translateY(-50%);width:400px;font-weight:400;font-size:16px}@media (max-width: 767px){.form-block .EPiServerForms .Form__InfoText{width:200px;font-size:14px;padding:15px}}.form-block .EPiServerForms .Form__InfoHidden{display:none}.form-block .EPiServerForms .Form__InfoVisible{display:inline-block}.form-block .EPiServerForms .Form__InfoText:after{content:' ';position:absolute;left:0;top:50%;width:0;height:0;border:10px solid transparent;border-right-color:#EAEFF6;border-left:0;border-bottom:1;margin-top:-10px;margin-left:-10px}.form-block .EPiServerForms .info-tooltip{width:20px;height:20px;display:block;background:#0F5EA6;border-radius:50% !important;color:white !important;font-size:13px;padding:1px;display:flex;justify-content:center}@media (max-width: 991px){.form-block section{width:100%}.form-block div.Form__Element,.form-block .pepron_form_field{width:100%}}.custom-checkbox label{position:relative}.custom-checkbox label input{cursor:pointer;height:0;width:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;box-shadow:none}.custom-checkbox label input:checked:before{content:'';position:absolute;height:6px;width:11px;border-top:2px solid white;border-right:2px solid white;border-radius:0;top:6px;left:2px;transform:rotate(130deg)}.custom-checkbox label:before{content:'';display:inline-block;height:16px;width:16px;border:1px solid black;background:black}select{font-family:"Eina01-Regular";font-weight:600;border-radius:0;background:url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;-webkit-appearance:none;background-position-x:calc(100% - 15px)}.ui-datepicker{background-color:#e6eff7 !important;border-radius:0 !important;border:none !important}.ui-datepicker .ui-datepicker-header{background:transparent;border:none}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-size:18px;font-family:"Eina01-Regular"}.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{background-color:transparent !important;border:none !important;top:2px !important}.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{background-image:url("/Static/img/chevron-right-solid.svg") !important;height:16px;background-position:center;right:48px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next{right:48px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span{background-image:url("/Static/img/chevron-left-solid.svg") !important;height:16px;background-position:center}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{left:48px}.ui-datepicker th{font-size:18px;font-weight:400 !important;text-transform:uppercase;padding:10px !important;font-family:"Eina01-Regular"}.ui-datepicker td .ui-state-hover{background-color:#0F5EA6 !important;color:white !important}.ui-datepicker td .ui-state-active{color:black;background-color:#0F5EA6 !important;color:white !important}.ui-datepicker tr:nth-child(even){background:transparent !important}.ui-datepicker tr:last-of-type td{border-bottom:none}.ui-datepicker .ui-state-default{border:none !important;background:transparent !important;font-size:18px;text-align:center;font-family:"Eina01-Regular"}.formcontainerblock{position:relative}.formcontainerblock.uploading{pointer-events:none}.formcontainerblock.uploading:before{background:#fff;content:' ';display:block;opacity:0.6;position:absolute;top:0;left:0;height:100%;width:100%;z-index:10000}.form-block .EPiServerForms .Form__Element .upload-button{margin-top:10px}.uploading-layer{background:#fff;display:none;opacity:0.6;position:absolute;top:0;left:0;height:100%;width:100%;z-index:2000}.upload-spinner{width:56px;height:56px;border-radius:50%;border:9px solid;border-color:#dbdcef;border-right-color:#0F5EA6;-webkit-animation:spinner-d3wgkg 1s infinite linear;animation:spinner-d3wgkg 1s infinite linear;display:block;position:absolute;z-index:1001;top:40%;left:50%}@-webkit-keyframes spinner-d3wgkg{to{transform:rotate(1turn)}}@keyframes spinner-d3wgkg{to{transform:rotate(1turn)}}.uploaded-files{display:none;margin-top:-50px;position:relative;width:100%}.uploaded-files p{margin-bottom:0}.uploaded-files ul{list-style:none;padding:0}.uploaded-files ul li{position:relative}.uploaded-files ul li i,.uploaded-files ul li i:hover{right:-30px;top:12px;position:absolute;cursor:pointer}p.no-bottom-margin{margin-bottom:0}.EPiServerForms .Form__Element .Form__Element__ValidationError.validation-absolute{position:absolute;background:#fff;bottom:200px;min-height:0;max-width:280px;z-index:3000;right:auto;left:0;width:100% !important;font-size:16px}@media (min-width: 768px){.EPiServerForms .Form__Element .Form__Element__ValidationError.validation-absolute{font-size:18px;max-width:700px}}.EPiServerForms .Form__Element .Form__Element__ValidationError.validation-absolute.active{border:1px solid #000;padding:10px}.breadcrumbs ul{display:flex;flex-wrap:wrap;background-color:white;list-style:none;padding:0;margin:52px 0 40px 0;font-family:"Eina01-Regular"}@media (max-width: 768px){.breadcrumbs ul{margin:32px 0 32px 0 !important}}.breadcrumbs ul li{line-height:19px}.breadcrumbs ul li a[href]{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px;color:#0F5EA6;font-weight:normal;font-family:"Eina01-Bold" !important;text-decoration:underline}.breadcrumbs ul li a[href]:after{content:"";width:8px;height:8px;border-right:2px solid;position:absolute;transform:rotate(45deg);border-top:2px solid;margin-top:7px;margin-left:5px}.breadcrumbs ul li a[href]:after{border-right:0;border-top:0;color:#000;content:'&gt;';font-family:'Eina01-Regular';transform:none;margin-top:-1px;margin-left:7px}.breadcrumbs ul li a{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px;color:#000000;font-family:"Eina01-Regular";font-weight:normal;text-decoration:none;margin-right:25px;font-size:16px}.breadcrumbs ul li a:after{content:"";width:8px;height:8px;border-right:2px solid;position:absolute;transform:rotate(45deg);border-top:2px solid;margin-top:7px;margin-left:5px}.breadcrumbs ul li a:after{border-right:0;border-top:0;color:#000;content:'&gt;';font-family:'Eina01-Regular';margin-top:0;transform:none}.breadcrumbs ul li:last-child a{color:#000;font-family:"Eina01-Bold" !important}.breadcrumbs ul li:last-child a:hover{cursor:pointer;color:#000;font-weight:normal}.breadcrumbs ul li:last-child a:after{content:''}header .search-overlay .listResult{padding:0}header .search-overlay .listResult ul{list-style:none;padding:0}header .search-overlay .listResult ul li.searchHit{cursor:pointer;font-size:18px;line-height:1.5}header .search-overlay .listResult ul li.searchHit:hover{background:#EDEFEF}header .search-overlay .listResult ul li.searchHit a{color:#000;display:block;font-size:14px;text-decoration:none}@media (min-width: 992px){header .search-overlay{position:fixed;margin:0 auto;max-width:100%}header .search-overlay .search-container{margin:0 auto}header .search-overlay .search-container .search-field-container{margin:6.5rem auto 0 !important;max-width:817px}header .search-overlay .search-container button.close-btn{right:calc(50% - 35vw)}header .search-overlay .listResult{padding:0}header .search-overlay .listResult ul{list-style:none;padding:0}header .search-overlay .listResult ul li.searchHit{cursor:pointer;font-size:18px;line-height:1.5}header .search-overlay .listResult ul li.searchHit:hover{background:#EDEFEF}header .search-overlay .listResult ul li.searchHit a{color:#000;font-size:18px;text-decoration:none}}.autocomplete-result-list{background:#fff;padding:0}.autocomplete-result-list .listResult{padding:0 0 10px}.autocomplete-result-list .listResult ul{list-style:none;padding:0}.autocomplete-result-list .listResult ul li.searchHit{cursor:pointer;font-size:16px;line-height:1.2;padding:10px}@media (min-width: 992px){.autocomplete-result-list .listResult ul li.searchHit{font-size:18px}}.autocomplete-result-list .listResult ul li.searchHit:hover{background:#EDEFEF}.autocomplete-result-list .listResult ul li.searchHit a{color:#000;font-size:16px;text-decoration:none}@media (min-width: 992px){.autocomplete-result-list .listResult ul li.searchHit a{font-size:18px}}.manual-related-pages-block{margin-top:60px}.manual-related-pages-block div{padding:45px;margin-bottom:75px;display:flex;align-items:center}.manual-related-pages-block div .material-icons{margin-right:15px;padding-top:4px;font-size:30px}.manual-related-pages-block div a{color:black;text-decoration:none;font-weight:normal}@media (max-width: 991px){.manual-related-pages-block div{padding:24px;margin-bottom:16px}}.automatic-related-pages-block .card-wrapper .text-box{padding:40px 32px 42px 32px}@media (min-width: 991px){.automatic-related-pages-block .card-wrapper .text-box{height:275px}}.automatic-related-pages-block .card-wrapper .text-box a{color:black;text-decoration:none;display:block}.automatic-related-pages-block .card-wrapper .text-box a:hover{text-decoration:underline}.automatic-related-pages-block .card-wrapper .text-box .line-clamp-wrapper{-webkit-line-clamp:6;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.automatic-related-pages-block .card-wrapper .text-box .line-clamp-wrapper a{display:inline}.automatic-related-pages-block .card-wrapper .text-box .line-clamp-wrapper a h3{display:inline;-webkit-line-clamp:unset}.automatic-related-pages-block .card-wrapper .text-box .line-clamp-wrapper .font-weight-light{-webkit-line-clamp:unset}.hero-block{margin-bottom:60px}.hero-block img{height:auto;max-height:450px;-o-object-fit:cover;object-fit:cover}.hero-block img.hero-logo{-o-object-fit:contain;object-fit:contain;position:absolute;top:-1px;right:-30px;width:auto;height:101% !important;z-index:1}@media (min-width: 768px){.hero-block img.hero-logo{right:-25px}}@media (min-width: 1025px){.hero-block img.hero-logo{right:-30px}}@media (max-width: 768px){.hero-block{margin-bottom:20px}}.hero-block.desktop-hero{position:relative}@media (max-width: 1024px){.hero-block.desktop-hero{display:none}}@media (min-width: 1025px){.hero-block.desktop-hero img{height:250px;-o-object-position:unset !important;object-position:unset !important}}@media (min-width: 1200px){.hero-block.desktop-hero img{height:297px}}@media (min-width: 1400px){.hero-block.desktop-hero img{height:335px}}.hero-block.mobile-hero{position:relative}@media (min-width: 1025px){.hero-block.mobile-hero{display:none}}.hero-block.mobile-hero img{height:186px}.hero-block.mobile-hero img.mobile-hero-logo{height:101%;position:absolute;top:0;right:-10px;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 0 !important;object-position:100% 0 !important;width:auto}@media (min-width: 768px){.hero-block.mobile-hero img.mobile-hero-logo{display:none}}@media (min-width: 768px){.hero-block.mobile-hero.has-mobile-image img.mobile-hero-logo{display:block}}.hero-block.mobile-hero .mobile-hero-desktop-image{position:relative;overflow:hidden}.hero-block.mobile-hero .mobile-hero-desktop-image img{height:186px}@media (min-width: 768px){.hero-block.mobile-hero .mobile-hero-desktop-image img{-o-object-position:unset !important;object-position:unset !important}}@media (min-width: 992px){.hero-block.mobile-hero .mobile-hero-desktop-image img{height:250px}}@media (min-width: 1200px){.hero-block.mobile-hero .mobile-hero-desktop-image img{height:297px}}@media (min-width: 1400px){.hero-block.mobile-hero .mobile-hero-desktop-image img{height:335px}}.hero-block.mobile-hero .mobile-hero-desktop-image img.hero-logo{right:-25px;top:-1px}.cta-block img,.contact-info-block img,.image-with-links img,.user-path-block img,.large-highlight-block img{height:385px;-o-object-fit:cover;object-fit:cover}.cta-block .text-container,.contact-info-block .text-container,.image-with-links .text-container,.user-path-block .text-container,.large-highlight-block .text-container{padding-left:65px}@media (max-width: 991px){.cta-block img,.contact-info-block img,.image-with-links img,.user-path-block img,.large-highlight-block img{height:185px;margin-bottom:25px}.cta-block .text-container,.contact-info-block .text-container,.image-with-links .text-container,.user-path-block .text-container,.large-highlight-block .text-container{padding:0 15px}}.cta-block{display:flex;flex-wrap:wrap}.cta-block .primary-btn{text-align:center}@media (max-width: 991px){.cta-block .text-container{padding:0px 15px 25px 15px}.cta-block .text-container .primary-btn{text-align:center}}.cta-block-reverse{flex-direction:row-reverse}.cta-block,.user-path-block{box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}.contact-info-block{font-family:"Eina01-Regular";box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}.contact-info-block a{font-weight:600}.contact-info-block a.tellink{align-items:center}.contact-info-block .text-container{padding-left:64px;padding-right:64px}@media (max-width: 991px){.contact-info-block .text-container{padding:0 15px 20px 15px}}.fullwidthblock.imagewithlinksblock{width:100%;max-width:1280px}.image-with-links a.arrow-link.heading-link{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px;line-height:32px}.image-with-links a.arrow-link.heading-link:after{content:"";width:18px;height:18px;border-right:4px solid;position:absolute;transform:rotate(45deg);border-top:4px solid;margin-top:7px;margin-left:5px}.image-with-links a.arrow-link.heading-link:after{margin-top:10px !important}@media (max-width: 1199px){.image-with-links a.arrow-link.heading-link:after{margin-top:13px !important}}@media (max-width: 1199px){.image-with-links a.arrow-link.heading-link{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px;line-height:32px}.image-with-links a.arrow-link.heading-link:after{content:"";width:10px;height:10px;border-right:2px solid;position:absolute;transform:rotate(45deg);border-top:2px solid;margin-top:7px;margin-left:5px}}.image-with-links .text-container{padding:0 64px}@media (max-width: 991px){.image-with-links .text-container{padding:24px}}.image-with-links .image-with-links-content{margin:0 auto;position:relative;align-items:center;padding:0}.image-with-links .block-heading{margin-top:4rem}@media (max-width: 991px){.image-with-links .block-heading{margin-top:3rem}}.user-path-block{box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}.user-path-block .user-path-content{margin:0 auto;position:relative;align-items:center;padding:0}.user-path-block .text-container{padding:0 64px !important}@media (max-width: 991px){.user-path-block .text-container{padding:0 !important}}@media (max-width: 991px){.user-path-block .text-container&gt;div{padding:24px !important}}.user-path-block .text-container p{margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.user-path-block a.arrow-link{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px;line-height:32px}.user-path-block a.arrow-link:after{content:"";width:18px;height:18px;border-right:4px solid;position:absolute;transform:rotate(45deg);border-top:4px solid;margin-top:7px;margin-left:5px}.user-path-block a.arrow-link:after{margin-top:11px !important}@media (max-width: 1199px){.user-path-block a.arrow-link:after{margin-top:13px !important}}@media (max-width: 1199px){.user-path-block a.arrow-link{font-weight:normal;text-decoration:none;font-family:"Eina01-SemiBold";line-height:24px;line-height:32px}.user-path-block a.arrow-link:after{content:"";width:10px;height:10px;border-right:2px solid;position:absolute;transform:rotate(45deg);border-top:2px solid;margin-top:7px;margin-left:5px}}.accordion-block button.unstyled-btn{font-family:"Eina01-SemiBold";color:#AFAFAF;min-width:280px;text-align:left}@media (max-width: 365px){.accordion-block button.unstyled-btn{min-width:260px}}.accordion-block select:focus-visible{outline:1px solid black}.accordion-block button.selected{color:#0F5EA6}.accordion-block button.selected i{font-size:15px}.accordion-block .questions{position:-webkit-sticky;position:sticky;top:30px}.accordion-block .selected .accordion{border:1px solid #0F5EA6}.accordion-block .selected .accordion .material-icons{color:#0F5EA6}.accordion-block .accordion{padding:24px 15px;background-color:#F4F4F4;width:100%}.accordion-block .accordion button.unstyled-btn{color:black}.accordion-block .accordion button.unstyled-btn i{font-size:30px}.accordion-block label.topic-label{font-family:"Eina01-SemiBold";width:100%}.focus-areas-block a{font-family:"Eina01-SemiBold";color:black;text-decoration:none;font-weight:normal}.focus-areas-block a i.material-icons{font-size:30px;padding-top:4px}.banner-block{background-color:#fff;box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1);font-family:"Eina01-Regular"}.banner-block .banner-content{margin:0 auto;position:relative;align-items:center;height:450px;padding-left:64px}@media (max-width: 991px){.banner-block .banner-content{height:auto;padding:0;padding-bottom:35px}}.banner-block .banner-content h3{font-family:"Eina01-SemiBold"}.banner-block .banner-content .banner-image{position:absolute;top:0;width:50%;bottom:0;right:0;background-size:cover}.banner-block .banner-content .banner-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.banner-block .banner-content .arrow-link{margin-top:2rem}.banner-block .banner-content p{overflow:hidden;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}@media (max-width: 991px){.banner-block .banner-content{padding-bottom:50px}.banner-block .banner-content .banner-image{position:inherit;width:100%;margin-bottom:30px}}@media (max-width: 991px) and (max-width: 576px){.banner-block .banner-content{padding-top:0}}.large-highlight-block{display:flex;flex-wrap:wrap;box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}.large-highlight-block img{height:480px}.large-highlight-block .text-container{padding-left:64px;padding-right:64px}.large-highlight-block .text-container .label{display:block;font-size:18px;line-height:27px;margin-bottom:8px !important;font-family:"Eina01-SemiBold"}@media (min-width: 1199px){.large-highlight-block .text-container .label{font-size:24px;line-height:36px}}.large-highlight-block .text-container div{overflow:hidden;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.large-highlight-block .primary-btn{line-height:1.5;margin-bottom:32px;margin-top:32px;text-align:center}@media (min-width: 992px){.large-highlight-block .image-container{padding-left:0}}@media (max-width: 991px){.large-highlight-block{padding-top:15px;padding-bottom:15px}.large-highlight-block img{height:185px}.large-highlight-block .text-container{padding-left:15px;padding-right:15px}}.large-highlight-block-reverse{flex-direction:row-reverse}.video-container{background:#009EB5;padding-bottom:100px;padding-top:150px}@media (max-width: 991px){.video-container{padding-bottom:25px;padding-top:50px}.video-container .video-box{margin-bottom:25px}}.video-box{position:relative;padding-bottom:56.25%;height:0}.video-box iframe{width:100%;height:100%;position:absolute;top:0;left:0;border:none}.video-box video{width:100%}@media (max-width: 991px){.video-box{margin-bottom:25px}}.portrait-video{width:auto;max-width:40vh;margin-left:auto;margin-right:auto;margin-bottom:50px}@media (max-width: 991px){.portrait-video{max-width:65vw}}@media (max-width: 768px){.portrait-video{max-width:85vw}}.portrait-video .video-box{padding-bottom:177.77%}.landscape-video{margin-bottom:50px}.instruction-step .step{background:#F4F4F4;padding:30px 40px}.instruction-step .step.active{border:1px solid #0F5EA6}.instruction-step .step.active .material-icons{color:#0F5EA6}.instruction-step .step i{font-size:30px}@media (max-width: 991px){.instruction-step .step{padding:15px 24px}}.simple-newsletter-submission{color:white;margin-top:80px}.simple-newsletter-submission img{width:100%;height:100%;position:absolute;z-index:-1;-o-object-fit:cover;object-fit:cover}.simple-newsletter-submission a:focus-visible,.simple-newsletter-submission button:focus-visible{outline:1px solid white !important}.simple-newsletter-submission #newsletter_error{font-size:16px;color:white;position:relative;padding-left:25px;margin-top:7px}.simple-newsletter-submission #newsletter_error:before{font-family:"Material Icons";content:"\E000";font-size:20px;position:absolute;top:50%;transform:translateY(-50%);left:0}.simple-newsletter-submission .container{padding-top:110px;padding-bottom:110px}.simple-newsletter-submission .container .checkbox-container,.simple-newsletter-submission .container input,.simple-newsletter-submission .container button{font-family:"Eina01-Regular"}.simple-newsletter-submission .container input[type="email"]{padding:12px 25px;width:300px;border:none;margin-right:25px}.simple-newsletter-submission .container .primary-btn{background-color:black;text-align:center}.simple-newsletter-submission .container .primary-btn:hover,.simple-newsletter-submission .container .primary-btn:focus-visible{text-decoration:underline}.simple-newsletter-submission .checkbox-container{display:block;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:5px 0}.simple-newsletter-submission .checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.simple-newsletter-submission .checkbox-container input:checked ~ .checkmark:after{display:block}.simple-newsletter-submission .checkbox-container input:focus-visible ~ .checkmark,.simple-newsletter-submission .checkbox-container input:focus ~ .checkmark{outline:2px solid black !important}.simple-newsletter-submission .checkbox-container .checkmark{position:absolute;top:5px;left:0;height:16px;width:16px;background-color:white}.simple-newsletter-submission .checkbox-container .checkmark:after{content:"";position:absolute;display:none}.simple-newsletter-submission .checkbox-container .checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid black;border-width:0 2px 2px 0;transform:rotate(45deg)}.simple-newsletter-submission .nl-email-label{font-family:"Eina01-SemiBold"}.simple-newsletter-submission .small-text{font-family:"Eina01-SemiBold";font-size:16px;line-height:22px}.simple-newsletter-submission a{color:white;font-weight:normal}@media (max-width: 991px){.simple-newsletter-submission{margin-top:60px;margin-bottom:60px;position:relative}.simple-newsletter-submission .container{padding-top:50px;padding-bottom:50px}}@media (max-width: 991px) and (max-width: 575px){.simple-newsletter-submission .primary-btn{width:100%;margin-top:30px;text-align:center}.simple-newsletter-submission .container input[type="email"]{width:100%}}.distribution-lift-block .distribution-lift{background:#F7E596;padding:45px}.distribution-lift-block .distribution-lift a{color:black;text-decoration:none;align-items:center}@media (max-width: 991px){.distribution-lift-block .distribution-lift{padding:24px}}.front-page-hero .container .row{margin-left:0;margin-right:0}.front-page-hero .hero-text-container{position:absolute;color:white;top:30%}@media (max-width: 1400px) and (min-width: 1200px){.front-page-hero .hero-text-container{top:17%}}.front-page-hero .hero-text-container .black-text{color:black}.front-page-hero .primary-btn{background-color:white;color:black;padding:17px 25px;text-align:center}.front-page-hero .hero-video-control{cursor:pointer;border:none;background-color:transparent;color:white}.front-page-hero .hero-video-control:focus,.front-page-hero .hero-video-control:focus-visible{outline:1px solid white}.front-page-hero .slide{position:relative;background-size:50% auto;height:585px;color:white}.front-page-hero .slide .container,.front-page-hero .slide .row{height:100%}.front-page-hero .slide.turquoise{background-color:#009EB5}.front-page-hero .slide.blue{background-color:#0F5EA6}.front-page-hero .slide.purple{background-color:#90004F}.front-page-hero .slide.darkBlue{background-color:#002E5D}.front-page-hero .slide.yo{background-color:#002E5D}.front-page-hero .slide.kanerva{background-color:#90004F}.front-page-hero .slide.verso{background-color:#4A5F0C}.front-page-hero .slide.taivas{background-color:#0F5EA6}.front-page-hero .slide .slide-overlay{position:absolute;top:0;width:50%;bottom:0;right:0;background-size:cover}.front-page-hero .slide .slide-content-container{position:relative;z-index:5;padding-right:86px}.front-page-hero .hero-video-slide{min-height:100%;min-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;max-width:none}.front-page-hero .swiper-button-prev,.front-page-hero .swiper-button-next{font-size:40px;color:white;position:absolute;top:calc(100% / 2 - 50px);z-index:9;width:50px;height:50px}.front-page-hero .swiper-button-prev:focus,.front-page-hero .swiper-button-prev:focus-visible,.front-page-hero .swiper-button-next:focus,.front-page-hero .swiper-button-next:focus-visible{outline:1px solid white}.front-page-hero .swiper-button-prev i,.front-page-hero .swiper-button-next i{font-size:60px;line-height:60px}.front-page-hero .swiper-button-next{right:15px}.front-page-hero .slider-pagination{display:flex;position:absolute;bottom:30px}.front-page-hero .slider-pagination button{color:white;padding-right:10px;opacity:0.5}.front-page-hero .slider-pagination button.active{opacity:1}.front-page-hero .slider-pagination button:focus,.front-page-hero .slider-pagination button:focus-visible{outline:1px solid white}.front-page-hero .slider-pagination button i.material-icons{font-size:14px}.front-page-hero .object-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 991px){.front-page-hero .hero-text-container{position:inherit;color:black}.front-page-hero .primary-btn{padding:17px 25px;background-color:#0F5EA6;color:white;text-align:center}.front-page-hero .slide{height:unset;padding-bottom:58%}.front-page-hero .slide .slide-overlay{width:100%}.front-page-hero .swiper-button-prev,.front-page-hero .swiper-button-next{top:25%}.front-page-hero .slide-content-container{text-align:center}.front-page-hero .slide-content-container h1{text-align:left}.front-page-hero .container{padding-top:50px}.front-page-hero .container .primary-btn{margin-top:20px;text-align:center}.front-page-hero .container .slider-pagination{position:inherit;margin-top:30px;justify-content:center}.front-page-hero .container .slider-pagination button{color:#0F5EA6;padding-right:10px;opacity:0.5}.front-page-hero .container .slider-pagination button.active{opacity:1}}@media (max-width: 520px){.front-page-hero .swiper-button-prev,.front-page-hero .swiper-button-next{top:15% !important}}.download-item{background-color:#F4F4F4;margin-bottom:30px;padding:30px 40px}.download-item a{text-decoration:none;color:black;font-weight:normal}.download-item form{font-family:"Eina01-SemiBold";padding-bottom:30px}.download-item form input[type=text],.download-item form input[type=email]{border:1px solid black;border-radius:0;margin-bottom:20px;padding:14px;width:70%}.download-item form .custom-checkbox{margin-bottom:30px}.download-item form .custom-checkbox label{font-weight:normal}.download-item form .custom-checkbox label:before{background-color:transparent;margin-right:15px}.download-item form .custom-checkbox label input:checked:before{border-top:2px solid black;border-right:2px solid black}@media (max-width: 991px){.download-item{padding:24px}.download-item form input[type=text]{width:100%}}.multiple-contacts-block .text-box{padding:24px 24px 12px;box-shadow:0px 0px 12px 5px rgba(0,0,0,0.1)}.multiple-contacts-block .text-box p{margin-bottom:12px}.product-showcase-block .product{height:100%;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);font-family:"Eina01-Regular"}.product-showcase-block .product .product-content{height:100%;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1199px){.product-showcase-block .product .heading{font-size:24px}}.product-showcase-block .product .label{font-family:"Eina01-Regular" !important;text-transform:uppercase;font-size:18px;font-family:"Eina01-SemiBold"}.product-showcase-block .product ul{padding:0 20px;font-weight:400;background-color:transparent;line-height:unset;max-width:100%}.product-showcase-block .product ul li{margin-bottom:10px;padding-bottom:0}.product-showcase-block .product .primary-btn{margin-top:auto;text-align:center}@media (min-width: 768px){.product-showcase-block .product-card-with-image.col-lg-6 .product-image{height:290px}.product-showcase-block .product-card-with-image.col-lg-6 .product-image img{height:290px}}@media (min-width: 768px) and (max-width: 1023px){.product-showcase-block .product-card-with-image.col-lg-4 .product-image{height:290px}.product-showcase-block .product-card-with-image.col-lg-4 .product-image img{height:290px}}.product-showcase-block .product-card-with-image .product-image{width:100%;position:relative;height:233px;margin-bottom:30px}.product-showcase-block .product-card-with-image .product-image img{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;height:233px}.product-showcase-block .product-card-with-image .product-content-area{margin:0 30px}.product-showcase-block .product-card-with-image .product-content{padding-bottom:30px}.product-showcase-block .product-card-with-image .heading{padding:0 30px}.product-showcase-block .product-card-with-image .label{padding:0 30px}.product-showcase-block .product-card-with-image .primary-btn{margin:auto 30px 0 30px;text-align:center}.product-showcase-block .product-card .product-content{padding:30px}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.strip_block{visibility:hidden;max-width:100%}@media (min-width: 992px){.strip_block{max-height:585px;overflow:hidden}}.strip_block img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media (min-width: 992px){.strip_block img{min-height:585px;max-width:100%}}.strip_block .slick-slider{padding-bottom:50px}.strip_block .slick-slider .slick-prev{border:0;bottom:auto;height:50px;position:absolute;right:auto;left:30px;transform:scale(1.5);width:50px;z-index:1;top:22vw}@media (min-width: 992px){.strip_block .slick-slider .slick-prev{top:16vw}}.strip_block .slick-slider .slick-prev:before{content:'keyboard_arrow_left';font-family:'Material Icons';font-size:50px;line-height:50px}.strip_block .slick-slider .slick-next{border:0;bottom:auto;height:50px;position:absolute;right:30px;transform:scale(1.5);width:50px;z-index:1;top:22vw}@media (min-width: 992px){.strip_block .slick-slider .slick-next{top:16vw}}.strip_block .slick-slider .slick-next:before{content:'keyboard_arrow_right';font-family:'Material Icons';font-size:50px;line-height:50px}.strip_block .slick-slider .slick-dots{position:absolute;bottom:0;margin:0;padding:0;text-align:center;top:auto;width:100%}@media (min-width: 992px){.strip_block .slick-slider .slick-dots{bottom:auto;padding-left:120px;text-align:left;top:515px}}.strip_block .slick-slider .slick-dots li{display:inline-block;max-width:52px;background:transparent;padding:0}.strip_block .slick-slider .slick-dots li button{background-color:#0F5EA6;border:0;border-radius:100%;height:11px;margin-right:11px;opacity:0.5;text-indent:-9999px;width:11px}@media (min-width: 992px){.strip_block .slick-slider .slick-dots li button{background-color:#fff}}.strip_block .slick-slider .slick-dots li.slick-active button{opacity:1}.strip_block .slick-slider .strip_panel{background-color:#fff}@media (min-width: 992px){.strip_block .slick-slider .strip_panel.turquoise{background-color:#009EB5}.strip_block .slick-slider .strip_panel.blue{background-color:#0F5EA6}.strip_block .slick-slider .strip_panel.purple{background-color:#90004F}.strip_block .slick-slider .strip_panel.darkBlue{background-color:#002E5D}.strip_block .slick-slider .strip_panel.lightBlue{background-color:#0AF5FA}.strip_block .slick-slider .strip_panel.green{background-color:#94BB20}.strip_block .slick-slider .strip_panel.lightYellow{background-color:#FFF4A8}.strip_block .slick-slider .strip_panel.yellow{background-color:#FFCB00}.strip_block .slick-slider .strip_panel.red{background-color:#FA4616}.strip_block .slick-slider .strip_panel.accBlue{background-color:#002E5D}.strip_block .slick-slider .strip_panel.accRed{background-color:#A2290B}.strip_block .slick-slider .strip_panel.accTurquoise{background-color:#01606F}.strip_block .slick-slider .strip_panel.yo{background-color:#002E5D}.strip_block .slick-slider .strip_panel.kanerva{background-color:#90004F}.strip_block .slick-slider .strip_panel.verso{background-color:#4A5F0C}.strip_block .slick-slider .strip_panel.taivas{background-color:#0F5EA6}.strip_block .slick-slider .strip_panel.taivas .ingress{font-weight:bold}}.strip_block .slick-slider .slick-slide{background-color:#fff;width:100%;position:relative}.strip_block .slick-slider .slick-slide .row{align-items:center;margin-left:0;margin-right:0}.strip_block .slick-slider .slick-slide .row .strip_text{padding-left:0;padding-right:0;padding-top:50px;order:2;text-align:center}@media (min-width: 992px){.strip_block .slick-slider .slick-slide .row .strip_text{order:1;text-align:left;padding-left:120px;padding-right:120px;padding-top:0}}.strip_block .slick-slider .slick-slide .row .strip_text h1,.strip_block .slick-slider .slick-slide .row .strip_text h2{color:#000;font-size:32px;line-height:32px;margin-bottom:1rem}@media (min-width: 992px){.strip_block .slick-slider .slick-slide .row .strip_text h1,.strip_block .slick-slider .slick-slide .row .strip_text h2{font-size:44px;line-height:48px}}.strip_block .slick-slider .slick-slide .row .strip_text .ingress{color:#000;margin-bottom:1.5rem}.strip_block .slick-slider .slick-slide .row .strip_text .primary-btn{background-color:#0F5EA6;color:#fff;margin:0 30px;line-height:1.2;text-align:center}.strip_block .slick-slider .slick-slide .row .strip_text .primary-btn:hover{text-decoration:underline}@media (min-width: 992px){.strip_block .slick-slider .slick-slide .row .strip_text h1,.strip_block .slick-slider .slick-slide .row .strip_text h2{color:#fff;margin-bottom:1rem}.strip_block .slick-slider .slick-slide .row .strip_text .ingress{color:#fff;margin-bottom:1.5rem}.strip_block .slick-slider .slick-slide .row .strip_text .primary-btn,.strip_block .slick-slider .slick-slide .row .strip_text .primary-btn:hover{background-color:#fff;color:#000;margin:0;text-align:center}}.strip_block .slick-slider .slick-slide .row .strip_image{padding-left:0;padding-right:0;order:1}@media (min-width: 992px){.strip_block .slick-slider .slick-slide .row .strip_image{order:2}}.strip_block .slick-slide{max-width:1790px}.strip_block .slick-slide .col-row{margin-left:0;margin-right:0}.popup-background{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6);z-index:999;display:none}.popup-block-container{display:none;flex-direction:column;width:740px;max-width:90%;max-height:90%;position:absolute;top:90px;left:50%;transform:translate(-50%, 90px);color:white;z-index:9999}@media (max-width: 1199px){.popup-block-container{top:40px;transform:translate(-50%, 40px)}}.popup-heading{font-size:32px;line-height:40px;font-weight:600;margin-bottom:20px}.popup-text{font-size:18px;line-height:26px;font-weight:400}.popup-body{padding:28px 48px;background-color:#002E5D}.popup-closebuttonrow{height:50px;display:flex;justify-content:right;align-items:center}.popup-closebuttonbackground{width:32px;height:32px;background-color:#D9D9D9;border-radius:50%;display:flex;align-items:center;justify-content:center}.popup-closebuttonbackground:hover{cursor:pointer}#popup-closebutton{width:24px;height:24px;background-image:url(/Static/img/close.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.popup-body .button{background-color:white;color:#002E5D !important}.popup-body .primary-btn{background-color:white;color:#002E5D !important}.popup-body .large-cta-buttons{margin:0 !important;grid-row-gap:15px}.popup-body .large-cta-button{margin-bottom:0 !important}.popup-body .large-cta-button .primary-btn{color:#D9D9D9;background-color:white;height:50px}.magazines-container{width:100%}.magazines-container .magazines-top-content{display:flex;flex-direction:column;width:100%;margin-bottom:40px}.magazines-container .magazines-top-content .magazines-introduction{width:100%}.magazines-container .magazines-top-content .magazines-newest-container{width:100%;justify-content:center;display:flex;padding:4%}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest{justify-content:center;display:flex;flex-direction:column;max-width:400px;text-align:center}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a{text-decoration:none;color:#212529}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a .magazines-newest-image{overflow:hidden;position:relative;width:350px;height:calc(350px * 1.414)}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a .magazines-newest-image img{height:100%;width:auto;background-position:center center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;left:50%;transform:translateX(-50%)}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest p{padding-top:4%;margin:0}.magazines-container .magazines-bottom-content{background-color:#EBEBEB;margin-bottom:40px;width:80%;margin-left:auto;margin-right:auto}.magazines-container .magazines-bottom-content .magazines-older-container{display:flex;flex-direction:column;justify-content:center;padding:2%}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older{text-align:center;margin-left:auto;margin-right:auto;max-width:350px;padding:14px 10px 14px 10px}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a{text-decoration:none;color:#212529}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a .magazines-older-images{max-height:250px;overflow:hidden;position:relative;width:184px;height:calc(184px * 1.414)}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a .magazines-older-images img{height:100%;width:auto;background-position:center center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;left:50%;transform:translateX(-50%)}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a p{margin:0;padding-top:16px;max-width:184px}@media (min-width: 768px){.magazines-container{width:100%}.magazines-container .magazines-top-content{display:flex;flex-direction:row;width:100%;margin-bottom:40px}.magazines-container .magazines-top-content .magazines-introduction{width:60%}.magazines-container .magazines-top-content .magazines-newest-container{width:40%;justify-content:center;display:flex;padding:4%}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest{justify-content:center;display:flex;flex-direction:column;max-width:220px;text-align:center}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a{text-decoration:none;color:#212529}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a .magazines-newest-image{overflow:hidden;position:relative;width:220px;height:calc(220px * 1.414)}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a .magazines-newest-image img{height:100%;width:auto;background-position:center center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;left:50%;transform:translateX(-50%)}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest p{padding-top:4%;margin:0}.magazines-container .magazines-bottom-content{width:100%;background-color:#EBEBEB;margin-bottom:40px}.magazines-container .magazines-bottom-content .magazines-older-container{display:flex;flex-direction:row;justify-content:space-between;padding:1%}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older{text-align:center;margin:0}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a{text-decoration:none;color:#212529}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a .magazines-older-images{max-height:250px;overflow:hidden;position:relative;width:110px;height:calc(110px * 1.414)}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a .magazines-older-images img{height:100%;width:auto;background-position:center center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;left:50%;transform:translateX(-50%)}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a p{margin:0;padding-top:16px;max-width:110px}}@media (min-width: 992px){.magazines-container{width:100%}.magazines-container .magazines-top-content{display:flex;flex-direction:row;width:100%;margin-bottom:40px}.magazines-container .magazines-top-content .magazines-introduction{width:60%}.magazines-container .magazines-top-content .magazines-newest-container{width:40%;justify-content:center;display:flex;padding:0}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest{justify-content:center;display:flex;flex-direction:column;max-width:350px;text-align:center}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a{text-decoration:none;color:#212529}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a .magazines-newest-image{overflow:hidden;position:relative;width:350px;height:calc(350px * 1.414)}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a .magazines-newest-image img{height:100%;width:auto;background-position:center center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;left:50%;transform:translateX(-50%)}.magazines-container .magazines-top-content .magazines-newest-container .magazines-newest a p{padding-top:4%;margin:0}.magazines-container .magazines-bottom-content{width:100%;background-color:#EBEBEB;margin-bottom:40px}.magazines-container .magazines-bottom-content .magazines-older-container{display:flex;flex-direction:row;justify-content:space-evenly;padding:3% 1% 3% 1%}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older{text-align:center;max-width:calc(100% / 5);padding:0}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a{text-decoration:none;color:#212529}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a .magazines-older-images{max-height:250px;overflow:hidden;position:relative;width:154px;height:calc(154px * 1.414)}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a .magazines-older-images img{height:100%;width:auto;background-position:center center;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;left:50%;transform:translateX(-50%)}.magazines-container .magazines-bottom-content .magazines-older-container .magazines-older a p{margin:0;padding-top:16px;max-width:154px}}.infoboxblock{justify-content:center;width:100%;margin-bottom:100px}.infoboxblock h2{font-size:37px;line-height:normal;margin:0 auto;margin-left:15px;width:100%}@media (min-width: 768px){.infoboxblock h2{margin-left:-10px}}.infoboxblock .row{margin-left:15px;margin-right:15px}@media (min-width: 768px){.infoboxblock .row{margin-left:-15px;margin-right:-15px}}@media (min-width: 1400px){.infoboxblock .row{flex-wrap:nowrap}}.infoboxblock .row .info-box{box-sizing:border-box;font-size:18px;height:100%;max-height:230px;min-height:230px;line-height:normal;padding:0;padding-left:0;padding-right:0;text-align:center;vertical-align:middle;margin:6px 0}@media (min-width: 768px){.infoboxblock .row .info-box{margin:6px}}.infoboxblock .row .info-box h2{margin:0 auto;margin-left:0;position:absolute;width:100%;top:100px}@media (min-width: 768px){.infoboxblock .row .info-box h2{top:110px}}.infoboxblock .row .info-box h4{padding-top:40px !important;padding-left:10px;padding-right:10px}@media (min-width: 992px) and (max-width: 1178px){.infoboxblock{width:960px}}@media (min-width: 1179px) and (max-width: 1375px){.infoboxblock{width:1140px}}@media (min-width: 1376px){.infoboxblock{width:100%;max-width:1250px}}.iframeblock.fullwidthblock{min-width:100%}.timelineblock{-webkit-text-size-adjust:none;width:100%}.timelineblock .o-ingress{margin:0 0 50px;padding-left:12px;padding-right:12px}.timelineblock .o-timeline-section{max-width:1400px;margin:0 auto;overflow:visible;padding-left:12px;padding-right:12px;position:relative;display:flex;flex-direction:column;visibility:hidden}.timelineblock .o-timeline-section .o-timeline-events{background:transparent url(/Static/img/timeline-blue.svg) repeat-y;background-position:calc(100% - 15px) 0;color:#000;margin-bottom:30px;padding:0 10px;position:relative;display:flex;flex-direction:column;background-size:36px auto;order:2;padding-top:50px;padding-bottom:50px}@media (min-width: 500px){.timelineblock .o-timeline-section .o-timeline-events{background-position:calc(100% - 30px) 0;padding:0 20px}}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events{background-position:calc(100% - 84px) 0;background-size:63px 424px !important;padding:0 20px;margin-bottom:100px}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events{padding:0;margin-bottom:150px}}.timelineblock .o-timeline-section .o-timeline-events:before{background:#0F5EA6;border-radius:100%;content:' ';position:absolute;top:-10px;height:14px;width:14px;left:auto;right:29px;z-index:1}@media (min-width: 500px){.timelineblock .o-timeline-section .o-timeline-events:before{right:50px}}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events:before{top:-30px;height:39px;width:39px;left:auto;right:120px}}@media (min-width: 1200px){.timelineblock .o-timeline-section .o-timeline-events:before{right:106px}}.timelineblock .o-timeline-section .o-timeline-events:after{background:#002E5D;border-radius:100%;bottom:-10px;content:' ';position:absolute;top:auto;height:14px;width:14px;left:auto;right:27px;z-index:1}@media (min-width: 500px){.timelineblock .o-timeline-section .o-timeline-events:after{right:43px}}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events:after{bottom:-25px;height:39px;width:39px;left:auto;right:97px}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events:after{padding:0}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper{display:block;align-self:flex-start;position:relative}@media (min-width: 992px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper{max-width:700px;min-width:700px}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper{align-self:flex-start;max-width:558px;min-width:460px}}@media (max-width: 1449px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper{margin-top:0 !important;margin-bottom:96px !important}}@media (min-width: 992px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper{margin-bottom:40px !important}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper:last-child{margin-bottom:0 !important}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex{position:static;max-width:100%;min-width:100%;width:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex:before,.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex :after{display:none}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex .year-wrap{position:relative;max-width:100%;min-width:100%;width:100%;text-align:right}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex .year-wrap{text-align:center}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex .year-wrap .year{position:relative;font-size:32px;z-index:10}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex .year-wrap .year{padding-right:60px}}@media (min-width: 1200px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex .year-wrap .year{font-size:92px;padding-right:0}}@media (max-width: 1449px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.no-gindex{margin-top:-40px !important}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper{display:block;float:none;position:relative;width:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper img{max-width:223px;min-width:223px;margin-bottom:20px}@media (min-width: 375px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper img{max-width:280px}}@media (min-width: 500px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper img{max-width:330px}}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper img{max-width:500px;min-width:500px}}@media (min-width: 992px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper img{max-width:330px;min-width:330px}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper img{max-width:100%;min-width:100%}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper.rounded-borders&gt;img{border-radius:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right{align-self:flex-start}@media (min-width: 992px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right{max-width:700px;min-width:700px}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right{align-self:center;max-width:361px;min-width:361px}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right .image-wrapper{display:block;float:none;position:relative;width:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-history-gindex{display:inline-block;vertical-align:top;min-width:30px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-history-gindex div{font-family:"Eina01-SemiBold", sans-serif;font-size:24px;line-height:26px;display:block;vertical-align:top;padding-right:10px}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-history-gindex{display:inline-block;vertical-align:top;width:auto}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-history-gindex div{font-size:46px;line-height:46px}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event{display:inline-block;font-size:14px;line-height:20px;width:193px}@media (min-width: 375px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event{width:233px}}@media (min-width: 500px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event{width:280px}}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event{font-size:19px;line-height:23px;width:55%}}@media (min-width: 992px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event{width:100%}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h2{color:#000;font-size:12px;font-weight:700;line-height:16px;margin-bottom:0}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h3{margin-bottom:10px}@media (min-width: 500px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h2.year{font-size:34px;right:20px}}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h2{color:#000;font-size:16px;line-height:20px;margin-bottom:0}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h2.year{font-size:54px;right:65px}}@media (min-width: 1200px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h2.year{font-size:114px;right:148px}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h2.year{font-size:114px;right:42%}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event p{padding-top:0;font-size:14px;line-height:20px;margin-top:0}@media (min-width: 768px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event p{padding-top:0;font-size:18px;line-height:23px;margin-top:0}}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event .u-mb-3{display:none}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event .u-mb-3.page-content{display:block !important}@media (min-width: 992px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap{display:table-row;max-width:700px;min-width:700px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .image-wrapper{display:table-cell;max-width:330px;min-width:330px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .item-wrap{display:table-cell;max-width:400px;min-width:400px;position:relative;padding-left:20px;vertical-align:top}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .item-wrap .o-history-gindex&gt;div.val,.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .item-wrap .o-timeline-event&gt;div.o-container h3{padding-top:10px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap.no-table{display:block;max-width:100%}}@media (min-width: 1450px){.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap{display:block;max-width:auto;min-width:auto}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .image-wrapper{display:block;max-width:auto;min-width:auto}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .item-wrap{display:block;max-width:100%;min-width:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .item-wrap .o-history-gindex&gt;div.val,.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .content-wrap .item-wrap .o-timeline-event&gt;div.o-container h3{padding-top:0}}.timelineblock .o-timeline-section .blocks{order:1}.timelineblock .o-timeline-section a.arrow-up{background:transparent url(/Static/img/timeline-block-arrow-up.svg) no-repeat;background-size:62px 62px;bottom:2px;content:' ';display:block;height:62px;left:70px;right:auto;width:62px;cursor:pointer;position:fixed;z-index:11}@media (min-width: 992px){.timelineblock .o-timeline-section a.arrow-up{bottom:100px;left:auto;right:20%}}@media (min-width: 1450px){.timelineblock .o-timeline-section{padding-top:39px;position:relative}.timelineblock .o-timeline-section .o-timeline-events{background-position:center 0;color:#000;position:relative;display:flex;flex-direction:column}.timelineblock .o-timeline-section .o-timeline-events:before{border-radius:100%;content:' ';position:absolute;top:-10px;height:39px;width:39px;left:605px;z-index:1}.timelineblock .o-timeline-section .o-timeline-events:after{bottom:-20px;top:auto;height:39px;width:39px;left:calc(50% - 20px);z-index:1}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper{color:#222;display:block;max-width:361px;min-width:361px;align-self:flex-start}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .image-wrapper{display:block;float:none;position:relative;width:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .item-wrap{display:table-row;position:relative}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .item-wrap:before{background:#002E5D;border-radius:100%;content:' ';position:absolute;top:0;left:373px;right:auto;z-index:1;height:39px;width:39px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .item-wrap:after{background:#002E5D;content:' ';position:absolute;height:3px;left:411px;width:20px;right:auto;z-index:1;display:none;height:6px;width:200px;display:block;top:15px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right{align-self:flex-end}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right .image-wrapper{display:block;float:none;position:relative;width:100%}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right .item-wrap{display:table-row;position:relative}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right .item-wrap:before{background:#0F5EA6;border-radius:100%;content:' ';position:absolute;top:0;left:-83px;right:-30px;z-index:1;height:39px;width:39px;right:auto}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper.right .item-wrap:after{background:#0F5EA6;content:' ';position:absolute;height:3px;left:-253px;width:20px;right:-43px;z-index:1;display:none;height:6px;width:200px;right:auto;display:block;top:15px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-history-gindex{display:table-cell;min-width:50px;padding-right:10px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-history-gindex div{font-size:46px;line-height:normal;margin-top:-10px;display:inline-block;vertical-align:top}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event{display:table-cell;font-size:19px;line-height:23px;padding-top:0;width:300px}.timelineblock .o-timeline-section .o-timeline-events .event-wrapper .o-timeline-event h3{margin-bottom:10px}}@media (max-width: 768px){.timelineblock&gt;script{display:none !important}}.content-page .main-body,.case-page .main-body{margin-bottom:4rem}@media (min-width: 1200px){.content-page .main-body,.case-page .main-body{margin-right:20%}}.content-page .main-body p img,.content-page .main-body&gt;div,.case-page .main-body p img,.case-page .main-body&gt;div{width:auto;height:auto;max-width:100%}.content-page .main-body&gt;h1,.content-page .main-body&gt;.h1,.case-page .main-body&gt;h1,.case-page .main-body&gt;.h1{margin-top:4rem}@media (max-width: 991px){.content-page .main-body&gt;h1,.content-page .main-body&gt;.h1,.case-page .main-body&gt;h1,.case-page .main-body&gt;.h1{margin-top:2rem}}.content-page .main-body h2,.case-page .main-body h2{padding-top:2rem}.content-page .main-body&gt;h2,.content-page .main-body&gt;.h2,.content-page .main-body&gt;h3,.content-page .main-body&gt;.h3,.content-page .main-body&gt;h4,.content-page .main-body&gt;.h4,.content-page .main-body&gt;h5,.content-page .main-body&gt;.h5,.content-page .main-body&gt;h6,.content-page .main-body&gt;.h6,.case-page .main-body&gt;h2,.case-page .main-body&gt;.h2,.case-page .main-body&gt;h3,.case-page .main-body&gt;.h3,.case-page .main-body&gt;h4,.case-page .main-body&gt;.h4,.case-page .main-body&gt;h5,.case-page .main-body&gt;.h5,.case-page .main-body&gt;h6,.case-page .main-body&gt;.h6{margin-top:4rem;margin-bottom:1.5rem}@media (max-width: 991px){.content-page .main-body&gt;h2,.content-page .main-body&gt;.h2,.content-page .main-body&gt;h3,.content-page .main-body&gt;.h3,.content-page .main-body&gt;h4,.content-page .main-body&gt;.h4,.content-page .main-body&gt;h5,.content-page .main-body&gt;.h5,.content-page .main-body&gt;h6,.content-page .main-body&gt;.h6,.case-page .main-body&gt;h2,.case-page .main-body&gt;.h2,.case-page .main-body&gt;h3,.case-page .main-body&gt;.h3,.case-page .main-body&gt;h4,.case-page .main-body&gt;.h4,.case-page .main-body&gt;h5,.case-page .main-body&gt;.h5,.case-page .main-body&gt;h6,.case-page .main-body&gt;.h6{margin-top:3rem}}@media (max-width: 991px){.content-page .main-body,.case-page .main-body{margin-right:0}.content-page .main-body p img,.content-page .main-body&gt;div,.case-page .main-body p img,.case-page .main-body&gt;div{width:auto;max-width:100%}}.content-page .main-body .focus-areas-block .card,.case-page .main-body .focus-areas-block .card{margin-bottom:30px !important}.content-page .main-body .focus-areas-block .card .text-box,.case-page .main-body .focus-areas-block .card .text-box{height:130px;display:flex;align-items:center}.release-page .content,.blog-page .content{margin-right:20%}.release-page .content img,.blog-page .content img{width:inherit;height:inherit}.release-page .content&gt;h1,.release-page .content&gt;.h1,.blog-page .content&gt;h1,.blog-page .content&gt;.h1{margin-top:4rem}@media (max-width: 991px){.release-page .content&gt;h1,.release-page .content&gt;.h1,.blog-page .content&gt;h1,.blog-page .content&gt;.h1{margin-top:2.25rem}}.release-page .content h2,.blog-page .content h2{padding-top:2rem}.release-page .content&gt;h2,.release-page .content&gt;.h2,.release-page .content&gt;h3,.release-page .content&gt;.h3,.release-page .content&gt;h4,.release-page .content&gt;.h4,.release-page .content&gt;h5,.release-page .content&gt;.h5,.release-page .content&gt;h6,.release-page .content&gt;.h6,.blog-page .content&gt;h2,.blog-page .content&gt;.h2,.blog-page .content&gt;h3,.blog-page .content&gt;.h3,.blog-page .content&gt;h4,.blog-page .content&gt;.h4,.blog-page .content&gt;h5,.blog-page .content&gt;.h5,.blog-page .content&gt;h6,.blog-page .content&gt;.h6{margin-top:4rem;margin-bottom:1.5rem}@media (max-width: 991px){.release-page .content&gt;h2,.release-page .content&gt;.h2,.release-page .content&gt;h3,.release-page .content&gt;.h3,.release-page .content&gt;h4,.release-page .content&gt;.h4,.release-page .content&gt;h5,.release-page .content&gt;.h5,.release-page .content&gt;h6,.release-page .content&gt;.h6,.blog-page .content&gt;h2,.blog-page .content&gt;.h2,.blog-page .content&gt;h3,.blog-page .content&gt;.h3,.blog-page .content&gt;h4,.blog-page .content&gt;.h4,.blog-page .content&gt;h5,.blog-page .content&gt;.h5,.blog-page .content&gt;h6,.blog-page .content&gt;.h6{margin-top:3rem}}@media (max-width: 991px){.release-page .content,.blog-page .content{margin-right:0}.release-page .content p img,.release-page .content&gt;div,.blog-page .content p img,.blog-page .content&gt;div{width:100%}}@media (min-width: 991px){.release-page .content img,.blog-page .content img{max-width:930px}}@media (min-width: 1199px){.release-page .content img,.blog-page .content img{max-width:1110px}}@media (min-width: 1400px){.release-page .content img,.blog-page .content img{max-width:1250px}}@media (max-width: 991px){.release-page .content,.blog-page .content{margin-right:0}.release-page .content img,.blog-page .content img{max-width:100%}}.release-page .large-cta-buttons,.blog-page .large-cta-buttons{margin:35px 0 0 0}.release-page main.content ul li{padding-bottom:10px}.listing-page .col-lg-4{margin-bottom:30px}@media (min-width: 991px){.listing-page .col-lg-4 .card-wrapper .text-box{height:275px}}.listing-page .col-lg-4 .card-wrapper .text-box .line-clamp-wrapper{-webkit-line-clamp:6;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.listing-page .col-lg-4 .card-wrapper .text-box .line-clamp-wrapper a.card-link{display:inline;margin-bottom:24px;-webkit-line-clamp:unset}.listing-page .col-lg-4 .card-wrapper .text-box .line-clamp-wrapper a.card-link h2{display:inline;-webkit-line-clamp:unset}.listing-page .col-lg-4 .card-wrapper .text-box .line-clamp-wrapper .font-weight-light{-webkit-line-clamp:unset}.tag-filter{padding:10px 12px;position:relative;border:1px solid #0F5EA6;border-radius:40px;background-color:#e7eff6;margin-right:15px;font-family:"Eina01-SemiBold";font-size:14px;line-height:18px;margin-bottom:10px}@media (min-width: 768px){.tag-filter{min-width:100px;font-size:16px;line-height:20px;margin-bottom:15px;padding:12px 18px}}.tag-filter.active{background-color:#0F5EA6;border:1px solid #0F5EA6;color:#fff}.tag-filter:focus-visible{outline:0}.tag-filter:focus-visible:before{border-radius:0;content:' ';outline:2px solid #002E5D;width:100%;height:100%;position:absolute;top:0;left:0}.listing-page-container .breadcrumbs{padding:0 15px}.testimonial-block{background-color:#F8E59A;padding:45px 20% 45px 45px;margin:65px auto;font-family:"Eina01-SemiBold";font-size:20px}@media (max-width: 991px){.testimonial-block{padding:24px}}.large-cta-buttons{display:flex;flex-wrap:wrap;margin:20px 0 35px 0}@media (max-width: 520px){.large-cta-buttons{display:block}}.large-cta-buttons .large-cta-button{margin-right:32px;margin-bottom:20px}@media (max-width: 520px){.large-cta-buttons .large-cta-button{margin-right:0}}.large-cta-buttons .large-cta-button a{height:66px;display:flex;font-size:18px;padding:17px 32px;align-items:center;justify-content:center;font-family:"Eina01-SemiBold"}.large-cta-buttons .large-cta-button a:focus-visible{outline:2px solid black}.distribution-info-page .quicklinks,.exception-page .quicklinks{margin-bottom:50px;position:-webkit-sticky;position:sticky;top:0;background:white;z-index:2}.distribution-info-page .quicklinks ul,.exception-page .quicklinks ul{list-style:none;display:flex;padding:0;background:transparent;font-family:"Eina01-SemiBold";overflow-x:auto}.distribution-info-page .quicklinks ul li,.exception-page .quicklinks ul li{border:1px solid #EDEFEF;text-align:center;padding:0}.distribution-info-page .quicklinks ul li a,.exception-page .quicklinks ul li a{color:black;width:100%;display:block;padding:15px;display:block;white-space:nowrap;text-decoration:none}.distribution-info-page .quicklinks ul li.active,.exception-page .quicklinks ul li.active{background-color:#E7F5F7;border:2px solid black}.distribution-info-page h1,.exception-page h1{margin-bottom:3rem}.distribution-info-page .distribution-filter,.exception-page .distribution-filter{align-items:center}.distribution-info-page .distribution-filter .type-label,.exception-page .distribution-filter .type-label{width:100%;font-family:"Eina01-SemiBold"}@media (max-width: 520px){.distribution-info-page .distribution-filter .type-label,.exception-page .distribution-filter .type-label{padding-top:25px}}.distribution-info-page .distribution-filter select,.exception-page .distribution-filter select{width:100%;padding:0 15px;height:50px;font-family:"Eina01-Regular"}@media (max-width: 768px){.distribution-info-page .distribution-filter select,.exception-page .distribution-filter select{height:35px}}.distribution-info-page .break,.exception-page .break{padding-top:50px;padding-bottom:20px;border-bottom:1px solid #BFBFBF}.distribution-info-page .break .date,.exception-page .break .date{margin-bottom:6px}.distribution-info-page .break button,.exception-page .break button{width:100%}.distribution-info-page .break button h3,.distribution-info-page .break button h4,.exception-page .break button h3,.exception-page .break button h4{text-align:left}.distribution-info-page .break button h3 i,.distribution-info-page .break button h4 i,.exception-page .break button h3 i,.exception-page .break button h4 i{font-size:30px}.distribution-info-page .fault-service-contact,.exception-page .fault-service-contact{background-color:#E7ECF4;padding:40px;font-family:"Eina01-SemiBold";font-size:20px}.distribution-info-page .fault-service-contact h4 p,.exception-page .fault-service-contact h4 p{font-size:32px;font-weight:400}.distribution-info-page .fault-service-contact a,.exception-page .fault-service-contact a{text-decoration:none}.distribution-info-page .fault-service-contact a svg,.exception-page .fault-service-contact a svg{width:28px;height:24px;margin:0 5px}.distribution-info-page .content,.exception-page .content{margin-right:17%}.distribution-info-page .content p img,.distribution-info-page .content&gt;div:not(.instruction-step),.exception-page .content p img,.exception-page .content&gt;div:not(.instruction-step){width:calc(100% + 20.5%)}@media (max-width: 991px){.distribution-info-page .break,.exception-page .break{padding-top:25px}.distribution-info-page .fault-service-contact,.exception-page .fault-service-contact{padding:24px}.distribution-info-page .fault-service-contact h4 p,.exception-page .fault-service-contact h4 p{font-size:24px}.distribution-info-page .content,.exception-page .content{margin-right:0}.distribution-info-page .content p img,.distribution-info-page .content&gt;div:not(.instruction-step),.exception-page .content p img,.exception-page .content&gt;div:not(.instruction-step){width:100%}}.distribution-info-page .twitter-logo-x-emergency svg,.exception-page .twitter-logo-x-emergency svg{max-height:18px}.blog-page .content .contact-card,.blog-page .content p img{width:100%;margin-top:2rem;margin-bottom:2rem}.blog-page .content .contact-card{height:345px;margin:60px 0;font-family:"Eina01-Regular"}.blog-page .content .contact-card img{height:345px}.blog-page .content h2{padding-top:2rem}@media (max-width: 991px){.blog-page .content .contact-card,.blog-page .content p img{width:100%}.blog-page .content .contact-card{height:inherit;margin:50px 0}.blog-page .content .contact-card img{height:185px}}.exception-page .content,.search-page .content{margin-top:60px;margin-right:30%}.exception-page .content .hit,.search-page .content .hit{padding-top:50px;padding-bottom:50px;border-bottom:1px solid #BFBFBF}@media (max-width: 991px){.exception-page .content,.search-page .content{margin-right:0}.exception-page .content .hit,.search-page .content .hit{padding-top:25px;padding-bottom:25px}}.exception-page .break button{text-align:left}.exception-page h2{padding-top:2rem}.error-page{text-align:center;padding:100px 0;position:relative}.error-page img{max-width:100px}.error-page:after{content:"";width:100%;display:block;position:absolute;top:0;z-index:-1;box-shadow:0px 0px 6px 1px lightgrey}@media (max-width: 991px){.error-page{padding:50px 0}}.search-page .hit{color:black;text-decoration:none;display:block}.search-page .hit div{font-weight:normal}.search-page .hit a{color:black;text-decoration:none;display:block}.search-page .hit a:hover{text-decoration:underline}.search-page .hit a:focus{outline:1px solid black}.search-page .hit h2{font-size:18px;line-height:22px}@media (min-width: 1200px){.search-page .hit h2{font-size:22px;line-height:24px}}.search-page .search-field-container{padding-bottom:5px;border-bottom:1px solid black}.search-page .tag-filter{display:none}.search-page button.tag-filter{color:#000;display:inline-block}.search-page button.tag-filter.active{color:#fff}.search-page .tag-filter ~ label,.search-page .tag-filter ~ div{color:#000;padding:10px 12px;position:relative;border:1px solid #0F5EA6;border-radius:40px;background-color:#e7eff6;cursor:pointer;display:inline-block;margin-right:15px;font-family:"Eina01-SemiBold";font-size:14px;line-height:18px;margin-bottom:10px;text-align:center}@media (min-width: 768px){.search-page .tag-filter ~ label,.search-page .tag-filter ~ div{min-width:100px;font-size:16px;line-height:20px;margin-bottom:15px;padding:12px 18px}}.search-page .tag-filter ~ label label:focus-visible,.search-page .tag-filter ~ label ~ div:focus-visible,.search-page .tag-filter ~ div label:focus-visible,.search-page .tag-filter ~ div ~ div:focus-visible{outline:0}.search-page .tag-filter ~ label label:focus-visible:after,.search-page .tag-filter ~ label ~ div:focus-visible:after,.search-page .tag-filter ~ div label:focus-visible:after,.search-page .tag-filter ~ div ~ div:focus-visible:after{border-radius:0;content:' ';outline:2px solid #002E5D;width:100%;height:100%;position:absolute;top:0;left:0}.search-page .tag-filter ~ label.active,.search-page .tag-filter ~ label:checked label,.search-page .tag-filter ~ label:checked div,.search-page .tag-filter ~ label:checked+div,.search-page .tag-filter ~ div.active,.search-page .tag-filter ~ div:checked label,.search-page .tag-filter ~ div:checked div,.search-page .tag-filter ~ div:checked+div{background-color:#0F5EA6;border:1px solid #0F5EA6;color:#fff;cursor:pointer;font-weight:bold}.search-page .tag-filter:checked+div{background-color:#0F5EA6;border:1px solid #0F5EA6;color:#fff}.search-page .tag-filter:checked+label:focus-visible,.search-page .tag-filter+div:focus-visible{outline:0}.search-page .tag-filter:checked+label:focus-visible:after,.search-page .tag-filter+div:focus-visible:after{border-radius:0;content:' ';outline:2px solid #002E5D;width:100%;height:100%;position:absolute;top:0;left:0}.search-page ul.pagination li{display:inline-block}.search-page .breadcrumbs{padding:0 15px}.search-page #ajax-update-area{margin-top:0}.search-page #ajax-update-area ul.pagination{margin-top:3rem;margin-bottom:80px;padding-left:0}.search-page #ajax-update-area ul.pagination li{display:inline;float:left;padding-bottom:0}.search-page #ajax-update-area ul.pagination li .page-link{background:#f0f0f0;border-top:2px solid #000;border-bottom:2px solid #000;border-left:2px solid #000;border-right:2px solid #000;box-sizing:border-box;color:#000;display:block;margin-top:4px;max-height:26px;line-height:20px;font-size:18px;padding:0px 6px;text-decoration:none}.search-page #ajax-update-area ul.pagination li .page-link.active{font-weight:bold}.search-page #ajax-update-area ul.pagination li.previous .page-link,.search-page #ajax-update-area ul.pagination li.next .page-link{font-family:'Material Icons' !important;font-size:24px;line-height:26px;margin-top:0;min-height:32px}.search-page-container .breadcrumbs{padding:0 15px}.autocomplete input{height:52px;width:100%;font-family:"Eina01-SemiBold";border:none}.autocomplete input:focus{outline:none}.autocomplete ::-webkit-input-placeholder{color:black}.autocomplete .autocomplete-result-list{background:white;list-style:none;padding:0}.autocomplete .autocomplete-result-list .autocomplete-result{border-right:none !important;padding:7px 0;line-height:18px;font-size:18px}.autocomplete .autocomplete-result-list .autocomplete-result:focus,.autocomplete .autocomplete-result-list .autocomplete-result:hover,.autocomplete .autocomplete-result-list .autocomplete-result:focus-visible,.autocomplete .autocomplete-result-list .autocomplete-result[aria-selected=true]{background:#EDEFEF}.search-field-container .primary-btn:focus-visible{outline:0;position:relative}.search-field-container .primary-btn:focus-visible:after{border-radius:0;content:' ';outline:2px solid #002E5D;width:100%;height:100%;position:absolute;top:0;left:0}.faq-content.main-body{margin-bottom:0}.faq-content.main-body h2{margin-top:0}.faq-content.main-body a.back{background:transparent url(/Static/img/keyboard_arrow_left.svg) no-repeat left 2px;display:inline-block;font-size:16px;padding-left:23px;margin:20px 0 0}.faq-search-result-wrapper.show-all-tags h2{color:#212529;font-size:22px;line-height:40px}.faq-search-result-wrapper .main-body{margin-bottom:0}.faq-search-result-wrapper ul{list-style:none;padding:0;margin:0}.faq-search-result-wrapper ul li{line-height:28px;padding-bottom:15px}.faq-search-result-wrapper ul li a,.faq-search-result-wrapper ul li a:visited{color:#212529;font-size:18px;line-height:22px;text-decoration:none}.faq-search-result-wrapper ul li a:hover,.faq-search-result-wrapper ul li a:visited:hover{color:#0F5EA6}.faq-search-result-wrapper div h2{color:#212529;font-size:18px;font-weight:600;line-height:24px;margin-bottom:12px;margin-top:12px}.faq-search-result-wrapper div a.show-all{background:transparent url(/Static/img/keyboard_arrow_right.svg) no-repeat right 8px;display:inline-block;padding-right:15px;margin:10px 0 20px}.faq-search-result-wrapper&gt;div:first-child h2{font-size:22px;margin-bottom:24px}@media (min-width: 1200px){.faq-search-result-wrapper.show-all-tags{min-height:1000px;-moz-columns:2;columns:2;-moz-column-width:400px;column-width:400px;-moz-column-fill:balance;column-fill:balance;width:100%;-webkit-column-break-inside:avoid}.faq-search-result-wrapper.show-all-tags&gt;div{display:inline-block;min-height:450px;max-width:400px;min-width:400px;margin:0}.faq-search-result-wrapper.show-all-tags&gt;div h2{color:#212529;font-size:32px;line-height:40px}.faq-search-result-wrapper div h2{color:#212529;font-size:22px;line-height:40px;margin-bottom:12px}.faq-search-result-wrapper&gt;div:first-child h2{font-size:32px;margin-bottom:24px}}.faq-page .automatic-related-pages-block .row{margin-left:0;margin-right:0}.faq-page .automatic-related-pages-block a{color:#212529;font-size:22px;line-height:24px;font-weight:600;text-decoration:none;min-height:26px}.faq-page .automatic-related-pages-block .h2.title-margin-bottom{margin-bottom:1.5rem;margin-top:2rem}.faq-page .automatic-related-pages-block .text-box{margin:0 12px;max-height:350px;min-height:258px;padding:20px}@media (min-width: 768px){.faq-page .automatic-related-pages-block .text-box{max-width:285px;min-width:285px}}.faq-page .automatic-related-pages-block .text-box&gt;a{display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical}.faq-page .automatic-related-pages-block .text-box .font-weight-light{max-height:85px;overflow:hidden;margin-top:15px}.faq-page .automatic-related-pages-block .text-box .font-weight-light p{line-height:26px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.faq-page .automatic-related-pages-block .text-box .font-weight-light p a{color:#0F5EA6;font-size:18px;font-weight:normal;text-decoration:underline}.faq-navigation{list-style:none;margin-top:0;padding:0}.faq-navigation li{display:inline-block}.faq-navigation li a{background:#e7eff6;border-radius:20px;color:#212529;display:inline-block;font-size:14px;font-weight:600;line-height:32px;margin-right:8px;min-height:32px;padding:0 16px;text-decoration:none}.faq-navigation li a.selected{background:#cfdfed;border:2px solid #417fb8;color:#212529}@media (min-width: 992px){.faq-navigation{list-style:none;margin-top:10px}.faq-navigation li{display:list-item}.faq-navigation li a{background:#fff;border-radius:0;color:#212529;font-size:16px;line-height:20px;text-decoration:none}.faq-navigation li a:hover,.faq-navigation li a.selected{background:#fff;border:0;color:#0F5EA6}}a#uutiskirje{display:block;top:-200px;position:relative}@media (min-width: 768px){a#uutiskirje{top:-300px}}


/*# sourceMappingURL=style.css.map*/</pre></body></html>