@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Poppins:300,400,500,600&display=swap);/*!
 * 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control.focus.is-valid {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.focus.is-invalid {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0;
}

.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"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[dir="rtl"] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir="rtl"] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
}

.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}

.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}

.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}

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

.b-form-btn-label-control.form-control > label {
  outline: 0;
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
}

.b-form-btn-label-control.form-control > label.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}

.b-form-btn-label-control.form-control > label.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}

.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
  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 > label {
  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"] > label {
  cursor: default;
}

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

.b-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
  -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}

.b-avatar[href] {
  text-decoration: none;
}

.b-avatar > .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;
}

.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: 5;
}

.b-avatar-group .b-avatar-group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 3;
}

.b-calendar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -ms-flex-wrap: nowrap;
      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 > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.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 > .custom-range {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}

.input-group > .custom-range:focus {
  z-index: 3;
}

.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    -webkit-transition: none;
    transition: none;
  }
}

.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

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

.input-group-sm > .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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
          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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
}

.b-rating .b-rating-star .b-rating-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.15s ease-in-out;
  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) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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 > div,
.b-form-spinbutton output > 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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}

.b-form-spinbutton .btn:hover:not(:disabled) > div > .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-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.b-form-tags.focus.is-valid {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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 > 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;
}

.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 > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda;
}

.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda;
}

.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe;
}

.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe;
}

.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .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 > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .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 !important;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

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

.b-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed !important;
  top: 0;
  height: 100vh;
  width: 320px;
  max-width: 100% !important;
  margin: 0 !important;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  -webkit-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 {
    -webkit-transition: none;
    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) > .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 > .b-sidebar-header .close {
  margin-right: auto;
}

.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[dir="rtl"] .b-sidebar > .b-sidebar-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}

.b-sidebar > .b-sidebar-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}

.b-sidebar > .b-sidebar-footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.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 > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.table.b-table > caption {
  caption-side: bottom;
}

.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}

.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}

.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
  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 > .table,
.table-responsive > .table,
[class*="table-responsive-"] > .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 > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
    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 > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    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 > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
    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 > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}

.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}

.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [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 > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [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 > thead > tr > [aria-sort="none"],
.table.b-table > tfoot > tr > [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 > thead > tr > [aria-sort="ascending"],
.table.b-table > tfoot > tr > [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 > thead > tr > [aria-sort="descending"],
.table.b-table > tfoot > tr > [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 > thead > tr > [aria-sort="none"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.b-table > .thead-dark > tr > [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 > thead > tr > [aria-sort="ascending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.b-table > .thead-dark > tr > [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 > thead > tr > [aria-sort="descending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.b-table > .thead-dark > tr > [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 > thead > tr > .table-dark[aria-sort="none"],
.table.b-table > tfoot > tr > .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 > thead > tr > .table-dark[aria-sort="ascending"],
.table.b-table > tfoot > tr > .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 > thead > tr > .table-dark[aria-sort="descending"],
.table.b-table > tfoot > tr > .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 > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [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 > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [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) > tbody > tr {
  cursor: pointer;
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > 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 > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [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 > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-sm > tbody > tr > [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 > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [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 > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-md > tbody > tr > [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 > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [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 > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-lg > tbody > tr > [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 > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [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 > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}

.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}

.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

.table.b-table.b-table-stacked > tbody > tr > [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 > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}

.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [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 > .d-flex:not(.flex-column) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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;
  -webkit-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 {
  -webkit-transition-delay: 0.175s;
          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;
  -webkit-transition-delay: 0.175s;
          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 {
  -webkit-transition-delay: 0s;
          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-primary.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-success.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-warning.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-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-primary.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-success.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-warning.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-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-dark.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 > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > 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 > g {
    -webkit-animation: none;
    animation: none;
  }
}

.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb > 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 > 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 */.family-poppins {
  font-family: 'Poppins', sans-serif;
}

.family-lora {
  font-family: 'Lora', sans-serif;
}

@font-face {
  font-family: "anticon";
  src: url("../font/iconfont.eot?t=1519899342204");
  /* IE9*/
  src: url("../font/iconfont.eot?t=1519899342204#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAJHIAAsAAAABEsgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW70vpY21hcAAAAYAAAAeFAAASNPxZm2dnbHlmAAAJCAAAfNAAAOgsSuJcvGhlYWQAAIXYAAAAMQAAADYQnSuZaGhlYQAAhgwAAAAhAAAAJAfhBKZobXR4AACGMAAAADUAAASwr/T/8mxvY2EAAIZoAAACWgAAAlrMvJCEbWF4cAAAiMQAAAAfAAAAIAJWAOVuYW1lAACI5AAAAUYAAAJhyY6rA3Bvc3QAAIosAAAHmQAADSR9BpoceJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKl5+YW7438AQw9zM0AgUZgTJAQDluwxweJzF13W01WUWxvHvPjRcSkqxEMQAx+kZpnvGRkzs7m7s7i5A7AID1EG6Q8RO7K59fO3ASWdwb553zXL+mflr1lz5cLl3Hde97/PbZ+/9Am2AVmG90Dr+9MPIb/WN79ry77ei4/Lvt258FF/3J/5FgxH+RbOldCs9y4AysAwpQ8uwMqaMKxPK4rKkLF22LF47wmm2Kl1Lj6+9ZmQZW8aXif96zX/+sPh5/RstjdUa/Rr9v/bfoMZ6jfUbwxvDl7+mEb9j6zhJW9rRng7x+3aihc50oSvd6M4K9KAnvehNHz5jRVaiLyuzCquyGqvHedaInzKANRnIWqzNOqzLIAbHyb/B+nyTb/FtvsN3+R7f5wf8kCH8iB/zE37Kz/g5v+CX/Ipf8xt+y+/4PX/gTu7iFV7jZV7ieaYzg5kUZjGbOcxlHp+wARvyKRuxMZuwKZsxlM25lWGM5a9swZZsxdZsw7YMZzum8XfuYHt2YD47shM7swtT2ZXd2J092JO92Jt92Jf92J8DOJCDOJhDOJTDOJzXeYt3eJsjOJJ/cBRH8yf+zF+YwO0cwwju5gVe5FiO43hO4EROIh4YJ3MKp3Ian3M6Z/Ac9/JHJjKJeziTszibcziX8zif8VzAhVzExVzCpVzG5VzBlYxkFKO5ijFczTVcy3Vczw3cyE3czBu8y0csYCH38THvsYj7eZ/FPMCDPMTDPMKjPMbjPMEHPMlTPM0SnuFZ/saHfGmr2mq2uvW3tW2QDbYBtpataQNtHVuXV7mFcdzGZKbwJkv5gn+yzDCzhrWy1tbG2lo7a28drKN1shbrbF2sq3Wz7raC9bCe1st6Wx9b0VayvrayrWL9bI0oq7b/tTr/Zx/2//vR//7Rkn916akvbHD8NaKKX9GReP/hJtlLvCHZT7yVZJ/x1hLvU7yNxDsWbyvx3sXbSbyL8faS/cc7SLyz8Y6Sv513kni34y0S73u8s0QHwLtI9AK8q0RXwLtJ9Ae8u0SnwFeQ6Bl4D4nugfeU6CN4L4mOgveW6C14H4kug1fRb/AqOg9eRQ/Cq+hGeBV9Ca+iQ+FV9Cq8iq6FV9G/8Co6GV5FT8Or6G54FX0Or6Lj4VX0PryKLohX0Q/xKjojXkWPxKucH15F38Sr6KB4Fb0Ur6Kr4lX0V7yKTotX0XPxKrovXkUfxqvoyHgVvRmvokvjVfRrvIrOjVfRw/EqujleRV/Hq+jweBW9Hq+i6+NV9H+8ikmAVzET8CqmA17FnMCrmBh4FbMDr2KK4BtIzBN8Q4nJgm8kMWPwjSWmDb6JxNzBN5WYQPhmErMIHyoxlfDNJeYTPkxiUuFbSMwsfEuJ6YVvJTHH8K0lJhq+jcRsw7eVmHL4cCHPsZ2Q59heYgbiOwh5ph2FPNNOQp5pZyHPtIuQZ9pVyDPtJuSZdpeYqfgeQp5vT4k5i+8lMXHxvYU89z5CnntfIc+9n5Dn3l/Icx8g5LkPFPLcBwl57oMlZjl+iMRUxw+VmO/4YUJmc7iQ2RwhMf3xI4XM6SghczpayJyOETKnERL7An6skJkdJ2RmxwuZ2QlCZnaikJmdJGRmJwuZ2SlCZnaqkJmdJmRmpwuZ2RlCZnamkJmdJWRmZwuZ2TlCZnaukJmdJ2Rm5wuZ2QUSew9+ocQGhF8ksQvhF0tsRfglQmZ8qZAZXyaxM+GXC5n3FULmfaXERoWPlNit8FESWxY+WmLfwq+S2LzwMUI+q6slZ6pfI7GX4ddKbGj4dRK7Gn69kM/zBiGf541CPs+bhHyeNwv5PG8R8nneKjnAfazE7oePE/I53ybkc75dyOd8h5DP+U6JbREfL+QznyDkM79LYpfE75bYKvF7JPZLvIpNE69i58TvFfK1k4SsnclC1s4UIWtnqpC1M03I2pkuZO3MELJ2Zgr5u88Sso5mC1lHc4Sso7lC1tE8IetovpB1tEDIOlooZB3dJ2QdLRKyju4Xso4WC1lHDwhZRw8KWUcPCVlHDwtZR48IWUePCllHjwlZR48LWUdPCFlHTwpZR08JWUdPC1lHSyT2ePwZiY0ef1Zit8efEzKD54XM4AUhM3hR4g6AvyRxG8BfFjKbV4TM5lWJuwL+mpA5vS5kTm8ImdObQub0lpA5vS1kTu8ImZMLmVNTyJzeFTKnInEzwd8TMrP3hczsAyEz+1DIzD4SMrOPhczsE4n7Df6pkP/fZ8KX8flzsdwHl4rlPviFWOyCzVZisfM1W4vFDtdsIxa7WrOt5A7fbCcWe2GzvVjsf80OYrEjNjuKxY7Y7CQWu2CzReLWRekqcf+idJO4iVF6SNzJKD0lbmeUARL3NMpAiRsbZYjE3Y0yVOIWRxkmcZ+jjJS42VFGCcvi82jJq0e5Siy+KGPE4h5SxopFRmWcWGRUxotFRmWC5K2vTBSLjMq9YpFRmSQWGZXJYpFRmSIWGZWpYpFRmSYW95AyXSzuIWWGWOY3UyzzmyUW95AyWyzuIWWOWOY6VyxznScW95AyXyzuIWWBWNxDykKxuIeU+8TiHlIWicU9pNwvFveQslgs7iFliVi/+LxUbI2vALNCcDAAAAB4nNS9CZwb1ZE43PVaUktq3WqpdWskjY65D41GM55D43s8NrbxhbGxDYaYIxw2JsEcAUMgQEIIhEASCOQgIdmFJITT5AAbQsKxnEkI5IJdwm6yYROT09lY7a/qdUujOYwn///v932/zx697n79jqp31KuqV69aMAvCkX8XvyuGBL9QEHqERcJqQQBLG6RdLA6pfF8na4NAyhxQFZeYz+RTUibdKY6AmrYowd7+vpxqkSxucEECiqne/nwny0Opb5QNQW8wDhCORtb6sjGfeCPYQ/nE1doE+xIEkpmYe7RDW9ZeUXqb/NYLHT5f2Oe73moxm62MmdwuOEcN2sw2u0X7stkdCXw32cKS4AjnIytOdDZFfadc23duPKvaAPbuBX+0yfXVijfixb9LI0G/Lyx5nNZQxJlpVuDCX8shvyOee0vAf4C4flscFZcIYUGwgbevv9jTGwx4FUumJ50recGSy3tHAZbCNwNud4B+2vFqJ2OdYp/2OWinqKqVQujQbvcGYmIhFpit3ByWZ8Fyg1h+P5Yb7C97O4H9TTu+Vi58cw7lMiz3dZMg5gVZUKnkoCIZMJob7lkFHnQ6tRVKC2MtmtLwIAa165xph/YRjz/KDkb9nqmPwmx1WBTVgNfccA8HtBVOJzzIi4V3Gh6wjmsdaad2Tb2OKY+T7b4X20eeigVcB791uTS11hbnuJpd2vvrDcDzscdq+SahYRdqqssFvz16PkEQf8AqlM8Pwd4y9OfyKResgJsxJdziVeKHX4sF4JCmut3w22AXY13CZL4jer7+XqzPIqU6Md8tlO/mWj5JB7uWj9pwL7bhXswXo9kjSEFB7RfKOUGULJ3QX4F8J4xCElFnwuvaGxYLpF5/HVIWi/ZG9+8cWKL84osyBGKO38ni5Wbtjdd/pr1hNkPqZ5io+s4vZFBj8hNPyvEg2H8pJ4Vpdcan1emCLsj1VaA/ATg11QTMqPQ0GatyyO/IcaPqmbV6ZV6XrFf+5BNy/L3q9FtyXSC5oBOw2l5E1DKjzpgctz/5pJ3jYG/C3yyV3iGD/NJL2BJxhI3Ae6+29UuWNCI6CsEklEdhFjQTRkXBWs0zatT69HoCtXr5EKjXGRKyQj/W2ouNqOJYcAHWiX2Zz/VjjeX+cgM4eX8+5yJYJCKG2Ax9TDhxzaqLUxlIpy5eteb+hvsTpwH6+r9MHwXldPqiVWseWLPy4nS64XZ8GvxmLTbZQbXRMRX+8lzhFxXst1HAjsR3neAGyz+BwEOOBgyo9+aOAbhl3kc0wmMq4Iib0QdzxsGbRrATNOMw9SjNg38CB8+UsYIPc8fhwJRBhA8zx9E/gcOUUf3P9cP/OQ7Vgdlw0GkiiExoEoSsDYiOqbR0losJoKVTynQCLZ2ZNCIDXrhMu8plUjNu2BFw8zUNA+0zTlfA6TCthCL0ODIxk6y9iaRJAVDc1XH9ClbtV3avK1Ovk9XrpNEo0bKaz7iozqBaHKU6g8Xecn+OHdSuhEt5ndptk3XCGVinS/7n6rya/ZfQjA/YM6kyMjc0mmhWIKPTBamEGMf+6O0fgb6c2N5+zoh23/mOcNL5iMNxv6MpJO+CdR2rx1IQTKsd8FpbB+yi2H2OFL4ONTl2QWpsdcd+r6p694+ca9DwJ8T94nwhhXyXACmJeCqiHDgA0lRxCrmwAPFZxFKZkadQXCwzC2SjYqkvB+fClgvlYMxxv92+D3vSfpH21ZGz13cEEoH0/DVss5sundpde+zBmPyAkWYPnDhMadjCCx2xoHy/HJf32bH393RsOHuYmrJzzfz0pfpljzwlBbTzJDoejyMeY8hB4HpYLhp4cMhpvc6kiFvMpkax4drAAL/UCTqTdM6PfuOMNDvfCWfDyDD6tMf94TD8Heb7wmEfvopmnO8Avgv/7TfOTNT5zisUDwOYKBt+hF78xpWJON55GSP82tO+8Ax4spnpNaocEuBQqTOghW801uonQELwIw6WvxHUkDqtZqAMYoFeTgOVw4Tj6ys4pn1IC4QsTvzaZOL8UCY9SxR8Uza54EPa1W5RxaF/t8ejneh0K9rXZo3GgeyYHOxfd7Y6tXvss0YKNXi+WoMnlc4jy1DmLINkw1EuWWaJYl1uh7bR44G7XRlVdGtXw4dcJtkF/bNG22E9VgdrZVMs49Be1J53ZFzeWSMNHlETl4si0koBvOX+Xt4GHIZ+JIVEcXqDrPMlZ3PUob3tyjq1txzRjOulkFeJsJ9Un3jNFcm4tJ8hX1pwNkfA+Rob8YVYpMZ/VrFsRmVnvUh6OV7E3inEtxAVS+fgVV42xJxZJ8TrZbexUV405JCtfk0vuvokL1qnGVexZ6hcfyqPkPYafZfO4RKUSufyff1frxeAPOOUAuBeHZtfO6dgU6dFzxBHDvp0l3T2t7cf4U314iotnnBUnGvl1lqp2flSKBup0bi97ErscwFqzYsrjUo0Vg2Ke+3aPTRCvs57B3qgSL3D1s3avZPl7afysn1YFoGJq2+Zhku5/yjlveN2wldxzG7ixcEl2of14hrWGiwvRVw7leni8LkQPuhwOeFrlNOdUXEGXKpd6TI5nEcbUg3riG/WEc5+7HLqiPHytKvgsqOO29p6/rh4AOm1SQjQrIEeb8qbTRmLEhIVIh95Efu91IPCZao3qPa4QLyo6mbvVt3JlpYkezfRAtCSuENb6lEUDzzKFyL296qL/XEc46su/T37I161SE1cnMrvR6fxwS4isJNVMqG2rP8Ml3Vc5k+nJe+HVB8bxPrEvRj3s4Y0mlmvJeBu5FlkXAn7pnP5Nbalj7MtOjujSJb8NJRngLBlZNXxD3C+JUNsywPH0206fUIDWKDMAOzwCyPTMujsz6uT7aL38Xz4suCmuTKt5eNTyoeTJvNNxXN8jniKGVxDSLiPA7EiPUpwiNYNEvPLpSIu0z19ubni/plHsFs8yqME0aOKByF8BG/n3AaQoORuvRD9lgqZLht2TcNMsbRBwEU45EYgozdXuVjSVSFqgJi6GQjkatVMhXWWcdQICdThm5yL16BsnaF+Imauh+YNrsHUjMVUXVuSwrbs6QTxVO0A18A8wydKmWtNKno/fhnKOgOnPTM9yVS+WxYUoTi1BaQEKLQA9PsN3hUbYAi89aYgrrbYG5zZCr9EdBKBwL2K549U3XrOHZ3sDqz3zBy4D4CSVPCv+iMdTo8CQ7xNCOYvKh5BME8ZfwuR/zturnMtU+OE+fBDyHkLcp4Yh5+Y6aO1E1Gc60DU1nM8Au7h9YQYYXddM6GamPtoHIBtNUy1p2qYItb/6aZmUHif4MB8lD0tJISkUCCubK5ofOro8F0Lt9Sr/cRktSxWq9aotwMvDsEpBLFe0vRR2brwMtlYyJenkTXviOQi+HdA9cIfiFXXvF71XD9FRaaPLZXkk8Y+M9fKxTpUGmNU9oxu0DSqKK0W9FJntPF/8Go/QeETOjBC43ghWbIXR/VwXZ5UGuTJvtnkyaNgvGlKF9aGxYnTwP3Z1IYRB6Zn0EfC+DQszNW92IS7aricYzRhI23KT9NbEVhdwNmzCnBuKgmcEXTPXFCccjAu33abHA9SOHk/ozWrZ5GYc/vtJLLcfnvDfWNfxnBEzkdoSErI66KXIRWouoSFPJg4l8nJnpdnBes2+bW5TUa20j4bsHgPI3Oci1PaeNoI9UMGQc/UNQxAzTujcVu1z4JottkU+RxJisakDbAUsZhJ77+ofdokmn2PO2NuyXULjKPwOXWO+HGuD5DuFtvKRfpPktiJr8ul59acL2uPbrBGo5J0jqzYbGYRzsBG/cVcm1Lbd4tLcsecj/vMoghnooAL+bk2Yn3NuoI9gXgg3cjn8mJDqyGrC+MiU+yft1oTSdvV8DuU9h3Vg46TQfRC0J302ly/hXdI8q/+3jFZ3kL2OOfgDKF0luGWZwNH5FDSceSIIxlyaJqjfg8faozSnHiPL/Ce+vnIfuRNx4TFyM0sF1YJG4XNwlZhu7BDOEs4R9gtfFC4TLhCuEq4Rrhe+LRwh/Al4W7hX4X7hIeFR4XHhR8ILwqvCD8RXqNZwLsizakKD5DFUfE/keZ83yjrTbA4LqL4sh/ZIaLhnG4z7FpSZ2GcGRspqJZzefqhEITxai5f7in7MaqY7imWu0v5MopIWAQi3V80o1ijBpOM54OeUrm3mOlW+QLN6VW5bwQZLbW/JFGeCiiBkp/nFXN5zNaXR/hyecrRQ9p2i1RCeAOWMhaLRfaXxSUWObJ1uHJtZXhr2GEJtXkykXCux2RyBaCw/JSzT15RKGSbCgALOsXuRQu7zAv2bI0ETZloOAILDv8EmMTECgOzbBIT4LK5rQzsJofZ7DABRGGp2Tw/GY0mzWXRBLnOIbN5qNNsMZuYyaR94mwGYsrpY5wAWnsBzJeYREdzXMR/jFGIQpDNgv/CssslM6vZ4pHdMAiAlZgB2MJoeGhzOBIJbx6KRG2JYNdQphLOyrTUvdW3dSKfn9ja907f1mzSL8udCxgs2raQQe/modI8ZzRcaR7a9IJocptNVBpWl2yNh7yObwFUndp9wMQIvKWZxGanz+dkBWhqDzMWbrdYzGZmNlcvFc+63gkQzofDObvJJIqmOGLDvKLo+JVkOaLdKOE/M7xFF6lbFBeLmOh+WZJkZjKbv+bwhROtm0XRL4qIM61hAopOyAO6cUapSP9JJ4rik+TF+W6IT2LKm8qWUgHo0dlpvpXWY/DYPTr3Tc/ivsM3JrHDCklxJ11bEodvFHfSr1oihQz+vs1VMj68Y0dItvqkIVudm2ipLodbTr7oIu1KnrDhp4NYk/MITn0HYJqQR1DCVF0dzuAygql2F0m5lMl3G6Jfo9jHBcE1uER83G7/OJH33bvtjymeHwDyK24UVVCQmSoDHv4h+6N2jix/XI45bqCV4AO75TgxVsRgYmDAejnC6kHOoEPoQVhbYCqw5kCeq78yOo9NVEYtkq4LkQgDtrVY1g5rt3FAz+J1a7e2Wv3W9nHF3RzNZMIZIM7KVL2VnTUDwqWvtEpS+4+1/3Yr4Uw6TFrVYPUTbFfVNTho8C0a0lAN2zKJ0kgFKZPg9+oSSMnYghUNea0mxk5/nzW2aGnPkKevSzD6++c410f8X4Y9bKh4JzDiT/V42DvJHe6vx7KfVceJsWT7MKxuqW/O/kj7ON+N3Y3hbk3m93/BUHuXQjcFNE5snJ5fivSc7sNCBGWbIsrMI8TL++uMljmlSxkklQYQS3PDm0l59b3ffKfS3J/J9DezX2guDs4fEUyluu6fiWaXR5spntXxfws7lyJqiP8HPTc3M3yHz55J/vk77NtCm9BOazngFCStNCnCSzi+SGwMSsaehj6uRmnjIt9v8PABxQXpTmBXJVa2tyybl6SRyyYGYn3+NGORcnPJDD63yaUwlkuNZYFFvt0Wbg7LgWBAZhclU8l5y1oI2vJyCCrZbn//QHpZqzvIfK5gsWn+qqb80uqf/aGQ3+F3OPzTZb/KNA7TWE0sJPu5aKOuDdGpwUurHja1RO3Pl7kg3zqdxmy8iZVlQ6GvNhdjScYUl8ntA1NXsjPIWMzTqnaO8JkZLc5fvjgSCs0UoF6DUDYczobgK6nFfdFWr9vHgp5sJdHV4c4nPD5gw53U+M3zi9F4NFKh5rdMkRWzwmrheGHLHKXFrJTOTEEx04CiSBjydqC/TN8o9CZIO/BPyI7fyDP2ni3AjIZytzsUVXEg9rM0ylGYsN9f39A2Xl9D00AC22ah0YBn8r53YMcYem32BtvP6Y0APTop1FULfblswzPX9S/RZ4ICOwxCgfOECESV6xSYoWeYfJouA0ZxXkzpCahZkxjWJdOfZ4qDdWMT6K/dzZRizuTzeIBC7enJe07/G/V1i+Y4LmCKhUpfLjXtea4DoPquoTuEvHEzdw3Wt6fiMnk/TYc1XYYhHRaiZCit4jCruiYfcD+KfAGB9OhsDfpbbO9C8iBVeRDbcao+cHDu+kCdQ6GNQfWfVAB++lHe6YXko/9UqzEdZgM3ob6XczL7OY5G5Kj86VKmi5EdhtpDsnN9ce3uMff2JJHbRGR6SMY2FpkyvnkCRMVsEh9FPsNuv4A1GeP+OnaR/mKfIybL8gXVN/lEuBD+HWTJ7/oOxsXlCwiQJxoj+Ewy5J0FbB7JO+8B1ZePUjeMTa+kJkOdrJcJvaVihREDJvXo26W6DgnLFEdnh3tsJpjT9PqDR9Xrz0H5O6uuf1ZF79F0/qfOrtY1TVnXWqdrNaGmbcKbPG1zSkTFaX3GcYnr3dGVUc3hdLqYTsMZ1Op9K/t0znLLkiVbQDk/wt/NFPyXU3QxrX1P8eT7+vLUtou3MLZlMXKmC/V3Oh+NjXsAm5d0ZRnaTfDznVd9P9is77/yGLHhPmuoXHQjFBeop4hc13r4+1iPOFF9jndlCaOch7l6Xxwk9k0lfvrkrWS74Ngjg8weMZSwf9VZ5aSifaR29zJtgW89kZtInC8nZH0MaOJjIuC6ERJyM+USySwRIc9nAUeX14zd3l/OervFD2JnczGEvcvFkPdrfxZlt8eu/Q+7q+qGrmRHRxJaRQFTVG8wOvr8ZGHpm6Isv1W9ga3/3yQk/169x1hXnhIfx3GYFIaEpYKQpV7sZH39FdCVBShpJ1iv8Qi6EQCXQogiKZb6Yx/UbQSCvSzxgL+r1J1VFP8DfOs/nkwOTayaSNATbBr9UkWPbjmjxacovgdIbfXAkFbYQbE75GDsPx/A+Gx3X7f/AW4BEJ9Ys2wokUjc74gFmTI8/AC1/AP5vK+71OXXHypf0s7ZQYkpqO1J7Oe4eah1OX9rKCVTNDCzZbKP04P+oEqaSmSbxdsPP83V7qLCu/gCs9t63gfNbuncL1hVCHqrF8vyWMDNB4D78O8w4Rdelsxi3z2SKA78Q5ac1UPeAICvVv8T4kKsv2+2+ieNbqh58eon4xtJdLFcFx+G0jRgfuqX77BawjHbrg6z62FnxLr5I+ZI3Gm+U/QE/Jbd142K7mmwve75X2fMa3E8/C2PtNEiOT4FN7ud9ohLy9idos327QUH7W4wxsF+8VtiBWf6AOl5bdwABmdCTwLKNjKC7OnPSXzFzhgaGCmQqdud1gZtX85cDGTEL2vXB/oD2vUOsCOFhQvgAqSJdjjPHfgEDsrrcdR+wliI2DxaVbSzrr8efgA7fODXbsMcMrPD6dpn7Ux2xC7GZfp3B/UBfxAXIFq2f6c/0tOygzX+6A/c/sIhxFEmRXqKU6a7J8XDrDGxyFyYOI28v74MJYiqWsQLqx52sOoxptVBoqXNh5/mM30AQ3ao+jLrGqcJ9TKns12Y8vB9kwJebc9/v/h9hCHPZZYuRlTRzVykYpIsCVbkcnCxd5RxUiN+15oNPb/Z0dbdJp/0fCjrkb2fbhbt4Yw/qDz0kBL0Z8J2sfnTXhn+qCZNySdDkUjoSbzp6vLd9jN/c8Ijn3aa7Iln/T+7zddVH+9UfwG5dVypkjS2uDUXWUdyDSzNT9p3KvfjA406/Cu/F5A6Ghkm2Exnitbf2cyWe8wo7dskk/iyaMWfSbK2gPkei9n2O6t4pskWOgYyHh3nEDtk+5XEMswjfdMi/U2ys90M/+x4a/mm5MEX0q9s4++BcJfeJHWbpqtEEeXhFl1aTKVpCx+8XLfHpUMvzi0JcKTmvbk8ok49L15sbwlX744UFLsXvGD/kOy2SHYHHPLZV2lVewns2q/JPHyT1cReDEWjXd1+7e/a/7rkK+0AzOST4aNg9nd7tIOyS3tsHljcdvBJ+M4+be1s4nDNunamSD4scnowhxXz/dohvu9oRfFh57FWyvuMxQhW1ZdHQZom13UKXTjf58zBZ1Bc48qCbF1t0LiMzpmD/+gw6DCxyrB+s7ABs7kzppfq7RLRL9qrtcWWt/9Pxf1ME/qFecJCYQWubKlyFtkmf38un0Xk2kA3xfJLFmSqLAFEEXHtyxcbbumwAZjFlL8mxJtrN+Lt1XsT8K7TzxaLAU/1WrPod97mVvyeD61Z7lAClQDMa2+bB8oXaze7EK/qtWxsUBtOuHy+qM8HA/r1iRHwOOEKdxhY2OFREgpoF17sy8XS7fMAM6djk3f08gDTvq+9Dr4IZvaCcTX4nsuRl3Ai35PjvNoUbiJbDJC83QklSHmLhGIRo0tFNUsXIlRxUILso9qoQQPPw2v12deRut2EHNbvqzcNwkjnTShps+e0O916Mys6j3GTQY2f+PoLxn7zNnbeC5gUc7zwXAoj2qhv25CnpLl6QFyJNKpHGME+oUGWpwna18nSLsaV/vUNAOwtXfWv3+dA5y3xLS7TxfBJw0pguDPf0rLq1PNOW9XSku8aDgSGTwpHaBTkl289a9tEgQ+I6m/Y7g0biL5gePrwSRGrReks6JlWnXbeqYVOxWKNnDQ8uogWlxJmK0xsI2bPvYiJer4TzhfF3cY6o+H8YcgvZXgr5zKk5+zjxv615h7hFLRMa40UyJfyBmvBBXKc6uIfZZfddhmy4UsS1HIJ9u1EyyV2h9PhWnX68U579Wq7y2Vnl9idbMRuXvhdPVH1o/r1uVUWm8MPw7519y8Y/Ev1WbsTwGln/ZinJpd9V4zw+Y1jngY5LXs4kJGwe7lhp9fYYTS4NfEzh18iZMVu4jF+6JLXI+OwnniqT+KqfbM9MKHvfMNf7eu1CheYD6wnxfAnZfyLB2v6ov3ix5DXaUPu4TjhFOFs4UN8X4c2aDppe8SCvUZcQ62LufxKY5P0dzgCgVRBTHExzn6a9Z7XH0mhkeK6V1KR0ZoWwGGDWakkC5BwXurjw4gGi7g0kW2PpYGdv36s1BGMr2jdsEuEdLw9l0iloZgHJdohH8qh2JHW/sPXVepCNjVLF79f+2Ltjl8UaHJYtXescqhjsDKI3J/qC4QTnS41kU14YbVsfTcn+1R81RGCzya8aktxlKpqTvUmU2zXhtFiS8ibaFrb+RWqLB7py32lcy1s8ddK53VdEenG6nJdfXpE9U9WWbZ+pWmwQ1VVFhxIPuSRPT1NYY834dWetcpXLB5UvWoIAWqq7RvsF5/E+dSJcrhO57CN8/3YHllkeLCNsPFJ/aaa9ebHRsf2Vg0ihxOpZpxC+o3aBJukc535scA7yOVDYDBdWcvY2gqGJu1QbFnbup2M7VzXuy76J4pdBxg2tbWNtbVVD5XGAcZLPIQ/6ZG/hUzya2q4kLkyFIV1Fb0sr+fqeAoLwaI6cvfasRD9lRcoy1ibZqsVg+EhI7KG9yPiM+IyYYlwo/A54Ss41nBA58t5OhSS62I4tplFytNBMRXZGxTVWVCVaEsR2W3a9eutMGwGHDIVyPfjPc5UBdNRcimg52SWdBex4jhwecEs14cJKT1mpDy9fPewzAvG26zevLxZuUkBNaH4hGmZ3ZV2tQ0pi2OJUCg/vxAKJ6KLlaE2jLUvM1kseoJgWG3CJPFwKL8gHwrHY4uVpu6gkWacLbRbnZ4ml8vlG41HYslgsBAMJmPheMUbdybdLqt9gSgusFtd7mQkVYmHMYWapxSR+Ggq2uR22WwLRe3yie2MbZ+YOJWxUyG5bnh43TA8jeDEODiZSXAy7tbhBmAI3mQopDZCnHGr3UkDpwVNuHgY4LjAhQA5bTpANqc76Yx7R+PRSJMBM0EU4SAvZGyhzYZoRVOIVBQT3EbQ6TBu/3NimCA09nMeQ9LrFqL8xOC8WfbwlJ5sqeynUzBqie89iSTKe1MSbRUT/ZNq7BXKzx5DKj5o7JF5vv26LSp/8eMftAftn/uVnJS/yA4+1jY4uGFwsM3h9Ya8XlzpMF1dmk60VHFU/vgx7Y92UTpn4eYeyXIm+GWQvwL9E0D5NgxeQflCXsM2/DmkjYPCh3VLf1zqJAtyVUTKjG0B/MvR4KUVMZPWIzjfVeSK9DJKXxQnZpAzE/v0be+i2qsGeTFBfROkAtwUZ1QvCoOSftqjp7+oM3FqUPykOtbiTGVafe1ucyIalO2y01+KqsVwMu0ESVajzW6Hs20w3OpW7Mw8kl65/fTXti8+ORjyrFA2VNq3bdvcetywMxaQmCWXjsQsIrO7Qt6QlQWioXI61h9iyYGAxyoxu8WZZKrDxmwud9Zttdg9jqA1KVnYL7OjTE53xxZ1uZujquxKBuMjsWCHL+gCZrar0YTZVPDm3ErOnRsK9sJZ2xd9dsW6W19deF2lfUmXmrcqQZfJasmFvHawOVRvEOXUUEjpVsXkgqZw0J+NWX0JFnLKzBINqq1uq1uOu7qGRmsy2pPi4yjnrtMlBZRe+VFScQh66zoP3QiAN2ZPQlR4CkzZKRqGJChISBaFNyhmI+mdK5Q+0Lyp2LO5+bdKEAItfTGI9SnP0zr5b4E4xFuV34bnN9NGQjT8t+y2/v5tK/JQyEKFUmgHusOhcPjkysh8WDA82n0ok82xD2SyzZn/UoqDxZZAQHnWjgvys8jNtAwp/xWKAER6x8Yr4b8054nV2ZqFYUqgfb9rdPjK4dFtYSyv6y+Zzds3GWvEY+J85PSXcesMAXQZHvHPNdNw048oICbNOHqKZGeBa0cvH3Z8WR3BJ34GxUzruEXycuMMNaAEVNIA4VjuDmL0KHDGupTLI2OZKRXF2wYhqtxr9spPaO9IsuyPxfwOhxnsLwZsZo/d4kr7g75it8XKzGaXmbQW2udP2rJ+7UC2MLZ2zeYNJF2aRVlkZmen7LQgNxAGuG5LIMAsvkAU7C7n405LJHD4jUAEJM+vvRDo3JQJ5ILu9k2ZtrAkBQKiGnB/1KP8yVJoHm3Psq82tRQTKRMzib83SXbR5PSmI6NdHWf2uXw46O67eoEwuw6xUUwz81DiMf6G+6xhRFY7dimJd3D1oYerEg8/wtWHbq5KdBkaGlIlsv8ma61tW/gBqItk+z+tQ8RgD/uHEBTSyAMIUBL1wy+SaFHrquS+LN9iK+Uz5ZRqLvLOxY72psQP7DQpTm3QqZjOZJCJsN3hDGivQuuiVnh+FXxiTXX/nb5lPTjmvXdU74UnkI1xuN1O7W2rpH08kkYWKgLnS72edEtL2nPgwHFt3dFQQbufj7k3xHliUvAjXHl9Fxc5fGLsDUUMQVVE4ZIse1KlvlEAbyDlVXVev4QMTI4OHwXFVGjD7r27N4TCVNffIwjeaQAd79u8pKDZC0vgWs3+K2/YA6FkZ9LJ1g1v7us7aWhkobYims1G4cGFD+BcnNhejkbL2ye0J7SvAmy6YS3SdMdab1xNJlVXiJrQzeH9AsI7IhwvrBfeJ5wpnIMc7BXC1cItwmeFO4SvC98SHqKZE8iU6H8R/+M1UAzoP7rnvwC+wRh6r78r6qnpaq6l57kDFJ9BySzjL+pSmK5WS5BgFshjfNZ4JmGNpp+EWVRKb8QPGUfDavHZhngqrxYvnl3Z/Nki/rv79L6+vk2V/O5iZXOxsuPAZ4vnF5/PV4rajkqxeHqlWMnvuE27oVIZvC3UBNAU0i+JG04fG2NfqMelUokbCpXK2dMjtOnZ8mNj8M7pp+/I91HRuzcRCMWxvr4dO/oKlR2VfBFhuBurL1aKm8Y+WwGhnpcuozdgvXdPj8qPabuNSo2YQuXu6RGCbgeCc+ML7Kc4N5qEbuQbhkivmcsQ6xDgR1u49RtR/WyN4SWde5obX+ahSLO4J1tzO5ARb9A+6/Rpt+IYdMDpviKRs17/K77qRam2tgVtbSl23CvMxJpu8Hi0A+NwKkqeD8hud9DtluFkOMuJA/hNr1O70+eLxXy+l3w9l0Lbgvb2BW3w6RcZS17vbffCAu02MIFGmYLuRhysgpfzPmQZNIOlMc+OlaRjIeWhhCGEMl1dS7q6MlaHwyvL7JzZsfmSz6c9NwDbXopqbS/jhZ0JlGtJ1w7K5XV8aTZMFvp6fTCg3fF8BOb/BC+Te4TfZ7/C+b+Ry6KdrER2eci99OB471WRiyn26mxJEgJktsFwMenBaU+6SH6TYEgrRjEfsjPIgOc7GTJHFrJhzKct7DHt7O51i5tLfjUejS3KOZxqcukJ83asCbrMTaqUya/Yoik+qw2YP+RvDvXMS8On8gvLsThT4i7GnJ7R5e0LSomAW3V5Qi2Z9MJ13WvHVG9uQSwSBRZRultW96az4YwMQ4v7tkxk4c9eXPFwtXO41PbB1LwuNVpakOtvN8UVuzedyI4kMoGo3yJCw1mgp9irXB+MTGm+Br6U4/YsCkmvDSiKd0I0J3oCq04ur1uUiyrB9HBPGJLh7qaxlR2wr/eEpVm4HVg+2pbvOi7fEcmYQ11DaZvNnxha0b5yNJlZsqFnSa3d9XrH5lZznsZ8gJtolAxjaH6kXpkDSD+xJ+yLAwkFFpHK4Ep8ulI+NphuWV70V1od/7qYGKAr7ZgrPhX2ytxgp71lcj5AAJdoOsR1C+65gH6FjNBS/YuVRGCxPRE4NuBDOqgB++JJ8GvrsA73ZuGCuUFuzpXo+AdJlHhXLo2yIjc/r80KLl0mQD+Bm8bVITsNxTrqc8D18LOyxwNeNWcBSYql/W5nWySQ6B1tWTrP7WAsEvUzlytSHGnWxpN9bXZY5Ko3imw007Eb59ZwItzhDzqDbWar3wueiMvkyMSUdHwwHU8nfb6oGOgIZ4Z6w4HW0G2TLYhcjdGqgvD/Xlsa529HYJo67P+Hbfk5nEzEUf51kTyjLY/sE68RyS9JGz+/0aCj4NpXlGsMfSsXJbEt9OMcyIAZW8G6Is7ChPIEwES5PMHYBHQnz108ftxxS5ecm2zqyi8ZuzBuD8vxC8eW5LsOxZetWTaYTA7qF7aaLRvQsw4sS45ujUYi0a2jY4tPOW3NmmWnKpKknLpszZrTTln8+3giMW/Z8cvm6RfOQ+qwe4QYwn4CQk864gTDHu/rZGKDwgqOhYqi25VzfXOOuM0yWfKoCcaElgZgB5e1zBHL8UKmUtze1LS9WMkUek4cHB4bGx7c1M0+XcNhcIIu2oMcb6a3Qeo90F9y/Pply+etV9X185Yv23B86ZTjgvjvuO3GfPg+ex55AN0esrb+m7EVCJ8mQk4M9GDT0FraRCoAsWRuaB8mtA4Prxsags/K/mRgcM1p2uHTjp8XIPtt/RlMxrM2MrEdYPvEMtLCwH/BEOlghnaYMx3zYktbentblsbmdWTM05/vrWVZNrG9LkMRzBlhVJgQ1iLU7wksMa4Zvu/EjwLo/aZrNxrVaqrL2DoTnzwWIhOmVBS6Fq5/a/3CrliT2dwU61q44a11C7ujKe1jDTjGDRRh77FwdC9vHkq3tqaHmpe73cuz89JtbXT/eY60Xt49ejMb+D8pAkqQUaRj3SQ55HNt5B3H8ChR24zOoqjsb+gqscZvih/+2ja75/seeevXos3NUdGCoeb6Wub3H6xpyCikCoeH2M2n2cF2GmSi1XcoMVOimVxW8zao08A3vH5oaP2wwVMSbLQ32Y6woYSbrWuKE/raQlzAe4EMZI5+pAESltD1if99FKjhN9U4e+vLMxV8oM4Ge/UxeFfX8/4YZfFRnAUSwosscdZMJuQpL/6Z8X+KueF+bSXcf/jDcJ52E/2iS+EmuEl7BH/nwchI9eFhGDX2iTVxv5gRmoUNguDnopN+cNdLZrnGmRLd8krnpoPmUSjR+XduwIoDN4OCdSBfNhaOvlyeb/+4uCKPRLRR+Ltbka2sbKVtYOsRMrI/kisCFHPVZ/K9oMDVTSrzucwuhfnDS641uRU47X0o2ss2q9Vpe8wJjsesiuLYugteVzz/JsmyVH0Qy6KdPyyDreBl5Z/zKK/0rpLcKkOp2SnOL5wOiqf15HVpWlDPlb1m0fp5e5P8kFW0+uTN9uMNvuqA2KzjDhw7vqlCm1IkLpKbjAaVKorfOO8CFlw1aeuN9I0q39iSuGDOhdIg2QqQx5tOXh4O3SWIjt1afYb2MDR3QPFoOu6sjNeAdklSZV632eUXwR9Zcq3oDrzvfcQ5gmyTrE77Yw6QH7MGFBm27IIJUNz/ZrXbrWy5VSYFSG+++pBe2r+5lR8Z2Htd4ljL6UCbjq3b1qVpDdTRv1NOOh6STDYvR3+arWX/XG0ta4elVDP36KXvcL9psUAT91/Dd7hXGt5taH/6+JrPm90ex9u/psNZOMlSDgBHaIYfqMMvGpva9UwX86LgSsoaSjqPODC3I1W3ZTqaTyqyrczWji4mQJkB40JNk1PyEYHOhb31n44mdaZPqgl86zhCh7t+/bYD1Kbanp6uE1GEENbagu22kOhYXcFUrtnU+KVAqpRN+VOirqfQd5PVxq1ltfGN6Adz2KP1esLmvXYG0QD7ZSAGY9UKe6y65DLY93F9a/wClxfHN904+TOrenx+t9aft2hHArFYAGzzDhyowIHqDvA5i3SeCAM4yj2nJe8gPkF+XmIx7ZUBmacbLKWbq9ml2qkC2sAl3XsFMtywEdelFHESOdq2xAGTMzbMVKIRRLnFc0NMXPzZU5yu+Xu2L3RL3sxES3hZKZRzhiCaHV28eeWmS/a3iD+B4PjGZUEvMBlYuLowONHb39LRYWXfSqzqLK1QmrWwtHZoaK3Emhf0DS6UW6F15Rkj0WDHwlB4fGN+dWH5nlhzex6uu8Aq5trb8k1ZcyDYs1V7u38zdqzYtRW+0jo/oICS++vQcoDlQ8g1kH3MAeSjGNL+nNAqdApDwriwXhDUHFL4PODUL9VoXoaWnyGob60Ue0chmwqkiN6b9WXAMKKqPRC9zOqkQ39zPwOzyESv7N4HhYT2g0SBnE4o7iRtde/BJ8UdgOoXYUh7Ct6oXsv2aI97+OHpV/iFjttfULMw6AURGHvTPi9Om9/xeXTC/aZEHiCfYOcpiZWD1Ql23h6yObifqoCVhgXCUZ4m5XLyu0R+AQxydhQvR8hpilep6SD3o6Tdu0vGKXS/w/GIMxl2nA+rR845oQM03b8S+WHaSd6XHnCkHI/QXDu/44RzjLl7gO85BDgHHnSDmcQSZG5oi6YCopTOl6neIO0nqHRpPAZMDBFKPvl+XGygCyk+eLPtnT2d0ZD2wajNEXS8nrdZb3XKP5dFZ8+A5V9jySGUMV54wx5R7G+8IDNH7+6RwfJPWZPsZa/Z7c2vO1xuu0u7oKM4vjgLOMN+b/+5I2FL/nTDAxNO+4tv2JWI/Y0XsYhCwfevQ8WaLwWOA/mNEsx5HSiJn+7Q4S4T2Hz3jcAWH+IVT9y/Aau1JxwEWt8Qhywuc8gkXsNQMvav8/qcokwApBhB4GAyBwHrPHLkyOMmEMeEBNce09rLTwIRi4/D00ztVMYFqNQn/kZdd/rg2O7W1t1jg6evU0MwUATHspwck+Gi0iC7dmBd+0CxONC+fmDe2JKL2v+8IGOzwcb2S5aMYf801DN2rJqQT0KBkukuSGlfHFuglCNpk9Dv7T8GJNpAckN36/LRDEAwmGNDH71Ne64j3wrNoytaujck7YlU/L2AXVNoaxrd0N3f3dHESpdfD5GW1Oa+ng2VpraC0+029sUn7c5ahN6j2J0Rw0l3HGaymwji8n1sA7TfkIl2corV9nePabANW5bQ9MuXSnm6YhEL6gZpU+3R5iFdWoSUeeVc/VLwXVLD/LxmtpXLzmKlNlfLtD/PYpKunTvDWm3OFmpPwRTEeVPsm2K09n/bBtKs1vezWer9f9UG4iwW+5fP0gb7xb04B+n8awYlpoXCKmEz969jaRQ9+CnYlL67QQsWcRNlXJ7EorFxVNRZWYPv4KtZVl/SuA4/UDs6Thu2J1ZXeYNBL/uWJxgsVz/HTtN8cBFZbwe82jX4pgwd2o8Wh4KpAKiUUIVAKhjCxDBBj5finefS2p04FvQefoGexF5v8PAL7Nfa14LeRz1BnOqeR73BR8/WXtVLCeqFeLDg4Mfwh393Q7CJEjYFa3MYcDw4uZeIEraCIR2mciQnZ1PBAA4N/yi3O+sxN5jFqVKO4cQmQwi1F9gnl75wyQ3/uVjbKju2XBeChyCXMWv/8dOX1VBrVvsEO3PVqjMZD7VPfu9PpnTTy02XrcrCAe3E04Fdcz6ws0+4+ITTXtPetML7m5a3lk9u/k4tA4bfqOIy+dTiywa0WxetAX2N+BjCvRslfsEb9KnB/nzJQqOz3K+SVIkCZrmPyxJBFQfwKNk3SKSTs2DIecR+H3kPQdzE737Gb4adg6K/w9o3Eloasif2nANlt8fct0YauGnQsarb7HFF4+fsQd7cedvjYm0swu57NK1s8ssbpU3+SFiObmkySy1x9aoTN8wvrbBCp+R221vAuryv6bjWTR9Wlf7EFVYH9IPp3po/y8m9C7IfTereg2oG5Dp/pFvU4SgzRqXkTXnFjxz+i75PBe+7GflXF+wgzvNTcDptj1WBafhKawqlziZWNuo7OxWCN0NNo1o7/FiXT8Qj4uWcBvTOce4T48b5Bu4Hewbff+ro6rUPrz3+0nQmk7509bqH167mt9qtkg1s0tt2hxuecTvs4uUW7c2fva5P5Nd/Bk2Hnx3Vs6x9eN1qI/faR9auhm9I0p/lWEyePFtB/g5pf1zfLSBttJcT5JrHOz5Ba8Z7OePQmiFfwm/sMfl2uxKznwL+hB9OlmOKna12KQ5btc/mUOIKZCKiKZIBRey32z8nRwP2U6qPuRTk1RacYg9EZW0H+N1P2hwO25Nuv9/9BibFLG+4/dPhy+r7YcTceXWPjIZYd2z45IAB3ylHB28nQmePKbZT2Hwi9NXHEbqY3XE04Kac53QIXvIRRJMYvHqn9/hT5NuXzE/gR6f8y5j28A+1v2PnSD8cg/8xa799OQIrKkthL4yPwTi8bNb+9wdPYQKmvAxBc/VH2qOVr51c9ymwFnm2AHL9bWRvC5NeNgJ12a0v20Pb8Dik+EZ8Wd+JF1V+3rpcGtVpqYRS20Bky0jlo5WRreEoZGMsFcuBtgh6ztm+IhCovhUMrICvVt+CPwBZJjtdSKZT4GY7xk6NxmLRU8cWLNNa44VCHF5ddgCC7auL/cPx+FC5b5X2r9rHAD5424k0a060RtzhVCrsrvs+0nFoE3pI+vRzAGl7CnkXRnQ83zMVKeo+Lp+ISk9KTJlnoPFuMLC8G3rP3p5zJpSg0+U2z0CrOSYiIiyhvTwFF3gsMQ/hDSD0eXdPDtcJ11TkSESBi6LNoC2dHSHrDH2Wn2sIk7peS00FsiLREpSmSb+llgMZkeKLgbyu5xqHtParcbh/XPsVpA8/R+qu8TfeGDeupPka/3MXu5Mrvx75frf2fRgZGcl+gdbv0fEvNlObyg3norxCBGtvrvt3GhGW0E6tlxtfeGuErpGjqt2VjbPb+lH7SS5DnTwZcPvhd8hy2C3SWdvqLQsgO5DFP9i4AbqXdePfucOeWFPMwwNIdkTy4XA+Mi/lj/nxzyoGdCMZfgDqHzHKml3U3NMz3tPzDw/PFfV6o59XKFPkXhfl8U/axNLc9yBe88j7w4yzV1yhR2e+jNPHfHSUdcm/flabq0QNs9mpiaedy9qaaAHV73O5fH4V2v5K5vCq4nM5feBTAdpgPrQ1NSQZM5rEzduHLYeWhNps197ii0bcngk2tX7QiDuHx93M455rajVif89jffZMwzlSN0pmPTO9hkCjZyu+Y5jq7skTo1/u7lG5OeRUhyHVlW7uIyRgeAyBC/mBxx/SuYzpjji0aDAu7/4A7Ybe4IjJmLh+AEOo+cTVYWubxZ9JhtskcZeAhkNAwx3gDJi+w22ijNOsScNr4QxgYsbZ1eSkH0AOSCMcyVngmObLclrdnyb9waTnzJnVViY9WU6tq32Wuo7qbQzX82kVP3s0t14zQKiefzQHXg3jI4bjo/cY/sbKsx5CPrqDsS/OPHl8dGdiD896+HhamzXP0mZkCjLdf9i0trp5ivewqNXwHjajr36ufQbE6e7DJtvIL4TopNZsvsOO0jSzOgu7Y7ZmmekY7AtHaZDG72NkCZp+vkFBvmSBfzykHuGddPTAah/HULQVTq3ZHYCLjMdrdF8Jd8Iejz9a9UT9HrjImYYbAm7tVVhUj1ui/Zj7pTnknv4dEA5DzkL8L7WF7sahHtHgwAH+ZHwEhD4IAr9wB7RrjMeL/k9hmKRts8wl/fsPdWOV6VTjiw7ySS/H1PrHH2ZMnJ/YQX7xJTt9AIE+yuCITZ/DTbPUKxlGFzVv+dOq/YJeG30gQf8AxIxR+GG9rgDYX+IfXzh2nUA+U4wvbPQGLe7pdWovy5M4ULkzUf1Qw2cwCLa54Fn7johhCzS1zn9/R//6Qq35ZuKZq30XwOiDOj9X83uQP6rfA93Flf5lC867z+blYN+UVkQQjubgoOKpdYgOyXQ4ckeDA2lj7esUumJ4NjCqr0xriaOBkT1WexwdjnJ/J2kbabeCK6dng0P74rTyjwJH9dZp8E6Bg85Pd81yfnoqPLqpTMM3L2YF6BpP40TA+6O1jDa9J+t7XigTX4Y0KDzNq5IZx2beO8pUs/F9Gy67GnKvV/ul5KFNN48EGYt4GW12NSSpHvqbBew2+IPVDpa/WTx1ecyoa+7yt5jNcb0AK2fp0yvTwNgyzNVfF9HW4EW123T6nveG7vBLXIvWkEG/BStBbdW8thrU+r7C98XFCDGdeO8rcesW4FtVBJfCPRvyrSxcxSoi7VgZR2CexEVVNGkpk9nh1H6JjCWYTBb4pc3u8bmjMoTMZtFkri5OFAojhQJkGNj8NpMJ3jKLFoDWpPaq2SxLFq1gNdtk7DKzZLa6IQaUeqRg8OA12Ab5CdwZ8AXIlnIqfPmeARiE7p5Mdw9kwNtXTgHd1USOGVDPAvM4aL8RtRYGYXit+vGlBkRzxEDWfgcvQxOAloGNOu71sYH/UVIaI0yymZKuKzD2ygxrAK559BK50I1xvbp/HtITeVPciLtmNpAtqeJJn0Pe/1O03H0Kbz5HZx/+W7JKLrd2t36cli+FP4YBcnuAKbSnn95LqdxT8sErELaYsRkKSe6bkESSneQsgSf9blx+9lndfgjX8jFjHxcpPe0oTTtAlUXhk/b4xH1aT9iaDWnfa3R1WDi8Cxb6tHt0d4ds/0o1Sid/VxuHhbuThcGB6rWse3IuXYHtpej+im1T20Q/kZDPlPwpo13E90/DnVGlO58+WL1Rx5+tmYomJdmIyB1+WMd2im9r4vK7uW/dhtOvfoOsNqLsN94bW5qdIE2PYMPatfzA6x4Mz6neyHZWb2yAEAr/Xr2Pu4ZZTX1R+Hz1bM6/8J4pgOExGhTKyJ1HTMmMr6r38vTrkoXL6cnInSw09FlUGOKWsO8x5sSp/cn13NS0ehLs2lJKFX8xY7wVp3Y08AGntYs7OfS8w0GYZcg1dj7Jr936K3waGKjbb5rMCHscV3iS/Liuvg6jwv1SBFVSefn7czTwAik6hgVkQLAfi9Z2TQImWhx2l0+MhXPSSVLz4dNhYQt8v9qOj0FROfzOSSLS/z2YsAaUxezwyjYbA4iHYWeqWN27JxE6Ufsp7KytKbrP2iBxH+Y8F/zzk+diuTPcrGXS7tEF4sMvtHSZXr/rrtdNGC75UO8L5GVGu2pw764TurtP2KVf2PO9H1qiJ8Gwq+V5+izOXeH6e7rUbFv3wn5uzx8RBH+C70ukLeYZN3uhub8Z/6Ay42YvuVVsbo5OuQiGfmk/94OSFIr8RDDtopwu7G4YQanaSJo6G8w18lQbOEVj079I1LeNbx0Owez3R0sj7tlDpOtGDPbUfatwcvIuvQAaant01yv4+9oY6TUoeGGWO+2GWSJFIUaDL6aHjSTpvmRhKSlnSCFL4c7qfji01xfzTft7ovFB93soXl6nXR24di09CgXLqpk6BZNqHqaI2qiND1PeTBK6ryaJ/SE3C3nQnn7mmYPVm1CYakn+4Q8B9xGB0xwM9+OEHOMP+92Bvfiwnz9g1OwU8SfPVvfqFPE0/dMBN025GHuNHL8EylTk02tMOE7YRDtMdQwDjQOjVNSpNce1yGPLNQcSEi1ttb216UhPvhHf/6qO838hzmUdb/hDogCDiPuh667r1rwDFHXuXs37N7z55iMBN3lHpWBvo4++sYD7EN1jwD75uoH9AD+/q7cArRUsFL/lo9UxHE7ULOPs4H2TrbFrykUQGttD7+9OYQBbZPMcepy2DdJ5KchPZmWK/NgXP5OTKZFzQKUcKAYsXLVFpgHlTp1wc18HcxgFWl6WXXLC35pMdHx6rD2YaG1tUnwe360JSQ6HIwHZI6m2hJLrKxb8KduxBoP2tM/lV9OQjV3y7dHkgtimkuyK2ZoT5mQ5YZXidldxS7fTdoJBPxrboxVXUmqRiTm0iHlKG/QHy/g8+aRYyqWMfu5tTg0QXNgZTLa3pxR/Cq4emNdW7OuyWNR4/L8v7pw//1gI798/1rQ4tmUABjbv7zqt4/YPQmRh9IO5/ctybcb+agOOxbn0dr6o0uGCoqRmupBtd0NmLkjcMrAhwTyu1Jrzhjf4Xczjzq85Zl+9/blzE8F5X/hSpT8Rqp1jmwJv25wgNmfEInet0Z8ju1W8Dc4F4rd2Dh7nz5bWOGzz/dbBlKcpFjkWxBdr919YGhzqOqsbtiizwFvU/YkdC15uh5Un85qgitJBJodUpLaTMAfAf6hmoo6BUCXXv5hJazaaVo6rWRX/jgX9I36/x1mMNpWGyotKlYnfka/dcN0ndyMe8+YyTuiMLbV3BTL+Ip2xtSSh6M+4YS44HAJpuOz1MrN5GdvY45QZA9OmMxe3xY45aG7o6bzmmq7ubddor16ZwX9XQus12wy7rb3i58Qr9e8qST20TZaXimI5UyYjRr45X2Fpi/5lSDqHl2umSLo3oZwr3iTaoOkkM0SvOjx4enP7MKxeaekOuwprzne8WGw5zimyroUfuSWo7WtRulDIcsmQv/UTBxjIChv7nARd2rd+fatdMbMF4pDbbHa4wGLbMWRKOLyxpOX90dD1w8wtWq4Y7J76DYnKDAl8kPQfJakocciVtA45ZNKTkHeSfqTcR8YGs7lR9oPFH0t6V306UwlGst1dYtxtC31gcSUR6rIyFius3uR8KuyIgdkqfWvThgtmWjQ1S458VxFiz1y7yeJgBZaxiaJHNI80M59k9/pNYx73umawMXFlOt5Vk4PGEB+3vsM3w2dFZpJfwkU1xQ5pxkIGOpf092HaOabgOc0DB5FvnOx/kssOz9fZlivY/ily6lHqg4b6siTqDUyTZrQf1isEmYSW96jxb4Z+hurL0F5HNuPlHnI5b0kVG5YSxv5rTSwxjGVPiol3XoKr8CV3ipx3AwUKowUy1iT/5x7x+jPPvF4cg/2X3edJ0PuE577LtDHMgKJmIdnN5RBMgen4mqV/e5G8g/RxjuYc4SLhamO34yj+Ks26EZFuy07ffDOsPvPlzKS9kFm3VzaM/d/bN2btFJlFUSVD7qeCxKsqX6o8SPsmDxbObPHjvwftgbjjgeHqo+66U33YT1sqp6NgYXfcRBLlTci3ar8ke9hA4OIHdWeaek75QXKmuXzVRIIK1b5JGXdQ4KA85K1LEU3Dww9S1IO5nJ88ZD5IWzEPjt61NeAmVpASac3c48DpBMuhAHkcCFxVe+sOTDzoV5Qc1mpkjU+smSD/m/QE1xIyOyg4pEu4gmBvGHvkM4E8t5eEfpzHY8Ky2b64UFKQT8RGRZ4xMOU+BRn9+Eva4p/lbsaYRaEa2LkA1U9C7cp2ajZD9m6edp05oNf8GWAJgB7+qerXeUNom3ql9cBryOQ1vxBd3GPqWmGb8H7hQuHDwieE24WvCg8IjwvP4Wwo9pa8fTgCAl5FyqRxEOGAQhyLDff4tn7vz1BKvMdcZiMfPUFDvNiQV2yIh4a69Jj3vk81pG8s399QfrkhDXtiCbXOPTw8k4c/eRXgVXiXHECA1g/8KrbyV2cfBDgIetThn/LL33i4lL9+Pw8hyqOqMf50Fg8X83AvsMuwF6+EAdBTNvyxffSCJwD97nKooqTPNKiOT09SrZd0rCvbO72Ugdqrmj5Lt01MIX3p4Pq/vGFoqIs8QxBQpUbLMPrCBS6z/lSpjKTupP37T+K+P/iXH2pP+hcgfgk7HxLZt7Ub9+2z/vyOO36uD9PJOzbywAM3M6ZteOCWW4TJ74RUBB9KcDnu8YMctXKqww2x6fvEIh2j6+Pn55SaW17joopnH/+jjdon6Mu7sGuBY+WJb5+4Hq5Z8PUFY2MYVKq/XUETe0WSh0W4Z6VjAeyiU6XaDRt/dPy6dSe+rf2lUjHSw3MriDwcdzGFK4o12wuixWnjpIHhayZlOLfwGp4HDX6ptjB5i6Rq8ONV3HMfaYA+YyrExvVpyi9n4M19/Lk6OD4O92mfgTMO3Xcf2zuAkbEMJwS1xVMYMG7OSBaq17GD2kY4QwvBGbrtizGH9e9nxIUs/4JJL87lYWExfUOjRmmmawt1IKfSKvpvrudQ63fX1sjNuqlfjClUW/btY/smSRbTPx8zYKS/3riynTrZuWKa0rC6DD6jnfEvfDr8y/iN43oq9ySNmtT/kH1Rm1BGvJbp5y/Jzwh5JDH6o1HQ5+L8pLTfCdk+xBJpAWJJ/iJTakMeb0qq4wnXHsR/cHAPdRnBaWh56Bl21p+r3wJAfDUk0Tu1G2Hn/sn07OAiA+cbxw+Ow2cMor6TErxEkpz+TFpBwKV/Jy+oejnsPOMM/c0Z0L1oEn+xjn+voTdFMTzlLSLL602RdXS/vuQjvhznAEoanD/B1b2kt0DJXDODz5ILI2FAe2f45JOHtXd8EckM/Wv6cSSQpgmUaIo/pqK4iBdg7PCbdpdLcbnYC93dbP/+j8LE3r3a+BXWmN/tbenvb2nqtl+G6ZbKXUl6THbJD2ExH91/iDIprr3ddf3kfk5r+JeKuFl3V339LE6ey6nxkL1IoamfvLi2eIscGZxEWlV0jqwecZi06qRuhLOVxuS4AvvDB3DFK5ENZ2+IvCKOyc3t7cgTGB2jPW3MoQGjK7VloCHJBKSLO9uKRUOO/rb4A3EJ/+LaGPn4QNminCNTdFXSL2VVCtL5gnyZX5BjypdrZ+37KMb4Oj2dPSW+sOyC+jfqVUnf66yQQdAdX1109/xPDbbF3d8bOK+97CncvfDuBbfMM54H3NWnQkPJbT7fIn+Pf5uq5k/tDGRk1ZVd5sgot+Pv7fypHUEe05iO/RyLKXjK7ecNfM8dbxu8ecHdi+5ucQ3w51jbvFurnwqpsM3X61/o821LDoWyrqDcHOg8Nf+2knHcjr9lWZdqp5gcJcRC9YSGbol/e+oQ14LrnJB+ErqY12eTG4qGf58e/fBCSr/06AfnSDNu1q2kcHAa10wjxZm8E/dZe6QeIhY9ll4r9R0O0mX9/csAV1R+5UTy8Bvsxt6qR+weg2R3EqoH+WUMSZC1Rnq+XNu22P9HOmdViP+RSG+sYKKy9BKX9SN1Rmr87sFD46FkMjSuh/dtnEGPSJ/6rPgtsR85poKwSFgtnITcEvLlpb6yfua5lxw011Tw5hz3VRnUv/PTq/ar77XtUVfcj/KD/XUz+KmFwFcsLN8LMNQe73Ils8G1peWnMrYF7lm69tYfmIhI33lhPNr2nY14Swi4azcfYqcup6QUfqN9iErg4U9Ctk/uNzI64FU17HRYBgv4Kqb6LB0lwAzj2/8lDaYf3ErFXXinaEndPqVkfgN7aoVjGK8VjqEvVbA+dbORVW9DY81yI9dJ39l7v3AJfddAl0qIBSEZxVybLbX5lUeZpN58068zv4CGa1mxrvmfdq25f2szDnPeBZeQGbZ2NX3G5iOyvMketb9pt4tyRH6qIsfg5nWI4CHjt27KCpjUv5k2JcHh3/2DivsHlTaguEV6EN1KpxzHkrHgqN1ktz9VscO9jdr+SZ3/S5PbkNXrYM/4zkbFvx5qiybLNfio18STkM76DT6eewPUD30Trsbwe48vJh5t+LFXOt4/767X+QC57+qhvo4LR4mXGh0lgWy04X4Xu3zbtssZD381fz1j6+fzEMYSKdPrX2acSbz6PlMg+ssKCYaVCjlKqYwSrzU6SpIgG9Xzn0zhINswf2wDYxvG5m/gOrhXxI/zeVc81qzjNPkoaIrcz24d1amzc3LKdc5x1rHm0dlb46qlaxumw/LGmflcw9xYMJe5p62e2dj8HnxpaJjUrHGG/rJhhh83ZQZO8hQk97VM9aEyxQlJfQekdkgW9l77kCg+dK0e6voKHsLzstvYWqaZwMbqia59qPpcLRWFbXbaQbvX2IWu6YN1eIJCtzAoLESaIEDjzt7kGQZ/ylhgkCvgrIHuE5i+l2msJ0U6Clgqksoma8SIKJ9Ub+S7wLqUHXBy3pq8TSwNhZauXxIOLWlbtp0hZ/ddGDxhEJ77RvsgPGsuwyr9EZoD7kP6Xo0+NWnLhqbqcxPbWXNTU3NzMtmMxT2XLNy7o31wsP057UXA8DlHvvd9/FmonQkjPEmXMMht0yf4ubhMfUjWB2bNUV6mTtUyxiKq27yoAb9O41Jl3ZxE4krbMkaIew41Lm16aMBtrTWBVWdkf4sLHS6Yzdo7oGj3wrqzaf1MhgYOUsQYxbCxaSVRiAztdJ4KI5YZmVFSHRjf+bRetP5g8PIG3aev/PUKCxD/NcJW4SxBKBf17p3cvlZIaU4976/5cxa7iYoR5gqS7dJsH72EBjWV2nDvT03Ktk+T1JVr8ik6KoqvKQeFCzmsyTHonegF891mdnCanMOpvHZ2bbtuckNvype3SBmzsXVx0NsV1dsq2uUNLm7dSGp53jbdSe3XYMr29mbXms2sOEMaYju1L+vcinGB8ZpGyvBBw9uP5LwUP/8yU/apm7/ou92Ta55xwquB/RD3cbnFMynn1KS6Hjioedh9XJb7txmMBBtvlGoMqRb2JQu7dmoC7DsizGQOJs8xkN5hHvb7RuFkvkvLKXRGX4aRH5q8q4OtL9Sl+h0n7lI2Y2CeKTZ+ryWv+xBD1PmhcyYM0fKycDctlRdvonATgqPfXEzh+QuJqMIiMOVj1RtjeRPpYmrauAfvVHqVOxir3ngoNh47BM8M0TK1UHGZXMoYD9cRhusaIhbR0lbl6qCo2Tz5CRaz2b7Sbl9Z9bCfXOZyXWbwknuRHtCZqTz/rsNS7sVXx9NggmpYkoMw40SwQfCkDJ1xJorRV85wkbaYbcyaaXwAQw/ILqh3OQBS50u+rlzKIXwDHzl9xviD+3fu1P5Hz3C7ke/0gPtlQhUDY8QeQoxkovG3fhCfsPePyA6dyjtkEA7d99pkjslgqv7JhtwK2YiavTpmXlFHyJt1Gl+EbeT/mKDt1a1RxpERufo+EenOgLaAjFc+bI/p/FrU/pQ4tlfbqxuuAN5hOkwNE+ee+zb13Yft9jcwsYj8l7H2TNOfkH3PpD5gpp4X/xukGWeYN8XOrokXO6eTDG013KcZ5hvA5xLsNbSwu6bNfG0Zt6eijPvYzil7H7RGE0wNXIu/xqMguYSpKzQndEy4+C5RvOtiPTzpYsYuPomHsE9X2cEAAUx0C0WlWrqL74K/1BJiWH2W1ul39L0MPoMn5y95gCryr2tNEWfqBoH6aeSj8JPqLHypeNIMIvOxo3CTN03jRq/aSNsLG2nbYSMxxxv5DsQvjsJIXjedFa2Px0e4X7a8sJ3vipJLbASQvhSFLSrNzoxkA/8UyXI3UDvxXu1clAa080gTCRfBHqRSFyOX8pLBpXQTl1L9y1Fo1jUnEM0aGqahf8I1LgXugk/a7VRiUIY9Gu1nXDCTYVlwdKJ1AhHJ4WGaICcoU2l1XujQd7w5o+WtU12uvSG1U4NRYoZUUn7+ZZYU58JoC9Ob8qIQcciKK+JeFLO1G2MF8QpcG63K+St1WxiuOcYVdNWu2AAkQ5oQIpZCWHkGg53sDC7vg0DifiZ2RMBiVrzP8R190n3H8T64ah8mx2z7tNXsjJVIEZ5eeQbfJ76c77124yTX91RL+qd0Gzzp9eV17/TcqMUwgqYzc0w4Y9tJN+QLWIPh0KjuVOBEAlV/W8jfcNK2vTw8g2JPxFS62ySyb8YMmJ2/fYkn1/20cJhCxN8iPDOqDygW8RduvdJNkzUF4CS9+Mkyz5ikpbRXOF+oIN98BfctSYXSkDNc5nPn+2SZTIfl8Lautk7p3xnuJ0cs+q8CJdIKZ/lXJoKB4GRI3rAkSz7lJ1fWSJKRre4zPNqR6WOQcqR6uet+8TFmz/lCkW9ITp/DYfPk4ol0UziM6woLRqLqoLjLoHubPFl/S7comsMMTCEAk8tiqg7s3Mn2MtHitzGQKXB6JIY5/eGwthU6I7FI0CUCJvAkPTaLzWl32EwmF4hOp0UWGXxFNDVnLNaWBaV0U6jgcXqdrbHmRJPZlO/oSPihpg00WZwjbWqw0O5wNBc8rkDI3K6dATvdVtkea7JIXk8MsyhKOOZwgj8mSQBXBQvQ0ZkLleM5G5hFq8ScoUw83a2o60xMdpkbdLXzhVHkbfcafj77S+Ryvl//NnKDWWuxn3sJDgaw5RTdPRP/eBl1hO6qPksKen1AZlKq0ciGS8Fcnn/xLJ/J5cUUNxAw+on3nMQP4GFX7DdZXGYImYCFzaLY3eLPeqqGSfIucVCNRoLkficcbkrHEzmPzeHwOU3iNyIhX85eHdZ7QrY4nVrVJZrsDrvLZrZhu1uQRxLBqYZjEO4E+FI47MdymORxYmE2vwzM5rdgZ5zcbgkpbneh2eFsK6hq64hTEnkP0FEJf6KjI2c2NyWaY61Or8NbCDWlSguVgNWSae6DndpuJrpkZlqnKt3peDrkYpJVNINtWzSU7+gsBOEqkKSoAg5HPKz4zaZUzOOVLE0xu2xtPPO0QnDTt+P8U7Zq6BAsy5C3aRrCOd6cOckSwCbmDUwb4QGRZkiQz48c7xQMSzSjqJtK+7r1VtQv7D/NwUJw104rA4vVAjav3x7p600BA1vWFzDZ3G4PNxL8SGp+TmRWEKPAzDjugZkYUywA+2sD01BOh5U4tqXJ0toSLUd7uqOOYNibLZV87vnJtGTzuKNebTc1YqArHQ6bzKk2t0uyJPI2m88ihhIsxvF/0DgLdbwu4Wf4CRNkHxExcLGMJZ+20KjSv4BgQfrYr48p/tGOkkjq2/4EH1P0o5DGqoX7tgahjjy/sO/9X7bAtZPI81m6fVoLyGrEky31eydbAD7+ni0wlYdqot0Hc6P9fJ07+X8q+xIwN4orYVVVH1LraLWkVuu+pdaMNJpDo2MOz+VjZnzM2J6xsZnxbYMdY8AYH5jDNqchgCEJAUwIPwnYOCRAsiyQAIGwZNeEJGQNfAm7JCS7m2QJuxsIbCCJp9mqakmj8XD9/sbVVdXVpa6j693v1WKHYTQFj0+O4xMUtlfsYoif2IPT+qvyOzoCCraeRdT48buetfVrmTJ8G5ZXtrSsLHce7CSZcoX1PHDPywzz8j3bTrRVopD1tJ04r1EB27cDZfz8/eePKx4PzVBaQNf5KFHtxAvwWX4DjQFEFS31JRIrgcaJHRn1/hvWjU300OTk8KAZ4uqB4/VIVXqmF18A9feInybBy2lnakmPulK5EAdeJL4jIFEKdE+IGOMEFUzYhb7Huk3xQOHSzr6WfMCbdjQudefmS4JgHwn6nrUqgomTWNYiuMtBa8aaHPbGuySjkZna5nOpjcFcOAAsIY/d2dIlYnyl38jZfRavFSaynSsTkc4rvDYxHfZ4kTOd6SjubHFZwFR/KGtKAoFH8DJCTbWC3Q6qLI7CMosYh92Bzx/vUMKasQXLbluMD1ksP/B2+2WJxZ/6vGZ5WYMz7U3ctCY9EgsmtEc7mx12b9Aparc3BxvTTj8fDMHN4aHksr5Q1oq8nohqt3mu6IwkVnZm48jpdNlFCVinjsX8l0PECyBlbAolWsE8B1VZn9a9J2vmoxZmswwWamYX1OlZXEcea/bJaF9NwEsRNc0I36bYn/bv5xqNlndEGbiEc58igu2nUF9VHky21duakW5IjNpN/e1cwQVk8W2r0bj1KaKi/1RFj+leqsdUkaenuApniXMoOqmlp/iPI0wXpIfncfdAdG3LBYE5W8PhVW0DF8R7OxdERvNNc0vl/pb2heFkFAh7TOy6R9LLg74Qm11SCsF4XwqgHIJpCOZ1Xaq9vqV1KWDjECYBXNRSXsGCNbs2rAfrYCYSGm+CDXPHK98leb85hnMMOwnF2wWo13yyL6kjTkXfq5m6UMyVPMVuemCJOC1rw1edDorXhpbXx5avGxyJXpUq1UYIn2RYxhR2Wi1CUJJBU8aOT5NQwIa/dItLdHWOdbtEjEYLLqM9JIZzgsXauqwJONSGplymqVnpWBsMr2yDAxfG+roWhEdamaaBcqk/h6rTI3DrBDyFRlPdHPUD1sjy5mRje+ec7Y12cyydC1iNPG+SHCaetxnFBrnpoq6+nStbgVWyWZ3iEGpESEVwbtdl2i+3tI5CJgFhAqHpGYV42sH7dbNa5Sc8hq4yWDAlS+izpYbVFd+ooUoAjWR9QZFIZI1KsY52K0jEIZ5IqCA1xYWBjs7XxMj5WuCpfX6ClBdIcvrPvlp+GPjlEs1vSBTiZVfgi+2MlSsULisUOCvT3jPCwUZuRPuRVZJ8kvQbq8OBL7AXxP3vE3+579Nep/Natytwgz8e999wgy+BU9w7+Ic/LOJN3IgsL+FNxoXBLX19W1aRXnwOPdXpeUwDoFvxPltqWGXYZNiGT9VdhksNVxtu0uMc8oU4xaQK1A9mTB9wDtBwDdQ5rlwNJYTPWLmewqNzRim9UoHowBPWuIuIrNtkyo5VqGmpk4vhNgpG2Ap5og+Jy6qEoYpa9Xddy6B9ngTPMaZYtCUIcE+WaPuOQtQSc/G+tkjMyHFcorU1jvFAb7J1sHUYtAy1JnwxQKqn+j2e26IjK0cjZVHr4ZNDQPG8C93Au0HLg59swLAe/32IaeSIy/U1fIm6XPBsjG0XmpuCDQzDspLL0SJJLRJwSWZjMtSUK+LDNq69iw+77d74XPzDiYEBks6Ne7eB1gSwJLSXzGZgtVi+q3i9SmNnID/lECxz5+P/Q+AF7ff6zQcB+ckoRrrJNaLHMCU02ZWGMKZVlhrWVPz34IUg3CzioADjXTPoM0S9aFPyrUDot16gUoqjVCGYWjHBVtF41Ld0vr6AXkvesHpy89iSNd+IWjx+43gsrqauXz35o8lV16fUbZE9i8DIt0YW7wnHQkHHWKRtYq4v0D+4EtdEolFtm+wHwN9Akn+ezsKWVTckVR8myWBaebnz4NwttDM1ecOqNS9o7y/ZjR+N7sYdr+zc0Ro6xdvCFpM7in9q5FujYG/ANST7/fKQKzCdo+dhdV4yVEviU2aF1eUaZKORm9W88snj1VoqQ8DJb6eznzgg86y3Dbhm6DUvPEOvmRhKyXkS0IHmCOeeOkQhnqm7QCGuv2spX4twUdLt/7k4MTKZpeKMyc6j+22ybNuP4d5+osu7/6iId5RTPAbAHsIEWTNpJqbYewA4bpNnqzinbc4+2cbYnLcRLtFtTpyV+5wiIp3swaBVwM+7A+Y9GISe4VN502e1mY7XXHFV2DvufC1q0afzhj7FieGyR5fp2ceOVwY8uYZwefB4j+kTcVSfFjI/dKKO4vRTXRlWuRpgPu4UIxiTawSMOuwh/eGp+YgZszE6v2F67S1Eu6ziIFc/JJ1VNgudoEogQG7G1tVZHiSiWIXdUWG3VPQsdG5HybcoZw04GUu6T2mu4780K31pC+MMWHOLfCXKBIGGevHLVIUXc+l57asTJsYTNIWXZNduW13HvNm2NrskJAS8yJhY3b5jv/57NdsIOi67wYNXn/i3x2+bgxkg5aW8M4/aVGoIhaFevd1+vZz8rlygbd7Ezn7lueXPr966aqK/p3fwjMX9lyc/YNkPnqQpuCkzlOxVpanvA6P2ATAOPJZdnwG/PHPlllTb47T+Pa21CGkpG1T4EsZs1BKqRen8uJc0+dsbnHDja/rle45sLJaNlT/hNaEBOhva/a9t1C/an+0x8gx0f+KLTn9LXkOS+HFKEvd5RcL0yFPvv5xLN5OPf/x8ckvHMtklPUvMS637NuyZ29PTv3fDXscy542f8LaPXPBMuRPM6V63ZmzxHxeNnrvlMPzZJ89ovVxNMiiGJmrbz9cClSlu6hAakeUvOSkBqbPiaXY6woGe5acbgJ+9eSyQACAROPYm5VCmn/nud5+hBo86c5rkdMY2yelyCpKjsgv4r3dVKMy7RFcIXhhyTX3lyrcPaDsJAUA54yRDeeJunReOO8AZSp9S3e7aWeag8lZi+VbCGDeRrhPp21rDFsN2w0VE86b+nGMJwRgv8gQFj2PCIE+9g+cIv6rkVlJk4Bi2UnIiX4iTugLFsUGcEJwhjIqTDtw8fUwm9+NynuowyQUi0lVIVZ4r0YfyttlWLdojuVg4APv2NuRi/AlT36IT0O1sTpcGHoGBcKx55L5Qu9xanN8rOuDx+zl/7/xiq9weAq88YIw1p9v6TpBWuSVH/c3OppbeLj93193QIXb1tjQ5m9tqPTvd8BvswKxjckztt7tya8PKxM7FV2lv9u3OK+HyF/7qsverbqOQV+3MECNnt3YMbRqRcdautpu0B3ZOKOH8Vb+jjSzm1oTIDLHOkU1DHVuzTvbJXYyYaG2q9pvf3Tf+hZrcCb0ET1Pr/rYKh53EEiFSh2KE0ohsfUFNRUBrKlZp0Fax7eDjVetq9Pw/avCHBJg9DP7xYXNQPv0eYedfDLIXE+b+DdpRsG30x6MEhJS/2IFI3RNFEMqF8B/sf/JJQmceO4afP0Lgy/nnk4ZXaa8tWkSKxSIi5RcU0jpk0H1M6/z1DKUxiHYkMf8hx3tN8F61NCFemfOEWCumEKnVHYDbIK9L6Us9SPc2rdQMVQhkRL8U3YAfvPTo+MClxZZFvs1ViXtI7t7Qe8vijX93ZIwHDkmcLhoddii6PvIhcBDDtvEvXTQnmYiM5ym0oVKHlZv7GzOD13xzg10GV84oQqdtVvs6+OfBGKyhZnzTXJFXVjhMfF3YWy6kM2Zmihh0Oy/ilksPiltB7cCTZJ4PC8JhMu0LtTAl9H+zEAYpaNu/A4M2I/IGhNBHgbawKehhTBi0nXepDtqAgyzrdZaA5TrSLwl8vggUPxLIVjCD2UD2Z4baehMfvs2GIRqTO16PDZH1I56FdM/uZHyuyrDI0HPAqc6cnuq0qYjpuHqwfhiDV3dYAw7GMvfOsTopy9axO+daGEfgt2dMS2Wygo2ZuiFkGk0sBv6tbXXCl7ZWPDUsuHh6Ggjac505aK7aFD6LDhk6KO5to5iJHre9B3YB/sxFJsGOZ2I16HtICUmQ7dh++I7D2zvwZbF1Ofmp68zkR9zmgdVf1x3PLqt4sAWHRYn1iMHwYr09eWw5aYlHiB/Bn/FcMK/Wmvq7nUjqulL6d6f7W+igUaSqZGRyFmGZrPMl6tJFNXgote2GKlsxRQMQ5kBhBnILEko4nAuHwb369d1K8Vk8r2t/thbPa0N/j4Iko2T60sjyrbTic2Qdzh4dttt2OYCp3BUj5UfJAsfAzwF5PEdg4YzrtSuvTuJ/V69cvXH1vXOfd5oYdtxDymc//6FheGc46mWN/XdZTB03LVm+aHhnJBIJXzS86H6qk/zhFP4eUc1GUI+mPffTbROThBvkRKliiVyl9mKJVUOAR85iiicBckJAlursF38WnYdm2S9Orco6nejAImDrcymg6LChXNZmA4sOIOcgUFxZm+OTLBy3CJYGz+ln0QpXLGBWvae/i1a5IuawgKn+0w+iPk9DwqOaOUvEdfqBqh3ESdRn6Kcas2dj+L3TsJtKmVQ9xLNMr4Vq4DdeduvqE+TKTxcx9CYOwPBFqRYxcV1SZNKmJPMFIPOkTG6qJYxY8rRfXIWb4ma4m4JawF2qpB9Sg5543Gg3Pi4CAV8Ee6UARJIRgMhx1QKtJUWhUpgaOnLkyBYR7B4E5SNHlK24eutzCxcuPOG+Cmevch8Qgc8HxAODgz8/gq9bjhyBpz7HMJ8zOUwcw3D4opdeoRlSZphqSa8mZdKWlrQ3lh9bvjzQaXLsu2NFeoX2q/uXL7/f2s0w3f5MJrPBuphhFlsDwybHl0Xxyw7T8Fh6ZUPTcnGfw9Tlxy3PtEchnm6JJjyxyxjF6/ARHnnYj6j7zO1u1v4KOO2vlR3I0St48SMqp97/rC3xjsaVRNWk/sbgR1VOvfSZmxrq7aQIPtNMLVVmOWQ6Y3yfdv/mjxjRrHF/cgvKNz+jbkZZUz6lQYWvWh2bE1MzRcMgwXmS1bBalXdWyalSp2mn67g449NqI/TGGZr/GDbWmQPoeiXIcIY4cJAYGRHfSncQuHcHEQO8eIeuKUJq4LBeT2vY+lYna/K0Wm9MtSF5dOrH020xEUHkVtWKqWvqGxpmzEOYevHvNyyhuN9sucf0aMg61oxedTZBJdpOnSyOrzNQrs+jfVNi5bWp62TtLfiOrrqiW3e/WbGF1bkHt087VpGPTKtn1pIzZChT9oqqDaaxTt9f0XKzyuK0g6yDevfPzrjM0OO1YCywTK1AVmNKypCc4SWmTv8URKcVnojW7gxFIjJFdW3roxzWwLhzWg4SJz4B9AZujgcGWSS+vEjylWpGRvGaM6tHppZWxqlbG57+Sa0VeEuP4KEHsVDb20fa22+zOpFlfNe4BbqsvGhH0qXjY5dJ0C7+uKK5tqyi7dZGTLBIT+Upu36tKjrijyqgN4rDyQULJiFNNRKBA/9pw3ZrecGCstUOkEdcvgXCLctFD6rur++j56itZWZaN7gyIXVqwVWUmhINZJuhSny/orPm2HGGDE4/bqZ1gJWP23DPCL05fwTAheWOhSDiz/UK0B7yINPAxIAJuaycaP+BHuHji7pnSEDtMci+pGbvDVMjePuRmpN2l+vkE4SD9gQp13JyfpHD0Rkrk0hW5Vinw7EoL3pYu5gtlbJWO/KA4UpUEv9MgZ+uL4/3vfYXfW73zdyVTE3W3USt1Id0LnJFws1TpmutzAO5TuNfLQB8N1l1SgiqESmdNeeKFYMr0Nbw+uvpPKiVAB5xW13R0NA2NVzRcwYXVDIv6KrVyKBrRGcHrAd++csDloGmWvlu7cPzrAPZWnkHMNyNy/pzUx79Ch+p9FeFNUS3wYxPogSxYEjWnSZJ3cVxs67EhzGhEAStCq+agILxu69QR+cVF+6X/xem/G+S5VF3p1vbxcLNDGN1QvNoz6j2GFBGtTevN+rzu2czxA1xq1FZxg25twSnlYFXTDfsrMJAjJsfwphos6GdRjYlR15Uqmy9GV5WUoQmqr4gwcOIK2K+BBSMcJWoxcJS6qUPH0jhmgcwIB9c6u5QtF0M2oTf1WF+i2PAzbLWckMXcC/d2bO0BxzGT9wHH9E/+qr3MID7A1+qf3mmMiJtovN6PIKdPaM903p/H6BhTF2kqDctQ5KohOCThkpmo+S7o/6ro5RaAEWd+AMkKM20ZwlUf9Sjf9MuE73qSkW7zAbm5JAx6E15ljFWo3D6A1FmwdW8yLCCxIBreG2FpCgxRZH0y0Z4wivKijq1yhtsmgOBzb3SYzOywCUKRnjCypDYjGdZL1ckC4lYhhPwFUXS3iMFgEsG6sehZmtWjUwQp1hbM/E6NMujSCEahNECMS2Wyf9CXs4XonI0Tt085VVcRk+caQJ9Ahg+NGgnPyD/+oABlGnuAwrFZyj5vnb4cN/hwydxcvIw+ddHitX4BVX8QpcBlTF0HcCY/mIS1e4jTR3qjrN68walLs9/hL+JaZvuaf2Dig+7MHFap2Xr7BnEj8nv/DhvFDUQWwWsL2BAWzVlmAlPv1JVhdavL03bWBIey0N4zZYadhgO6NxJPHZdzkrltYSjIIJUldFEvBxSr8Y4o3vvLVYDmhKVghBx+owzNqp8UTv7OUzX2IgaDce3kigalCJOGRAJnkgD1pba9V/SOZRgxzqTFX9EUkc6a+GsXks2weeJ1748n8havFbOkm1e4OW9Cs97F67EFN7KhT6O83h43/yWj3ugocuKj3fz5HbAam90XyFK4TT1GXOFwEhetJQwJw+8PASMGPkRsl0+3uPhOF+lcy/PK/jnFjR/xrcZ9upvMydrdoiyefDU5UQ89sBGvmFOQ0OI5zcZfTKats0ksXR9+ARoo9GODQQ3r/mCIAF6iJSrSMwtMCLXA6objq1sQVLD1yN4dY+jU6cnXT6fC93n9HmnPH+CCDB/QowZIO7X6BHy6Z5eilP0Q81IgxR8QNKPyS8FbnxKxNzgg+9DxsQ8jYAZXMog06ZK/Rpyj+S/SU4TfKnUzxxn1ffJ8MxxqvVj/gyDTEpuhRDUzRDvqxmjFOpe+XT3Zxnk6XZgRsz/GDn4P4yJqw7zW9Xh/v3HjO+L2vV4Hp80muBTCPI12QaGlbqPFyqJcdI310fH0lQfC+GI4GUt4TMbfwKg7s5OFHH5/a7Tv8YpatdoAZDC1Oj9LGCOcyzEkBXeRRu4aGP4/4A/TSTMaf87tdyOWxgr+wWGxUueNWoDtfraez77ce9Zn08SvqrkUtxUDRnVveeFde+pv6CLviz8NkQ8gCx3nAFs7KPfUnu4ln0RGrVXEGSZWzkro71S/5pUrnWI8t+Shg4SW4ZiGq06KHcpYDouExcjAQ4wgCRsF7YqGnbV+WsiCkygHaP1NgDftNuX7nC2OrUehwM8hzNP22NZ6QhjYbU7GQZsE0xHpCbgvknKRu3rGGatPZqVbnRMXQ8iHX0dEZrATVJWWrpDcmi9zjan1utwPE1aH8GPn4v7AVt54xH7ic9LuN91uLyG3Py8s9UbLUej5YFSNFqaodNWtSGuJ3FLGAiqKd1OseLroFiK6rCxQGKeUKCZ53h8PkjEewtFMOM2ooicDswAN+j281d0Xje57jwOrr9mwZpy2Knd981TpzjLyl//+nFfa/GiA6d/z5fXz9nZMndfT7ELGWb6RJkPBlrSQ6MArh/KbzHyPld5IN6TWg0s4NxUz7ljzrgKkxoIjTNgXm8kCtuq+kD62kH8/QsGm8FBZahdJL6bU+4FBV5JqrLCKgVVkUvNgFdKaIZygyziTRRTk81wDgYlyaLChiFf4P829/ir68ChV/doB17d881X1926Hv97TY9dVnWevgmfb8RROk+lTQwHYqIIYpCHxXngoYncBQdu7uu7+cDooZuuGB294qa+DX39/eBDTvt1nSv1yNQxABmef45hfsDy3EnGyD1nMv0ACuwXJ5oMVf/pj1O6tB2PiMw+9dSJF4yNUikcldvpPPvqnQorW7cFaN9/W+Da1ZuGDnbefvY1p+BpbeJtY1NizsSqawM2W92djubmjlPXnP3lcu98AIcvXnYOBAMHS3MAvPZ338rM8zQCuGVZw+p0Xf0FE/86ecE1sCPfdfzclqo/9ecwDu/F77rVsAefvUW3y8bEcojqBxAVKnwWlXT15BRxuYF3khqLiyCuR05RXSEYBjw1crChHCy097ClQjuxfbAhXm3vQW0hJAMX7QbjAjaElhnNtsjckV37L51c0S7hc4jj0KbSCy9vPMUazZLPZGLMHiMyG+2cxZ4VAEDFtr7nbU6nkdvtcqU53tmzYOHcYiTY1N8zlPcKjiYjF/KHTXcouf6JreNtUat2LBFLZkU+VCxH1yMkSoF0zBNu6srJjJFBAHZ6V2Vc24wFb4PMs4J7iRnho5MF0IjxlFfEqFfm2AsdLpU1B7NOpDQO5hoWNCdkGwN6o3YfMDsaArZQV7HB4000q5L2s4zHbba2ugPLgOBprvMbhyr7WzLIeH6JRpFaYPmSzJYUFilyssQXkryadKolJdleaIaUVBKRJIchIIFhe5EEf3Ic5PrXa393/Drt1LvHtJf714PFx64DTSpGXEEJcpy2WXAL2jkMz0DE8uArJkUAR0kJPHThoz863Hdw7YVn/wgkpvPa2MTExBE8XoEDTvz8/yCjyaz9kTOZeO2/8bfiwGULkOrOIJHEanESJyJSxaRIIsHc8qV4IUXUiSqWZPjIkQ5PI7E6p7N/t3Qt8DcMCR2pkbXw4otn46aHwMR1ZwUTl0AGTJy1+Trt/oot+hv4tyO1eGaYigAKq0olPIFJhQV8soQUPJXJggKGntDef/xxYHriCWB6TPsL4B/T3n/iie+Oah9ofxlFkaP3fUl7/Zb77rzzvi88CF76wn1Hp6bubO/86lc72w3ww79iYPI3+E+GkKERj7EHENUI8nlSLdViKaUW2giDh/qPSZKDFY+zGRTygHvyyu4dzWqm44aOUW7x8h8F1kwevYv1qn0/3bjhIjQ4uWbNJJicBF849B3YlGxKq0LjnH/sGyieCzBJ3n9laUVrMvXwf+htJmfwbRPUc9Ts+S4U6ZEfL8SlPJ73UghPeUXo7HKjvBSfNfenUN/G1l4bOHgNDOdb3VBbGs1m+7PZ2DXXzFqGKe4Pqy6CoNHXqa14OdMP0WD6JfA70ro/q/nAg4YZ+6Ew+/2cklsEmExTU6WCM++UiE9EvSil8JkeN4O4rLjPfMdvQaHv0T4B3u04DFHrfzVzAHAtx/Ze+3DZNOsVtVe1P4vmJYKwxCz+TjsBztL+yLJMsyDkWBNYbuRygvYLkBbmGXVZ4r/jcy2IKTn81SH8YaEoTTE0NBFW1ffbNrEKu0l7jFxuY3gT+A74jokH84+CNotF+ylN280uXvsh6OJdOtwiByb4Ld6LhDpsN4wZrjY8aHjWcBL/BsYq5HjBpvvCJJuoUCRiGb5Al6eoEIFQa17mcDO1FtNu+qFCihh9kAYEoS/QvNJOuNAYiss8fqw1XiL21jLN6g1kvF0JcMcJT7pKKri3UpHYhPFxlf6WXiavklcwXsAT5kCpVXcYnefUWKriGVdW85QdKkMWWbsZt1UJhn1mJwOQtSvLKXZRmcD1uDTHKlvx309pK5GaL9u6gdFs5UjTF4HRZ0Skbg4wenl6D/9nPGLIxHrEBnzHevoXjrMduE036AeMd66XAYB19BWbeyQ07LbbZA5YWnwkEnvAnQDLVMFhBq0MtAKfVYwPJIFFKDPIAvgTYyZPWQHOnQyyXcRCC3hEsNnwu93C4rZBm1T2RxloG3a6gXkZbnIt5087FGA2W7oRsg473OYx3Cl5OGCTQER0gI4u0q9DwicbZHYYjbffOmEyRQGImkxbjJwC9uwBLsjcyLT7FKslD6LxVNQb5XmM9HhpfCdA+ab78fdBfOK2tJbo96rI1NCDKiPpXFP9YAlVIrATVwsU7mOEDnkAuPZLt10DzBm7H5ocHSibcyRtFgjlF8ulH7sQMosJRy6DOh0m4Bfd4GT42p+y7E+vDQfOa50cY5ZzjevTrGg22RkRQwYoMnaTWWTT6xu55cz4REux7hv2U4k1cVumxnQfK27dsr2tRPHFFF/RLSjonsZDEG8ZtZ0oSxCrHKL3TzyV66oGnIyRAAWDeRe6i2X/8O1opHPh9psQSNQX/uo7Z/5YUW0JKQ6fSfBmExjtjhaaupe35Nf35xe3KUG3y222NzRnCo5wNNW8BKPsGGn89h9YNgHQTdsXdtYXBlKZkLwg6gq63Z6onAl7w5JgjfesmpfwpLPpsNMVjMQV0W034Z9KlNSWmbIxDz7t980+w5Qqo1/E8+Am4nqlap+aJALpXqC6OB6jRDhHbhJHzDqLiuBzvSBO4jyScA8llcdQpIKRE48hatEdBBiOqDxd+DOPwXu9sVhbLNavDjFxm7yJW5tzm6yyNwK7hQN/M3PsWW3NIR/jc6UtCVfSLsrhSy5hBS/PQzSOWGF8bLPbOi9XFmT/nj17XzZLMLn3CiTPb7fYXgiYbbMO0u+BaD6K/450NyViqQ1M16ZMWO1ye/1Z6445TovZy12ck0To80nushwRRaXYeC7gTFYpAkx7+YSzKXCRpNpNZzcWG20eo5Bxzn+PGwTmVhPad9WX63RznMR3m5Nuf6rJQHFbDFo5tliJx4xxemJhSb+KHFQVGvW+lNINqPASUOdllWkkqIZO2NDAzr8z2fHQJaVgV5eErUm56bzubngqDTg97hFGZKKvHfr5oPZ0ZKIY7enNBSwAQY6YvyK7XR3zp3d1iDKn/eSrzzwDeGHRSy8dC6mT/wB6ednmyDjcdgBDijHu96QAc+ea7dUgzqRncNGGe5J9ksBZfSEFsazDxHMWiz1mj0sw4Ir2eaJzowO8MBadi3YMRRdV9HbwBgTwDxhyxPB3R5ypUG0QJpbQFZDadeWkRBvxjg2aAHpL5HlRaI4t0V5KaC8tiTUL1Qqi/N+KK6YeAxbtPbhv3jft35wXbTWR+6bWKC3GWkx2nrebWrSRO+7UZTq/wWsSMgQwLpejkrKNGNevF0dQFnK46m640J6sCh6UaoaIyqj0R+GpQTPRF6dmbRWFYowE9AAdH2GrGXRbWxmgh666+iGEHrq60MwyJuNcxJNIqdovHIoSV5SnJHrRcjef9Lhu+T5jcfV1sJxgWkbOY3waA6FrHmD+OSYHAo2BADDja0Mg0JPY3Hn+rRDeev6OWxGwQlaFnJFpx2fkO4B0FycWF/r1XXjrToDu2acmALBDDiPaZpbpRYzV2Lhv8KqHPjQAP+64kbAX6FU/y9/AwC+ix+ziiQ0TX4nYiqdDJZxKJaWS85Lo7VR0TvE1nzCU2tUiY+joi7ZYeoaCI7nVeyF79a9G/aAt056Baxb6gy6nvG1B8ZqFXu+Cr68GcdAGQA982mt0dSeTtnAc7l3tVYy7NrR0liaC0ANHLrQbmb5R1NgMUFOrGVzwutXWpMs/f8MYUdoQNDRgjKzHMGhYZ9hLfVSo1E0iNaql+8zNVIRMOcDqgdIJQZdK4rvEuSv15o+/QEDiDpaqGfxHrBRzoNRazEEatg/n3HxriH6ulepWWl90w7ctwOrbvxT6GAvrzD29eXgU8MBw7JW/ILQoZzZPXcZ+7cqrnrDQFCzu3RX0Nc0ZuCzoab/Cmk0L3kyD0MhIdsZktzNAywfcbCBiY0XX0IY2u5+XpAWH271WgfX4LQzLe6J2m8KJttgA+Ea43RkHUcg41DnOhoUbh7849+ARwD12Tuc8GxROrbxSNG9YQdL1/2lrK5W3uJ3t3V2bj7tEZ0oVHalWI54gkeNs4NWOG+eJotlvb920LCggKepjbI23BeZFrVaTx2aP+gVMSQbcDC9XfWV9HsMSxmA1ODA0jRNogtgkPqIw3ltyllQ534uxdaKeqzjzhGiIh0F+N3IPaU9rT4G5+y3nv+hhfv82D/58tenGD6DnDXg+v9HyIkR9p1/HRMETmw+EtnYAt+/kxkH/yXM2+rU/3h0auatcp3tuNrgMKcPuMzSHq46ayMFLJLbFVJz6wHS7WC6FSc0e6k2dJzu2Kl8ploiKkUqJHBKMgqMCXR14EQtVuv05QuNjbIWYBxaJZvFsneGsDsZWmdy5tdxGty3ODKmpiFcG7wZesFna58voir1JZDef2rNnj18Wyrl5VvfmsXGBg+MI8rxXYC+5JCzbxaQrYXHKLgzxQs1tZ7Gc+W8HBGibpSc8BaL419qi2olwZlMXszEZTzR1B/w+uXvbXmjCX8og9958Z6OAlw+DqrNNdlW6KNDkTABurwmEHVYTd06m4BbtEbmsGAWvH4pSbjfrsZhdc3ZYwZcrekbVuU4bugzLDGsM5xouNOyfOefE9qfqdpTnaMZdAXo24CQuB/SPJATph6O06J9V7avCN1iqgarzVxSbbpwRAvEUEZf0gBRxf8rRD3X2rP9p+9fZfHPfJUEL4pEE8iOS3Y54PtgK4D3n86JRdoqMYJIzESOPRMl4EDlcAmOyNPeEzRJjFprO6ndo54yfi4x7xsa24tTiHG1MB+ILl0WvsPrtnC9g54OsGQNbksy2aZmaXN64Ltfb7LOoXgsCMt6yaSMPTNlk/26wwk30vgSMTbC2eMZtNHJiRDDxkjncm3fx0CxL0OQbXp0XxkqlOZwwXir2PJyKWW39C6JyH2vyeiwmn8cDGMbMQYa1zNT9shjceP/PNaw0nIe/ggNUA7M2ifz0LM4SLxJnTXXLRdxn/P8u1xkLg3PgMTyH/J7xsa0MTtdXJnFpDIyfIeDTytvvY2YtGGcMtsDKgrlsjMnkzoRN+oIxkmxCAl6wiFBbsJVnLg2HwFdNZP54PX0gFbXo0wgTZ9L6JTCxPLO2uafFj9fMjMkLtzdt0pfsYjCuL5nDBllrIiObKkvmEMK97U59yQT/8OpHMQJKVser4IUxsxAJQjW2yVP4exEMdrw6JCpgvlXl87xkAhKSeSkpJwuspBacJYVNluC74L33wEnwJHjyd98Go1M+MPrIKw8e0x7WHj4G37vxxos1A4bOGKXULnnwHHDouV+An/9Au+KcB8EFG9c/99z6ajw7+DTGNWlMOHLQRYm1PlG16IVk4andLDWjx8ROMyQoP4vPNcKzBhbvb+0yALL9t17tvaH1EGm4VntvuhZYcO3UPc8//99D6+CGNsZr/0DyMG0bSbN/mVV1j6cim/g+3p/zDN14bxLLvHwOZIj0M4/hcRRvvBS1+6fnRCmvuInPOMoWppiy7glAIfJTvlgqOCVCuEsozqvED8mGH0AHPI4QugfwFu0/3RKz3KcoQRgwmzvFlQh8xym+yLntcu8KBBubloXiygPQJlze6GDfXBC85Ojw6GbF++9gcTzVP7CJ6WaYiRgTWbaitcvEsCjbedmoXyqgprXhpk0Yn0cw3TW0+HnQ13RzpLeEwKGpieXL4f1TXx8YgI6K7A49C+/CIxYqOr8kOiIGKXyM4/Ggkc5kqGpSyS456nIn85juS2WATEzvCDUQV6MYH6E4vWwj6nto6xtvnJ9uQd9BmZgvb9qQPbLuPADPn1y3Sft129R/XplqA7mGqy+N4v3cErvoEsAMb4GpZFsbvGhE+194cenqpnS66UOD33sdgDvXTe6G8LIJQWgpyJGx5B1vheNJP1gLO5c1lB3iUPv4EgBVPV5XDaZGqPYO0aszsJhOwUc8Pug5gzNX50aLp0hzvpgkHh9SKseoMkZ23RXvp8maVk+MJehXmMTWJjLsKmVSoSd+brvzcxkVLdrwv2ymCT1+NyofXjyhrTd+5xuS5DyhnXZ1tTn/4+7yOvOaA6DFvL68awfb+aXxdnAdv/sSu1XY+YgI8gfr+iP0CXiU81kvOeFuu/2d8N9dAob+3pVpBbe4f9TPJpPNDmQbvw3MhXZ104227D1vijdtbt5kbu8E91q3F8IRt1lmRz4/84zV49XNMQxTTTBqx04+LzexIKrY/RMOAWGR6vpwxbyOFqeoX7TZR29VrQ4V3TX/aaQGT6+agsqh67l0E7D/0yHR+l1mbHXjQmMq3bfzHy55SJQ2DhqH9gIQjzJzFnRuy6B94PKpb/UR260+ONZLrtrtx37FML86RtPsst1my6IOGBqbPJuNp4HlupVGAVzedlTK7uozQ1s8EPiLaXFiyXlmU/bvQxYwuj9m3v4OWHO9x5eMip+HzXBFb33/p79X7RmnYI3gYhfsUqUrTzUsEzKf60J2k8MzQy/RavDRWAVzDRswhDIA6n0IUsvckpKi1x6ISaczJ4nFOBmyUZvHthCU9U/DxSfjrkpQ2zzhzVAREjksFNyIV2PUuIBY9YGvSQBwrMtjndzkl0RnZPs2m99lcYEnp9KJZgCaE/AX9Kr97bHHdlpz5dBrL0cKSTkUbkxbwY43zWZX0q8yo86RUmpO1mzxZMOReENPWkL3uAMSYm5lYlHwuDVgswgWZptlrXgZZ1WkuAh+j7uu/4m3stoznogInjX7MuFYk83S3RjzLnBFBZdf7Gzz5MLRod6c1QYixXmpy0WXVTDH4lUY8kxdrMTPEpVMyheUfEnOS3EePfjpIbF2zi+PNY6V501+Wgisq7RTP3722R+D3C+qPnKfqei8kXcbNuyo1/DrAaW6DV2qqvAlqVkWTyXkIaRQu/geVKKydCpnA25yn1M5UqT8D4SXtUgau+FtYEVv7wpA0+Xo0MaNhxBNBypWY9rrxXtbRa9i5yQIJc6ueMXWe8+bXQVuAAyMjKwtrpmcXFNcOxKBDJhdc7D6UySt/hROb9JtzraBT/qJ6Srtlk/4jWqNTmefQk8jD6ZhDQBTpqpOstLjRCRaee4EcbSJ5wjtMCbyw6hvzfoLID8oy3PizOUHP/9DYBtpu/AOwIShP7ZMZrjVFg6Cs5Y3Lk4zt9x2b+vChczdFwz2zvQTM0Z5n20V/1wy5WMSMfN0llx0Pwd12ZTOCg2DUl22SKMyEndfOMuWVB7tjDWBtskQ0xTxNhqDx4NsU9TbYAwtFy3RTEgZL4/bLJFs0DMeIC0aSAu9aWCV2RLJRZUVHausFm38ePk4+Gom2u6InG22RXJBz2pcbyWZVQE2Q7oMPhBkaCaw0mqJNgU9K8srSYuQcha+EfGoxuA3QsxNHSc6KE7yVfRvaCPODdJYAZjei+oKXFVFLmoFRwxKKlfdJK4XKHouT4OyKyWCmBAFr7yeo3wElfIUwLf3pfaBtMNuiTo71S6HZMVXFx9NSpxrn4uPpOysq9NhZ1lFtNP7HM25SOqgbRiPTcINXK8OXfnbf/tTP03BMXWXykdTds65CxO2SYl3djvtlpijO91NfsIxx8lHnTYJIHrfIUrI2U2KXNSJm9gkyOM2/1rtDqcGw/8BCyMGYXicY2BkYGAAYuZNhgHx/DZfGbhZGEDg2t7PZ2H0/1//61k4mJuBXA4GJpAoAFyKDaAAAAB4nGNgZGBgbvjfwBDDwvj/1/8fLBwMQBFkwKgDAKCFBo8AAAB4nGNhYGBgfsnAwMKAhBnR+KN4eGHG///BGEN8NO6HFobFIXJc/v9LR/t/Ee9G6mAADgkTiQAAAAAAAAAAdgCiAM4BAAEyAU4BagGGAaIB3AIWAlACigLqA0wDrgQQBEoEhAS+BSIFagW0BfwGRAZyBp4Gygb2Bx4HRgduB5YH1AgICGAIfAjqCTQJagm8CjQKcAqYCtQLOAt+C+oMKgyODLYM5A42DooO4A8wD54QEBBoENIRaBGaEeASTBKEEuITLhNYE4IT1BQuFIQUxhU0FXQVyhYqFmwWrBcoF3IXvhgyGKoY/hleGa4Z6hqmGyIcGBx4HT4duB5QHqYe8h9KIDQgliD0IXQhsCIOImojECO2JBQkmCTyJXIlwCYWJjwmuic6J5on1Cg8KLgpQCl4KdoqFCpIKq4rBiuILAoskCzsLVItii3iLjIugi60LxYvfi/AMDAwpjD0MTgxbjG2MggySDKQMtIzFDNQM4ozxDP+NEI0hjTKNRQ1SjWkNfI2WDa4NvA3KjeSN/A4Pjh+OK45Tjm+OkY6zjtAO5g78DxUPLY9DD10Paw95D4oPuo/XEBYQJ5A7kE+Qa5CLkKOQuRDdEP2RJhFQkWyRlhGoEcUR5RINEiUSRxJmEneSipKdErgS2pLykwUTD5NBE3KTkpOzE8iT/xQSFCYUURRzFKUUyBTeFPkVHZU4lU2VYpV4FZKVxpXelf2WHJY4Fk2Wb5aMlr2W4Jb8Fx0XPhdpF5CXrhfBF9mX85gIGCoYWZh2mJOYqJi9mNmY9RkRGSaZURlqGXmZhpmXmawZwZnMGhAaJJpEGnEak5qjmsma3hsNmx0bSpt9G7CbvpvRG+4cB5wpnFEceRyMnLacxBzjnQWAAB4nGNgZGBg1GG4yaDAAAJMQMwFhAwM/8F8BgAlGwI9AHicXZG7TsMwGIVPehWpxACCicESEkOR0stYsVVq9w7ZGNLU6UVJHDlupY48D0/AE/AErCw8BRun6d+BJPLv7xwf278SADf4hofzc8dxZg9dqjM3yA/CTfKjcIvcF26jh5Fwh/6LsI9nTIV7uEXOE7zWFVUfb8IervEu3CB/CDfJn8It8pdwG/f4Ee7Q/xX2EXpd4R6evFd/anXk9Eotj2obmzwxufOj3J14odf7NLKiZAq1LbcmV6NgKM5c59pezigP67FziUqsydSMh+k0NaqwZqdjF2ycKyaDQSJ+EJuMLU1hoRHBsa6gsMSRdYsYhh8jqapjLqrmi79geo09Uvq2tvZfhUxalNQnpfgTAgxrmTkzeZWr91HiwHvGdB17URyWOzLSTDrT7CElKxTV2o5OTD/AptpVYIIB36SWD6q7sz9xVmvBAAB4nG1WBZgjtxXeXx6wPd517sLMHLf1lblJCkmbtLnepUzyjOyZeDyakzTr9RVSSJmZmZmZmZmZmZnhSTOO9750v281/5OepAf/e/IaW6v/umv/9w/ngKEFDz4ChGijgy4i9LCODfRxEHZgJw7GITgUh+FwHIEjcRSOxjE4FsfheJyAE3ESTsYpOBWn4XScgTNxFs6mUwe4Gq6Oa2CIXbgmroVr4zq4Lq6H6+MGuCFuhBvjJrgpboZzcR7Ox81xC9wSt8IFuBC3xm1wES7GbXE7XILduD32YC8uxR1wR9wJd8ZdcFfcDXfHPXBP3AscI8RIIDDGBCkyXIYpcsxQQKLEPihoGFTYxBxbWGA/7o374L64Hy7H/fEAPBAPwhV4MB6Ch+JheDgegUfiUXg0HoPH4nF4PJ6AJ+JJeDKegqfiaXg6noFn4ll4Np6D5+J5eD5egBfiRXgxXoKX4mV4OV6BV+JVeDVeg9fidXg93oA34k14M96Ct+JteDvegXfiXXg33oP34n14Pz6AD+JD+DA+go/iY/g4PoFP4lP4ND6Dz+Jz+Dy+gC/iS/gyvoKv4mv4Or6Bb+Jb+Da+g+/ie/g+foAf4kf4MX6Cn+Jn+Dl+gV/iV/g1foPf4nf4Pf6AP+JP+DP+gr/ib/g7/oF/4l/4N/6D/7I1BsZYi3nMZwELWZt1WJdFrMfW2Qbrs4PYDraTHcwOYYeyw9jh7Ah2JDuKHc2OYcey49jx7AR2IjuJncxOYaey09jp7Ax2JjuLnc3OYYM1bEXaiHIs1ZyrpGfxiMdTK4TNZGfEi3qmG3MljMomqek4mItxgxI5L0KHqjJyGnGm4lx0rUoN21XZzFnlGva2qcpopSs7S2UZrbRlb1MokxGymutLwZ3hWbNDun8uhAl0qrJi2uFKybnmuaFDqlGj2a2xs90pONsdqsqu+9YuOmjVPKvBqtKvb7JTvVlWVFrvq8hlGTmh8Wgblr4TojK/cqa7wp6F3awYS5LzWEQrKD2LI7EV53zGTSaLHdtwvX3nVWZkFOdSi8aObZgWUhFPlwsrLH0n+E63H1fayJlQWqjNLBbdWIkkM5TUJIplIhpnvZGUU+KE0nHKlY270u19ldDWkI0lqM/vHyhKv+SVFpEbG2u2YWf/yswVlp6e87JtB5c1C1wqXGQbu/wxZatoz0RRjWWeeDOe5V5es0BwZ2uHRFFbnZKjQc5LI0tPG658O8hgnOVGKG8mUtmioadTWZZZMYntHs03hUfWqmgzS4SMOcWK+0baM4zgs7ZO7VW5CbUwhnaFZRabSgm/TGUhOiUvBbmTlb1CmmycxS53XWtxVVib/awYyS3POh7sUzbmnuET7dtBBhSQKpG++0RurMpc8mTdYUtRK20cIMneNkXZFcVmpsjzwkQrKFtiITz6pyucS2H9keE8K+ggHYqtUiqzK6i/UZ0Ue4XsrnArTRKWiSChyjLCp4OFapeVTil+MmyAnwqKZOBG2dOzLBeD+ojACZQBVZ/L87jKuZEqiFNrZzDJTFqN+lksKVaFIT5OKfAbruc0NKnKoPa0vfS/XWZ1wn0b1GFQFfbbbhyTpGfccptY7EB3xfTuilzRtmqvi6zGvW24KbLlwgrL3phrs+yqkRWazkodsbnK2ttAy/DmJsfx5sBtuG6UDV63Wwe1MJBRVV6Jqb/wRWSHJjwt4pEllAx5khDTRWhJJ9TQt8KQ6ouqPRWqY5fdSrf+yFIUxGkbomFH5MRgnelhm3IkioSrjt1uxJYZ+rEsF8P2ZeWkPrFMxg50ba8SzVxpHIiqYlrIucOduVRJvZxQ3dj/7hIMZDiTI7sWGk59m24ZkQ2aFDRxgQratBNOS1yL0KaREthJZaUmOde6NRULb5zzCRX7QlYmpMZhmdm6dM95np5mhWekzFvEoh55bYt7oohH5JtSVr9b09ku9FfQ6bRmvGhletObZGMTZIlrlDNqmTF1GarjHrVPqjKRU/i0p6gRBnv4WJhFMOc5neTPJZ0QNtdSHy2mwV6KdbpoW+qS68Ml2OXn2VTsouBoB5w4XIoUkCofDUNF1KbwUKZyCsow4GVpo+Y+A9nmRaJkltBEDTZ4ns15MbH/AzmMtonUoRdNXQ7XV5i02qWcEyHG445RPBEzrqbemKqpYzPvOOprWRWJbys89ebU5jy9KGKqv0lWBDTaJChhHRtSs9aaT8gB6pxT0Tr3kgu7ZC29Qpa/nSWk5ZgXjkSitC2TqEcdgMdGd7TMKzflUU1NPftgWTQLqb4KipzvOENZl5ZenYTrdCRtoshmalED95Y3uH5SbDse1P2447BD3HWcbFKsU5hsROoq27Bso+pYNrGJlBP60LO8X9LvoXqxP+axsK9msymk8JdEkG6tbdtM3z5UZPyykvuWR9VsMJOFnCg+s90v56PltC0XG3q2e7evp4tSrBsuR1w2u5c21kaFlsfVSARz2wpNaKjMqQL8uchG0rtg78UXLXc3L69bOFBoGtL55NAeog8ZH9Adi6rw96dZWoUjkdKPRNFOVDYaUcD7S7CMU6OwNNAmY2A9sN2rkxX0+lo3/UVFvxh8nVOz7Lmx2bC29j9/nnb+AAAA") format("woff"), url("../font/iconfont.ttf?t=1519899342204") format("truetype"), url("../font/iconfont.svg?t=1519899342204#anticon") format("svg");
  /* iOS 4.1- */
}

.anticon {
  font-family: "anticon" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stepforward:before {
  content: "\E600";
}

.icon-stepbackward:before {
  content: "\E601";
}

.icon-forward:before {
  content: "\E602";
}

.icon-backward:before {
  content: "\E603";
}

.icon-caretright:before {
  content: "\E604";
}

.icon-caretleft:before {
  content: "\E605";
}

.icon-caretdown:before {
  content: "\E606";
}

.icon-caretup:before {
  content: "\E607";
}

.icon-rightcircle:before {
  content: "\E608";
}

.icon-leftcircle:before {
  content: "\E609";
}

.icon-upcircle:before {
  content: "\E60A";
}

.icon-downcircle:before {
  content: "\E60B";
}

.icon-rightcircleo:before {
  content: "\E60C";
}

.icon-leftcircleo:before {
  content: "\E60D";
}

.icon-upcircleo:before {
  content: "\E60E";
}

.icon-downcircleo:before {
  content: "\E60F";
}

.icon-verticleleft:before {
  content: "\E610";
}

.icon-verticleright:before {
  content: "\E611";
}

.icon-back:before {
  content: "\E612";
}

.icon-retweet:before {
  content: "\E613";
}

.icon-shrink:before {
  content: "\E614";
}

.icon-arrowsalt:before {
  content: "\E615";
}

.icon-doubleright:before {
  content: "\E617";
}

.icon-doubleleft:before {
  content: "\E618";
}

.icon-arrowdown:before {
  content: "\E619";
}

.icon-arrowup:before {
  content: "\E61A";
}

.icon-arrowright:before {
  content: "\E61B";
}

.icon-arrowleft:before {
  content: "\E61C";
}

.icon-down:before {
  content: "\E61D";
}

.icon-up:before {
  content: "\E61E";
}

.icon-right:before {
  content: "\E61F";
}

.icon-left:before {
  content: "\E620";
}

.icon-minussquareo:before {
  content: "\E621";
}

.icon-minuscircle:before {
  content: "\E622";
}

.icon-minuscircleo:before {
  content: "\E623";
}

.icon-minus:before {
  content: "\E624";
}

.icon-pluscircleo:before {
  content: "\E625";
}

.icon-pluscircle:before {
  content: "\E626";
}

.icon-plus:before {
  content: "\E627";
}

.icon-infocirlce:before {
  content: "\E628";
}

.icon-infocirlceo:before {
  content: "\E629";
}

.icon-info:before {
  content: "\E62A";
}

.icon-exclamation:before {
  content: "\E62B";
}

.icon-exclamationcircle:before {
  content: "\E62C";
}

.icon-exclamationcircleo:before {
  content: "\E62D";
}

.icon-closecircle:before {
  content: "\E62E";
}

.icon-closecircleo:before {
  content: "\E62F";
}

.icon-checkcircle:before {
  content: "\E630";
}

.icon-checkcircleo:before {
  content: "\E631";
}

.icon-check:before {
  content: "\E632";
}

.icon-close:before {
  content: "\E633";
}

.icon-customerservice:before {
  content: "\E634";
}

.icon-creditcard:before {
  content: "\E635";
}

.icon-codesquareo:before {
  content: "\E636";
}

.icon-book:before {
  content: "\E637";
}

.icon-barschart:before {
  content: "\E638";
}

.icon-bars:before {
  content: "\E639";
}

.icon-question:before {
  content: "\E63A";
}

.icon-questioncircle:before {
  content: "\E63B";
}

.icon-questioncircleo:before {
  content: "\E63C";
}

.icon-pause:before {
  content: "\E63D";
}

.icon-pausecircle:before {
  content: "\E63E";
}

.icon-pausecircleo:before {
  content: "\E63F";
}

.icon-clockcircle:before {
  content: "\E640";
}

.icon-clockcircleo:before {
  content: "\E641";
}

.icon-swap:before {
  content: "\E642";
}

.icon-swapleft:before {
  content: "\E643";
}

.icon-swapright:before {
  content: "\E644";
}

.icon-plussquareo:before {
  content: "\E645";
}

.icon-frown:before {
  content: "\E646";
}

.icon-menufold:before {
  content: "\E658";
}

.icon-mail:before {
  content: "\E659";
}

.icon-link:before {
  content: "\E65B";
}

.icon-areachart:before {
  content: "\E65C";
}

.icon-linechart:before {
  content: "\E65D";
}

.icon-home:before {
  content: "\E65E";
}

.icon-laptop:before {
  content: "\E65F";
}

.icon-star:before {
  content: "\E660";
}

.icon-staro:before {
  content: "\E661";
}

.icon-filter:before {
  content: "\E663";
}

.icon-meho:before {
  content: "\E666";
}

.icon-meh:before {
  content: "\E667";
}

.icon-shoppingcart:before {
  content: "\E668";
}

.icon-save:before {
  content: "\E669";
}

.icon-user:before {
  content: "\E66A";
}

.icon-videocamera:before {
  content: "\E66B";
}

.icon-totop:before {
  content: "\E66C";
}

.icon-team:before {
  content: "\E66D";
}

.icon-sharealt:before {
  content: "\E671";
}

.icon-setting:before {
  content: "\E672";
}

.icon-picture:before {
  content: "\E674";
}

.icon-phone:before {
  content: "\E675";
}

.icon-paperclip:before {
  content: "\E676";
}

.icon-notification:before {
  content: "\E677";
}

.icon-menuunfold:before {
  content: "\E679";
}

.icon-inbox:before {
  content: "\E67A";
}

.icon-lock:before {
  content: "\E67B";
}

.icon-qrcode:before {
  content: "\E67C";
}

.icon-tags:before {
  content: "\E67D";
}

.icon-tagso:before {
  content: "\E67E";
}

.icon-cloudo:before {
  content: "\E67F";
}

.icon-cloud:before {
  content: "\E680";
}

.icon-cloudupload:before {
  content: "\E681";
}

.icon-clouddownload:before {
  content: "\E682";
}

.icon-clouddownloado:before {
  content: "\E683";
}

.icon-clouduploado:before {
  content: "\E684";
}

.icon-enviroment:before {
  content: "\E685";
}

.icon-enviromento:before {
  content: "\E686";
}

.icon-eye:before {
  content: "\E687";
}

.icon-eyeo:before {
  content: "\E688";
}

.icon-camera:before {
  content: "\E689";
}

.icon-camerao:before {
  content: "\E68A";
}

.icon-windows:before {
  content: "\E68B";
}

.icon-export2:before {
  content: "\E690";
}

.icon-export:before {
  content: "\E691";
}

.icon-circledowno:before {
  content: "\E693";
}

.icon-circledown:before {
  content: "\E694";
}

.icon-hdd:before {
  content: "\E69A";
}

.icon-ie:before {
  content: "\E69B";
}

.icon-delete:before {
  content: "\E69F";
}

.icon-enter:before {
  content: "\E6A0";
}

.icon-pushpino:before {
  content: "\E6A1";
}

.icon-pushpin:before {
  content: "\E6A2";
}

.icon-heart:before {
  content: "\E6A3";
}

.icon-hearto:before {
  content: "\E6A4";
}

.icon-smile-circle:before {
  content: "\E6A7";
}

.icon-smileo:before {
  content: "\E6A8";
}

.icon-frowno:before {
  content: "\E6A9";
}

.icon-calculator:before {
  content: "\E6AA";
}

.icon-chrome:before {
  content: "\E6AC";
}

.icon-github:before {
  content: "\E6AD";
}

.icon-iconfontdesktop:before {
  content: "\E6B4";
}

.icon-caretcircleoup:before {
  content: "\E6B5";
}

.icon-upload:before {
  content: "\E6B6";
}

.icon-download:before {
  content: "\E6B7";
}

.icon-piechart:before {
  content: "\E6B8";
}

.icon-lock1:before {
  content: "\E6B9";
}

.icon-unlock:before {
  content: "\E6BA";
}

.icon-windowso:before {
  content: "\E6BC";
}

.icon-dotchart:before {
  content: "\E6BD";
}

.icon-barchart:before {
  content: "\E6BE";
}

.icon-codesquare:before {
  content: "\E6BF";
}

.icon-plussquare:before {
  content: "\E6C0";
}

.icon-minussquare:before {
  content: "\E6C1";
}

.icon-closesquare:before {
  content: "\E6C2";
}

.icon-closesquareo:before {
  content: "\E6C3";
}

.icon-checksquare:before {
  content: "\E6C4";
}

.icon-checksquareo:before {
  content: "\E6C5";
}

.icon-fastbackward:before {
  content: "\E6C6";
}

.icon-fastforward:before {
  content: "\E6C7";
}

.icon-upsquare:before {
  content: "\E6C8";
}

.icon-downsquare:before {
  content: "\E6C9";
}

.icon-leftsquare:before {
  content: "\E6CA";
}

.icon-rightsquare:before {
  content: "\E6CB";
}

.icon-rightsquareo:before {
  content: "\E6CC";
}

.icon-leftsquareo:before {
  content: "\E6CD";
}

.icon-down-square-o:before {
  content: "\E6CE";
}

.icon-up-square-o:before {
  content: "\E6CF";
}

.icon-play:before {
  content: "\E6D0";
}

.icon-playcircleo:before {
  content: "\E6D1";
}

.icon-tag:before {
  content: "\E6D2";
}

.icon-tago:before {
  content: "\E6D3";
}

.icon-addfile:before {
  content: "\E910";
}

.icon-folder1:before {
  content: "\E662";
}

.icon-file1:before {
  content: "\E664";
}

.icon-switcher:before {
  content: "\E913";
}

.icon-addfolder:before {
  content: "\E914";
}

.icon-folderopen:before {
  content: "\E699";
}

.icon-search1:before {
  content: "\E670";
}

.icon-ellipsis1:before {
  content: "\E647";
}

.icon-calendar:before {
  content: "\E6BB";
}

.icon-filetext1:before {
  content: "\E698";
}

.icon-copy1:before {
  content: "\E648";
}

.icon-jpgfile1:before {
  content: "\E69C";
}

.icon-pdffile1:before {
  content: "\E6B3";
}

.icon-exclefile1:before {
  content: "\E6B0";
}

.icon-pptfile1:before {
  content: "\E6B1";
}

.icon-unknowfile1:before {
  content: "\E6AF";
}

.icon-wordfile1:before {
  content: "\E6B2";
}

.icon-dingding:before {
  content: "\E923";
}

.icon-dingding-o:before {
  content: "\E925";
}

.icon-mobile1:before {
  content: "\E678";
}

.icon-tablet1:before {
  content: "\E66E";
}

.icon-bells:before {
  content: "\E64E";
}

.icon-disconnect:before {
  content: "\E64F";
}

.icon-database:before {
  content: "\E650";
}

.icon-barcode:before {
  content: "\E652";
}

.icon-hourglass:before {
  content: "\E653";
}

.icon-key:before {
  content: "\E654";
}

.icon-flag:before {
  content: "\E655";
}

.icon-layout:before {
  content: "\E656";
}

.icon-printer:before {
  content: "\E673";
}

.icon-USB:before {
  content: "\E6D7";
}

.icon-skin:before {
  content: "\E6D8";
}

.icon-tool:before {
  content: "\E6D9";
}

.icon-car:before {
  content: "\E6DC";
}

.icon-addusergroup:before {
  content: "\E6DD";
}

.icon-carryout:before {
  content: "\E6DF";
}

.icon-deleteuser:before {
  content: "\E6E0";
}

.icon-deleteusergroup:before {
  content: "\E6E1";
}

.icon-man:before {
  content: "\E6E2";
}

.icon-isv:before {
  content: "\E6E3";
}

.icon-gift:before {
  content: "\E6E4";
}

.icon-idcard:before {
  content: "\E6E5";
}

.icon-medicinebox:before {
  content: "\E6E6";
}

.icon-redenvelopes:before {
  content: "\E6E7";
}

.icon-rest:before {
  content: "\E6E8";
}

.icon-Safety:before {
  content: "\E6EA";
}

.icon-wallet:before {
  content: "\E6EB";
}

.icon-woman:before {
  content: "\E6EC";
}

.icon-adduser:before {
  content: "\E6ED";
}

.icon-bank:before {
  content: "\E6EE";
}

.icon-Trophy:before {
  content: "\E6EF";
}

.icon-loading1:before {
  content: "\E6AE";
}

.icon-loading2:before {
  content: "\E64D";
}

.icon-like2:before {
  content: "\E69D";
}

.icon-dislike2:before {
  content: "\E69E";
}

.icon-like1:before {
  content: "\E64C";
}

.icon-dislike1:before {
  content: "\E64B";
}

.icon-bulb1:before {
  content: "\E649";
}

.icon-rocket1:before {
  content: "\E90F";
}

.icon-select1:before {
  content: "\E64A";
}

.icon-apple1:before {
  content: "\E68C";
}

.icon-apple-o:before {
  content: "\E6D4";
}

.icon-android1:before {
  content: "\E938";
}

.icon-android:before {
  content: "\E68D";
}

.icon-aliwangwang-o1:before {
  content: "\E68F";
}

.icon-aliwangwang:before {
  content: "\E68E";
}

.icon-pay-circle1:before {
  content: "\E6A5";
}

.icon-pay-circle-o1:before {
  content: "\E6A6";
}

.icon-poweroff:before {
  content: "\E6D5";
}

.icon-trademark:before {
  content: "\E651";
}

.icon-find:before {
  content: "\E6DB";
}

.icon-copyright:before {
  content: "\E6DE";
}

.icon-sound:before {
  content: "\E6E9";
}

.icon-earth:before {
  content: "\E6F1";
}

.icon-wifi:before {
  content: "\E6D6";
}

.icon-sync:before {
  content: "\E6DA";
}

.icon-login:before {
  content: "\E657";
}

.icon-logout:before {
  content: "\E65A";
}

.icon-reload1:before {
  content: "\E616";
}

.icon-message1:before {
  content: "\E6AB";
}

.icon-shake:before {
  content: "\E94F";
}

.icon-API:before {
  content: "\E951";
}

.icon-appstore-o:before {
  content: "\E695";
}

.icon-appstore1:before {
  content: "\E696";
}

.icon-scan1:before {
  content: "\E697";
}

.icon-exception1:before {
  content: "\E665";
}

.icon-contacts:before {
  content: "\E6F0";
}

.icon-solution1:before {
  content: "\E66F";
}

.icon-fork:before {
  content: "\E6F2";
}

.icon-edit:before {
  content: "\E692";
}

.icon-form:before {
  content: "\E996";
}

.icon-warning:before {
  content: "\E997";
}

.icon-table:before {
  content: "\E998";
}

.icon-profile:before {
  content: "\E999";
}

.icon-dashboard:before {
  content: "\E99A";
}

.icon-indent-left:before {
  content: "\E9A6";
}

.icon-indent-right:before {
  content: "\E9A7";
}

.icon-menu-unfold:before {
  content: "\E9AC";
}

.icon-menu-fold:before {
  content: "\E9AD";
}

.icon-antdesign:before {
  content: "\E9B2";
}

.icon-alipay-square:before {
  content: "\E9B3";
}

.icon-codepen-circle:before {
  content: "\E9B4";
}

.icon-google:before {
  content: "\E9B5";
}

.icon-amazon:before {
  content: "\E9B6";
}

.icon-codepen:before {
  content: "\E9B7";
}

.icon-facebook-square:before {
  content: "\E9B8";
}

.icon-dropbox:before {
  content: "\E9B9";
}

.icon-googleplus:before {
  content: "\E9BA";
}

.icon-linkedin-square:before {
  content: "\E9BB";
}

.icon-medium-monogram:before {
  content: "\E9BC";
}

.icon-gitlab:before {
  content: "\E9BD";
}

.icon-medium-wordmark:before {
  content: "\E9BE";
}

.icon-QQ:before {
  content: "\E9BF";
}

.icon-skype:before {
  content: "\E9C0";
}

.icon-taobao-square:before {
  content: "\E9C1";
}

.icon-alipay-circle:before {
  content: "\E9C2";
}

.icon-youtube:before {
  content: "\E9C3";
}

.icon-wechat:before {
  content: "\E9C4";
}

.icon-twitter:before {
  content: "\E9C5";
}

.icon-weibo:before {
  content: "\E9C6";
}

.icon-HTML:before {
  content: "\E9C7";
}

.icon-taobao-circle:before {
  content: "\E6F3";
}

.icon-weibo-circle:before {
  content: "\E6F4";
}

.icon-weibo-square:before {
  content: "\E6F5";
}

.icon-CodeSandbox:before {
  content: "\E9D4";
}

.icon-aliyun:before {
  content: "\E9F4";
}

.icon-zhihu:before {
  content: "\E703";
}

.icon-behance:before {
  content: "\E707";
}

.icon-dribbble:before {
  content: "\E709";
}

.icon-dribbble-square:before {
  content: "\E70A";
}

.icon-behance-square:before {
  content: "\E708";
}

.icon-file-markdown:before {
  content: "\E704";
}

.icon-instagram:before {
  content: "\E70B";
}

.icon-yuque:before {
  content: "\E70C";
}

.icon-slack:before {
  content: "\E705";
}

.icon-slack-square:before {
  content: "\E706";
}

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e97d6b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #87D1D6;
  --secondary: #04355E;
  --success: #1f4ba5;
  --info: #6AAED9;
  --warning: #8ED3C5;
  --danger: #ecebeb;
  --light: #f8f9fa;
  --dark: #343a40;
  --white: #ffffff;
  --checkout: #EDF5F7;
  --checkout-form: #EDF5F7;
  --blue-1: #65B2E8;
  --blue-2: #5391B9;
  --blue-3: #4B94C8;
  --blue-4: #8ED3C5;
  --blue-5: #135566;
  --blue-9: #51C5AE;
  --grey-1: #A4A4A4;
  --grey-2: #D7D7D7;
  --grey-3: #7E7E7E;
  --grey-4: #FBFBFB;
  --grey-5: #D3D3D3;
  --grey-6: #EAEAEA;
  --grey-7: #263238;
  --grey-8: #D3D3D3;
  --grey-9: #9b9b9b;
  --grey-10: #F6F6F6;
  --grey-11: #ECF1F5;
  --light-grey: #fafafa;
  --form-border: #ced4da;
  --error: #DB1600;
  --red: #e97d6b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: Lora;
  --font-family-monospace: Poppins;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Lora";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: rgba(248, 248, 248, 0.1);
}

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

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

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

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;
  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: #87D1D6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #4ebbc3;
  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: "Poppins";
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: rgba(248, 248, 248, 0.1);
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.125rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  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: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 0.25rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ddf2f4;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #c1e7ea;
}

.table-hover .table-primary:hover {
  background-color: #caebee;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7c96ab;
}

.table-hover .table-secondary:hover {
  background-color: #a9b9c8;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0cde6;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8ba1d0;
}

.table-hover .table-success:hover {
  background-color: #aebfdf;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aebfdf;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d5e8f4;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b2d5eb;
}

.table-hover .table-info:hover {
  background-color: #c1ddef;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c1ddef;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #dff3ef;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #c4e8e1;
}

.table-hover .table-warning:hover {
  background-color: #ccece6;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ccece6;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #faf9f9;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: whitesmoke;
}

.table-hover .table-danger:hover {
  background-color: #eeebeb;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eeebeb;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-checkout,
.table-checkout > th,
.table-checkout > td {
  background-color: #fafcfd;
}

.table-checkout th,
.table-checkout td,
.table-checkout thead th,
.table-checkout tbody + tbody {
  border-color: #f6fafb;
}

.table-hover .table-checkout:hover {
  background-color: #e8f1f6;
}

.table-hover .table-checkout:hover > td,
.table-hover .table-checkout:hover > th {
  background-color: #e8f1f6;
}

.table-checkout-form,
.table-checkout-form > th,
.table-checkout-form > td {
  background-color: #fafcfd;
}

.table-checkout-form th,
.table-checkout-form td,
.table-checkout-form thead th,
.table-checkout-form tbody + tbody {
  border-color: #f6fafb;
}

.table-hover .table-checkout-form:hover {
  background-color: #e8f1f6;
}

.table-hover .table-checkout-form:hover > td,
.table-hover .table-checkout-form:hover > th {
  background-color: #e8f1f6;
}

.table-blue-1,
.table-blue-1 > th,
.table-blue-1 > td {
  background-color: #d4e9f9;
}

.table-blue-1 th,
.table-blue-1 td,
.table-blue-1 thead th,
.table-blue-1 tbody + tbody {
  border-color: #afd7f3;
}

.table-hover .table-blue-1:hover {
  background-color: #bedef6;
}

.table-hover .table-blue-1:hover > td,
.table-hover .table-blue-1:hover > th {
  background-color: #bedef6;
}

.table-blue-2,
.table-blue-2 > th,
.table-blue-2 > td {
  background-color: #cfe0eb;
}

.table-blue-2 th,
.table-blue-2 td,
.table-blue-2 thead th,
.table-blue-2 tbody + tbody {
  border-color: #a6c6db;
}

.table-hover .table-blue-2:hover {
  background-color: #bdd4e4;
}

.table-hover .table-blue-2:hover > td,
.table-hover .table-blue-2:hover > th {
  background-color: #bdd4e4;
}

.table-blue-3,
.table-blue-3 > th,
.table-blue-3 > td {
  background-color: #cde1f0;
}

.table-blue-3 th,
.table-blue-3 td,
.table-blue-3 thead th,
.table-blue-3 tbody + tbody {
  border-color: #a1c7e2;
}

.table-hover .table-blue-3:hover {
  background-color: #b9d5ea;
}

.table-hover .table-blue-3:hover > td,
.table-hover .table-blue-3:hover > th {
  background-color: #b9d5ea;
}

.table-blue-4,
.table-blue-4 > th,
.table-blue-4 > td {
  background-color: #dff3ef;
}

.table-blue-4 th,
.table-blue-4 td,
.table-blue-4 thead th,
.table-blue-4 tbody + tbody {
  border-color: #c4e8e1;
}

.table-hover .table-blue-4:hover {
  background-color: #ccece6;
}

.table-hover .table-blue-4:hover > td,
.table-hover .table-blue-4:hover > th {
  background-color: #ccece6;
}

.table-blue-5,
.table-blue-5 > th,
.table-blue-5 > td {
  background-color: #bdcfd4;
}

.table-blue-5 th,
.table-blue-5 td,
.table-blue-5 thead th,
.table-blue-5 tbody + tbody {
  border-color: #84a7af;
}

.table-hover .table-blue-5:hover {
  background-color: #aec4ca;
}

.table-hover .table-blue-5:hover > td,
.table-hover .table-blue-5:hover > th {
  background-color: #aec4ca;
}

.table-blue-9,
.table-blue-9 > th,
.table-blue-9 > td {
  background-color: #ceefe8;
}

.table-blue-9 th,
.table-blue-9 td,
.table-blue-9 thead th,
.table-blue-9 tbody + tbody {
  border-color: #a5e1d5;
}

.table-hover .table-blue-9:hover {
  background-color: #bbe9df;
}

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

.table-grey-1,
.table-grey-1 > th,
.table-grey-1 > td {
  background-color: #e6e6e6;
}

.table-grey-1 th,
.table-grey-1 td,
.table-grey-1 thead th,
.table-grey-1 tbody + tbody {
  border-color: #d0d0d0;
}

.table-hover .table-grey-1:hover {
  background-color: #d9d9d9;
}

.table-hover .table-grey-1:hover > td,
.table-hover .table-grey-1:hover > th {
  background-color: #d9d9d9;
}

.table-grey-2,
.table-grey-2 > th,
.table-grey-2 > td {
  background-color: #f4f4f4;
}

.table-grey-2 th,
.table-grey-2 td,
.table-grey-2 thead th,
.table-grey-2 tbody + tbody {
  border-color: #eaeaea;
}

.table-hover .table-grey-2:hover {
  background-color: #e7e7e7;
}

.table-hover .table-grey-2:hover > td,
.table-hover .table-grey-2:hover > th {
  background-color: #e7e7e7;
}

.table-grey-3,
.table-grey-3 > th,
.table-grey-3 > td {
  background-color: #dbdbdb;
}

.table-grey-3 th,
.table-grey-3 td,
.table-grey-3 thead th,
.table-grey-3 tbody + tbody {
  border-color: #bcbcbc;
}

.table-hover .table-grey-3:hover {
  background-color: #cecece;
}

.table-hover .table-grey-3:hover > td,
.table-hover .table-grey-3:hover > th {
  background-color: #cecece;
}

.table-grey-4,
.table-grey-4 > th,
.table-grey-4 > td {
  background-color: #fefefe;
}

.table-grey-4 th,
.table-grey-4 td,
.table-grey-4 thead th,
.table-grey-4 tbody + tbody {
  border-color: #fdfdfd;
}

.table-hover .table-grey-4:hover {
  background-color: #f1f1f1;
}

.table-hover .table-grey-4:hover > td,
.table-hover .table-grey-4:hover > th {
  background-color: #f1f1f1;
}

.table-grey-5,
.table-grey-5 > th,
.table-grey-5 > td {
  background-color: #f3f3f3;
}

.table-grey-5 th,
.table-grey-5 td,
.table-grey-5 thead th,
.table-grey-5 tbody + tbody {
  border-color: #e8e8e8;
}

.table-hover .table-grey-5:hover {
  background-color: #e6e6e6;
}

.table-hover .table-grey-5:hover > td,
.table-hover .table-grey-5:hover > th {
  background-color: #e6e6e6;
}

.table-grey-6,
.table-grey-6 > th,
.table-grey-6 > td {
  background-color: #f9f9f9;
}

.table-grey-6 th,
.table-grey-6 td,
.table-grey-6 thead th,
.table-grey-6 tbody + tbody {
  border-color: #f4f4f4;
}

.table-hover .table-grey-6:hover {
  background-color: #ececec;
}

.table-hover .table-grey-6:hover > td,
.table-hover .table-grey-6:hover > th {
  background-color: #ececec;
}

.table-grey-7,
.table-grey-7 > th,
.table-grey-7 > td {
  background-color: #c2c6c7;
}

.table-grey-7 th,
.table-grey-7 td,
.table-grey-7 thead th,
.table-grey-7 tbody + tbody {
  border-color: #8e9498;
}

.table-hover .table-grey-7:hover {
  background-color: #b5babb;
}

.table-hover .table-grey-7:hover > td,
.table-hover .table-grey-7:hover > th {
  background-color: #b5babb;
}

.table-grey-8,
.table-grey-8 > th,
.table-grey-8 > td {
  background-color: #f3f3f3;
}

.table-grey-8 th,
.table-grey-8 td,
.table-grey-8 thead th,
.table-grey-8 tbody + tbody {
  border-color: #e8e8e8;
}

.table-hover .table-grey-8:hover {
  background-color: #e6e6e6;
}

.table-hover .table-grey-8:hover > td,
.table-hover .table-grey-8:hover > th {
  background-color: #e6e6e6;
}

.table-grey-9,
.table-grey-9 > th,
.table-grey-9 > td {
  background-color: #e3e3e3;
}

.table-grey-9 th,
.table-grey-9 td,
.table-grey-9 thead th,
.table-grey-9 tbody + tbody {
  border-color: #cbcbcb;
}

.table-hover .table-grey-9:hover {
  background-color: #d6d6d6;
}

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

.table-grey-10,
.table-grey-10 > th,
.table-grey-10 > td {
  background-color: #fcfcfc;
}

.table-grey-10 th,
.table-grey-10 td,
.table-grey-10 thead th,
.table-grey-10 tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-grey-10:hover {
  background-color: #efefef;
}

.table-hover .table-grey-10:hover > td,
.table-hover .table-grey-10:hover > th {
  background-color: #efefef;
}

.table-grey-11,
.table-grey-11 > th,
.table-grey-11 > td {
  background-color: #fafbfc;
}

.table-grey-11 th,
.table-grey-11 td,
.table-grey-11 thead th,
.table-grey-11 tbody + tbody {
  border-color: #f5f8fa;
}

.table-hover .table-grey-11:hover {
  background-color: #eaeef2;
}

.table-hover .table-grey-11:hover > td,
.table-hover .table-grey-11:hover > th {
  background-color: #eaeef2;
}

.table-light-grey,
.table-light-grey > th,
.table-light-grey > td {
  background-color: #fefefe;
}

.table-light-grey th,
.table-light-grey td,
.table-light-grey thead th,
.table-light-grey tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-light-grey:hover {
  background-color: #f1f1f1;
}

.table-hover .table-light-grey:hover > td,
.table-hover .table-light-grey:hover > th {
  background-color: #f1f1f1;
}

.table-form-border,
.table-form-border > th,
.table-form-border > td {
  background-color: #f1f3f5;
}

.table-form-border th,
.table-form-border td,
.table-form-border thead th,
.table-form-border tbody + tbody {
  border-color: #e6e9ec;
}

.table-hover .table-form-border:hover {
  background-color: #e2e6ea;
}

.table-hover .table-form-border:hover > td,
.table-hover .table-form-border:hover > th {
  background-color: #e2e6ea;
}

.table-error,
.table-error > th,
.table-error > td {
  background-color: #f5beb8;
}

.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: #ec867a;
}

.table-hover .table-error:hover {
  background-color: #f2aaa2;
}

.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: #f2aaa2;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f9dbd6;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #f4bbb2;
}

.table-hover .table-red:hover {
  background-color: #f6c7c0;
}

.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f6c7c0;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #e6f5f6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1f4ba5;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(31, 75, 165, 0.9);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1f4ba5;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231f4ba5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1f4ba5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1f4ba5;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231f4ba5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1f4ba5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1f4ba5;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1f4ba5;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1f4ba5;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #275fd0;
  background-color: #275fd0;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1f4ba5;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1f4ba5;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1f4ba5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ecebeb;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #212529;
  background-color: rgba(236, 235, 235, 0.9);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ecebeb;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ecebeb' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ecebeb' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ecebeb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ecebeb;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ecebeb' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ecebeb' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ecebeb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ecebeb;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ecebeb;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ecebeb;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: white;
  background-color: white;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ecebeb;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ecebeb;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ecebeb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #87D1D6;
  border-color: #87D1D6;
}

.btn-primary:hover {
  color: #212529;
  background-color: #6ac6cc;
  border-color: #61c2c9;
}

.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #6ac6cc;
  border-color: #61c2c9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 183, 188, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(120, 183, 188, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #87D1D6;
  border-color: #87D1D6;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #61c2c9;
  border-color: #57bfc6;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 183, 188, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(120, 183, 188, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #04355E;
  border-color: #04355E;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #022039;
  border-color: #02192d;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #022039;
  border-color: #02192d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 83, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 83, 118, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #04355E;
  border-color: #04355E;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #02192d;
  border-color: #011321;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 83, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 83, 118, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #193c85;
  border-color: #17377a;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #193c85;
  border-color: #17377a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #17377a;
  border-color: #15336f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(65, 102, 179, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6AAED9;
  border-color: #6AAED9;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #4c9dd1;
  border-color: #4198cf;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #4c9dd1;
  border-color: #4198cf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 153, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 153, 191, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6AAED9;
  border-color: #6AAED9;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #4198cf;
  border-color: #3792cc;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 153, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 153, 191, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-warning:hover {
  color: #212529;
  background-color: #72c8b7;
  border-color: #69c5b2;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #72c8b7;
  border-color: #69c5b2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #69c5b2;
  border-color: #60c1ad;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-danger:hover {
  color: #212529;
  background-color: #d9d7d7;
  border-color: #d3d1d1;
}

.btn-danger:focus, .btn-danger.focus {
  color: #212529;
  background-color: #d9d7d7;
  border-color: #d3d1d1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 205, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 205, 206, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #212529;
  background-color: #d3d1d1;
  border-color: #cdcaca;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 205, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 205, 206, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e5e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-checkout {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-checkout:hover {
  color: #212529;
  background-color: #d3e6eb;
  border-color: #cae1e7;
}

.btn-checkout:focus, .btn-checkout.focus {
  color: #212529;
  background-color: #d3e6eb;
  border-color: #cae1e7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
}

.btn-checkout.disabled, .btn-checkout:disabled {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-checkout:not(:disabled):not(.disabled):active, .btn-checkout:not(:disabled):not(.disabled).active,
.show > .btn-checkout.dropdown-toggle {
  color: #212529;
  background-color: #cae1e7;
  border-color: #c1dce3;
}

.btn-checkout:not(:disabled):not(.disabled):active:focus, .btn-checkout:not(:disabled):not(.disabled).active:focus,
.show > .btn-checkout.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
}

.btn-checkout-form {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-checkout-form:hover {
  color: #212529;
  background-color: #d3e6eb;
  border-color: #cae1e7;
}

.btn-checkout-form:focus, .btn-checkout-form.focus {
  color: #212529;
  background-color: #d3e6eb;
  border-color: #cae1e7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
}

.btn-checkout-form.disabled, .btn-checkout-form:disabled {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-checkout-form:not(:disabled):not(.disabled):active, .btn-checkout-form:not(:disabled):not(.disabled).active,
.show > .btn-checkout-form.dropdown-toggle {
  color: #212529;
  background-color: #cae1e7;
  border-color: #c1dce3;
}

.btn-checkout-form:not(:disabled):not(.disabled):active:focus, .btn-checkout-form:not(:disabled):not(.disabled).active:focus,
.show > .btn-checkout-form.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 214, 216, 0.5);
}

.btn-blue-1 {
  color: #212529;
  background-color: #65B2E8;
  border-color: #65B2E8;
}

.btn-blue-1:hover {
  color: #ffffff;
  background-color: #44a1e3;
  border-color: #399ce1;
}

.btn-blue-1:focus, .btn-blue-1.focus {
  color: #ffffff;
  background-color: #44a1e3;
  border-color: #399ce1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 157, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 157, 203, 0.5);
}

.btn-blue-1.disabled, .btn-blue-1:disabled {
  color: #212529;
  background-color: #65B2E8;
  border-color: #65B2E8;
}

.btn-blue-1:not(:disabled):not(.disabled):active, .btn-blue-1:not(:disabled):not(.disabled).active,
.show > .btn-blue-1.dropdown-toggle {
  color: #ffffff;
  background-color: #399ce1;
  border-color: #2e96e0;
}

.btn-blue-1:not(:disabled):not(.disabled):active:focus, .btn-blue-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 157, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 157, 203, 0.5);
}

.btn-blue-2 {
  color: #ffffff;
  background-color: #5391B9;
  border-color: #5391B9;
}

.btn-blue-2:hover {
  color: #ffffff;
  background-color: #427da3;
  border-color: #3f769a;
}

.btn-blue-2:focus, .btn-blue-2.focus {
  color: #ffffff;
  background-color: #427da3;
  border-color: #3f769a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 162, 196, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(109, 162, 196, 0.5);
}

.btn-blue-2.disabled, .btn-blue-2:disabled {
  color: #ffffff;
  background-color: #5391B9;
  border-color: #5391B9;
}

.btn-blue-2:not(:disabled):not(.disabled):active, .btn-blue-2:not(:disabled):not(.disabled).active,
.show > .btn-blue-2.dropdown-toggle {
  color: #ffffff;
  background-color: #3f769a;
  border-color: #3b6f91;
}

.btn-blue-2:not(:disabled):not(.disabled):active:focus, .btn-blue-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 162, 196, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(109, 162, 196, 0.5);
}

.btn-blue-3 {
  color: #ffffff;
  background-color: #4B94C8;
  border-color: #4B94C8;
}

.btn-blue-3:hover {
  color: #ffffff;
  background-color: #3781b5;
  border-color: #347aac;
}

.btn-blue-3:focus, .btn-blue-3.focus {
  color: #ffffff;
  background-color: #3781b5;
  border-color: #347aac;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 164, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 164, 208, 0.5);
}

.btn-blue-3.disabled, .btn-blue-3:disabled {
  color: #ffffff;
  background-color: #4B94C8;
  border-color: #4B94C8;
}

.btn-blue-3:not(:disabled):not(.disabled):active, .btn-blue-3:not(:disabled):not(.disabled).active,
.show > .btn-blue-3.dropdown-toggle {
  color: #ffffff;
  background-color: #347aac;
  border-color: #3173a2;
}

.btn-blue-3:not(:disabled):not(.disabled):active:focus, .btn-blue-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 164, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 164, 208, 0.5);
}

.btn-blue-4 {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-blue-4:hover {
  color: #212529;
  background-color: #72c8b7;
  border-color: #69c5b2;
}

.btn-blue-4:focus, .btn-blue-4.focus {
  color: #212529;
  background-color: #72c8b7;
  border-color: #69c5b2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
}

.btn-blue-4.disabled, .btn-blue-4:disabled {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-blue-4:not(:disabled):not(.disabled):active, .btn-blue-4:not(:disabled):not(.disabled).active,
.show > .btn-blue-4.dropdown-toggle {
  color: #212529;
  background-color: #69c5b2;
  border-color: #60c1ad;
}

.btn-blue-4:not(:disabled):not(.disabled):active:focus, .btn-blue-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 185, 174, 0.5);
}

.btn-blue-5 {
  color: #ffffff;
  background-color: #135566;
  border-color: #135566;
}

.btn-blue-5:hover {
  color: #ffffff;
  background-color: #0d3a46;
  border-color: #0b313b;
}

.btn-blue-5:focus, .btn-blue-5.focus {
  color: #ffffff;
  background-color: #0d3a46;
  border-color: #0b313b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 111, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 111, 125, 0.5);
}

.btn-blue-5.disabled, .btn-blue-5:disabled {
  color: #ffffff;
  background-color: #135566;
  border-color: #135566;
}

.btn-blue-5:not(:disabled):not(.disabled):active, .btn-blue-5:not(:disabled):not(.disabled).active,
.show > .btn-blue-5.dropdown-toggle {
  color: #ffffff;
  background-color: #0b313b;
  border-color: #092830;
}

.btn-blue-5:not(:disabled):not(.disabled):active:focus, .btn-blue-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 111, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 111, 125, 0.5);
}

.btn-blue-9 {
  color: #212529;
  background-color: #51C5AE;
  border-color: #51C5AE;
}

.btn-blue-9:hover {
  color: #ffffff;
  background-color: #3cb49c;
  border-color: #39aa94;
}

.btn-blue-9:focus, .btn-blue-9.focus {
  color: #ffffff;
  background-color: #3cb49c;
  border-color: #39aa94;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 173, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 173, 154, 0.5);
}

.btn-blue-9.disabled, .btn-blue-9:disabled {
  color: #212529;
  background-color: #51C5AE;
  border-color: #51C5AE;
}

.btn-blue-9:not(:disabled):not(.disabled):active, .btn-blue-9:not(:disabled):not(.disabled).active,
.show > .btn-blue-9.dropdown-toggle {
  color: #ffffff;
  background-color: #39aa94;
  border-color: #36a18b;
}

.btn-blue-9:not(:disabled):not(.disabled):active:focus, .btn-blue-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-9.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 173, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74, 173, 154, 0.5);
}

.btn-grey-1 {
  color: #212529;
  background-color: #A4A4A4;
  border-color: #A4A4A4;
}

.btn-grey-1:hover {
  color: #ffffff;
  background-color: #919191;
  border-color: #8b8a8a;
}

.btn-grey-1:focus, .btn-grey-1.focus {
  color: #ffffff;
  background-color: #919191;
  border-color: #8b8a8a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

.btn-grey-1.disabled, .btn-grey-1:disabled {
  color: #212529;
  background-color: #A4A4A4;
  border-color: #A4A4A4;
}

.btn-grey-1:not(:disabled):not(.disabled):active, .btn-grey-1:not(:disabled):not(.disabled).active,
.show > .btn-grey-1.dropdown-toggle {
  color: #ffffff;
  background-color: #8b8a8a;
  border-color: #848484;
}

.btn-grey-1:not(:disabled):not(.disabled):active:focus, .btn-grey-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(144, 145, 146, 0.5);
}

.btn-grey-2 {
  color: #212529;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}

.btn-grey-2:hover {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bebdbd;
}

.btn-grey-2:focus, .btn-grey-2.focus {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bebdbd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 188, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(188, 188, 189, 0.5);
}

.btn-grey-2.disabled, .btn-grey-2:disabled {
  color: #212529;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}

.btn-grey-2:not(:disabled):not(.disabled):active, .btn-grey-2:not(:disabled):not(.disabled).active,
.show > .btn-grey-2.dropdown-toggle {
  color: #212529;
  background-color: #bebdbd;
  border-color: #b7b7b7;
}

.btn-grey-2:not(:disabled):not(.disabled):active:focus, .btn-grey-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 188, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(188, 188, 189, 0.5);
}

.btn-grey-3 {
  color: #ffffff;
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}

.btn-grey-3:hover {
  color: #ffffff;
  background-color: #6b6b6b;
  border-color: #656464;
}

.btn-grey-3:focus, .btn-grey-3.focus {
  color: #ffffff;
  background-color: #6b6b6b;
  border-color: #656464;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
}

.btn-grey-3.disabled, .btn-grey-3:disabled {
  color: #ffffff;
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}

.btn-grey-3:not(:disabled):not(.disabled):active, .btn-grey-3:not(:disabled):not(.disabled).active,
.show > .btn-grey-3.dropdown-toggle {
  color: #ffffff;
  background-color: #656464;
  border-color: #5e5e5e;
}

.btn-grey-3:not(:disabled):not(.disabled):active:focus, .btn-grey-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
}

.btn-grey-4 {
  color: #212529;
  background-color: #FBFBFB;
  border-color: #FBFBFB;
}

.btn-grey-4:hover {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e2e1e1;
}

.btn-grey-4:focus, .btn-grey-4.focus {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e2e1e1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
}

.btn-grey-4.disabled, .btn-grey-4:disabled {
  color: #212529;
  background-color: #FBFBFB;
  border-color: #FBFBFB;
}

.btn-grey-4:not(:disabled):not(.disabled):active, .btn-grey-4:not(:disabled):not(.disabled).active,
.show > .btn-grey-4.dropdown-toggle {
  color: #212529;
  background-color: #e2e1e1;
  border-color: #dbdbdb;
}

.btn-grey-4:not(:disabled):not(.disabled):active:focus, .btn-grey-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
}

.btn-grey-5 {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-grey-5:hover {
  color: #212529;
  background-color: silver;
  border-color: #bab9b9;
}

.btn-grey-5:focus, .btn-grey-5.focus {
  color: #212529;
  background-color: silver;
  border-color: #bab9b9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
}

.btn-grey-5.disabled, .btn-grey-5:disabled {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-grey-5:not(:disabled):not(.disabled):active, .btn-grey-5:not(:disabled):not(.disabled).active,
.show > .btn-grey-5.dropdown-toggle {
  color: #212529;
  background-color: #bab9b9;
  border-color: #b3b3b3;
}

.btn-grey-5:not(:disabled):not(.disabled):active:focus, .btn-grey-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
}

.btn-grey-6 {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-grey-6:hover {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d1d0d0;
}

.btn-grey-6:focus, .btn-grey-6.focus {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d1d0d0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-grey-6.disabled, .btn-grey-6:disabled {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-grey-6:not(:disabled):not(.disabled):active, .btn-grey-6:not(:disabled):not(.disabled).active,
.show > .btn-grey-6.dropdown-toggle {
  color: #212529;
  background-color: #d1d0d0;
  border-color: #cacaca;
}

.btn-grey-6:not(:disabled):not(.disabled):active:focus, .btn-grey-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-6.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-grey-7 {
  color: #ffffff;
  background-color: #263238;
  border-color: #263238;
}

.btn-grey-7:hover {
  color: #ffffff;
  background-color: #171e21;
  border-color: #11171a;
}

.btn-grey-7:focus, .btn-grey-7.focus {
  color: #ffffff;
  background-color: #171e21;
  border-color: #11171a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5);
}

.btn-grey-7.disabled, .btn-grey-7:disabled {
  color: #ffffff;
  background-color: #263238;
  border-color: #263238;
}

.btn-grey-7:not(:disabled):not(.disabled):active, .btn-grey-7:not(:disabled):not(.disabled).active,
.show > .btn-grey-7.dropdown-toggle {
  color: #ffffff;
  background-color: #11171a;
  border-color: #0c1012;
}

.btn-grey-7:not(:disabled):not(.disabled):active:focus, .btn-grey-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-7.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5);
}

.btn-grey-8 {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-grey-8:hover {
  color: #212529;
  background-color: silver;
  border-color: #bab9b9;
}

.btn-grey-8:focus, .btn-grey-8.focus {
  color: #212529;
  background-color: silver;
  border-color: #bab9b9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
}

.btn-grey-8.disabled, .btn-grey-8:disabled {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-grey-8:not(:disabled):not(.disabled):active, .btn-grey-8:not(:disabled):not(.disabled).active,
.show > .btn-grey-8.dropdown-toggle {
  color: #212529;
  background-color: #bab9b9;
  border-color: #b3b3b3;
}

.btn-grey-8:not(:disabled):not(.disabled):active:focus, .btn-grey-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-8.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(184, 185, 186, 0.5);
}

.btn-grey-9 {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-grey-9:hover {
  color: #ffffff;
  background-color: #888888;
  border-color: #828181;
}

.btn-grey-9:focus, .btn-grey-9.focus {
  color: #ffffff;
  background-color: #888888;
  border-color: #828181;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 137, 138, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(137, 137, 138, 0.5);
}

.btn-grey-9.disabled, .btn-grey-9:disabled {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-grey-9:not(:disabled):not(.disabled):active, .btn-grey-9:not(:disabled):not(.disabled).active,
.show > .btn-grey-9.dropdown-toggle {
  color: #ffffff;
  background-color: #828181;
  border-color: #7b7b7b;
}

.btn-grey-9:not(:disabled):not(.disabled):active:focus, .btn-grey-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-9.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 137, 138, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(137, 137, 138, 0.5);
}

.btn-grey-10 {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-grey-10:hover {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddcdc;
}

.btn-grey-10:focus, .btn-grey-10.focus {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddcdc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-grey-10.disabled, .btn-grey-10:disabled {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-grey-10:not(:disabled):not(.disabled):active, .btn-grey-10:not(:disabled):not(.disabled).active,
.show > .btn-grey-10.dropdown-toggle {
  color: #212529;
  background-color: #dddcdc;
  border-color: #d6d6d6;
}

.btn-grey-10:not(:disabled):not(.disabled):active:focus, .btn-grey-10:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-grey-11 {
  color: #212529;
  background-color: #ECF1F5;
  border-color: #ECF1F5;
}

.btn-grey-11:hover {
  color: #212529;
  background-color: #d3dfe8;
  border-color: #cbd8e3;
}

.btn-grey-11:focus, .btn-grey-11.focus {
  color: #212529;
  background-color: #d3dfe8;
  border-color: #cbd8e3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 210, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 210, 214, 0.5);
}

.btn-grey-11.disabled, .btn-grey-11:disabled {
  color: #212529;
  background-color: #ECF1F5;
  border-color: #ECF1F5;
}

.btn-grey-11:not(:disabled):not(.disabled):active, .btn-grey-11:not(:disabled):not(.disabled).active,
.show > .btn-grey-11.dropdown-toggle {
  color: #212529;
  background-color: #cbd8e3;
  border-color: #c2d2df;
}

.btn-grey-11:not(:disabled):not(.disabled):active:focus, .btn-grey-11:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-11.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 210, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 210, 214, 0.5);
}

.btn-light-grey {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-light-grey:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e0e0;
}

.btn-light-grey:focus, .btn-light-grey.focus {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e0e0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

.btn-light-grey.disabled, .btn-light-grey:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #e1e0e0;
  border-color: #dadada;
}

.btn-light-grey:not(:disabled):not(.disabled):active:focus, .btn-light-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

.btn-form-border {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-form-border:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

.btn-form-border:focus, .btn-form-border.focus {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-form-border.disabled, .btn-form-border:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-form-border:not(:disabled):not(.disabled):active, .btn-form-border:not(:disabled):not(.disabled).active,
.show > .btn-form-border.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

.btn-form-border:not(:disabled):not(.disabled):active:focus, .btn-form-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-form-border.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-error {
  color: #ffffff;
  background-color: #DB1600;
  border-color: #DB1600;
}

.btn-error:hover {
  color: #ffffff;
  background-color: #b51200;
  border-color: #a81100;
}

.btn-error:focus, .btn-error.focus {
  color: #ffffff;
  background-color: #b51200;
  border-color: #a81100;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 57, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(224, 57, 38, 0.5);
}

.btn-error.disabled, .btn-error:disabled {
  color: #ffffff;
  background-color: #DB1600;
  border-color: #DB1600;
}

.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
.show > .btn-error.dropdown-toggle {
  color: #ffffff;
  background-color: #a81100;
  border-color: #9b1000;
}

.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
.show > .btn-error.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 57, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(224, 57, 38, 0.5);
}

.btn-red {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-red:hover {
  color: #ffffff;
  background-color: #e4604a;
  border-color: #e2563f;
}

.btn-red:focus, .btn-red.focus {
  color: #ffffff;
  background-color: #e4604a;
  border-color: #e2563f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #ffffff;
  background-color: #e2563f;
  border-color: #e14c34;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 112, 97, 0.5);
}

.btn-outline-primary {
  color: #87D1D6;
  border-color: #87D1D6;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #87D1D6;
  border-color: #87D1D6;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #87D1D6;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #87D1D6;
  border-color: #87D1D6;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.5);
}

.btn-outline-secondary {
  color: #04355E;
  border-color: #04355E;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #04355E;
  border-color: #04355E;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 53, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 53, 94, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #04355E;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #04355E;
  border-color: #04355E;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 53, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 53, 94, 0.5);
}

.btn-outline-success {
  color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1f4ba5;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1f4ba5;
  border-color: #1f4ba5;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
}

.btn-outline-info {
  color: #6AAED9;
  border-color: #6AAED9;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6AAED9;
  border-color: #6AAED9;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 174, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(106, 174, 217, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6AAED9;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6AAED9;
  border-color: #6AAED9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 174, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(106, 174, 217, 0.5);
}

.btn-outline-warning {
  color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #8ED3C5;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
}

.btn-outline-danger {
  color: #ecebeb;
  border-color: #ecebeb;
}

.btn-outline-danger:hover {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ecebeb;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ecebeb;
  border-color: #ecebeb;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-checkout {
  color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-outline-checkout:hover {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-outline-checkout:focus, .btn-outline-checkout.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
}

.btn-outline-checkout.disabled, .btn-outline-checkout:disabled {
  color: #EDF5F7;
  background-color: transparent;
}

.btn-outline-checkout:not(:disabled):not(.disabled):active, .btn-outline-checkout:not(:disabled):not(.disabled).active,
.show > .btn-outline-checkout.dropdown-toggle {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-outline-checkout:not(:disabled):not(.disabled):active:focus, .btn-outline-checkout:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-checkout.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
}

.btn-outline-checkout-form {
  color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-outline-checkout-form:hover {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-outline-checkout-form:focus, .btn-outline-checkout-form.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
}

.btn-outline-checkout-form.disabled, .btn-outline-checkout-form:disabled {
  color: #EDF5F7;
  background-color: transparent;
}

.btn-outline-checkout-form:not(:disabled):not(.disabled):active, .btn-outline-checkout-form:not(:disabled):not(.disabled).active,
.show > .btn-outline-checkout-form.dropdown-toggle {
  color: #212529;
  background-color: #EDF5F7;
  border-color: #EDF5F7;
}

.btn-outline-checkout-form:not(:disabled):not(.disabled):active:focus, .btn-outline-checkout-form:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-checkout-form.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
}

.btn-outline-blue-1 {
  color: #65B2E8;
  border-color: #65B2E8;
}

.btn-outline-blue-1:hover {
  color: #212529;
  background-color: #65B2E8;
  border-color: #65B2E8;
}

.btn-outline-blue-1:focus, .btn-outline-blue-1.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 178, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101, 178, 232, 0.5);
}

.btn-outline-blue-1.disabled, .btn-outline-blue-1:disabled {
  color: #65B2E8;
  background-color: transparent;
}

.btn-outline-blue-1:not(:disabled):not(.disabled):active, .btn-outline-blue-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-1.dropdown-toggle {
  color: #212529;
  background-color: #65B2E8;
  border-color: #65B2E8;
}

.btn-outline-blue-1:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 178, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101, 178, 232, 0.5);
}

.btn-outline-blue-2 {
  color: #5391B9;
  border-color: #5391B9;
}

.btn-outline-blue-2:hover {
  color: #ffffff;
  background-color: #5391B9;
  border-color: #5391B9;
}

.btn-outline-blue-2:focus, .btn-outline-blue-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 145, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(83, 145, 185, 0.5);
}

.btn-outline-blue-2.disabled, .btn-outline-blue-2:disabled {
  color: #5391B9;
  background-color: transparent;
}

.btn-outline-blue-2:not(:disabled):not(.disabled):active, .btn-outline-blue-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-2.dropdown-toggle {
  color: #ffffff;
  background-color: #5391B9;
  border-color: #5391B9;
}

.btn-outline-blue-2:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 145, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(83, 145, 185, 0.5);
}

.btn-outline-blue-3 {
  color: #4B94C8;
  border-color: #4B94C8;
}

.btn-outline-blue-3:hover {
  color: #ffffff;
  background-color: #4B94C8;
  border-color: #4B94C8;
}

.btn-outline-blue-3:focus, .btn-outline-blue-3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 148, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 148, 200, 0.5);
}

.btn-outline-blue-3.disabled, .btn-outline-blue-3:disabled {
  color: #4B94C8;
  background-color: transparent;
}

.btn-outline-blue-3:not(:disabled):not(.disabled):active, .btn-outline-blue-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-3.dropdown-toggle {
  color: #ffffff;
  background-color: #4B94C8;
  border-color: #4B94C8;
}

.btn-outline-blue-3:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 148, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 148, 200, 0.5);
}

.btn-outline-blue-4 {
  color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-outline-blue-4:hover {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-outline-blue-4:focus, .btn-outline-blue-4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
}

.btn-outline-blue-4.disabled, .btn-outline-blue-4:disabled {
  color: #8ED3C5;
  background-color: transparent;
}

.btn-outline-blue-4:not(:disabled):not(.disabled):active, .btn-outline-blue-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-4.dropdown-toggle {
  color: #212529;
  background-color: #8ED3C5;
  border-color: #8ED3C5;
}

.btn-outline-blue-4:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
}

.btn-outline-blue-5 {
  color: #135566;
  border-color: #135566;
}

.btn-outline-blue-5:hover {
  color: #ffffff;
  background-color: #135566;
  border-color: #135566;
}

.btn-outline-blue-5:focus, .btn-outline-blue-5.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 85, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(19, 85, 102, 0.5);
}

.btn-outline-blue-5.disabled, .btn-outline-blue-5:disabled {
  color: #135566;
  background-color: transparent;
}

.btn-outline-blue-5:not(:disabled):not(.disabled):active, .btn-outline-blue-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-5.dropdown-toggle {
  color: #ffffff;
  background-color: #135566;
  border-color: #135566;
}

.btn-outline-blue-5:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 85, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(19, 85, 102, 0.5);
}

.btn-outline-blue-9 {
  color: #51C5AE;
  border-color: #51C5AE;
}

.btn-outline-blue-9:hover {
  color: #212529;
  background-color: #51C5AE;
  border-color: #51C5AE;
}

.btn-outline-blue-9:focus, .btn-outline-blue-9.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 197, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 197, 174, 0.5);
}

.btn-outline-blue-9.disabled, .btn-outline-blue-9:disabled {
  color: #51C5AE;
  background-color: transparent;
}

.btn-outline-blue-9:not(:disabled):not(.disabled):active, .btn-outline-blue-9:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-9.dropdown-toggle {
  color: #212529;
  background-color: #51C5AE;
  border-color: #51C5AE;
}

.btn-outline-blue-9:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-9.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 197, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 197, 174, 0.5);
}

.btn-outline-grey-1 {
  color: #A4A4A4;
  border-color: #A4A4A4;
}

.btn-outline-grey-1:hover {
  color: #212529;
  background-color: #A4A4A4;
  border-color: #A4A4A4;
}

.btn-outline-grey-1:focus, .btn-outline-grey-1.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5);
}

.btn-outline-grey-1.disabled, .btn-outline-grey-1:disabled {
  color: #A4A4A4;
  background-color: transparent;
}

.btn-outline-grey-1:not(:disabled):not(.disabled):active, .btn-outline-grey-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-1.dropdown-toggle {
  color: #212529;
  background-color: #A4A4A4;
  border-color: #A4A4A4;
}

.btn-outline-grey-1:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-1.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5);
}

.btn-outline-grey-2 {
  color: #D7D7D7;
  border-color: #D7D7D7;
}

.btn-outline-grey-2:hover {
  color: #212529;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}

.btn-outline-grey-2:focus, .btn-outline-grey-2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
}

.btn-outline-grey-2.disabled, .btn-outline-grey-2:disabled {
  color: #D7D7D7;
  background-color: transparent;
}

.btn-outline-grey-2:not(:disabled):not(.disabled):active, .btn-outline-grey-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-2.dropdown-toggle {
  color: #212529;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}

.btn-outline-grey-2:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
}

.btn-outline-grey-3 {
  color: #7E7E7E;
  border-color: #7E7E7E;
}

.btn-outline-grey-3:hover {
  color: #ffffff;
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}

.btn-outline-grey-3:focus, .btn-outline-grey-3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
}

.btn-outline-grey-3.disabled, .btn-outline-grey-3:disabled {
  color: #7E7E7E;
  background-color: transparent;
}

.btn-outline-grey-3:not(:disabled):not(.disabled):active, .btn-outline-grey-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-3.dropdown-toggle {
  color: #ffffff;
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}

.btn-outline-grey-3:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
}

.btn-outline-grey-4 {
  color: #FBFBFB;
  border-color: #FBFBFB;
}

.btn-outline-grey-4:hover {
  color: #212529;
  background-color: #FBFBFB;
  border-color: #FBFBFB;
}

.btn-outline-grey-4:focus, .btn-outline-grey-4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}

.btn-outline-grey-4.disabled, .btn-outline-grey-4:disabled {
  color: #FBFBFB;
  background-color: transparent;
}

.btn-outline-grey-4:not(:disabled):not(.disabled):active, .btn-outline-grey-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-4.dropdown-toggle {
  color: #212529;
  background-color: #FBFBFB;
  border-color: #FBFBFB;
}

.btn-outline-grey-4:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}

.btn-outline-grey-5 {
  color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-outline-grey-5:hover {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-outline-grey-5:focus, .btn-outline-grey-5.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-outline-grey-5.disabled, .btn-outline-grey-5:disabled {
  color: #D3D3D3;
  background-color: transparent;
}

.btn-outline-grey-5:not(:disabled):not(.disabled):active, .btn-outline-grey-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-5.dropdown-toggle {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-outline-grey-5:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-outline-grey-6 {
  color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-outline-grey-6:hover {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-outline-grey-6:focus, .btn-outline-grey-6.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.btn-outline-grey-6.disabled, .btn-outline-grey-6:disabled {
  color: #EAEAEA;
  background-color: transparent;
}

.btn-outline-grey-6:not(:disabled):not(.disabled):active, .btn-outline-grey-6:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-6.dropdown-toggle {
  color: #212529;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}

.btn-outline-grey-6:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-6.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.btn-outline-grey-7 {
  color: #263238;
  border-color: #263238;
}

.btn-outline-grey-7:hover {
  color: #ffffff;
  background-color: #263238;
  border-color: #263238;
}

.btn-outline-grey-7:focus, .btn-outline-grey-7.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
}

.btn-outline-grey-7.disabled, .btn-outline-grey-7:disabled {
  color: #263238;
  background-color: transparent;
}

.btn-outline-grey-7:not(:disabled):not(.disabled):active, .btn-outline-grey-7:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-7.dropdown-toggle {
  color: #ffffff;
  background-color: #263238;
  border-color: #263238;
}

.btn-outline-grey-7:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-7.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
}

.btn-outline-grey-8 {
  color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-outline-grey-8:hover {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-outline-grey-8:focus, .btn-outline-grey-8.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-outline-grey-8.disabled, .btn-outline-grey-8:disabled {
  color: #D3D3D3;
  background-color: transparent;
}

.btn-outline-grey-8:not(:disabled):not(.disabled):active, .btn-outline-grey-8:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-8.dropdown-toggle {
  color: #212529;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
}

.btn-outline-grey-8:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-8.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-outline-grey-9 {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-grey-9:hover {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-grey-9:focus, .btn-outline-grey-9.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-grey-9.disabled, .btn-outline-grey-9:disabled {
  color: #9b9b9b;
  background-color: transparent;
}

.btn-outline-grey-9:not(:disabled):not(.disabled):active, .btn-outline-grey-9:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-9.dropdown-toggle {
  color: #212529;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.btn-outline-grey-9:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-9:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-9.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.btn-outline-grey-10 {
  color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-outline-grey-10:hover {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-outline-grey-10:focus, .btn-outline-grey-10.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-outline-grey-10.disabled, .btn-outline-grey-10:disabled {
  color: #F6F6F6;
  background-color: transparent;
}

.btn-outline-grey-10:not(:disabled):not(.disabled):active, .btn-outline-grey-10:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-10.dropdown-toggle {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-outline-grey-10:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-10:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-outline-grey-11 {
  color: #ECF1F5;
  border-color: #ECF1F5;
}

.btn-outline-grey-11:hover {
  color: #212529;
  background-color: #ECF1F5;
  border-color: #ECF1F5;
}

.btn-outline-grey-11:focus, .btn-outline-grey-11.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 241, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 241, 245, 0.5);
}

.btn-outline-grey-11.disabled, .btn-outline-grey-11:disabled {
  color: #ECF1F5;
  background-color: transparent;
}

.btn-outline-grey-11:not(:disabled):not(.disabled):active, .btn-outline-grey-11:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-11.dropdown-toggle {
  color: #212529;
  background-color: #ECF1F5;
  border-color: #ECF1F5;
}

.btn-outline-grey-11:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-11:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-11.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 241, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 241, 245, 0.5);
}

.btn-outline-light-grey {
  color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light-grey:hover {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light-grey:focus, .btn-outline-light-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-light-grey:not(:disabled):not(.disabled):active, .btn-outline-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-light-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-form-border {
  color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-form-border:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-form-border:focus, .btn-outline-form-border.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-form-border.disabled, .btn-outline-form-border:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-form-border:not(:disabled):not(.disabled):active, .btn-outline-form-border:not(:disabled):not(.disabled).active,
.show > .btn-outline-form-border.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-form-border:not(:disabled):not(.disabled):active:focus, .btn-outline-form-border:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-form-border.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-error {
  color: #DB1600;
  border-color: #DB1600;
}

.btn-outline-error:hover {
  color: #ffffff;
  background-color: #DB1600;
  border-color: #DB1600;
}

.btn-outline-error:focus, .btn-outline-error.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 22, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219, 22, 0, 0.5);
}

.btn-outline-error.disabled, .btn-outline-error:disabled {
  color: #DB1600;
  background-color: transparent;
}

.btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
.show > .btn-outline-error.dropdown-toggle {
  color: #ffffff;
  background-color: #DB1600;
  border-color: #DB1600;
}

.btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-error.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 22, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219, 22, 0, 0.5);
}

.btn-outline-red {
  color: #e97d6b;
  border-color: #e97d6b;
}

.btn-outline-red:hover {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #e97d6b;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #212529;
  background-color: #e97d6b;
  border-color: #e97d6b;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #87D1D6;
  text-decoration: none;
}

.btn-link:hover {
  color: #4ebbc3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.125rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #87D1D6;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.3rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #87D1D6;
  background-color: #87D1D6;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e6f5f6;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: white;
  border-color: white;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #87D1D6;
  background-color: #87D1D6;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(135, 209, 214, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(135, 209, 214, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(135, 209, 214, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(135, 209, 214, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #e6f5f6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #e6f5f6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px rgba(248, 248, 248, 0.1), 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 1px rgba(248, 248, 248, 0.1), 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(248, 248, 248, 0.1), 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px rgba(248, 248, 248, 0.1), 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #87D1D6;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #87D1D6;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: white;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #87D1D6;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: white;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgba(248, 248, 248, 0.1);
  border-color: #dee2e6 #dee2e6 rgba(248, 248, 248, 0.1);
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #87D1D6;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.125rem 0.25rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 0.25rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #87D1D6;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #4ebbc3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #87D1D6;
  border-color: #87D1D6;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #212529;
  background-color: #87D1D6;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #61c2c9;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 209, 214, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #04355E;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #02192d;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 53, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(4, 53, 94, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #1f4ba5;
}

a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #17377a;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(31, 75, 165, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6AAED9;
}

a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #4198cf;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 174, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(106, 174, 217, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #8ED3C5;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #69c5b2;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #ecebeb;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: #d3d1d1;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 235, 235, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #ffffff;
}

a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e5e5;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-checkout {
  color: #212529;
  background-color: #EDF5F7;
}

a.badge-checkout:hover, a.badge-checkout:focus {
  color: #212529;
  background-color: #cae1e7;
}

a.badge-checkout:focus, a.badge-checkout.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
}

.badge-checkout-form {
  color: #212529;
  background-color: #EDF5F7;
}

a.badge-checkout-form:hover, a.badge-checkout-form:focus {
  color: #212529;
  background-color: #cae1e7;
}

a.badge-checkout-form:focus, a.badge-checkout-form.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 245, 247, 0.5);
}

.badge-blue-1 {
  color: #212529;
  background-color: #65B2E8;
}

a.badge-blue-1:hover, a.badge-blue-1:focus {
  color: #212529;
  background-color: #399ce1;
}

a.badge-blue-1:focus, a.badge-blue-1.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 178, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(101, 178, 232, 0.5);
}

.badge-blue-2 {
  color: #ffffff;
  background-color: #5391B9;
}

a.badge-blue-2:hover, a.badge-blue-2:focus {
  color: #ffffff;
  background-color: #3f769a;
}

a.badge-blue-2:focus, a.badge-blue-2.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 145, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(83, 145, 185, 0.5);
}

.badge-blue-3 {
  color: #ffffff;
  background-color: #4B94C8;
}

a.badge-blue-3:hover, a.badge-blue-3:focus {
  color: #ffffff;
  background-color: #347aac;
}

a.badge-blue-3:focus, a.badge-blue-3.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 148, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 148, 200, 0.5);
}

.badge-blue-4 {
  color: #212529;
  background-color: #8ED3C5;
}

a.badge-blue-4:hover, a.badge-blue-4:focus {
  color: #212529;
  background-color: #69c5b2;
}

a.badge-blue-4:focus, a.badge-blue-4.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 211, 197, 0.5);
}

.badge-blue-5 {
  color: #ffffff;
  background-color: #135566;
}

a.badge-blue-5:hover, a.badge-blue-5:focus {
  color: #ffffff;
  background-color: #0b313b;
}

a.badge-blue-5:focus, a.badge-blue-5.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 85, 102, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(19, 85, 102, 0.5);
}

.badge-blue-9 {
  color: #212529;
  background-color: #51C5AE;
}

a.badge-blue-9:hover, a.badge-blue-9:focus {
  color: #212529;
  background-color: #39aa94;
}

a.badge-blue-9:focus, a.badge-blue-9.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 197, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 197, 174, 0.5);
}

.badge-grey-1 {
  color: #212529;
  background-color: #A4A4A4;
}

a.badge-grey-1:hover, a.badge-grey-1:focus {
  color: #212529;
  background-color: #8b8a8a;
}

a.badge-grey-1:focus, a.badge-grey-1.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(164, 164, 164, 0.5);
}

.badge-grey-2 {
  color: #212529;
  background-color: #D7D7D7;
}

a.badge-grey-2:hover, a.badge-grey-2:focus {
  color: #212529;
  background-color: #bebdbd;
}

a.badge-grey-2:focus, a.badge-grey-2.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
}

.badge-grey-3 {
  color: #ffffff;
  background-color: #7E7E7E;
}

a.badge-grey-3:hover, a.badge-grey-3:focus {
  color: #ffffff;
  background-color: #656464;
}

a.badge-grey-3:focus, a.badge-grey-3.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
}

.badge-grey-4 {
  color: #212529;
  background-color: #FBFBFB;
}

a.badge-grey-4:hover, a.badge-grey-4:focus {
  color: #212529;
  background-color: #e2e1e1;
}

a.badge-grey-4:focus, a.badge-grey-4.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}

.badge-grey-5 {
  color: #212529;
  background-color: #D3D3D3;
}

a.badge-grey-5:hover, a.badge-grey-5:focus {
  color: #212529;
  background-color: #bab9b9;
}

a.badge-grey-5:focus, a.badge-grey-5.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.badge-grey-6 {
  color: #212529;
  background-color: #EAEAEA;
}

a.badge-grey-6:hover, a.badge-grey-6:focus {
  color: #212529;
  background-color: #d1d0d0;
}

a.badge-grey-6:focus, a.badge-grey-6.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.badge-grey-7 {
  color: #ffffff;
  background-color: #263238;
}

a.badge-grey-7:hover, a.badge-grey-7:focus {
  color: #ffffff;
  background-color: #11171a;
}

a.badge-grey-7:focus, a.badge-grey-7.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5);
}

.badge-grey-8 {
  color: #212529;
  background-color: #D3D3D3;
}

a.badge-grey-8:hover, a.badge-grey-8:focus {
  color: #212529;
  background-color: #bab9b9;
}

a.badge-grey-8:focus, a.badge-grey-8.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.badge-grey-9 {
  color: #212529;
  background-color: #9b9b9b;
}

a.badge-grey-9:hover, a.badge-grey-9:focus {
  color: #212529;
  background-color: #828181;
}

a.badge-grey-9:focus, a.badge-grey-9.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.badge-grey-10 {
  color: #212529;
  background-color: #F6F6F6;
}

a.badge-grey-10:hover, a.badge-grey-10:focus {
  color: #212529;
  background-color: #dddcdc;
}

a.badge-grey-10:focus, a.badge-grey-10.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.badge-grey-11 {
  color: #212529;
  background-color: #ECF1F5;
}

a.badge-grey-11:hover, a.badge-grey-11:focus {
  color: #212529;
  background-color: #cbd8e3;
}

a.badge-grey-11:focus, a.badge-grey-11.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 241, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 241, 245, 0.5);
}

.badge-light-grey {
  color: #212529;
  background-color: #fafafa;
}

a.badge-light-grey:hover, a.badge-light-grey:focus {
  color: #212529;
  background-color: #e1e0e0;
}

a.badge-light-grey:focus, a.badge-light-grey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-form-border {
  color: #212529;
  background-color: #ced4da;
}

a.badge-form-border:hover, a.badge-form-border:focus {
  color: #212529;
  background-color: #b1bbc4;
}

a.badge-form-border:focus, a.badge-form-border.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-error {
  color: #ffffff;
  background-color: #DB1600;
}

a.badge-error:hover, a.badge-error:focus {
  color: #ffffff;
  background-color: #a81100;
}

a.badge-error:focus, a.badge-error.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 22, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219, 22, 0, 0.5);
}

.badge-red {
  color: #212529;
  background-color: #e97d6b;
}

a.badge-red:hover, a.badge-red:focus {
  color: #212529;
  background-color: #e2563f;
}

a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 125, 107, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #466d6f;
  background-color: #e7f6f7;
  border-color: #ddf2f4;
}

.alert-primary hr {
  border-top-color: #caebee;
}

.alert-primary .alert-link {
  color: #324e50;
}

.alert-secondary {
  color: #021c31;
  background-color: #cdd7df;
  border-color: #b9c6d2;
}

.alert-secondary hr {
  border-top-color: #a9b9c8;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #102756;
  background-color: #d2dbed;
  border-color: #c0cde6;
}

.alert-success hr {
  border-top-color: #aebfdf;
}

.alert-success .alert-link {
  color: #08142b;
}

.alert-info {
  color: #375a71;
  background-color: #e1eff7;
  border-color: #d5e8f4;
}

.alert-info hr {
  border-top-color: #c1ddef;
}

.alert-info .alert-link {
  color: #263f4f;
}

.alert-warning {
  color: #4a6e66;
  background-color: #e8f6f3;
  border-color: #dff3ef;
}

.alert-warning hr {
  border-top-color: #ccece6;
}

.alert-warning .alert-link {
  color: #35504a;
}

.alert-danger {
  color: #7b7a7a;
  background-color: #fbfbfb;
  border-color: #faf9f9;
}

.alert-danger hr {
  border-top-color: #eeebeb;
}

.alert-danger .alert-link {
  color: #616161;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6b6b;
}

.alert-checkout {
  color: #7b7f80;
  background-color: #fbfdfd;
  border-color: #fafcfd;
}

.alert-checkout hr {
  border-top-color: #e8f1f6;
}

.alert-checkout .alert-link {
  color: #626566;
}

.alert-checkout-form {
  color: #7b7f80;
  background-color: #fbfdfd;
  border-color: #fafcfd;
}

.alert-checkout-form hr {
  border-top-color: #e8f1f6;
}

.alert-checkout-form .alert-link {
  color: #626566;
}

.alert-blue-1 {
  color: #355d79;
  background-color: #e0f0fa;
  border-color: #d4e9f9;
}

.alert-blue-1 hr {
  border-top-color: #bedef6;
}

.alert-blue-1 .alert-link {
  color: #254256;
}

.alert-blue-2 {
  color: #2b4b60;
  background-color: #dde9f1;
  border-color: #cfe0eb;
}

.alert-blue-2 hr {
  border-top-color: #bdd4e4;
}

.alert-blue-2 .alert-link {
  color: #1b2f3d;
}

.alert-blue-3 {
  color: #274d68;
  background-color: #dbeaf4;
  border-color: #cde1f0;
}

.alert-blue-3 hr {
  border-top-color: #b9d5ea;
}

.alert-blue-3 .alert-link {
  color: #193243;
}

.alert-blue-4 {
  color: #4a6e66;
  background-color: #e8f6f3;
  border-color: #dff3ef;
}

.alert-blue-4 hr {
  border-top-color: #ccece6;
}

.alert-blue-4 .alert-link {
  color: #35504a;
}

.alert-blue-5 {
  color: #0a2c35;
  background-color: #d0dde0;
  border-color: #bdcfd4;
}

.alert-blue-5 hr {
  border-top-color: #aec4ca;
}

.alert-blue-5 .alert-link {
  color: #02080a;
}

.alert-blue-9 {
  color: #2a665a;
  background-color: #dcf3ef;
  border-color: #ceefe8;
}

.alert-blue-9 hr {
  border-top-color: #bbe9df;
}

.alert-blue-9 .alert-link {
  color: #1b423a;
}

.alert-grey-1 {
  color: #555555;
  background-color: #ededed;
  border-color: #e6e6e6;
}

.alert-grey-1 hr {
  border-top-color: #d9d9d9;
}

.alert-grey-1 .alert-link {
  color: #3c3b3b;
}

.alert-grey-2 {
  color: #707070;
  background-color: #f7f7f7;
  border-color: #f4f4f4;
}

.alert-grey-2 hr {
  border-top-color: #e7e7e7;
}

.alert-grey-2 .alert-link {
  color: #575656;
}

.alert-grey-3 {
  color: #424242;
  background-color: #e5e5e5;
  border-color: #dbdbdb;
}

.alert-grey-3 hr {
  border-top-color: #cecece;
}

.alert-grey-3 .alert-link {
  color: #292828;
}

.alert-grey-4 {
  color: #838383;
  background-color: #fefefe;
  border-color: #fefefe;
}

.alert-grey-4 hr {
  border-top-color: #f1f1f1;
}

.alert-grey-4 .alert-link {
  color: #6a6969;
}

.alert-grey-5 {
  color: #6e6e6e;
  background-color: #f6f6f6;
  border-color: #f3f3f3;
}

.alert-grey-5 hr {
  border-top-color: #e6e6e6;
}

.alert-grey-5 .alert-link {
  color: #555454;
}

.alert-grey-6 {
  color: #7a7a7a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.alert-grey-6 hr {
  border-top-color: #ececec;
}

.alert-grey-6 .alert-link {
  color: #616060;
}

.alert-grey-7 {
  color: #141a1d;
  background-color: #d4d6d7;
  border-color: #c2c6c7;
}

.alert-grey-7 hr {
  border-top-color: #b5babb;
}

.alert-grey-7 .alert-link {
  color: black;
}

.alert-grey-8 {
  color: #6e6e6e;
  background-color: #f6f6f6;
  border-color: #f3f3f3;
}

.alert-grey-8 hr {
  border-top-color: #e6e6e6;
}

.alert-grey-8 .alert-link {
  color: #555454;
}

.alert-grey-9 {
  color: #515151;
  background-color: #ebebeb;
  border-color: #e3e3e3;
}

.alert-grey-9 hr {
  border-top-color: #d6d6d6;
}

.alert-grey-9 .alert-link {
  color: #383737;
}

.alert-grey-10 {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-grey-10 hr {
  border-top-color: #efefef;
}

.alert-grey-10 .alert-link {
  color: #676666;
}

.alert-grey-11 {
  color: #7b7d7f;
  background-color: #fbfcfd;
  border-color: #fafbfc;
}

.alert-grey-11 hr {
  border-top-color: #eaeef2;
}

.alert-grey-11 .alert-link {
  color: #626465;
}

.alert-light-grey {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}

.alert-light-grey hr {
  border-top-color: #f1f1f1;
}

.alert-light-grey .alert-link {
  color: #696868;
}

.alert-form-border {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}

.alert-form-border hr {
  border-top-color: #e2e6ea;
}

.alert-form-border .alert-link {
  color: #525557;
}

.alert-error {
  color: #720b00;
  background-color: #f8d0cc;
  border-color: #f5beb8;
}

.alert-error hr {
  border-top-color: #f2aaa2;
}

.alert-error .alert-link {
  color: #3f0600;
}

.alert-red {
  color: #794138;
  background-color: #fbe5e1;
  border-color: #f9dbd6;
}

.alert-red hr {
  border-top-color: #f6c7c0;
}

.alert-red .alert-link {
  color: #562e28;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #87D1D6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #87D1D6;
  border-color: #87D1D6;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #466d6f;
  background-color: #ddf2f4;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #466d6f;
  background-color: #caebee;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #466d6f;
  border-color: #466d6f;
}

.list-group-item-secondary {
  color: #021c31;
  background-color: #b9c6d2;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #021c31;
  background-color: #a9b9c8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #021c31;
  border-color: #021c31;
}

.list-group-item-success {
  color: #102756;
  background-color: #c0cde6;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #102756;
  background-color: #aebfdf;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #102756;
  border-color: #102756;
}

.list-group-item-info {
  color: #375a71;
  background-color: #d5e8f4;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #375a71;
  background-color: #c1ddef;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #375a71;
  border-color: #375a71;
}

.list-group-item-warning {
  color: #4a6e66;
  background-color: #dff3ef;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #4a6e66;
  background-color: #ccece6;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #4a6e66;
  border-color: #4a6e66;
}

.list-group-item-danger {
  color: #7b7a7a;
  background-color: #faf9f9;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7b7a7a;
  background-color: #eeebeb;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7a7a;
  border-color: #7b7a7a;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-checkout {
  color: #7b7f80;
  background-color: #fafcfd;
}

.list-group-item-checkout.list-group-item-action:hover, .list-group-item-checkout.list-group-item-action:focus {
  color: #7b7f80;
  background-color: #e8f1f6;
}

.list-group-item-checkout.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7f80;
  border-color: #7b7f80;
}

.list-group-item-checkout-form {
  color: #7b7f80;
  background-color: #fafcfd;
}

.list-group-item-checkout-form.list-group-item-action:hover, .list-group-item-checkout-form.list-group-item-action:focus {
  color: #7b7f80;
  background-color: #e8f1f6;
}

.list-group-item-checkout-form.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7f80;
  border-color: #7b7f80;
}

.list-group-item-blue-1 {
  color: #355d79;
  background-color: #d4e9f9;
}

.list-group-item-blue-1.list-group-item-action:hover, .list-group-item-blue-1.list-group-item-action:focus {
  color: #355d79;
  background-color: #bedef6;
}

.list-group-item-blue-1.list-group-item-action.active {
  color: #ffffff;
  background-color: #355d79;
  border-color: #355d79;
}

.list-group-item-blue-2 {
  color: #2b4b60;
  background-color: #cfe0eb;
}

.list-group-item-blue-2.list-group-item-action:hover, .list-group-item-blue-2.list-group-item-action:focus {
  color: #2b4b60;
  background-color: #bdd4e4;
}

.list-group-item-blue-2.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b4b60;
  border-color: #2b4b60;
}

.list-group-item-blue-3 {
  color: #274d68;
  background-color: #cde1f0;
}

.list-group-item-blue-3.list-group-item-action:hover, .list-group-item-blue-3.list-group-item-action:focus {
  color: #274d68;
  background-color: #b9d5ea;
}

.list-group-item-blue-3.list-group-item-action.active {
  color: #ffffff;
  background-color: #274d68;
  border-color: #274d68;
}

.list-group-item-blue-4 {
  color: #4a6e66;
  background-color: #dff3ef;
}

.list-group-item-blue-4.list-group-item-action:hover, .list-group-item-blue-4.list-group-item-action:focus {
  color: #4a6e66;
  background-color: #ccece6;
}

.list-group-item-blue-4.list-group-item-action.active {
  color: #ffffff;
  background-color: #4a6e66;
  border-color: #4a6e66;
}

.list-group-item-blue-5 {
  color: #0a2c35;
  background-color: #bdcfd4;
}

.list-group-item-blue-5.list-group-item-action:hover, .list-group-item-blue-5.list-group-item-action:focus {
  color: #0a2c35;
  background-color: #aec4ca;
}

.list-group-item-blue-5.list-group-item-action.active {
  color: #ffffff;
  background-color: #0a2c35;
  border-color: #0a2c35;
}

.list-group-item-blue-9 {
  color: #2a665a;
  background-color: #ceefe8;
}

.list-group-item-blue-9.list-group-item-action:hover, .list-group-item-blue-9.list-group-item-action:focus {
  color: #2a665a;
  background-color: #bbe9df;
}

.list-group-item-blue-9.list-group-item-action.active {
  color: #ffffff;
  background-color: #2a665a;
  border-color: #2a665a;
}

.list-group-item-grey-1 {
  color: #555555;
  background-color: #e6e6e6;
}

.list-group-item-grey-1.list-group-item-action:hover, .list-group-item-grey-1.list-group-item-action:focus {
  color: #555555;
  background-color: #d9d9d9;
}

.list-group-item-grey-1.list-group-item-action.active {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

.list-group-item-grey-2 {
  color: #707070;
  background-color: #f4f4f4;
}

.list-group-item-grey-2.list-group-item-action:hover, .list-group-item-grey-2.list-group-item-action:focus {
  color: #707070;
  background-color: #e7e7e7;
}

.list-group-item-grey-2.list-group-item-action.active {
  color: #ffffff;
  background-color: #707070;
  border-color: #707070;
}

.list-group-item-grey-3 {
  color: #424242;
  background-color: #dbdbdb;
}

.list-group-item-grey-3.list-group-item-action:hover, .list-group-item-grey-3.list-group-item-action:focus {
  color: #424242;
  background-color: #cecece;
}

.list-group-item-grey-3.list-group-item-action.active {
  color: #ffffff;
  background-color: #424242;
  border-color: #424242;
}

.list-group-item-grey-4 {
  color: #838383;
  background-color: #fefefe;
}

.list-group-item-grey-4.list-group-item-action:hover, .list-group-item-grey-4.list-group-item-action:focus {
  color: #838383;
  background-color: #f1f1f1;
}

.list-group-item-grey-4.list-group-item-action.active {
  color: #ffffff;
  background-color: #838383;
  border-color: #838383;
}

.list-group-item-grey-5 {
  color: #6e6e6e;
  background-color: #f3f3f3;
}

.list-group-item-grey-5.list-group-item-action:hover, .list-group-item-grey-5.list-group-item-action:focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
}

.list-group-item-grey-5.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.list-group-item-grey-6 {
  color: #7a7a7a;
  background-color: #f9f9f9;
}

.list-group-item-grey-6.list-group-item-action:hover, .list-group-item-grey-6.list-group-item-action:focus {
  color: #7a7a7a;
  background-color: #ececec;
}

.list-group-item-grey-6.list-group-item-action.active {
  color: #ffffff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.list-group-item-grey-7 {
  color: #141a1d;
  background-color: #c2c6c7;
}

.list-group-item-grey-7.list-group-item-action:hover, .list-group-item-grey-7.list-group-item-action:focus {
  color: #141a1d;
  background-color: #b5babb;
}

.list-group-item-grey-7.list-group-item-action.active {
  color: #ffffff;
  background-color: #141a1d;
  border-color: #141a1d;
}

.list-group-item-grey-8 {
  color: #6e6e6e;
  background-color: #f3f3f3;
}

.list-group-item-grey-8.list-group-item-action:hover, .list-group-item-grey-8.list-group-item-action:focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
}

.list-group-item-grey-8.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.list-group-item-grey-9 {
  color: #515151;
  background-color: #e3e3e3;
}

.list-group-item-grey-9.list-group-item-action:hover, .list-group-item-grey-9.list-group-item-action:focus {
  color: #515151;
  background-color: #d6d6d6;
}

.list-group-item-grey-9.list-group-item-action.active {
  color: #ffffff;
  background-color: #515151;
  border-color: #515151;
}

.list-group-item-grey-10 {
  color: gray;
  background-color: #fcfcfc;
}

.list-group-item-grey-10.list-group-item-action:hover, .list-group-item-grey-10.list-group-item-action:focus {
  color: gray;
  background-color: #efefef;
}

.list-group-item-grey-10.list-group-item-action.active {
  color: #ffffff;
  background-color: gray;
  border-color: gray;
}

.list-group-item-grey-11 {
  color: #7b7d7f;
  background-color: #fafbfc;
}

.list-group-item-grey-11.list-group-item-action:hover, .list-group-item-grey-11.list-group-item-action:focus {
  color: #7b7d7f;
  background-color: #eaeef2;
}

.list-group-item-grey-11.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7d7f;
  border-color: #7b7d7f;
}

.list-group-item-light-grey {
  color: #828282;
  background-color: #fefefe;
}

.list-group-item-light-grey.list-group-item-action:hover, .list-group-item-light-grey.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}

.list-group-item-light-grey.list-group-item-action.active {
  color: #ffffff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-form-border {
  color: #6b6e71;
  background-color: #f1f3f5;
}

.list-group-item-form-border.list-group-item-action:hover, .list-group-item-form-border.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}

.list-group-item-form-border.list-group-item-action.active {
  color: #ffffff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-error {
  color: #720b00;
  background-color: #f5beb8;
}

.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: #720b00;
  background-color: #f2aaa2;
}

.list-group-item-error.list-group-item-action.active {
  color: #ffffff;
  background-color: #720b00;
  border-color: #720b00;
}

.list-group-item-red {
  color: #794138;
  background-color: #f9dbd6;
}

.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #794138;
  background-color: #f6c7c0;
}

.list-group-item-red.list-group-item-action.active {
  color: #ffffff;
  background-color: #794138;
  border-color: #794138;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

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

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #87D1D6 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #61c2c9 !important;
}

.bg-secondary {
  background-color: #04355E !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #02192d !important;
}

.bg-success {
  background-color: #1f4ba5 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #17377a !important;
}

.bg-info {
  background-color: #6AAED9 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4198cf !important;
}

.bg-warning {
  background-color: #8ED3C5 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #69c5b2 !important;
}

.bg-danger {
  background-color: #ecebeb !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d3d1d1 !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: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e5e5 !important;
}

.bg-checkout {
  background-color: #EDF5F7 !important;
}

a.bg-checkout:hover, a.bg-checkout:focus,
button.bg-checkout:hover,
button.bg-checkout:focus {
  background-color: #cae1e7 !important;
}

.bg-checkout-form {
  background-color: #EDF5F7 !important;
}

a.bg-checkout-form:hover, a.bg-checkout-form:focus,
button.bg-checkout-form:hover,
button.bg-checkout-form:focus {
  background-color: #cae1e7 !important;
}

.bg-blue-1 {
  background-color: #65B2E8 !important;
}

a.bg-blue-1:hover, a.bg-blue-1:focus,
button.bg-blue-1:hover,
button.bg-blue-1:focus {
  background-color: #399ce1 !important;
}

.bg-blue-2 {
  background-color: #5391B9 !important;
}

a.bg-blue-2:hover, a.bg-blue-2:focus,
button.bg-blue-2:hover,
button.bg-blue-2:focus {
  background-color: #3f769a !important;
}

.bg-blue-3 {
  background-color: #4B94C8 !important;
}

a.bg-blue-3:hover, a.bg-blue-3:focus,
button.bg-blue-3:hover,
button.bg-blue-3:focus {
  background-color: #347aac !important;
}

.bg-blue-4 {
  background-color: #8ED3C5 !important;
}

a.bg-blue-4:hover, a.bg-blue-4:focus,
button.bg-blue-4:hover,
button.bg-blue-4:focus {
  background-color: #69c5b2 !important;
}

.bg-blue-5 {
  background-color: #135566 !important;
}

a.bg-blue-5:hover, a.bg-blue-5:focus,
button.bg-blue-5:hover,
button.bg-blue-5:focus {
  background-color: #0b313b !important;
}

.bg-blue-9 {
  background-color: #51C5AE !important;
}

a.bg-blue-9:hover, a.bg-blue-9:focus,
button.bg-blue-9:hover,
button.bg-blue-9:focus {
  background-color: #39aa94 !important;
}

.bg-grey-1 {
  background-color: #A4A4A4 !important;
}

a.bg-grey-1:hover, a.bg-grey-1:focus,
button.bg-grey-1:hover,
button.bg-grey-1:focus {
  background-color: #8b8a8a !important;
}

.bg-grey-2 {
  background-color: #D7D7D7 !important;
}

a.bg-grey-2:hover, a.bg-grey-2:focus,
button.bg-grey-2:hover,
button.bg-grey-2:focus {
  background-color: #bebdbd !important;
}

.bg-grey-3 {
  background-color: #7E7E7E !important;
}

a.bg-grey-3:hover, a.bg-grey-3:focus,
button.bg-grey-3:hover,
button.bg-grey-3:focus {
  background-color: #656464 !important;
}

.bg-grey-4 {
  background-color: #FBFBFB !important;
}

a.bg-grey-4:hover, a.bg-grey-4:focus,
button.bg-grey-4:hover,
button.bg-grey-4:focus {
  background-color: #e2e1e1 !important;
}

.bg-grey-5 {
  background-color: #D3D3D3 !important;
}

a.bg-grey-5:hover, a.bg-grey-5:focus,
button.bg-grey-5:hover,
button.bg-grey-5:focus {
  background-color: #bab9b9 !important;
}

.bg-grey-6 {
  background-color: #EAEAEA !important;
}

a.bg-grey-6:hover, a.bg-grey-6:focus,
button.bg-grey-6:hover,
button.bg-grey-6:focus {
  background-color: #d1d0d0 !important;
}

.bg-grey-7 {
  background-color: #263238 !important;
}

a.bg-grey-7:hover, a.bg-grey-7:focus,
button.bg-grey-7:hover,
button.bg-grey-7:focus {
  background-color: #11171a !important;
}

.bg-grey-8 {
  background-color: #D3D3D3 !important;
}

a.bg-grey-8:hover, a.bg-grey-8:focus,
button.bg-grey-8:hover,
button.bg-grey-8:focus {
  background-color: #bab9b9 !important;
}

.bg-grey-9 {
  background-color: #9b9b9b !important;
}

a.bg-grey-9:hover, a.bg-grey-9:focus,
button.bg-grey-9:hover,
button.bg-grey-9:focus {
  background-color: #828181 !important;
}

.bg-grey-10 {
  background-color: #F6F6F6 !important;
}

a.bg-grey-10:hover, a.bg-grey-10:focus,
button.bg-grey-10:hover,
button.bg-grey-10:focus {
  background-color: #dddcdc !important;
}

.bg-grey-11 {
  background-color: #ECF1F5 !important;
}

a.bg-grey-11:hover, a.bg-grey-11:focus,
button.bg-grey-11:hover,
button.bg-grey-11:focus {
  background-color: #cbd8e3 !important;
}

.bg-light-grey {
  background-color: #fafafa !important;
}

a.bg-light-grey:hover, a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: #e1e0e0 !important;
}

.bg-form-border {
  background-color: #ced4da !important;
}

a.bg-form-border:hover, a.bg-form-border:focus,
button.bg-form-border:hover,
button.bg-form-border:focus {
  background-color: #b1bbc4 !important;
}

.bg-error {
  background-color: #DB1600 !important;
}

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: #a81100 !important;
}

.bg-red {
  background-color: #e97d6b !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #e2563f !important;
}

.bg-white {
  background-color: #ffffff !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: #87D1D6 !important;
}

.border-secondary {
  border-color: #04355E !important;
}

.border-success {
  border-color: #1f4ba5 !important;
}

.border-info {
  border-color: #6AAED9 !important;
}

.border-warning {
  border-color: #8ED3C5 !important;
}

.border-danger {
  border-color: #ecebeb !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-checkout {
  border-color: #EDF5F7 !important;
}

.border-checkout-form {
  border-color: #EDF5F7 !important;
}

.border-blue-1 {
  border-color: #65B2E8 !important;
}

.border-blue-2 {
  border-color: #5391B9 !important;
}

.border-blue-3 {
  border-color: #4B94C8 !important;
}

.border-blue-4 {
  border-color: #8ED3C5 !important;
}

.border-blue-5 {
  border-color: #135566 !important;
}

.border-blue-9 {
  border-color: #51C5AE !important;
}

.border-grey-1 {
  border-color: #A4A4A4 !important;
}

.border-grey-2 {
  border-color: #D7D7D7 !important;
}

.border-grey-3 {
  border-color: #7E7E7E !important;
}

.border-grey-4 {
  border-color: #FBFBFB !important;
}

.border-grey-5 {
  border-color: #D3D3D3 !important;
}

.border-grey-6 {
  border-color: #EAEAEA !important;
}

.border-grey-7 {
  border-color: #263238 !important;
}

.border-grey-8 {
  border-color: #D3D3D3 !important;
}

.border-grey-9 {
  border-color: #9b9b9b !important;
}

.border-grey-10 {
  border-color: #F6F6F6 !important;
}

.border-grey-11 {
  border-color: #ECF1F5 !important;
}

.border-light-grey {
  border-color: #fafafa !important;
}

.border-form-border {
  border-color: #ced4da !important;
}

.border-error {
  border-color: #DB1600 !important;
}

.border-red {
  border-color: #e97d6b !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.mt-18,
.my-18 {
  margin-top: 4.5rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 4.5rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20,
.my-20 {
  margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}

.m-23 {
  margin: 5.75rem !important;
}

.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}

.m-22 {
  margin: 5.5rem !important;
}

.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}

.m-25 {
  margin: 6.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-33 {
  margin: 8.25rem !important;
}

.mt-33,
.my-33 {
  margin-top: 8.25rem !important;
}

.mr-33,
.mx-33 {
  margin-right: 8.25rem !important;
}

.mb-33,
.my-33 {
  margin-bottom: 8.25rem !important;
}

.ml-33,
.mx-33 {
  margin-left: 8.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 4.5rem !important;
}

.pr-18,
.px-18 {
  padding-right: 4.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18,
.px-18 {
  padding-left: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}

.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}

.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}

.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-33 {
  padding: 8.25rem !important;
}

.pt-33,
.py-33 {
  padding-top: 8.25rem !important;
}

.pr-33,
.px-33 {
  padding-right: 8.25rem !important;
}

.pb-33,
.py-33 {
  padding-bottom: 8.25rem !important;
}

.pl-33,
.px-33 {
  padding-left: 8.25rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -4.5rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -4.5rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -4.5rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n23 {
  margin: -5.75rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}

.m-n22 {
  margin: -5.5rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}

.m-n25 {
  margin: -6.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n33 {
  margin: -8.25rem !important;
}

.mt-n33,
.my-n33 {
  margin-top: -8.25rem !important;
}

.mr-n33,
.mx-n33 {
  margin-right: -8.25rem !important;
}

.mb-n33,
.my-n33 {
  margin-bottom: -8.25rem !important;
}

.ml-n33,
.mx-n33 {
  margin-left: -8.25rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 4.5rem !important;
  }
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 4.75rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 5rem !important;
  }
  .m-sm-23 {
    margin: 5.75rem !important;
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 5.75rem !important;
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 5.75rem !important;
  }
  .m-sm-22 {
    margin: 5.5rem !important;
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 5.5rem !important;
  }
  .m-sm-25 {
    margin: 6.25rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 6.25rem !important;
  }
  .m-sm-28 {
    margin: 7rem !important;
  }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 7rem !important;
  }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 7rem !important;
  }
  .m-sm-33 {
    margin: 8.25rem !important;
  }
  .mt-sm-33,
  .my-sm-33 {
    margin-top: 8.25rem !important;
  }
  .mr-sm-33,
  .mx-sm-33 {
    margin-right: 8.25rem !important;
  }
  .mb-sm-33,
  .my-sm-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-sm-33,
  .mx-sm-33 {
    margin-left: 8.25rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 4.5rem !important;
  }
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 4.75rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 5rem !important;
  }
  .p-sm-23 {
    padding: 5.75rem !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 5.75rem !important;
  }
  .p-sm-22 {
    padding: 5.5rem !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 5.5rem !important;
  }
  .p-sm-25 {
    padding: 6.25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 6.25rem !important;
  }
  .p-sm-28 {
    padding: 7rem !important;
  }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 7rem !important;
  }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 7rem !important;
  }
  .p-sm-33 {
    padding: 8.25rem !important;
  }
  .pt-sm-33,
  .py-sm-33 {
    padding-top: 8.25rem !important;
  }
  .pr-sm-33,
  .px-sm-33 {
    padding-right: 8.25rem !important;
  }
  .pb-sm-33,
  .py-sm-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-sm-33,
  .px-sm-33 {
    padding-left: 8.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -3rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -3rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -3rem !important;
  }
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n19 {
    margin: -4.75rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -5rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -5rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -5rem !important;
  }
  .m-sm-n23 {
    margin: -5.75rem !important;
  }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -5.75rem !important;
  }
  .m-sm-n22 {
    margin: -5.5rem !important;
  }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n25 {
    margin: -6.25rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n28 {
    margin: -7rem !important;
  }
  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -7rem !important;
  }
  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -7rem !important;
  }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -7rem !important;
  }
  .m-sm-n33 {
    margin: -8.25rem !important;
  }
  .mt-sm-n33,
  .my-sm-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-sm-n33,
  .mx-sm-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-sm-n33,
  .my-sm-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-sm-n33,
  .mx-sm-n33 {
    margin-left: -8.25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 4.5rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 4.5rem !important;
  }
  .m-md-19 {
    margin: 4.75rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 4.75rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 4.75rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 5rem !important;
  }
  .m-md-23 {
    margin: 5.75rem !important;
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 5.75rem !important;
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 5.75rem !important;
  }
  .m-md-22 {
    margin: 5.5rem !important;
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 5.5rem !important;
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 5.5rem !important;
  }
  .m-md-25 {
    margin: 6.25rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 6.25rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 6.25rem !important;
  }
  .m-md-28 {
    margin: 7rem !important;
  }
  .mt-md-28,
  .my-md-28 {
    margin-top: 7rem !important;
  }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 7rem !important;
  }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 7rem !important;
  }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 7rem !important;
  }
  .m-md-33 {
    margin: 8.25rem !important;
  }
  .mt-md-33,
  .my-md-33 {
    margin-top: 8.25rem !important;
  }
  .mr-md-33,
  .mx-md-33 {
    margin-right: 8.25rem !important;
  }
  .mb-md-33,
  .my-md-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-md-33,
  .mx-md-33 {
    margin-left: 8.25rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 4.5rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 4.5rem !important;
  }
  .p-md-19 {
    padding: 4.75rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 4.75rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 4.75rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 5rem !important;
  }
  .p-md-23 {
    padding: 5.75rem !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 5.75rem !important;
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 5.75rem !important;
  }
  .p-md-22 {
    padding: 5.5rem !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 5.5rem !important;
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 5.5rem !important;
  }
  .p-md-25 {
    padding: 6.25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 6.25rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 6.25rem !important;
  }
  .p-md-28 {
    padding: 7rem !important;
  }
  .pt-md-28,
  .py-md-28 {
    padding-top: 7rem !important;
  }
  .pr-md-28,
  .px-md-28 {
    padding-right: 7rem !important;
  }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 7rem !important;
  }
  .pl-md-28,
  .px-md-28 {
    padding-left: 7rem !important;
  }
  .p-md-33 {
    padding: 8.25rem !important;
  }
  .pt-md-33,
  .py-md-33 {
    padding-top: 8.25rem !important;
  }
  .pr-md-33,
  .px-md-33 {
    padding-right: 8.25rem !important;
  }
  .pb-md-33,
  .py-md-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-md-33,
  .px-md-33 {
    padding-left: 8.25rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -3rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -3rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -3rem !important;
  }
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -3.25rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -3.5rem !important;
  }
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -3.75rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -4.5rem !important;
  }
  .m-md-n19 {
    margin: -4.75rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -4.75rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -5rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -5rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -5rem !important;
  }
  .m-md-n23 {
    margin: -5.75rem !important;
  }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -5.75rem !important;
  }
  .m-md-n22 {
    margin: -5.5rem !important;
  }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -5.5rem !important;
  }
  .m-md-n25 {
    margin: -6.25rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -6.25rem !important;
  }
  .m-md-n28 {
    margin: -7rem !important;
  }
  .mt-md-n28,
  .my-md-n28 {
    margin-top: -7rem !important;
  }
  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -7rem !important;
  }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -7rem !important;
  }
  .m-md-n33 {
    margin: -8.25rem !important;
  }
  .mt-md-n33,
  .my-md-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-md-n33,
  .mx-md-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-md-n33,
  .my-md-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-md-n33,
  .mx-md-n33 {
    margin-left: -8.25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 4.5rem !important;
  }
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 4.75rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 5rem !important;
  }
  .m-lg-23 {
    margin: 5.75rem !important;
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 5.75rem !important;
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 5.75rem !important;
  }
  .m-lg-22 {
    margin: 5.5rem !important;
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 5.5rem !important;
  }
  .m-lg-25 {
    margin: 6.25rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 6.25rem !important;
  }
  .m-lg-28 {
    margin: 7rem !important;
  }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 7rem !important;
  }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 7rem !important;
  }
  .m-lg-33 {
    margin: 8.25rem !important;
  }
  .mt-lg-33,
  .my-lg-33 {
    margin-top: 8.25rem !important;
  }
  .mr-lg-33,
  .mx-lg-33 {
    margin-right: 8.25rem !important;
  }
  .mb-lg-33,
  .my-lg-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-lg-33,
  .mx-lg-33 {
    margin-left: 8.25rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 4.5rem !important;
  }
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 4.75rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 5rem !important;
  }
  .p-lg-23 {
    padding: 5.75rem !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 5.75rem !important;
  }
  .p-lg-22 {
    padding: 5.5rem !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 5.5rem !important;
  }
  .p-lg-25 {
    padding: 6.25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 6.25rem !important;
  }
  .p-lg-28 {
    padding: 7rem !important;
  }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 7rem !important;
  }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 7rem !important;
  }
  .p-lg-33 {
    padding: 8.25rem !important;
  }
  .pt-lg-33,
  .py-lg-33 {
    padding-top: 8.25rem !important;
  }
  .pr-lg-33,
  .px-lg-33 {
    padding-right: 8.25rem !important;
  }
  .pb-lg-33,
  .py-lg-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-lg-33,
  .px-lg-33 {
    padding-left: 8.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -3rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -3rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -3rem !important;
  }
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -5rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -5rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -5rem !important;
  }
  .m-lg-n23 {
    margin: -5.75rem !important;
  }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -5.75rem !important;
  }
  .m-lg-n22 {
    margin: -5.5rem !important;
  }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n25 {
    margin: -6.25rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n28 {
    margin: -7rem !important;
  }
  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -7rem !important;
  }
  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -7rem !important;
  }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -7rem !important;
  }
  .m-lg-n33 {
    margin: -8.25rem !important;
  }
  .mt-lg-n33,
  .my-lg-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-lg-n33,
  .mx-lg-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-lg-n33,
  .my-lg-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-lg-n33,
  .mx-lg-n33 {
    margin-left: -8.25rem !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: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 5rem !important;
  }
  .m-xl-23 {
    margin: 5.75rem !important;
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xl-22 {
    margin: 5.5rem !important;
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xl-28 {
    margin: 7rem !important;
  }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 7rem !important;
  }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 7rem !important;
  }
  .m-xl-33 {
    margin: 8.25rem !important;
  }
  .mt-xl-33,
  .my-xl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xl-33,
  .mx-xl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xl-33,
  .my-xl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xl-33,
  .mx-xl-33 {
    margin-left: 8.25rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 5rem !important;
  }
  .p-xl-23 {
    padding: 5.75rem !important;
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xl-22 {
    padding: 5.5rem !important;
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xl-28 {
    padding: 7rem !important;
  }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 7rem !important;
  }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 7rem !important;
  }
  .p-xl-33 {
    padding: 8.25rem !important;
  }
  .pt-xl-33,
  .py-xl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xl-33,
  .px-xl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xl-33,
  .py-xl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xl-33,
  .px-xl-33 {
    padding-left: 8.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -3rem !important;
  }
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -5rem !important;
  }
  .m-xl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n28 {
    margin: -7rem !important;
  }
  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -7rem !important;
  }
  .m-xl-n33 {
    margin: -8.25rem !important;
  }
  .mt-xl-n33,
  .my-xl-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xl-n33,
  .mx-xl-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xl-n33,
  .my-xl-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xl-n33,
  .mx-xl-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: "Poppins" !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: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #87D1D6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #4ebbc3 !important;
}

.text-secondary {
  color: #04355E !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #010c15 !important;
}

.text-success {
  color: #1f4ba5 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #132e65 !important;
}

.text-info {
  color: #6AAED9 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #328cc4 !important;
}

.text-warning {
  color: #8ED3C5 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #57bea9 !important;
}

.text-danger {
  color: #ecebeb !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c7c4c4 !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-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-checkout {
  color: #EDF5F7 !important;
}

a.text-checkout:hover, a.text-checkout:focus {
  color: #b8d8df !important;
}

.text-checkout-form {
  color: #EDF5F7 !important;
}

a.text-checkout-form:hover, a.text-checkout-form:focus {
  color: #b8d8df !important;
}

.text-blue-1 {
  color: #65B2E8 !important;
}

a.text-blue-1:hover, a.text-blue-1:focus {
  color: #2291de !important;
}

.text-blue-2 {
  color: #5391B9 !important;
}

a.text-blue-2:hover, a.text-blue-2:focus {
  color: #376888 !important;
}

.text-blue-3 {
  color: #4B94C8 !important;
}

a.text-blue-3:hover, a.text-blue-3:focus {
  color: #2e6c98 !important;
}

.text-blue-4 {
  color: #8ED3C5 !important;
}

a.text-blue-4:hover, a.text-blue-4:focus {
  color: #57bea9 !important;
}

.text-blue-5 {
  color: #135566 !important;
}

a.text-blue-5:hover, a.text-blue-5:focus {
  color: #071f26 !important;
}

.text-blue-9 {
  color: #51C5AE !important;
}

a.text-blue-9:hover, a.text-blue-9:focus {
  color: #329783 !important;
}

.text-grey-1 {
  color: #A4A4A4 !important;
}

a.text-grey-1:hover, a.text-grey-1:focus {
  color: #7e7e7e !important;
}

.text-grey-2 {
  color: #D7D7D7 !important;
}

a.text-grey-2:hover, a.text-grey-2:focus {
  color: #b1b1b1 !important;
}

.text-grey-3 {
  color: #7E7E7E !important;
}

a.text-grey-3:hover, a.text-grey-3:focus {
  color: #585858 !important;
}

.text-grey-4 {
  color: #FBFBFB !important;
}

a.text-grey-4:hover, a.text-grey-4:focus {
  color: #d5d5d5 !important;
}

.text-grey-5 {
  color: #D3D3D3 !important;
}

a.text-grey-5:hover, a.text-grey-5:focus {
  color: #adadad !important;
}

.text-grey-6 {
  color: #EAEAEA !important;
}

a.text-grey-6:hover, a.text-grey-6:focus {
  color: #c4c4c4 !important;
}

.text-grey-7 {
  color: #263238 !important;
}

a.text-grey-7:hover, a.text-grey-7:focus {
  color: #07090a !important;
}

.text-grey-8 {
  color: #D3D3D3 !important;
}

a.text-grey-8:hover, a.text-grey-8:focus {
  color: #adadad !important;
}

.text-grey-9 {
  color: #9b9b9b !important;
}

a.text-grey-9:hover, a.text-grey-9:focus {
  color: #757575 !important;
}

.text-grey-10 {
  color: #F6F6F6 !important;
}

a.text-grey-10:hover, a.text-grey-10:focus {
  color: #d0d0d0 !important;
}

.text-grey-11 {
  color: #ECF1F5 !important;
}

a.text-grey-11:hover, a.text-grey-11:focus {
  color: #baccdb !important;
}

.text-light-grey {
  color: #fafafa !important;
}

a.text-light-grey:hover, a.text-light-grey:focus {
  color: #d4d4d4 !important;
}

.text-form-border {
  color: #ced4da !important;
}

a.text-form-border:hover, a.text-form-border:focus {
  color: #a2aeb9 !important;
}

.text-error {
  color: #DB1600 !important;
}

a.text-error:hover, a.text-error:focus {
  color: #8f0e00 !important;
}

.text-red {
  color: #e97d6b !important;
}

a.text-red:hover, a.text-red:focus {
  color: #df4328 !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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.heading-1 {
  font-family: 'Lora', sans-serif;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.375rem;
}

@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
}

.heading-2 {
  font-family: 'Lora', sans-serif;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.heading-3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 1.5rem;
    line-height: 2.1875rem;
  }
}

.heading-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-slider {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  line-height: 3.5rem;
  letter-spacing: 2.25px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .heading-slider {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 2.125rem;
  }
}

.heading-slider::after, .heading-slider::before {
  content: "";
  position: relative;
  height: 2px;
  width: 4.5rem;
  background: #87D1D6;
}

.heading-slider::before {
  margin-right: 3rem;
}

.heading-slider::after {
  margin-left: 3rem;
}

.heading-slider--blue-2::after, .heading-slider--blue-2::before {
  background: #5391B9;
}

.heading-catalog {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 3.5rem;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-46 {
  font-size: 2.875rem;
}

@media (max-width: 575.98px) {
  .fs-xs-10 {
    font-size: 0.625rem;
  }
}

@media (max-width: 575.98px) {
  .fs-xs-12 {
    font-size: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .fs-xs-14 {
    font-size: 0.875rem;
  }
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.text-strike {
  text-decoration: line-through;
}

.w-light {
  font-weight: 300 !important;
}

.w-regular {
  font-weight: 400 !important;
}

.w-medium {
  font-weight: 500 !important;
}

.w-semi {
  font-weight: 600 !important;
}

.w-bold {
  font-weight: 700 !important;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-grey-1 {
  color: #A4A4A4;
}

.text-grey-2 {
  color: #A4A4A4;
}

.text-grey-3 {
  color: #7E7E7E;
}

.text-grey-5 {
  color: #D3D3D3;
}

.text-grey-6 {
  color: #EAEAEA;
}

.text-grey-7 {
  color: #263238;
}

.text-grey-8 {
  color: #D3D3D3;
}

.text-grey-9 {
  color: #9b9b9b;
}

.text-blue-2 {
  color: #5391B9;
}

.text-blue-3 {
  color: #4B94C8 !important;
}

.text-facebook {
  color: #3b5998;
}

.lh-10 {
  line-height: 0.625rem;
}

.lh-14 {
  line-height: 0.875rem;
}

.lh-18 {
  line-height: 1.125rem;
}

.lh-22 {
  line-height: 1.25rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-29 {
  line-height: 1.8125rem;
}

.lh-48 {
  line-height: 3rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-18 {
  line-height: 1.125rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-70 {
  line-height: 4.375rem;
}

.lh-3 {
  line-height: 3;
}

.ls-1 {
  letter-spacing: 1px;
}

.fullscreen {
  margin-left: -9.4vw;
  margin-right: -9.4vw;
}

@media (max-width: 1399.98px) {
  .fullscreen {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
  }
}

@media (max-width: 991.98px) {
  .fullscreen {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

@media (max-width: 767.98px) {
  .fullscreen {
    margin-left: -7vw;
    margin-right: -7vw;
  }
}

.px-offset {
  padding-left: 9.4vw;
  padding-right: 9.4vw;
}

@media (max-width: 1399.98px) {
  .px-offset {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media (max-width: 991.98px) {
  .px-offset {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media (max-width: 767.98px) {
  .px-offset {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-twitter {
  background-color: #1DA1F2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-twitter:hover {
  background-color: #0c85d0;
}

.bg-facebook {
  background-color: #3b5998;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-facebook:hover {
  background-color: #2d4373;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-body {
  background-color: rgba(248, 248, 248, 0.1);
}

.bg-body {
  background-color: rgba(248, 248, 248, 0.1);
}

.text-facebook {
  color: #3b5998;
}

.d-flex-sm-down {
  display: none !important;
}

@media (max-width: 767.98px) {
  .d-flex-sm-down {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.obj-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.obj-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.right-negative-6 {
  right: -0.375rem;
}

.left-0 {
  left: 0;
}

.left-8 {
  left: 0.5rem;
}

.bottom-0 {
  bottom: 0;
}

.border-grey-5 {
  border-color: #D3D3D3;
}

select.remove-custom-arrows {
  background: transparent !important;
  -webkit-appearance: none !important;
}

.text-blue-3 {
  color: #4B94C8;
}

.h-265 {
  height: 16.5625rem;
}

.h-400 {
  height: 25rem;
}

.h-370 {
  height: 23.125rem;
}

.h-300 {
  height: 18.75rem;
}

.h-340 {
  height: 21.125rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-3 {
  line-height: 3;
}

.lh-1 {
  line-height: 1;
}

.vue-slider-process {
  background-color: #87D1D6 !important;
}

.vue-slider-dot-tooltip-inner {
  border-color: #87D1D6 !important;
  background-color: #87D1D6 !important;
}

.w-340 {
  width: 21.25rem;
}

.w-350 {
  width: 21.875rem;
}

.right-12 {
  right: 0.75rem;
}

.opacity-80 {
  opacity: 0.8;
}

.checkout-box {
  background-color: #ffffff;
  min-width: 1.375rem;
  height: 1.375rem;
  line-height: 20px;
}

.w-60 {
  width: 60%;
}

.h-auto {
  height: auto;
}

.checkout-circle-box {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: white;
}

.checkout-circle-box .inner {
  border-radius: 50%;
  border: 6px solid #87D1D6;
}

.bw-2 {
  border-width: 2px !important;
}

.fm-poppins {
  font-family: "Poppins";
}

.fm-lora {
  font-family: "Lora";
}

.text-white-hover:hover {
  color: #ffffff;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.position-unset {
  position: unset;
}

.w-150 {
  width: 9.375rem;
}

.filter-grey {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.height-fit-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-select {
  padding: 0 0 0 0 !important;
}

.h-460 {
  height: 28.75rem;
}

.h-370 {
  height: 23.125rem;
}

.h-75 {
  height: 75%;
}

.h-25 {
  height: 25%;
}

.pr-2px {
  padding-right: 0.125rem;
}

.toasted-info {
  background-color: #6AAED9 !important;
}

.toasted-info > .toasted {
  background-color: #6AAED9 !important;
  color: #ffffff !important;
}

.bg-grey-10-opacity {
  background-color: rgba(246, 246, 246, 0.4);
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.box-shadow-opacity {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.bg-homepage-products {
  background-color: rgba(237, 245, 247, 0.36);
}

/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: #1f4ba5;
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}

/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
  -webkit-box-shadow: 0px 0px 1px 2px rgba(31, 75, 165, 0.36);
          box-shadow: 0px 0px 1px 2px rgba(31, 75, 165, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #1f4ba5;
  background-color: #1f4ba5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
  content: '';
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

#app {
  margin: 0 9.4vw;
  background: rgba(248, 248, 248, 0.1);
}

@media (max-width: 1399.98px) {
  #app {
    margin: 0 7.5vw;
  }
}

@media (max-width: 991.98px) {
  #app {
    margin: 0 5vw;
  }
}

@media (max-width: 767.98px) {
  #app {
    margin: 0 7vw;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  color: #04355E;
  line-height: 1.5rem;
}

*:focus {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
}

.fullscreen {
  margin-left: -9.4vw;
  margin-right: -9.4vw;
}

@media (max-width: 1399.98px) {
  .fullscreen {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
  }
}

@media (max-width: 991.98px) {
  .fullscreen {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

@media (max-width: 767.98px) {
  .fullscreen {
    margin-left: -7vw;
    margin-right: -7vw;
  }
}

.px-offset {
  padding-left: 9.4vw;
  padding-right: 9.4vw;
}

@media (max-width: 1399.98px) {
  .px-offset {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media (max-width: 991.98px) {
  .px-offset {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media (max-width: 767.98px) {
  .px-offset {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-twitter {
  background-color: #1DA1F2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-twitter:hover {
  background-color: #0c85d0;
}

.bg-facebook {
  background-color: #3b5998;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.bg-facebook:hover {
  background-color: #2d4373;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-body {
  background-color: rgba(248, 248, 248, 0.1);
}

.bg-body {
  background-color: rgba(248, 248, 248, 0.1);
}

.text-facebook {
  color: #3b5998;
}

.d-flex-sm-down {
  display: none !important;
}

@media (max-width: 767.98px) {
  .d-flex-sm-down {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.obj-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.obj-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.right-negative-6 {
  right: -0.375rem;
}

.left-0 {
  left: 0;
}

.left-8 {
  left: 0.5rem;
}

.bottom-0 {
  bottom: 0;
}

.border-grey-5 {
  border-color: #D3D3D3;
}

select.remove-custom-arrows {
  background: transparent !important;
  -webkit-appearance: none !important;
}

.text-blue-3 {
  color: #4B94C8;
}

.h-265 {
  height: 16.5625rem;
}

.h-400 {
  height: 25rem;
}

.h-370 {
  height: 23.125rem;
}

.h-300 {
  height: 18.75rem;
}

.h-340 {
  height: 21.125rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-3 {
  line-height: 3;
}

.lh-1 {
  line-height: 1;
}

.vue-slider-process {
  background-color: #87D1D6 !important;
}

.vue-slider-dot-tooltip-inner {
  border-color: #87D1D6 !important;
  background-color: #87D1D6 !important;
}

.w-340 {
  width: 21.25rem;
}

.w-350 {
  width: 21.875rem;
}

.right-12 {
  right: 0.75rem;
}

.opacity-80 {
  opacity: 0.8;
}

.checkout-box {
  background-color: #ffffff;
  min-width: 1.375rem;
  height: 1.375rem;
  line-height: 20px;
}

.w-60 {
  width: 60%;
}

.h-auto {
  height: auto;
}

.checkout-circle-box {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: white;
}

.checkout-circle-box .inner {
  border-radius: 50%;
  border: 6px solid #87D1D6;
}

.bw-2 {
  border-width: 2px !important;
}

.fm-poppins {
  font-family: "Poppins";
}

.fm-lora {
  font-family: "Lora";
}

.text-white-hover:hover {
  color: #ffffff;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.position-unset {
  position: unset;
}

.w-150 {
  width: 9.375rem;
}

.filter-grey {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.height-fit-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-select {
  padding: 0 0 0 0 !important;
}

.h-460 {
  height: 28.75rem;
}

.h-370 {
  height: 23.125rem;
}

.h-75 {
  height: 75%;
}

.h-25 {
  height: 25%;
}

.pr-2px {
  padding-right: 0.125rem;
}

.toasted-info {
  background-color: #6AAED9 !important;
}

.toasted-info > .toasted {
  background-color: #6AAED9 !important;
  color: #ffffff !important;
}

.bg-grey-10-opacity {
  background-color: rgba(246, 246, 246, 0.4);
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.box-shadow-opacity {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.bg-homepage-products {
  background-color: rgba(237, 245, 247, 0.36);
}

@media only screen and (min-width: 1201px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}

.desktop-dropdown .favourites-circle,
.cart-dropdown .favourites-circle {
  width: 1.2rem;
  height: 1.2rem;
}

.desktop-dropdown .dropdown-toggle,
.cart-dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7E7E7E;
}

.desktop-dropdown .dropdown-item,
.cart-dropdown .dropdown-item {
  font-size: 0.8rem;
}

.desktop-dropdown .dropdown-item:active, .desktop-dropdown .dropdown-item.active,
.cart-dropdown .dropdown-item:active,
.cart-dropdown .dropdown-item.active {
  background-color: #ffffff;
}

.desktop-dropdown .dropdown-menu,
.cart-dropdown .dropdown-menu {
  padding: 0;
  border: none;
}

.dropdownUser:hover > #dropdown-user .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

#dropdown-user > .dropdown-toggle:after {
  display: none;
}

.dropdownCart:hover > #dropdown-cart .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

#dropdown-cart > .dropdown-toggle:after {
  display: none;
}

.round-btn {
  border-radius: 50%;
  color: #04355E;
  background: #ffffff;
  border: 1.5px solid #04355E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 2.25rem;
  width: 2.25rem;
}

@media (min-width: 1400px) {
  .round-btn {
    height: 1.875rem;
    width: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  .round-btn {
    height: 3rem;
    width: 3rem;
  }
}

@media (max-width: 767.98px) {
  .round-btn--sm {
    border-width: 1px;
    height: 1.625rem;
    width: 1.625rem;
  }
  .round-btn--sm > .round-btn__icon {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.round-btn.active {
  color: #ffffff;
  background: #04355E;
  border: 1.5px solid #04355E;
}

.round-btn__icon {
  font-size: 1.375rem;
}

@media (min-width: 1400px) {
  .round-btn__icon {
    font-size: 1.125rem;
  }
}

@media (max-width: 991.98px) {
  .round-btn__icon {
    font-size: 1.625rem;
  }
}

.error {
  color: #DB1600;
  font-size: 0.625rem;
}

.checkbox {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
}

.login-input {
  height: 3.125rem;
  color: #A4A4A4;
}

.division:before, .division:after {
  content: "";
  height: 1px;
  background: #EAEAEA;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  left: 0;
}

.division:before {
  margin-right: 0.875rem;
}

.division:after {
  margin-left: 0.875rem;
}

.accordion-icon {
  margin-right: 0.5rem;
}

.accordion-icon:before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 2px;
  background: #ffffff;
  display: none;
}

.accordion-icon:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 1rem;
  background: #ffffff;
}

.collapsed > .accordion-icon:before {
  display: initial;
}
