body {
  color: #3b3b3b;
  font-family: "Open Sans", sans-serif;
}

html:not([dir="rtl"]) body {
  text-align: left;
}

[dir="rtl"] body {
  text-align: right;
}

body.modal-open {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/*a {
    cursor: pointer;
}

    a:link, a:visited {
        color: #6e6e6e;
        text-decoration: none;
    }

    a:hover, a:active {
        color: #a10014;
        text-decoration: none;
    }*/
fieldset.full-width {
  width: 100%;
}

.envelope {
  height: 100%;
  display: flex;
  align-items: center;
}

.envelope .envelope__title {
  margin-bottom: 2.6rem;
}

/* Additional formatting */
.btn {
  font-size: 1.4rem;
}

.alert {
  border: none;
}

.form__title {
  padding-bottom: 2.6rem;
}

.form__title h1 {
  margin-bottom: 1rem;
}

.form-group .input-group-append {
  float: right;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.form-group.form-group--password > input {
  padding-right: 4rem;
}

.form-group.form-group--password .input-group-append button {
  height: 42px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  color: #3b3b3b;
  text-decoration: none;
  border: none;
  background: none;
}

.form-group.form-group--password .input-group-append button:focus,
.form-group.form-group--password .input-group-append button:active {
  color: #a10014;
  text-decoration: none;
  border: none;
  background: none;
}

.backdrop.show {
  z-index: 1070;
}

.backdrop .modal {
  width: 100%;
  max-width: 580px;
  z-index: 1080;
}

.backdrop .modal .modal__content {
  width: 100%;
  padding: 1em;
  overflow-y: auto;
}

.backdrop .modal .modal__content .modal__button {
  padding: 1em 0;
  text-align: center;
}

.notification .notification__text .notification__detail {
  max-height: 200px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification .notification__text img {
  max-width: 100%;
  height: auto;
}

/* ==============================
 * neXtUI - Icon.scss
 * ============================== */
@font-face {
  font-family: "icomoon";
  src: url("/Content/CBSUI/fonts/icons/icomoon.eot?") format("eot"),
    url("/Content/CBSUI/fonts/icons/icomoon.woff") format("woff"),
    url("/Content/CBSUI/fonts/icons/icomoon.ttf") format("truetype"),
    url("/Content/CBSUI/fonts/icons/icomoon.svg#Icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--type-administration::before {
  content: "\E900";
}

.icon--type-status-processing::before {
  content: "\E901";
}

.icon--type-data-management::before {
  content: "\E902";
}

.icon--type-reports::before {
  content: "\E903";
}

.icon--type-menu::before {
  content: "\E904";
}

.icon--type-cancel::before {
  content: "\E905";
}

.icon--type-caret-down::before {
  content: "\E906";
}

.icon--type-caret-up::before {
  content: "\E907";
}

.icon--type-search::before {
  content: "\E908";
}

.icon--type-clear::before {
  content: "\E909";
}

.icon--type-kebab::before {
  content: "\E90a";
}

.icon--type-maintenance::before {
  content: "\E90b";
}

.icon--type-user::before {
  content: "\E90c";
}

.icon--type-statistics::before {
  content: "\E90d";
}

.icon--type-success-circle::before {
  content: "\E90e";
}

.icon--type-add-circle::before {
  content: "\E90f";
}

.icon--type-change-history::before {
  content: "\E910";
}

.icon--type-language::before {
  content: "\E911";
}

.icon--type-help::before {
  content: "\E912";
}

.icon--type-response::before {
  content: "\E913";
}

.icon--type-audit::before {
  content: "\E914";
}

.icon--type-billing::before {
  content: "\E915";
}

.icon--type-calendar::before {
  content: "\E916";
}

.icon--type-rollback::before {
  content: "\E917";
}

.icon--type-restart::before {
  content: "\E918";
}

.icon--type-success::before {
  content: "\E919";
}

.icon--type-disputes::before {
  content: "\E91a";
}

.icon--type-next::before {
  content: "\E91b";
}

.icon--type-download::before {
  content: "\E91c";
}

.icon--type-cancel-upload::before {
  content: "\E91d";
}

.icon--type-upload::before {
  content: "\E91e";
}

.icon--type-plus::before {
  content: "\E91f";
}

.icon--type-rejected::before {
  content: "\E920";
}

.icon--type-error::before {
  content: "\E921";
}

.icon--type-status-not-approved::before {
  content: "\E922";
}

.icon--type-status-rejected::before {
  content: "\E923";
}

.icon--type-status-rollback::before {
  content: "\E924";
}

.icon--type-status-success::before {
  content: "\E925";
}

.icon--type-status-uploading::before {
  content: "\E926";
}

.icon--type-status-waiting::before {
  content: "\E927";
}

.icon--type-monitoring::before {
  content: "\E928";
}

.icon--type-chevron-right::before {
  content: "\E929";
}

.icon--type-chevron-left::before {
  content: "\E92a";
}

.icon--type-upload-file::before {
  content: "\E92b";
}

.icon--type-file::before {
  content: "\E92c";
}

.icon--type-minus::before {
  content: "\Ea0b";
}

.icon--type-skip-prev-page::before {
  content: "\E92d";
}

.icon--type-skip-next-page::before {
  content: "\E92e";
}

.icon--type-prev-page::before {
  content: "\E92f";
}

.icon--type-next-page::before {
  content: "\E930";
}

.icon--type-no-data::before {
  content: "\E931";
}

.icon--type-subscriber::before {
  content: "\E932";
}

.icon--type-person::before {
  content: "\E933";
}

.icon--type-back::before {
  content: "\E934";
}

.icon--type-empty-set::before {
  content: "\E935";
}

.icon--type-status-info::before {
  content: "\E936";
}

.icon--type-pencil::before {
  content: "\E937";
}

.icon--size-10 {
  font-size: 1rem !important;
}

.icon--size-12 {
  font-size: 1.2rem !important;
}

.icon--size-14 {
  font-size: 1.4rem !important;
}

.icon--size-16 {
  font-size: 1.6rem !important;
}

.icon--size-18 {
  font-size: 1.8rem !important;
}

.icon--size-20 {
  font-size: 2rem !important;
}

.icon--size-22 {
  font-size: 2.2rem !important;
}

.icon--size-26 {
  font-size: 2.6rem !important;
}

.icon--size-30 {
  font-size: 3rem !important;
}

.icon--size-36 {
  font-size: 3.6rem !important;
}

/* ==============================
 * neXtUI - Button.scss
 * ============================== */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #333;
  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: 2px solid transparent;
  padding: 0.9rem 4rem;
  /*font-size: 1.4rem;*/
  line-height: 1.42857;
  border-radius: 5px;
  -webkit-transition: color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(196, 15, 17, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #c40f11;
  border-color: #c40f11;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a00c0e;
  border-color: #950b0d;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 51, 53, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #c40f11;
  border-color: #c40f11;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #950b0d;
  border-color: #890a0c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 51, 53, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #141414;
  border-color: #0d0d0d;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #12c800;
  border-color: #12c800;
}

.btn-success:hover {
  color: #fff;
  background-color: #0fa200;
  border-color: #0d9500;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 208, 38, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #12c800;
  border-color: #12c800;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0d9500;
  border-color: #0c8800;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 208, 38, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-info:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ff7900;
  border-color: #ff7900;
}

.btn-warning:hover {
  color: #fff;
  background-color: #d96700;
  border-color: #cc6100;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 141, 38, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #ff7900;
  border-color: #ff7900;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc6100;
  border-color: #bf5b00;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 141, 38, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ef0000;
  border-color: #ef0000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c90000;
  border-color: #bc0000;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 38, 38, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ef0000;
  border-color: #ef0000;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bc0000;
  border-color: #af0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-light:hover {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bdbdbd;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  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: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #c40f11;
  border-color: #c40f11;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #c40f11;
  border-color: #c40f11;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 15, 17, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #c40f11;
  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: #fff;
  background-color: #c40f11;
  border-color: #c40f11;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(196, 15, 17, 0.5);
}

.btn-outline-secondary {
  color: #2d2d2d;
  border-color: #2d2d2d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #2d2d2d;
  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: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5);
}

.btn-outline-success {
  color: #12c800;
  border-color: #12c800;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #12c800;
  border-color: #12c800;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 200, 0, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #12c800;
  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: #fff;
  background-color: #12c800;
  border-color: #12c800;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(18, 200, 0, 0.5);
}

.btn-outline-info {
  color: #666;
  border-color: #666;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #666;
  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: #fff;
  background-color: #666;
  border-color: #666;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-warning {
  color: #ff7900;
  border-color: #ff7900;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff7900;
  border-color: #ff7900;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 121, 0, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff7900;
  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: #fff;
  background-color: #ff7900;
  border-color: #ff7900;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 121, 0, 0.5);
}

.btn-outline-danger {
  color: #ef0000;
  border-color: #ef0000;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef0000;
  border-color: #ef0000;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ef0000;
  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: #fff;
  background-color: #ef0000;
  border-color: #ef0000;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 0.5);
}

.btn-outline-light {
  color: #ddd;
  border-color: #ddd;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ddd;
  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: #ddd;
  border-color: #ddd;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  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: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #c40f11;
  text-decoration: none;
}

.btn-link:hover {
  color: #7d0a0b;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 5px;
}

.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%;
}

.btn {
  min-width: 130px;
  padding: 0.9rem 4rem 1rem;
  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;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-sm {
  min-width: auto;
  padding: 0.2rem 2rem 0.3rem;
}

.btn-xs {
  min-width: auto;
  padding: 0.5rem 0;
}

.btn-primary:hover,
.btn-primary.hover {
  background-color: #950b0d;
  border-color: #950b0d;
  color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  background-color: #c40f11;
  border-color: #c40f11;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  border-color: #c40f11;
  background-color: #c40f11;
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
}

.btn-secondary:hover,
.btn-secondary.hover {
  background-color: #474747;
  border-color: #474747;
  color: #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  border-color: #2d2d2d;
  background-color: #2d2d2d;
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
}

.btn-danger:hover,
.btn-danger.hover {
  background-color: #bc0000;
  border-color: #bc0000;
  color: #fff;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
  background-color: #ef0000;
  border-color: #ef0000;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  border-color: #ef0000;
  background-color: #ef0000;
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
}

.btn-blank {
  background-color: transparent;
  border: none;
}

.btn-blank:hover,
.btn-blank.hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #c40f11;
}

.btn-outline-primary:hover,
.btn-outline-primary.hover {
  background-color: #fff;
  border-color: #c40f11;
  color: #c40f11;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  background-color: #fff;
  border-color: #c40f11;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  border-color: #c40f11;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  color: #c40f11;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
}

.btn-outline-secondary {
  border-color: #666;
  color: #666;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.hover {
  background-color: #fff;
  border-color: #2d2d2d;
  color: #2d2d2d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  background-color: #fff;
  border-color: #2d2d2d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  border-color: #2d2d2d;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
  color: #2d2d2d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
}

.btn-outline-danger:hover,
.btn-outline-danger.hover {
  background-color: #fff;
  border-color: #ef0000;
  color: #ef0000;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
  background-color: #fff;
  border-color: #ef0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  border-color: #ef0000;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
  color: #ef0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
}

html:not([dir="rtl"]) .btn [class^="icon"],
html:not([dir="rtl"]) .btn [class*="icon"],
html:not([dir="rtl"]) #navbarNav [class^="icon"],
html:not([dir="rtl"]) #navbarNav [class*="icon"] {
  padding-right: 8px;
}

[dir="rtl"] .btn [class^="icon"],
[dir="rtl"] .btn [class*="icon"],
[dir="rtl"] #navbarNav [class^="icon"],
[dir="rtl"] #navbarNav [class*="icon"] {
  padding-left: 8px;
}

.btn [class^="icon"],
.btn [class*="icon"] {
  -webkit-padding-end: 8px;
  font-size: 1.8rem;
  color: inherit !important;
}

.btn.disabled,
.btn:disabled {
  color: #fff;
  background-color: #bbb;
  border-color: #bbb;
}

/* ==============================
 * neXtUI - Heading.scss
 * ============================== */
h1,
.h1 {
  font-weight: 800;
  -webkit-margin-after: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
}

h3,
.h3 {
  -webkit-margin-after: 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

/* ==============================
 * neXtUI - Label
 * ============================== */
html:not([dir="rtl"]) .control-label {
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
}

[dir="rtl"] .control-label {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

html:not([dir="rtl"]) .control-label {
  padding-left: calc(2rem + 2px);
}

[dir="rtl"] .control-label {
  padding-right: calc(2rem + 2px);
}

html:not([dir="rtl"]) .control-label {
  padding-right: 0;
}

[dir="rtl"] .control-label {
  padding-left: 0;
}

.control-label {
  position: absolute;
  -webkit-padding-start: calc(2rem + 2px);
  -webkit-padding-end: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.control-label--disabled,
.control-label--readonly {
  color: #bbb;
}

/* ==============================
 * neXtUI - FormControl.scss
 * ============================== */
.form-control:not(:disabled):not(:-moz-read-only):hover {
  border-color: #2d2d2d;
}

.form-control:not(:disabled):not(:read-only):hover {
  border-color: #2d2d2d;
}

.form-control[disabled],
.form-control[readonly],
.form-control[disabled] + .control-label,
.form-control[readonly] + .control-label {
  color: #bbb;
}

.form-control[required] + .control-label::after {
  content: " *";
}

.form-control[required]:not(:disabled) + .control-label::after {
  color: #c40f11;
}

.form-control.is-invalid,
.form-control:invalid {
  color: #ef0000;
}

.form-control.empty-checkbox + .control-label {
  text-indent: -9999px;
  width: 0;
}

/* ==============================
 * neXtUI - FormGroup.scss
 * ============================== */
.form-control,
.form-group--date-picker .DateInput_input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0.9rem 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.435;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  -webkit-transition: color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (prefers-reduced-motion: reduce) {
  .form-control,
  .form-group--date-picker .DateInput_input {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.form-group--date-picker .DateInput_input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.form-group--date-picker .DateInput_input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2d2d2d;
  outline: 0;
  box-shadow: 0 0 15px 0 rgba(196, 15, 17, 0.3);
}

.form-control::-webkit-input-placeholder,
.form-group--date-picker .DateInput_input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-group--date-picker .DateInput_input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.form-group--date-picker .DateInput_input::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control::placeholder,
.form-group--date-picker .DateInput_input::placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:disabled,
.form-group--date-picker .DateInput_input:disabled,
.form-control[readonly],
.form-group--date-picker .DateInput_input[readonly] {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

select.form-control:focus::-ms-value,
.form-group--date-picker select.DateInput_input:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.9rem + 2px);
  padding-bottom: calc(0.9rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.435;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.75rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.2rem + 2px);
  padding-bottom: calc(0.2rem + 2px);
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0;
  line-height: 1.435;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: 30px;
  padding: 0.2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 5px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
.form-group--date-picker select.DateInput_input[size],
select.form-control[multiple],
.form-group--date-picker select.DateInput_input[multiple] {
  height: auto;
}

textarea.form-control,
.form-group--date-picker textarea.DateInput_input {
  height: auto;
}

.form-group {
  margin-bottom: 0;
}

.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 {
  color: #999;
}

.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.6rem;
  font-size: 1.2rem;
  color: #12c800;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(18, 200, 0, 0.9);
  border-radius: 5px;
}

.was-validated .form-control:valid,
.was-validated .form-group--date-picker .DateInput_input:valid,
.form-group--date-picker .was-validated .DateInput_input:valid,
.form-control.is-valid,
.form-group--date-picker .is-valid.DateInput_input {
  border-color: #12c800;
  padding-right: calc(1.435em + 1.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312c800' 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: center right calc(0.35875em + 0.45rem);
  background-size: calc(0.7175em + 0.9rem) calc(0.7175em + 0.9rem);
}

.was-validated .form-control:valid:focus,
.was-validated .form-group--date-picker .DateInput_input:valid:focus,
.form-group--date-picker .was-validated .DateInput_input:valid:focus,
.form-control.is-valid:focus,
.form-group--date-picker .is-valid.DateInput_input:focus {
  border-color: #12c800;
  box-shadow: 0 0 0 0.2rem rgba(18, 200, 0, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated
  .form-group--date-picker
  .DateInput_input:valid
  ~ .valid-feedback,
.form-group--date-picker
  .was-validated
  .DateInput_input:valid
  ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .form-group--date-picker .DateInput_input:valid ~ .valid-tooltip,
.form-group--date-picker .was-validated .DateInput_input:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-group--date-picker .is-valid.DateInput_input ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.form-group--date-picker .is-valid.DateInput_input ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .form-group--date-picker textarea.DateInput_input:valid,
.form-group--date-picker .was-validated textarea.DateInput_input:valid,
textarea.form-control.is-valid,
.form-group--date-picker textarea.is-valid.DateInput_input {
  padding-right: calc(1.435em + 1.8rem);
  background-position: top calc(0.35875em + 0.45rem) right
    calc(0.35875em + 0.45rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #12c800;
  padding-right: calc((1em + 1.8rem) * 3 / 4 + 3.5rem);
  background: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%232d2d2d;'/></svg>")
      no-repeat right 1.5rem center/8px 7px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312c800' 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")
      #fff no-repeat center right 3.5rem / calc(0.7175em + 0.9rem)
      calc(0.7175em + 0.9rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #12c800;
  box-shadow: 0 0 0 0.2rem rgba(18, 200, 0, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #12c800;
}

.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: #12c800;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #12c800;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #17fb00;
  background-color: #17fb00;
}

.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(18, 200, 0, 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: #12c800;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #12c800;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #12c800;
  box-shadow: 0 0 0 0.2rem rgba(18, 200, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #ef0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 0, 0, 0.9);
  border-radius: 5px;
}

.was-validated .form-control:invalid,
.was-validated .form-group--date-picker .DateInput_input:invalid,
.form-group--date-picker .was-validated .DateInput_input:invalid,
.form-control.is-invalid,
.form-group--date-picker .is-invalid.DateInput_input,
.form-group--date-picker.has-error .DateInput_input {
  border-color: #ef0000;
  padding-right: calc(1.435em + 1.8rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: center right calc(0.35875em + 0.45rem);
  background-size: calc(0.7175em + 0.9rem) calc(0.7175em + 0.9rem);
}

.was-validated .form-control:invalid:focus,
.was-validated .form-group--date-picker .DateInput_input:invalid:focus,
.form-group--date-picker .was-validated .DateInput_input:invalid:focus,
.form-control.is-invalid:focus,
.form-group--date-picker .is-invalid.DateInput_input:focus,
.form-group--date-picker.has-error .DateInput_input:focus {
  border-color: #ef0000;
  box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated
  .form-group--date-picker
  .DateInput_input:invalid
  ~ .invalid-feedback,
.form-group--date-picker
  .was-validated
  .DateInput_input:invalid
  ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated
  .form-group--date-picker
  .DateInput_input:invalid
  ~ .invalid-tooltip,
.form-group--date-picker
  .was-validated
  .DateInput_input:invalid
  ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-group--date-picker .is-invalid.DateInput_input ~ .invalid-feedback,
.form-group--date-picker.has-error .DateInput_input ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.form-group--date-picker .is-invalid.DateInput_input ~ .invalid-tooltip,
.form-group--date-picker.has-error .DateInput_input ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .form-group--date-picker textarea.DateInput_input:invalid,
.form-group--date-picker .was-validated textarea.DateInput_input:invalid,
textarea.form-control.is-invalid,
.form-group--date-picker textarea.is-invalid.DateInput_input,
.form-group--date-picker.has-error textarea.DateInput_input {
  padding-right: calc(1.435em + 1.8rem);
  background-position: top calc(0.35875em + 0.45rem) right
    calc(0.35875em + 0.45rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef0000;
  padding-right: calc((1em + 1.8rem) * 3 / 4 + 3.5rem);
  background: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%232d2d2d;'/></svg>")
      no-repeat right 1.5rem center/8px 7px,
    none #fff no-repeat center right 3.5rem / calc(0.7175em + 0.9rem)
      calc(0.7175em + 0.9rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ef0000;
  box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ef0000;
}

.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: #ef0000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef0000;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff2323;
  background-color: #ff2323;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 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: #ef0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef0000;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef0000;
  box-shadow: 0 0 0 0.2rem rgba(239, 0, 0, 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,
  .form-inline .form-group--date-picker .DateInput_input,
  .form-group--date-picker .form-inline .DateInput_input {
    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;
  }
}

.form-group {
  position: relative;
  -webkit-padding-before: calc(2.6rem);
  padding-top: calc(2.6rem);
  min-width: 150px;
}

.form-group.floating-label .form-control::-webkit-input-placeholder,
.form-group.floating-label
  .form-group--date-picker
  .DateInput_input::-webkit-input-placeholder,
.form-group--date-picker
  .form-group.floating-label
  .DateInput_input::-webkit-input-placeholder,
.form-group.floating-label .DateInput_input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-group.floating-label .form-control:-moz-placeholder,
.form-group.floating-label
  .form-group--date-picker
  .DateInput_input:-moz-placeholder,
.form-group--date-picker
  .form-group.floating-label
  .DateInput_input:-moz-placeholder,
.form-group.floating-label .DateInput_input:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-group.floating-label .form-control::-moz-placeholder,
.form-group.floating-label
  .form-group--date-picker
  .DateInput_input::-moz-placeholder,
.form-group--date-picker
  .form-group.floating-label
  .DateInput_input::-moz-placeholder,
.form-group.floating-label .DateInput_input::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-group.floating-label .form-control:-ms-input-placeholder,
.form-group.floating-label
  .form-group--date-picker
  .DateInput_input:-ms-input-placeholder,
.form-group--date-picker
  .form-group.floating-label
  .DateInput_input:-ms-input-placeholder,
.form-group.floating-label .DateInput_input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-group.floating-label .control-label {
  top: calc((1.435em + 1.8rem + 8px) / 2 + 1.3rem);
  font-size: 1.4rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 270ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 270ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: uppercase;
}

.form-group.floating-label.is-focused .control-label,
.form-group.floating-label.is-filled .control-label {
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 1.4rem;
}

.form-group.floating-label.is-filled
  .form-control:not([disabled]):not([readonly]),
.form-group.floating-label.is-filled
  .form-group--date-picker
  .DateInput_input:not([disabled]):not([readonly]),
.form-group--date-picker
  .form-group.floating-label.is-filled
  .DateInput_input:not([disabled]):not([readonly]),
.form-group.floating-label.is-filled
  .DateInput_input:not([disabled]):not([readonly]) {
  background-color: #fff;
  border-color: #2d2d2d;
}

.form-group.floating-label.is-focused
  .form-control:not([disabled]):not([readonly]),
.form-group.floating-label.is-focused
  .form-group--date-picker
  .DateInput_input:not([disabled]):not([readonly]),
.form-group--date-picker
  .form-group.floating-label.is-focused
  .DateInput_input:not([disabled]):not([readonly]),
.form-group.floating-label.is-focused
  .DateInput_input:not([disabled]):not([readonly]) {
  background-color: #fff;
}

.form-group.has-error .form-control:focus,
.form-group.has-error .form-group--date-picker .DateInput_input:focus,
.form-group--date-picker .form-group.has-error .DateInput_input:focus {
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
}

.form-group.without-label {
  -webkit-padding-before: 0;
  padding-top: 0;
}

.form-group .form-control.outline-primary,
.form-group .form-group--date-picker .outline-primary.DateInput_input,
.form-group--date-picker .form-group .outline-primary.DateInput_input {
  color: #c40f11;
  border-color: #c40f11;
  background-color: transparent;
}

.form-group .form-control.outline-primary:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-primary.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-primary.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-primary:focus,
.form-group .form-group--date-picker .outline-primary.DateInput_input:focus,
.form-group--date-picker .form-group .outline-primary.DateInput_input:focus {
  border-color: #ac0d0f;
  background-color: #fff;
}

.form-group .form-control.outline-primary + .control-label,
.form-group
  .form-group--date-picker
  .outline-primary.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-primary.DateInput_input
  + .control-label {
  color: #c40f11;
}

.form-group .form-control.outline-secondary,
.form-group .form-group--date-picker .outline-secondary.DateInput_input,
.form-group--date-picker .form-group .outline-secondary.DateInput_input {
  color: #2d2d2d;
  border-color: #2d2d2d;
  background-color: transparent;
}

.form-group .form-control.outline-secondary:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-secondary.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-secondary.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-secondary:focus,
.form-group .form-group--date-picker .outline-secondary.DateInput_input:focus,
.form-group--date-picker .form-group .outline-secondary.DateInput_input:focus {
  border-color: #202020;
  background-color: #fff;
}

.form-group .form-control.outline-secondary + .control-label,
.form-group
  .form-group--date-picker
  .outline-secondary.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-secondary.DateInput_input
  + .control-label {
  color: #2d2d2d;
}

.form-group .form-control.outline-success,
.form-group .form-group--date-picker .outline-success.DateInput_input,
.form-group--date-picker .form-group .outline-success.DateInput_input {
  color: #12c800;
  border-color: #12c800;
  background-color: transparent;
}

.form-group .form-control.outline-success:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-success.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-success.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-success:focus,
.form-group .form-group--date-picker .outline-success.DateInput_input:focus,
.form-group--date-picker .form-group .outline-success.DateInput_input:focus {
  border-color: #10af00;
  background-color: #fff;
}

.form-group .form-control.outline-success + .control-label,
.form-group
  .form-group--date-picker
  .outline-success.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-success.DateInput_input
  + .control-label {
  color: #12c800;
}

.form-group .form-control.outline-info,
.form-group .form-group--date-picker .outline-info.DateInput_input,
.form-group--date-picker .form-group .outline-info.DateInput_input {
  color: #666;
  border-color: #666;
  background-color: transparent;
}

.form-group .form-control.outline-info:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-info.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-info.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-info:focus,
.form-group .form-group--date-picker .outline-info.DateInput_input:focus,
.form-group--date-picker .form-group .outline-info.DateInput_input:focus {
  border-color: #595959;
  background-color: #fff;
}

.form-group .form-control.outline-info + .control-label,
.form-group
  .form-group--date-picker
  .outline-info.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-info.DateInput_input
  + .control-label {
  color: #666;
}

.form-group .form-control.outline-warning,
.form-group .form-group--date-picker .outline-warning.DateInput_input,
.form-group--date-picker .form-group .outline-warning.DateInput_input {
  color: #ff7900;
  border-color: #ff7900;
  background-color: transparent;
}

.form-group .form-control.outline-warning:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-warning.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-warning.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-warning:focus,
.form-group .form-group--date-picker .outline-warning.DateInput_input:focus,
.form-group--date-picker .form-group .outline-warning.DateInput_input:focus {
  border-color: #e66d00;
  background-color: #fff;
}

.form-group .form-control.outline-warning + .control-label,
.form-group
  .form-group--date-picker
  .outline-warning.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-warning.DateInput_input
  + .control-label {
  color: #ff7900;
}

.form-group .form-control.outline-danger,
.form-group .form-group--date-picker .outline-danger.DateInput_input,
.form-group--date-picker .form-group .outline-danger.DateInput_input {
  color: #ef0000;
  border-color: #ef0000;
  background-color: transparent;
}

.form-group .form-control.outline-danger:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-danger.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-danger.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-danger:focus,
.form-group .form-group--date-picker .outline-danger.DateInput_input:focus,
.form-group--date-picker .form-group .outline-danger.DateInput_input:focus {
  border-color: #d60000;
  background-color: #fff;
}

.form-group .form-control.outline-danger + .control-label,
.form-group
  .form-group--date-picker
  .outline-danger.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-danger.DateInput_input
  + .control-label {
  color: #ef0000;
}

.form-group .form-control.outline-light,
.form-group .form-group--date-picker .outline-light.DateInput_input,
.form-group--date-picker .form-group .outline-light.DateInput_input {
  color: #ddd;
  border-color: #ddd;
  background-color: transparent;
}

.form-group .form-control.outline-light:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-light.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-light.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-light:focus,
.form-group .form-group--date-picker .outline-light.DateInput_input:focus,
.form-group--date-picker .form-group .outline-light.DateInput_input:focus {
  border-color: #d0d0d0;
  background-color: #fff;
}

.form-group .form-control.outline-light + .control-label,
.form-group
  .form-group--date-picker
  .outline-light.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-light.DateInput_input
  + .control-label {
  color: #ddd;
}

.form-group .form-control.outline-dark,
.form-group .form-group--date-picker .outline-dark.DateInput_input,
.form-group--date-picker .form-group .outline-dark.DateInput_input {
  color: #343a40;
  border-color: #343a40;
  background-color: transparent;
}

.form-group .form-control.outline-dark:hover:not(:disabled),
.form-group
  .form-group--date-picker
  .outline-dark.DateInput_input:hover:not(:disabled),
.form-group--date-picker
  .form-group
  .outline-dark.DateInput_input:hover:not(:disabled),
.form-group .form-control.outline-dark:focus,
.form-group .form-group--date-picker .outline-dark.DateInput_input:focus,
.form-group--date-picker .form-group .outline-dark.DateInput_input:focus {
  border-color: #292d32;
  background-color: #fff;
}

.form-group .form-control.outline-dark + .control-label,
.form-group
  .form-group--date-picker
  .outline-dark.DateInput_input
  + .control-label,
.form-group--date-picker
  .form-group
  .outline-dark.DateInput_input
  + .control-label {
  color: #343a40;
}

.form-group--checkbox,
.form-group--radio {
  min-width: auto;
}

html:not([dir="rtl"]) .form-group--checkbox .valid-feedback,
html:not([dir="rtl"]) .form-group--checkbox .invalid-feedback,
html:not([dir="rtl"]) .form-group--checkbox .form-text,
html:not([dir="rtl"]) .form-group--radio .valid-feedback,
html:not([dir="rtl"]) .form-group--radio .invalid-feedback,
html:not([dir="rtl"]) .form-group--radio .form-text {
  padding-left: 0;
}

[dir="rtl"] .form-group--checkbox .valid-feedback,
[dir="rtl"] .form-group--checkbox .invalid-feedback,
[dir="rtl"] .form-group--checkbox .form-text,
[dir="rtl"] .form-group--radio .valid-feedback,
[dir="rtl"] .form-group--radio .invalid-feedback,
[dir="rtl"] .form-group--radio .form-text {
  padding-right: 0;
}

.form-group--checkbox .valid-feedback,
.form-group--checkbox .invalid-feedback,
.form-group--checkbox .form-text,
.form-group--radio .valid-feedback,
.form-group--radio .invalid-feedback,
.form-group--radio .form-text {
  -webkit-padding-start: 0;
}

.form-group--toggle {
  -webkit-padding-before: 0;
  padding-top: 0;
}

.form-group--date-picker .valid-feedback,
.form-group--date-picker .invalid-feedback,
.form-group--date-picker .form-text {
  display: block;
}

.form-group--date-picker.has-error .DateInput_input:focus {
  box-shadow: 0 0 15px 0 rgba(239, 0, 0, 0.3);
}

.form-group--select .form-control.outline-primary,
.form-group--select .form-group--date-picker .outline-primary.DateInput_input,
.form-group--date-picker .form-group--select .outline-primary.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%23c40f11;'/></svg>");
}

.form-group--select .form-control.outline-secondary,
.form-group--select .form-group--date-picker .outline-secondary.DateInput_input,
.form-group--date-picker
  .form-group--select
  .outline-secondary.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%232d2d2d;'/></svg>");
}

.form-group--select .form-control.outline-success,
.form-group--select .form-group--date-picker .outline-success.DateInput_input,
.form-group--date-picker .form-group--select .outline-success.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%2312c800;'/></svg>");
}

.form-group--select .form-control.outline-info,
.form-group--select .form-group--date-picker .outline-info.DateInput_input,
.form-group--date-picker .form-group--select .outline-info.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%23666;'/></svg>");
}

.form-group--select .form-control.outline-warning,
.form-group--select .form-group--date-picker .outline-warning.DateInput_input,
.form-group--date-picker .form-group--select .outline-warning.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%23ff7900;'/></svg>");
}

.form-group--select .form-control.outline-danger,
.form-group--select .form-group--date-picker .outline-danger.DateInput_input,
.form-group--date-picker .form-group--select .outline-danger.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%23ef0000;'/></svg>");
}

.form-group--select .form-control.outline-light,
.form-group--select .form-group--date-picker .outline-light.DateInput_input,
.form-group--date-picker .form-group--select .outline-light.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%23ddd;'/></svg>");
}

.form-group--select .form-control.outline-dark,
.form-group--select .form-group--date-picker .outline-dark.DateInput_input,
.form-group--date-picker .form-group--select .outline-dark.DateInput_input {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M7.57,0.005c0.022,0.005 0.046,0.008 0.068,0.014c0.179,0.052 0.322,0.208 0.355,0.396c0.016,0.092 0.005,0.188 -0.03,0.274c-0.009,0.022 -0.021,0.042 -0.031,0.063l-3.501,6.002c-0.013,0.019 -0.025,0.039 -0.039,0.057c-0.129,0.164 -0.365,0.233 -0.563,0.161c-0.088,-0.032 -0.165,-0.088 -0.223,-0.161c-0.014,-0.018 -0.026,-0.038 -0.039,-0.057l-3.501,-6.002c-0.01,-0.021 -0.022,-0.041 -0.031,-0.063c-0.079,-0.193 -0.022,-0.434 0.141,-0.572c0.072,-0.06 0.16,-0.099 0.252,-0.112c0.024,-0.003 0.047,-0.003 0.07,-0.005l7.002,0c0.023,0.002 0.046,0.003 0.07,0.005Z' style='fill:%23343a40;'/></svg>");
}

.form-group + .form-group {
  margin-top: 2rem;
}

/* ==============================
 * neXtUI - Backdrop.scss
 * ============================== */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 20px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1040;
  background-color: rgba(45, 45, 45, 0.3);
  opacity: 0;
  -webkit-transition: opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 576px) {
  .backdrop {
    padding: 4rem;
  }
}

.backdrop.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.backdrop.show .modal {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ==============================
 * neXtUI - Modal.scss
 * ============================== */
.modal {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 4rem 2rem 6rem;
  border-radius: 5px;
  background-color: #f4f4f4;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 360ms
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.announcement-modal.modal {
  background-color: #fff;
  border-inline-start: 10px solid #ffbe00;
  overflow: hidden;
  padding-block-end: 30px;
  padding-block-start: 50px;
  padding-inline: 0;
  position: relative;
  /* fallbacks */
  padding: 50px 0 30px;
}

html:not([dir="rtl"]) .announcement-modal.modal {
  border-left: 10px solid #ffbe00;
}

[dir="rtl"] .announcement-modal.modal {
  border-right: 10px solid #ffbe00;
}

.announcement-modal.modal .modal__content {
  line-height: 2;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .announcement-modal.modal .modal__content {
    padding: 0 30px;
  }
}

.announcement-modal.modal .modal__content img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .modal {
    max-width: 580px;
    padding: 4rem 2rem 6rem;
  }
}

html:not([dir="rtl"]) .modal .modal__close,
html:not([dir="rtl"]) .notification .notification__close {
  right: 15px;
}

[dir="rtl"] .modal .modal__close,
[dir="rtl"] .notification .notification__close {
  left: 15px;
}

.modal__close {
  position: absolute;
  top: 2rem;
  min-width: auto;
  width: 30px;
  height: 30px;
  padding: 0;
}

html:not([dir="rtl"]) .modal__close .icon--type-cancel {
  padding-right: 0;
}

[dir="rtl"] .modal__close .icon--type-cancel {
  padding-left: 0;
}

.modal__close .icon--type-cancel {
  -webkit-padding-end: 0;
}

.modal__title {
  font-weight: 800;
  font-size: 2.8rem;
  -webkit-margin-after: 2rem;
  margin-bottom: 2rem;
}

/* ==============================
 * neXtUI - Notification.scss
 * ============================== */

.notification {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 5px;
  border-inline-start: 10px solid #ddd;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  margin-block-start: 20px;
  margin-inline-start: auto;
  margin-inline-end: 0;
  padding-block-end: 20px;
  padding-block-start: 30px;
  padding-inline-end: 15px;
  position: relative;
  /* fallbacks */
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
}

html:not([dir="rtl"]) .notification {
  border-left: 10px solid #ddd;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
}

[dir="rtl"] .notification {
  border-right: 10px solid #ddd;
  margin-right: auto;
  margin-left: 0;
  padding-left: 15px;
}

.notification .notification__close {
  inset-inline-end: 15px;
  inset-block-start: 15px;
  position: absolute;
  /* fallbacks */
  top: 15px;
}

html:not([dir="rtl"]) .notification .notification__close {
  right: 15px;
}

[dir="rtl"] .notification .notification__close {
  left: 15px;
}

.notification .notification__close .icon {
  padding-inline-end: 0;
}

html:not([dir="rtl"]) .notification .notification__close .icon {
  padding-right: 0;
}

[dir="rtl"] .notification .notification__close .icon {
  padding-left: 0;
}

.notification .notification__text {
  padding-inline-end: 15px;
}

html:not([dir="rtl"]) .notification .notification__text {
  padding-right: 15px;
}

[dir="rtl"] .notification .notification__text {
  padding-left: 15px;
}

html:not([dir="rtl"]) .notification.primary {
  border-left-color: #c40f11;
}

[dir="rtl"] .notification.primary {
  border-right-color: #c40f11;
}

html:not([dir="rtl"]) .notification.secondary {
  border-left-color: #2d2d2d;
}

[dir="rtl"] .notification.secondary {
  border-right-color: #2d2d2d;
}

html:not([dir="rtl"]) .notification.success {
  border-left-color: #12c800;
}

[dir="rtl"] .notification.success {
  border-right-color: #12c800;
}

html:not([dir="rtl"]) .notification.info {
  border-left-color: #666;
}

[dir="rtl"] .notification.info {
  border-right-color: #666;
}

html:not([dir="rtl"]) .notification.warning {
  border-left-color: #ff7900;
}

[dir="rtl"] .notification.warning {
  border-right-color: #ff7900;
}

html:not([dir="rtl"]) .notification.danger {
  border-left-color: #ef0000;
}

[dir="rtl"] .notification.danger {
  border-right-color: #ef0000;
}

html:not([dir="rtl"]) .notification.light {
  border-left-color: #ddd;
}

[dir="rtl"] .notification.light {
  border-right-color: #ddd;
}

html:not([dir="rtl"]) .notification.dark {
  border-left-color: #343a40;
}

[dir="rtl"] .notification.dark {
  border-right-color: #343a40;
}

.notification__icon {
  -webkit-margin-before: 2px;
  margin-top: 2px;
  margin-inline-end: 20px;
}
html:not([dir="rtl"]) .notification__icon {
  margin-right: 20px;
}

[dir="rtl"] .notification__icon {
  margin-left: 20px;
}

.notification__text {
  line-height: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.notification__text p {
  -webkit-margin-after: 0;
  margin-bottom: 0;
}

.notification.announcement {
  overflow: hidden;
  border-inline-start-color: #ffbe00;
}

html:not([dir="rtl"]) .notification.announcement {
  border-left-color: #ffbe00;
}

[dir="rtl"] .notification.announcement {
  border-right-color: #ffbe00;
}

.notification.announcement h1,
.notification.announcement h2,
.notification.announcement h3 {
  font-size: 14px;
}

.notification.announcement .notification__text {
  line-height: 1.7;
  width: 100%;
}

.notification.announcement .notification__container {
  max-height: 75px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .notification.announcement .notification__container {
    max-height: 150px;
  }
}

.notification.announcement .notification__container::after {
  background: linear-gradient(transparent 75%, #ffffff 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.notification.announcement .notification__read-more {
  padding-top: 10px;
  font-weight: bold;
  cursor: pointer;
}

.notification.announcement .notification__read-more:hover {
  text-decoration: none;
}

/* ==============================
 * neXtUI - NotificationStack.scss
 * ============================== */
html:not([dir="rtl"]) .notification-stack {
  padding-left: 10px;
}

[dir="rtl"] .notification-stack {
  padding-right: 10px;
}

.notification-stack {
  position: fixed;
  top: 3rem;
  left: 1rem;
  bottom: auto;
  right: 1rem;
  -webkit-padding-start: 10px;
  z-index: 1060;
}

@media (min-width: 576px) {
  html:not([dir="rtl"]) .notification-stack {
    left: auto;
    right: 3rem;
  }

  [dir="rtl"] .notification-stack {
    right: auto;
    left: 3rem;
  }

  .notification-stack {
    max-width: 360px;
  }
}

.slide-from-right-enter .notification {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 0;
}

.slide-from-right-enter-active .notification,
.slide-from-right-enter-done .notification {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-from-right-exit .notification {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.slide-from-right-exit-active .notification {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f4f4f4;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 1rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

html:not([dir="rtl"]) .notification-stack {
  padding-left: 10px;
}

[dir="rtl"] .notification-stack {
  padding-right: 10px;
}

.notification-stack {
  position: fixed;
  top: 3rem;
  left: 1rem;
  bottom: auto;
  right: 1rem;
  -webkit-padding-start: 10px;
  z-index: 1060;
}

@media (min-width: 576px) {
  html:not([dir="rtl"]) .notification-stack {
    left: auto;
    right: 3rem;
  }

  [dir="rtl"] .notification-stack {
    right: auto;
    left: 3rem;
  }

  .notification-stack {
    max-width: 360px;
  }
}

.slide-from-right-enter .notification {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 0;
}

.slide-from-right-enter-active .notification,
.slide-from-right-enter-done .notification {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-from-right-exit .notification {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.slide-from-right-exit-active .notification {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ==============================
 * neXtUI
 * ============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI",
    "Roboto", "Helvetica", "Arial", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #f4f4f4;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #c40f11;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #7d0a0b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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: #999;
  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;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #c40f11 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #950b0d !important;
}

.bg-secondary {
  background-color: #2d2d2d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #141414 !important;
}

.bg-success {
  background-color: #12c800 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0d9500 !important;
}

.bg-info {
  background-color: #666 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4d4d4d !important;
}

.bg-warning {
  background-color: #ff7900 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc6100 !important;
}

.bg-danger {
  background-color: #ef0000 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bc0000 !important;
}

.bg-light {
  background-color: #ddd !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c4c4c4 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.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: 1367px) {
  .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;
  }
}

.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: 1367px) {
  .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;
  }
}

.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;
  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;
}

.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;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1367px) {
  .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: #fff !important;
}

.text-primary {
  color: #c40f11 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #7d0a0b !important;
}

.text-secondary {
  color: #2d2d2d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #070707 !important;
}

.text-success {
  color: #12c800 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #0b7c00 !important;
}

.text-info {
  color: #666 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #404040 !important;
}

.text-warning {
  color: #ff7900 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #b35500 !important;
}

.text-danger {
  color: #ef0000 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a30000 !important;
}

.text-light {
  color: #ddd !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #b7b7b7 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #999 !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;
}

.mp-section {
  padding: 10px 0 40px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}

.mp-section__title {
  margin-bottom: 40px;
}

.mp-section__title::first-letter {
  text-transform: uppercase;
}

[class^="mp-support-color-"],
[class*="mp-support-color-"] {
  margin-bottom: 13.33333px;
  border: 10px solid #f2f2f2;
  padding-top: 80px;
  border-radius: 5px;
}

.mp-support-color-primary {
  background-color: #c40f11;
}

.mp-support-color-secondary {
  background-color: #2d2d2d;
}

.mp-support-color-success {
  background-color: #12c800;
}

.mp-support-color-info {
  background-color: #666;
}

.mp-support-color-warning {
  background-color: #ff7900;
}

.mp-support-color-danger {
  background-color: #ef0000;
}

.mp-support-color-light {
  background-color: #ddd;
}

.mp-support-color-dark {
  background-color: #343a40;
}

.mp-support-color-red {
  background-color: #c40f11;
}

.mp-support-color-teal {
  background-color: #0c9cb2;
}

.mp-support-color__value,
.mp-support-icon__value {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff;
  padding: 10px 13.33333px 6.66667px;
  font-size: 13px;
  font-size: 1.3rem;
}

.mp-support-icon {
  text-align: center;
  margin-bottom: 13.33333px;
  border: 5px solid #fff;
}

.mp-support-icon i {
  display: block;
  padding: 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
}

.mp-support-icon:hover,
.mp-support-icon:focus {
  background-color: #fff;
  color: #c40f11;
}

.debug-viewports {
  position: fixed;
  bottom: 0;
  left: 0;
}

.debug-viewports__viewport {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 8px;
  background-color: #c40f11;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
}

html ::-moz-selection,
body ::-moz-selection {
  background-color: #000;
  color: #fff;
}

html ::selection,
body ::selection {
  background-color: #000;
  color: #fff;
}

html ::-moz-selection,
body ::-moz-selection {
  background-color: #000;
  color: #fff;
}

ul {
  -webkit-margin-after: 1rem;
  margin-bottom: 1rem;
}

ol {
  -webkit-margin-after: 1rem;
  margin-bottom: 1rem;
}

img {
  -webkit-margin-after: 1rem;
  margin-bottom: 1rem;
}

.data-status {
  min-height: 260px;
}

.data-status [class^="icon"],
.data-status [class*="icon"] {
  font-size: 5rem !important;
  color: #b7b7b7 !important;
}

.data-status p {
  font-size: 2.8rem;
  color: #919191;
}

.accordion__item {
  position: relative;
  -webkit-margin-after: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 180ms
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion__item--active {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
}

.accordion__item:not(.accordion__item--active):hover,
.accordion__item:not(.accordion__item--active):focus {
  background-color: #fcfcfc;
}

.accordion__item-header {
  padding: 2rem 2rem;
  cursor: pointer;
}

@media (min-width: 576px) {
  .accordion__item-header {
    padding: 20px 30px;
  }
}

.accordion__item-title {
  -webkit-margin-after: 0;
  margin-bottom: 0;
}

.accordion__item-body {
  padding: 0 1rem 1rem;
}

@media (min-width: 576px) {
  .accordion__item-body {
    padding: 0 30px 20px;
  }
}

.accordion__item-row {
  padding: 2rem 1rem;
  -webkit-border-after: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media (min-width: 576px) {
  .accordion__item-row {
    padding: 20px 30px;
  }
}

.accordion__item-row--primary {
  background-color: #e6e6e6;
  font-weight: 600;
  -webkit-border-after: none;
  border-bottom: none;
  border-radius: 5px;
}

.accordion__item-row--primary .form-group--checkbox .control-label::before {
  background-color: #fff;
}

.accordion__item-row:last-child {
  -webkit-border-after: none;
  border-bottom: none;
}

@media (min-width: 768px) {
  .accordion__item-row:last-child {
    -webkit-padding-after: 0;
    padding-bottom: 0;
  }
}

html:not([dir="rtl"]) .accordion .form-group--checkbox {
  padding-left: 0;
}

[dir="rtl"] .accordion .form-group--checkbox {
  padding-right: 0;
}

.accordion .form-group--checkbox {
  min-width: 0;
  -webkit-padding-start: 0;
}

.accordion .form-group--checkbox .control-label {
  text-transform: none;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-light.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-light-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-semi-bold.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-semi-bold-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-bold.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-bold-italic.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-extra-bold.ttf")
    format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("/Content/CBSUI/fonts/open-sans/open-sans-extra-bold-italic.ttf")
    format("truetype");
}

.disabled {
  opacity: 0.38;
  cursor: not-allowed;
  color: #333;
}

.disabled:hover,
.disabled:focus,
.disabled:active,
.disabled:focus:hover,
.disabled:active:hover {
  color: #333;
  text-decoration: none;
}

.min-h-100 {
  min-height: 100vh;
}

.color-primary {
  color: #c40f11 !important;
}

.color-secondary {
  color: #2d2d2d !important;
}

.color-success {
  color: #12c800 !important;
}

.color-info {
  color: #666 !important;
}

.color-warning {
  color: #ff7900 !important;
}

.color-danger {
  color: #ef0000 !important;
}

.color-light {
  color: #ddd !important;
}

.color-dark {
  color: #343a40 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  -webkit-margin-before: 0 !important;
  margin-top: 0 !important;
}

html:not([dir="rtl"]) .mr-0,
html:not([dir="rtl"]) .mx-0 {
  margin-right: 0 !important;
}

[dir="rtl"] .mr-0,
[dir="rtl"] .mx-0 {
  margin-left: 0 !important;
}

.mr-0,
.mx-0 {
  -webkit-margin-end: 0 !important;
}

.mb-0,
.my-0 {
  -webkit-margin-after: 0 !important;
  margin-bottom: 0 !important;
}

html:not([dir="rtl"]) .ml-0,
html:not([dir="rtl"]) .mx-0 {
  margin-left: 0 !important;
}

[dir="rtl"] .ml-0,
[dir="rtl"] .mx-0 {
  margin-right: 0 !important;
}

.ml-0,
.mx-0 {
  -webkit-margin-start: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  -webkit-margin-before: 0.5rem !important;
  margin-top: 0.5rem !important;
}

html:not([dir="rtl"]) .mr-1,
html:not([dir="rtl"]) .mx-1 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .mr-1,
[dir="rtl"] .mx-1 {
  margin-left: 0.5rem !important;
}

.mr-1,
.mx-1 {
  -webkit-margin-end: 0.5rem !important;
}

.mb-1,
.my-1 {
  -webkit-margin-after: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

html:not([dir="rtl"]) .ml-1,
html:not([dir="rtl"]) .mx-1 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .ml-1,
[dir="rtl"] .mx-1 {
  margin-right: 0.5rem !important;
}

.ml-1,
.mx-1 {
  -webkit-margin-start: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  -webkit-margin-before: 1rem !important;
  margin-top: 1rem !important;
}

html:not([dir="rtl"]) .mr-2,
html:not([dir="rtl"]) .mx-2 {
  margin-right: 1rem !important;
}

[dir="rtl"] .mr-2,
[dir="rtl"] .mx-2 {
  margin-left: 1rem !important;
}

.mr-2,
.mx-2 {
  -webkit-margin-end: 1rem !important;
}

.mb-2,
.my-2 {
  -webkit-margin-after: 1rem !important;
  margin-bottom: 1rem !important;
}

html:not([dir="rtl"]) .ml-2,
html:not([dir="rtl"]) .mx-2 {
  margin-left: 1rem !important;
}

[dir="rtl"] .ml-2,
[dir="rtl"] .mx-2 {
  margin-right: 1rem !important;
}

.ml-2,
.mx-2 {
  -webkit-margin-start: 1rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.mt-3,
.my-3 {
  -webkit-margin-before: 2rem !important;
  margin-top: 2rem !important;
}

html:not([dir="rtl"]) .mr-3,
html:not([dir="rtl"]) .mx-3 {
  margin-right: 2rem !important;
}

[dir="rtl"] .mr-3,
[dir="rtl"] .mx-3 {
  margin-left: 2rem !important;
}

.mr-3,
.mx-3 {
  -webkit-margin-end: 2rem !important;
}

.mb-3,
.my-3 {
  -webkit-margin-after: 2rem !important;
  margin-bottom: 2rem !important;
}

html:not([dir="rtl"]) .ml-3,
html:not([dir="rtl"]) .mx-3 {
  margin-left: 2rem !important;
}

[dir="rtl"] .ml-3,
[dir="rtl"] .mx-3 {
  margin-right: 2rem !important;
}

.ml-3,
.mx-3 {
  -webkit-margin-start: 2rem !important;
}

.m-4 {
  margin: 3rem !important;
}

.mt-4,
.my-4 {
  -webkit-margin-before: 3rem !important;
  margin-top: 3rem !important;
}

html:not([dir="rtl"]) .mr-4,
html:not([dir="rtl"]) .mx-4 {
  margin-right: 3rem !important;
}

[dir="rtl"] .mr-4,
[dir="rtl"] .mx-4 {
  margin-left: 3rem !important;
}

.mr-4,
.mx-4 {
  -webkit-margin-end: 3rem !important;
}

.mb-4,
.my-4 {
  -webkit-margin-after: 3rem !important;
  margin-bottom: 3rem !important;
}

html:not([dir="rtl"]) .ml-4,
html:not([dir="rtl"]) .mx-4 {
  margin-left: 3rem !important;
}

[dir="rtl"] .ml-4,
[dir="rtl"] .mx-4 {
  margin-right: 3rem !important;
}

.ml-4,
.mx-4 {
  -webkit-margin-start: 3rem !important;
}

.m-5 {
  margin: 6rem !important;
}

.mt-5,
.my-5 {
  -webkit-margin-before: 6rem !important;
  margin-top: 6rem !important;
}

html:not([dir="rtl"]) .mr-5,
html:not([dir="rtl"]) .mx-5 {
  margin-right: 6rem !important;
}

[dir="rtl"] .mr-5,
[dir="rtl"] .mx-5 {
  margin-left: 6rem !important;
}

.mr-5,
.mx-5 {
  -webkit-margin-end: 6rem !important;
}

.mb-5,
.my-5 {
  -webkit-margin-after: 6rem !important;
  margin-bottom: 6rem !important;
}

html:not([dir="rtl"]) .ml-5,
html:not([dir="rtl"]) .mx-5 {
  margin-left: 6rem !important;
}

[dir="rtl"] .ml-5,
[dir="rtl"] .mx-5 {
  margin-right: 6rem !important;
}

.ml-5,
.mx-5 {
  -webkit-margin-start: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  -webkit-padding-before: 0 !important;
  padding-top: 0 !important;
}

html:not([dir="rtl"]) .pr-0,
html:not([dir="rtl"]) .px-0 {
  padding-right: 0 !important;
}

[dir="rtl"] .pr-0,
[dir="rtl"] .px-0 {
  padding-left: 0 !important;
}

.pr-0,
.px-0 {
  -webkit-padding-end: 0 !important;
}

.pb-0,
.py-0 {
  -webkit-padding-after: 0 !important;
  padding-bottom: 0 !important;
}

html:not([dir="rtl"]) .pl-0,
html:not([dir="rtl"]) .px-0 {
  padding-left: 0 !important;
}

[dir="rtl"] .pl-0,
[dir="rtl"] .px-0 {
  padding-right: 0 !important;
}

.pl-0,
.px-0 {
  -webkit-padding-start: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  -webkit-padding-before: 0.5rem !important;
  padding-top: 0.5rem !important;
}

html:not([dir="rtl"]) .pr-1,
html:not([dir="rtl"]) .px-1 {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pr-1,
[dir="rtl"] .px-1 {
  padding-left: 0.5rem !important;
}

.pr-1,
.px-1 {
  -webkit-padding-end: 0.5rem !important;
}

.pb-1,
.py-1 {
  -webkit-padding-after: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

html:not([dir="rtl"]) .pl-1,
html:not([dir="rtl"]) .px-1 {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .pl-1,
[dir="rtl"] .px-1 {
  padding-right: 0.5rem !important;
}

.pl-1,
.px-1 {
  -webkit-padding-start: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  -webkit-padding-before: 1rem !important;
  padding-top: 1rem !important;
}

html:not([dir="rtl"]) .pr-2,
html:not([dir="rtl"]) .px-2 {
  padding-right: 1rem !important;
}

[dir="rtl"] .pr-2,
[dir="rtl"] .px-2 {
  padding-left: 1rem !important;
}

.pr-2,
.px-2 {
  -webkit-padding-end: 1rem !important;
}

.pb-2,
.py-2 {
  -webkit-padding-after: 1rem !important;
  padding-bottom: 1rem !important;
}

html:not([dir="rtl"]) .pl-2,
html:not([dir="rtl"]) .px-2 {
  padding-left: 1rem !important;
}

[dir="rtl"] .pl-2,
[dir="rtl"] .px-2 {
  padding-right: 1rem !important;
}

.pl-2,
.px-2 {
  -webkit-padding-start: 1rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.pt-3,
.py-3 {
  -webkit-padding-before: 2rem !important;
  padding-top: 2rem !important;
}

html:not([dir="rtl"]) .pr-3,
html:not([dir="rtl"]) .px-3 {
  padding-right: 2rem !important;
}

[dir="rtl"] .pr-3,
[dir="rtl"] .px-3 {
  padding-left: 2rem !important;
}

.pr-3,
.px-3 {
  -webkit-padding-end: 2rem !important;
}

.pb-3,
.py-3 {
  -webkit-padding-after: 2rem !important;
  padding-bottom: 2rem !important;
}

html:not([dir="rtl"]) .pl-3,
html:not([dir="rtl"]) .px-3 {
  padding-left: 2rem !important;
}

[dir="rtl"] .pl-3,
[dir="rtl"] .px-3 {
  padding-right: 2rem !important;
}

.pl-3,
.px-3 {
  -webkit-padding-start: 2rem !important;
}

.p-4 {
  padding: 3rem !important;
}

.pt-4,
.py-4 {
  -webkit-padding-before: 3rem !important;
  padding-top: 3rem !important;
}

html:not([dir="rtl"]) .pr-4,
html:not([dir="rtl"]) .px-4 {
  padding-right: 3rem !important;
}

[dir="rtl"] .pr-4,
[dir="rtl"] .px-4 {
  padding-left: 3rem !important;
}

.pr-4,
.px-4 {
  -webkit-padding-end: 3rem !important;
}

.pb-4,
.py-4 {
  -webkit-padding-after: 3rem !important;
  padding-bottom: 3rem !important;
}

html:not([dir="rtl"]) .pl-4,
html:not([dir="rtl"]) .px-4 {
  padding-left: 3rem !important;
}

[dir="rtl"] .pl-4,
[dir="rtl"] .px-4 {
  padding-right: 3rem !important;
}

.pl-4,
.px-4 {
  -webkit-padding-start: 3rem !important;
}

.p-5 {
  padding: 6rem !important;
}

.pt-5,
.py-5 {
  -webkit-padding-before: 6rem !important;
  padding-top: 6rem !important;
}

html:not([dir="rtl"]) .pr-5,
html:not([dir="rtl"]) .px-5 {
  padding-right: 6rem !important;
}

[dir="rtl"] .pr-5,
[dir="rtl"] .px-5 {
  padding-left: 6rem !important;
}

.pr-5,
.px-5 {
  -webkit-padding-end: 6rem !important;
}

.pb-5,
.py-5 {
  -webkit-padding-after: 6rem !important;
  padding-bottom: 6rem !important;
}

html:not([dir="rtl"]) .pl-5,
html:not([dir="rtl"]) .px-5 {
  padding-left: 6rem !important;
}

[dir="rtl"] .pl-5,
[dir="rtl"] .px-5 {
  padding-right: 6rem !important;
}

.pl-5,
.px-5 {
  -webkit-padding-start: 6rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  -webkit-margin-before: -0.5rem !important;
  margin-top: -0.5rem !important;
}

html:not([dir="rtl"]) .mr-n1,
html:not([dir="rtl"]) .mx-n1 {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .mr-n1,
[dir="rtl"] .mx-n1 {
  margin-left: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  -webkit-margin-end: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  -webkit-margin-after: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

html:not([dir="rtl"]) .ml-n1,
html:not([dir="rtl"]) .mx-n1 {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .ml-n1,
[dir="rtl"] .mx-n1 {
  margin-right: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  -webkit-margin-start: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  -webkit-margin-before: -1rem !important;
  margin-top: -1rem !important;
}

html:not([dir="rtl"]) .mr-n2,
html:not([dir="rtl"]) .mx-n2 {
  margin-right: -1rem !important;
}

[dir="rtl"] .mr-n2,
[dir="rtl"] .mx-n2 {
  margin-left: -1rem !important;
}

.mr-n2,
.mx-n2 {
  -webkit-margin-end: -1rem !important;
}

.mb-n2,
.my-n2 {
  -webkit-margin-after: -1rem !important;
  margin-bottom: -1rem !important;
}

html:not([dir="rtl"]) .ml-n2,
html:not([dir="rtl"]) .mx-n2 {
  margin-left: -1rem !important;
}

[dir="rtl"] .ml-n2,
[dir="rtl"] .mx-n2 {
  margin-right: -1rem !important;
}

.ml-n2,
.mx-n2 {
  -webkit-margin-start: -1rem !important;
}

.m-n3 {
  margin: -2rem !important;
}

.mt-n3,
.my-n3 {
  -webkit-margin-before: -2rem !important;
  margin-top: -2rem !important;
}

html:not([dir="rtl"]) .mr-n3,
html:not([dir="rtl"]) .mx-n3 {
  margin-right: -2rem !important;
}

[dir="rtl"] .mr-n3,
[dir="rtl"] .mx-n3 {
  margin-left: -2rem !important;
}

.mr-n3,
.mx-n3 {
  -webkit-margin-end: -2rem !important;
}

.mb-n3,
.my-n3 {
  -webkit-margin-after: -2rem !important;
  margin-bottom: -2rem !important;
}

html:not([dir="rtl"]) .ml-n3,
html:not([dir="rtl"]) .mx-n3 {
  margin-left: -2rem !important;
}

[dir="rtl"] .ml-n3,
[dir="rtl"] .mx-n3 {
  margin-right: -2rem !important;
}

.ml-n3,
.mx-n3 {
  -webkit-margin-start: -2rem !important;
}

.m-n4 {
  margin: -3rem !important;
}

.mt-n4,
.my-n4 {
  -webkit-margin-before: -3rem !important;
  margin-top: -3rem !important;
}

html:not([dir="rtl"]) .mr-n4,
html:not([dir="rtl"]) .mx-n4 {
  margin-right: -3rem !important;
}

[dir="rtl"] .mr-n4,
[dir="rtl"] .mx-n4 {
  margin-left: -3rem !important;
}

.mr-n4,
.mx-n4 {
  -webkit-margin-end: -3rem !important;
}

.mb-n4,
.my-n4 {
  -webkit-margin-after: -3rem !important;
  margin-bottom: -3rem !important;
}

html:not([dir="rtl"]) .ml-n4,
html:not([dir="rtl"]) .mx-n4 {
  margin-left: -3rem !important;
}

[dir="rtl"] .ml-n4,
[dir="rtl"] .mx-n4 {
  margin-right: -3rem !important;
}

.ml-n4,
.mx-n4 {
  -webkit-margin-start: -3rem !important;
}

.m-n5 {
  margin: -6rem !important;
}

.mt-n5,
.my-n5 {
  -webkit-margin-before: -6rem !important;
  margin-top: -6rem !important;
}

html:not([dir="rtl"]) .mr-n5,
html:not([dir="rtl"]) .mx-n5 {
  margin-right: -6rem !important;
}

[dir="rtl"] .mr-n5,
[dir="rtl"] .mx-n5 {
  margin-left: -6rem !important;
}

.mr-n5,
.mx-n5 {
  -webkit-margin-end: -6rem !important;
}

.mb-n5,
.my-n5 {
  -webkit-margin-after: -6rem !important;
  margin-bottom: -6rem !important;
}

html:not([dir="rtl"]) .ml-n5,
html:not([dir="rtl"]) .mx-n5 {
  margin-left: -6rem !important;
}

[dir="rtl"] .ml-n5,
[dir="rtl"] .mx-n5 {
  margin-right: -6rem !important;
}

.ml-n5,
.mx-n5 {
  -webkit-margin-start: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  -webkit-margin-before: auto !important;
  margin-top: auto !important;
}

html:not([dir="rtl"]) .mr-auto,
html:not([dir="rtl"]) .mx-auto {
  margin-right: auto !important;
}

[dir="rtl"] .mr-auto,
[dir="rtl"] .mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  -webkit-margin-end: auto !important;
}

.mb-auto,
.my-auto {
  -webkit-margin-after: auto !important;
  margin-bottom: auto !important;
}

html:not([dir="rtl"]) .ml-auto,
html:not([dir="rtl"]) .mx-auto {
  margin-left: auto !important;
}

[dir="rtl"] .ml-auto,
[dir="rtl"] .mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  -webkit-margin-start: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    -webkit-margin-before: 0 !important;
    margin-top: 0 !important;
  }

  html:not([dir="rtl"]) .mr-sm-0,
  html:not([dir="rtl"]) .mx-sm-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-sm-0,
  [dir="rtl"] .mx-sm-0 {
    margin-left: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    -webkit-margin-end: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    -webkit-margin-after: 0 !important;
    margin-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .ml-sm-0,
  html:not([dir="rtl"]) .mx-sm-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-sm-0,
  [dir="rtl"] .mx-sm-0 {
    margin-right: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    -webkit-margin-start: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    -webkit-margin-before: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-1,
  html:not([dir="rtl"]) .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-sm-1,
  [dir="rtl"] .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    -webkit-margin-end: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    -webkit-margin-after: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-1,
  html:not([dir="rtl"]) .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-sm-1,
  [dir="rtl"] .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    -webkit-margin-start: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 1rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    -webkit-margin-before: 1rem !important;
    margin-top: 1rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-2,
  html:not([dir="rtl"]) .mx-sm-2 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-sm-2,
  [dir="rtl"] .mx-sm-2 {
    margin-left: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    -webkit-margin-end: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    -webkit-margin-after: 1rem !important;
    margin-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-2,
  html:not([dir="rtl"]) .mx-sm-2 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-sm-2,
  [dir="rtl"] .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    -webkit-margin-start: 1rem !important;
  }

  .m-sm-3 {
    margin: 2rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    -webkit-margin-before: 2rem !important;
    margin-top: 2rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-3,
  html:not([dir="rtl"]) .mx-sm-3 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .mr-sm-3,
  [dir="rtl"] .mx-sm-3 {
    margin-left: 2rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    -webkit-margin-end: 2rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    -webkit-margin-after: 2rem !important;
    margin-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-3,
  html:not([dir="rtl"]) .mx-sm-3 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .ml-sm-3,
  [dir="rtl"] .mx-sm-3 {
    margin-right: 2rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    -webkit-margin-start: 2rem !important;
  }

  .m-sm-4 {
    margin: 3rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    -webkit-margin-before: 3rem !important;
    margin-top: 3rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-4,
  html:not([dir="rtl"]) .mx-sm-4 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-sm-4,
  [dir="rtl"] .mx-sm-4 {
    margin-left: 3rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    -webkit-margin-end: 3rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    -webkit-margin-after: 3rem !important;
    margin-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-4,
  html:not([dir="rtl"]) .mx-sm-4 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-sm-4,
  [dir="rtl"] .mx-sm-4 {
    margin-right: 3rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    -webkit-margin-start: 3rem !important;
  }

  .m-sm-5 {
    margin: 6rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    -webkit-margin-before: 6rem !important;
    margin-top: 6rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-5,
  html:not([dir="rtl"]) .mx-sm-5 {
    margin-right: 6rem !important;
  }

  [dir="rtl"] .mr-sm-5,
  [dir="rtl"] .mx-sm-5 {
    margin-left: 6rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    -webkit-margin-end: 6rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    -webkit-margin-after: 6rem !important;
    margin-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-5,
  html:not([dir="rtl"]) .mx-sm-5 {
    margin-left: 6rem !important;
  }

  [dir="rtl"] .ml-sm-5,
  [dir="rtl"] .mx-sm-5 {
    margin-right: 6rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    -webkit-margin-start: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    -webkit-padding-before: 0 !important;
    padding-top: 0 !important;
  }

  html:not([dir="rtl"]) .pr-sm-0,
  html:not([dir="rtl"]) .px-sm-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-sm-0,
  [dir="rtl"] .px-sm-0 {
    padding-left: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    -webkit-padding-end: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    -webkit-padding-after: 0 !important;
    padding-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .pl-sm-0,
  html:not([dir="rtl"]) .px-sm-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-sm-0,
  [dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    -webkit-padding-start: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    -webkit-padding-before: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pr-sm-1,
  html:not([dir="rtl"]) .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-sm-1,
  [dir="rtl"] .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    -webkit-padding-end: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    -webkit-padding-after: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pl-sm-1,
  html:not([dir="rtl"]) .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-sm-1,
  [dir="rtl"] .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    -webkit-padding-start: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 1rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    -webkit-padding-before: 1rem !important;
    padding-top: 1rem !important;
  }

  html:not([dir="rtl"]) .pr-sm-2,
  html:not([dir="rtl"]) .px-sm-2 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-sm-2,
  [dir="rtl"] .px-sm-2 {
    padding-left: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    -webkit-padding-end: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    -webkit-padding-after: 1rem !important;
    padding-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .pl-sm-2,
  html:not([dir="rtl"]) .px-sm-2 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-sm-2,
  [dir="rtl"] .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    -webkit-padding-start: 1rem !important;
  }

  .p-sm-3 {
    padding: 2rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    -webkit-padding-before: 2rem !important;
    padding-top: 2rem !important;
  }

  html:not([dir="rtl"]) .pr-sm-3,
  html:not([dir="rtl"]) .px-sm-3 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .pr-sm-3,
  [dir="rtl"] .px-sm-3 {
    padding-left: 2rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    -webkit-padding-end: 2rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    -webkit-padding-after: 2rem !important;
    padding-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .pl-sm-3,
  html:not([dir="rtl"]) .px-sm-3 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .pl-sm-3,
  [dir="rtl"] .px-sm-3 {
    padding-right: 2rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    -webkit-padding-start: 2rem !important;
  }

  .p-sm-4 {
    padding: 3rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    -webkit-padding-before: 3rem !important;
    padding-top: 3rem !important;
  }

  html:not([dir="rtl"]) .pr-sm-4,
  html:not([dir="rtl"]) .px-sm-4 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-sm-4,
  [dir="rtl"] .px-sm-4 {
    padding-left: 3rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    -webkit-padding-end: 3rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    -webkit-padding-after: 3rem !important;
    padding-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .pl-sm-4,
  html:not([dir="rtl"]) .px-sm-4 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-sm-4,
  [dir="rtl"] .px-sm-4 {
    padding-right: 3rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    -webkit-padding-start: 3rem !important;
  }

  .p-sm-5 {
    padding: 6rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    -webkit-padding-before: 6rem !important;
    padding-top: 6rem !important;
  }

  html:not([dir="rtl"]) .pr-sm-5,
  html:not([dir="rtl"]) .px-sm-5 {
    padding-right: 6rem !important;
  }

  [dir="rtl"] .pr-sm-5,
  [dir="rtl"] .px-sm-5 {
    padding-left: 6rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    -webkit-padding-end: 6rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    -webkit-padding-after: 6rem !important;
    padding-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .pl-sm-5,
  html:not([dir="rtl"]) .px-sm-5 {
    padding-left: 6rem !important;
  }

  [dir="rtl"] .pl-sm-5,
  [dir="rtl"] .px-sm-5 {
    padding-right: 6rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    -webkit-padding-start: 6rem !important;
  }

  .m-sm-n1 {
    margin: -0.5rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    -webkit-margin-before: -0.5rem !important;
    margin-top: -0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-n1,
  html:not([dir="rtl"]) .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-sm-n1,
  [dir="rtl"] .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    -webkit-margin-end: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    -webkit-margin-after: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-n1,
  html:not([dir="rtl"]) .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-sm-n1,
  [dir="rtl"] .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    -webkit-margin-start: -0.5rem !important;
  }

  .m-sm-n2 {
    margin: -1rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    -webkit-margin-before: -1rem !important;
    margin-top: -1rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-n2,
  html:not([dir="rtl"]) .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-sm-n2,
  [dir="rtl"] .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    -webkit-margin-end: -1rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    -webkit-margin-after: -1rem !important;
    margin-bottom: -1rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-n2,
  html:not([dir="rtl"]) .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-sm-n2,
  [dir="rtl"] .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    -webkit-margin-start: -1rem !important;
  }

  .m-sm-n3 {
    margin: -2rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    -webkit-margin-before: -2rem !important;
    margin-top: -2rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-n3,
  html:not([dir="rtl"]) .mx-sm-n3 {
    margin-right: -2rem !important;
  }

  [dir="rtl"] .mr-sm-n3,
  [dir="rtl"] .mx-sm-n3 {
    margin-left: -2rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    -webkit-margin-end: -2rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    -webkit-margin-after: -2rem !important;
    margin-bottom: -2rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-n3,
  html:not([dir="rtl"]) .mx-sm-n3 {
    margin-left: -2rem !important;
  }

  [dir="rtl"] .ml-sm-n3,
  [dir="rtl"] .mx-sm-n3 {
    margin-right: -2rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    -webkit-margin-start: -2rem !important;
  }

  .m-sm-n4 {
    margin: -3rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    -webkit-margin-before: -3rem !important;
    margin-top: -3rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-n4,
  html:not([dir="rtl"]) .mx-sm-n4 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-sm-n4,
  [dir="rtl"] .mx-sm-n4 {
    margin-left: -3rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    -webkit-margin-end: -3rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    -webkit-margin-after: -3rem !important;
    margin-bottom: -3rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-n4,
  html:not([dir="rtl"]) .mx-sm-n4 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-sm-n4,
  [dir="rtl"] .mx-sm-n4 {
    margin-right: -3rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    -webkit-margin-start: -3rem !important;
  }

  .m-sm-n5 {
    margin: -6rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    -webkit-margin-before: -6rem !important;
    margin-top: -6rem !important;
  }

  html:not([dir="rtl"]) .mr-sm-n5,
  html:not([dir="rtl"]) .mx-sm-n5 {
    margin-right: -6rem !important;
  }

  [dir="rtl"] .mr-sm-n5,
  [dir="rtl"] .mx-sm-n5 {
    margin-left: -6rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    -webkit-margin-end: -6rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    -webkit-margin-after: -6rem !important;
    margin-bottom: -6rem !important;
  }

  html:not([dir="rtl"]) .ml-sm-n5,
  html:not([dir="rtl"]) .mx-sm-n5 {
    margin-left: -6rem !important;
  }

  [dir="rtl"] .ml-sm-n5,
  [dir="rtl"] .mx-sm-n5 {
    margin-right: -6rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    -webkit-margin-start: -6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    -webkit-margin-before: auto !important;
    margin-top: auto !important;
  }

  html:not([dir="rtl"]) .mr-sm-auto,
  html:not([dir="rtl"]) .mx-sm-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-sm-auto,
  [dir="rtl"] .mx-sm-auto {
    margin-left: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    -webkit-margin-end: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    -webkit-margin-after: auto !important;
    margin-bottom: auto !important;
  }

  html:not([dir="rtl"]) .ml-sm-auto,
  html:not([dir="rtl"]) .mx-sm-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-sm-auto,
  [dir="rtl"] .mx-sm-auto {
    margin-right: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    -webkit-margin-start: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    -webkit-margin-before: 0 !important;
    margin-top: 0 !important;
  }

  html:not([dir="rtl"]) .mr-md-0,
  html:not([dir="rtl"]) .mx-md-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-md-0,
  [dir="rtl"] .mx-md-0 {
    margin-left: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    -webkit-margin-end: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    -webkit-margin-after: 0 !important;
    margin-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .ml-md-0,
  html:not([dir="rtl"]) .mx-md-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-md-0,
  [dir="rtl"] .mx-md-0 {
    margin-right: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    -webkit-margin-start: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    -webkit-margin-before: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-md-1,
  html:not([dir="rtl"]) .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-md-1,
  [dir="rtl"] .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    -webkit-margin-end: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    -webkit-margin-after: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-md-1,
  html:not([dir="rtl"]) .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-md-1,
  [dir="rtl"] .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    -webkit-margin-start: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    -webkit-margin-before: 1rem !important;
    margin-top: 1rem !important;
  }

  html:not([dir="rtl"]) .mr-md-2,
  html:not([dir="rtl"]) .mx-md-2 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-md-2,
  [dir="rtl"] .mx-md-2 {
    margin-left: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    -webkit-margin-end: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    -webkit-margin-after: 1rem !important;
    margin-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .ml-md-2,
  html:not([dir="rtl"]) .mx-md-2 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-md-2,
  [dir="rtl"] .mx-md-2 {
    margin-right: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    -webkit-margin-start: 1rem !important;
  }

  .m-md-3 {
    margin: 2rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    -webkit-margin-before: 2rem !important;
    margin-top: 2rem !important;
  }

  html:not([dir="rtl"]) .mr-md-3,
  html:not([dir="rtl"]) .mx-md-3 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .mr-md-3,
  [dir="rtl"] .mx-md-3 {
    margin-left: 2rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    -webkit-margin-end: 2rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    -webkit-margin-after: 2rem !important;
    margin-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .ml-md-3,
  html:not([dir="rtl"]) .mx-md-3 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .ml-md-3,
  [dir="rtl"] .mx-md-3 {
    margin-right: 2rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    -webkit-margin-start: 2rem !important;
  }

  .m-md-4 {
    margin: 3rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    -webkit-margin-before: 3rem !important;
    margin-top: 3rem !important;
  }

  html:not([dir="rtl"]) .mr-md-4,
  html:not([dir="rtl"]) .mx-md-4 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-md-4,
  [dir="rtl"] .mx-md-4 {
    margin-left: 3rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    -webkit-margin-end: 3rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    -webkit-margin-after: 3rem !important;
    margin-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .ml-md-4,
  html:not([dir="rtl"]) .mx-md-4 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-md-4,
  [dir="rtl"] .mx-md-4 {
    margin-right: 3rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    -webkit-margin-start: 3rem !important;
  }

  .m-md-5 {
    margin: 6rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    -webkit-margin-before: 6rem !important;
    margin-top: 6rem !important;
  }

  html:not([dir="rtl"]) .mr-md-5,
  html:not([dir="rtl"]) .mx-md-5 {
    margin-right: 6rem !important;
  }

  [dir="rtl"] .mr-md-5,
  [dir="rtl"] .mx-md-5 {
    margin-left: 6rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    -webkit-margin-end: 6rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    -webkit-margin-after: 6rem !important;
    margin-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .ml-md-5,
  html:not([dir="rtl"]) .mx-md-5 {
    margin-left: 6rem !important;
  }

  [dir="rtl"] .ml-md-5,
  [dir="rtl"] .mx-md-5 {
    margin-right: 6rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    -webkit-margin-start: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    -webkit-padding-before: 0 !important;
    padding-top: 0 !important;
  }

  html:not([dir="rtl"]) .pr-md-0,
  html:not([dir="rtl"]) .px-md-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-md-0,
  [dir="rtl"] .px-md-0 {
    padding-left: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    -webkit-padding-end: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    -webkit-padding-after: 0 !important;
    padding-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .pl-md-0,
  html:not([dir="rtl"]) .px-md-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-md-0,
  [dir="rtl"] .px-md-0 {
    padding-right: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    -webkit-padding-start: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    -webkit-padding-before: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pr-md-1,
  html:not([dir="rtl"]) .px-md-1 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-md-1,
  [dir="rtl"] .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    -webkit-padding-end: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    -webkit-padding-after: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pl-md-1,
  html:not([dir="rtl"]) .px-md-1 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-md-1,
  [dir="rtl"] .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    -webkit-padding-start: 0.5rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    -webkit-padding-before: 1rem !important;
    padding-top: 1rem !important;
  }

  html:not([dir="rtl"]) .pr-md-2,
  html:not([dir="rtl"]) .px-md-2 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-md-2,
  [dir="rtl"] .px-md-2 {
    padding-left: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    -webkit-padding-end: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    -webkit-padding-after: 1rem !important;
    padding-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .pl-md-2,
  html:not([dir="rtl"]) .px-md-2 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-md-2,
  [dir="rtl"] .px-md-2 {
    padding-right: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    -webkit-padding-start: 1rem !important;
  }

  .p-md-3 {
    padding: 2rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    -webkit-padding-before: 2rem !important;
    padding-top: 2rem !important;
  }

  html:not([dir="rtl"]) .pr-md-3,
  html:not([dir="rtl"]) .px-md-3 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .pr-md-3,
  [dir="rtl"] .px-md-3 {
    padding-left: 2rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    -webkit-padding-end: 2rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    -webkit-padding-after: 2rem !important;
    padding-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .pl-md-3,
  html:not([dir="rtl"]) .px-md-3 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .pl-md-3,
  [dir="rtl"] .px-md-3 {
    padding-right: 2rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    -webkit-padding-start: 2rem !important;
  }

  .p-md-4 {
    padding: 3rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    -webkit-padding-before: 3rem !important;
    padding-top: 3rem !important;
  }

  html:not([dir="rtl"]) .pr-md-4,
  html:not([dir="rtl"]) .px-md-4 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-md-4,
  [dir="rtl"] .px-md-4 {
    padding-left: 3rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    -webkit-padding-end: 3rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    -webkit-padding-after: 3rem !important;
    padding-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .pl-md-4,
  html:not([dir="rtl"]) .px-md-4 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-md-4,
  [dir="rtl"] .px-md-4 {
    padding-right: 3rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    -webkit-padding-start: 3rem !important;
  }

  .p-md-5 {
    padding: 6rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    -webkit-padding-before: 6rem !important;
    padding-top: 6rem !important;
  }

  html:not([dir="rtl"]) .pr-md-5,
  html:not([dir="rtl"]) .px-md-5 {
    padding-right: 6rem !important;
  }

  [dir="rtl"] .pr-md-5,
  [dir="rtl"] .px-md-5 {
    padding-left: 6rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    -webkit-padding-end: 6rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    -webkit-padding-after: 6rem !important;
    padding-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .pl-md-5,
  html:not([dir="rtl"]) .px-md-5 {
    padding-left: 6rem !important;
  }

  [dir="rtl"] .pl-md-5,
  [dir="rtl"] .px-md-5 {
    padding-right: 6rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    -webkit-padding-start: 6rem !important;
  }

  .m-md-n1 {
    margin: -0.5rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    -webkit-margin-before: -0.5rem !important;
    margin-top: -0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-md-n1,
  html:not([dir="rtl"]) .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-md-n1,
  [dir="rtl"] .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    -webkit-margin-end: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    -webkit-margin-after: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-md-n1,
  html:not([dir="rtl"]) .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-md-n1,
  [dir="rtl"] .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    -webkit-margin-start: -0.5rem !important;
  }

  .m-md-n2 {
    margin: -1rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    -webkit-margin-before: -1rem !important;
    margin-top: -1rem !important;
  }

  html:not([dir="rtl"]) .mr-md-n2,
  html:not([dir="rtl"]) .mx-md-n2 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-md-n2,
  [dir="rtl"] .mx-md-n2 {
    margin-left: -1rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    -webkit-margin-end: -1rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    -webkit-margin-after: -1rem !important;
    margin-bottom: -1rem !important;
  }

  html:not([dir="rtl"]) .ml-md-n2,
  html:not([dir="rtl"]) .mx-md-n2 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-md-n2,
  [dir="rtl"] .mx-md-n2 {
    margin-right: -1rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    -webkit-margin-start: -1rem !important;
  }

  .m-md-n3 {
    margin: -2rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    -webkit-margin-before: -2rem !important;
    margin-top: -2rem !important;
  }

  html:not([dir="rtl"]) .mr-md-n3,
  html:not([dir="rtl"]) .mx-md-n3 {
    margin-right: -2rem !important;
  }

  [dir="rtl"] .mr-md-n3,
  [dir="rtl"] .mx-md-n3 {
    margin-left: -2rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    -webkit-margin-end: -2rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    -webkit-margin-after: -2rem !important;
    margin-bottom: -2rem !important;
  }

  html:not([dir="rtl"]) .ml-md-n3,
  html:not([dir="rtl"]) .mx-md-n3 {
    margin-left: -2rem !important;
  }

  [dir="rtl"] .ml-md-n3,
  [dir="rtl"] .mx-md-n3 {
    margin-right: -2rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    -webkit-margin-start: -2rem !important;
  }

  .m-md-n4 {
    margin: -3rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    -webkit-margin-before: -3rem !important;
    margin-top: -3rem !important;
  }

  html:not([dir="rtl"]) .mr-md-n4,
  html:not([dir="rtl"]) .mx-md-n4 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-md-n4,
  [dir="rtl"] .mx-md-n4 {
    margin-left: -3rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    -webkit-margin-end: -3rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    -webkit-margin-after: -3rem !important;
    margin-bottom: -3rem !important;
  }

  html:not([dir="rtl"]) .ml-md-n4,
  html:not([dir="rtl"]) .mx-md-n4 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-md-n4,
  [dir="rtl"] .mx-md-n4 {
    margin-right: -3rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    -webkit-margin-start: -3rem !important;
  }

  .m-md-n5 {
    margin: -6rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    -webkit-margin-before: -6rem !important;
    margin-top: -6rem !important;
  }

  html:not([dir="rtl"]) .mr-md-n5,
  html:not([dir="rtl"]) .mx-md-n5 {
    margin-right: -6rem !important;
  }

  [dir="rtl"] .mr-md-n5,
  [dir="rtl"] .mx-md-n5 {
    margin-left: -6rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    -webkit-margin-end: -6rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    -webkit-margin-after: -6rem !important;
    margin-bottom: -6rem !important;
  }

  html:not([dir="rtl"]) .ml-md-n5,
  html:not([dir="rtl"]) .mx-md-n5 {
    margin-left: -6rem !important;
  }

  [dir="rtl"] .ml-md-n5,
  [dir="rtl"] .mx-md-n5 {
    margin-right: -6rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    -webkit-margin-start: -6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    -webkit-margin-before: auto !important;
    margin-top: auto !important;
  }

  html:not([dir="rtl"]) .mr-md-auto,
  html:not([dir="rtl"]) .mx-md-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-md-auto,
  [dir="rtl"] .mx-md-auto {
    margin-left: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    -webkit-margin-end: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    -webkit-margin-after: auto !important;
    margin-bottom: auto !important;
  }

  html:not([dir="rtl"]) .ml-md-auto,
  html:not([dir="rtl"]) .mx-md-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-md-auto,
  [dir="rtl"] .mx-md-auto {
    margin-right: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    -webkit-margin-start: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    -webkit-margin-before: 0 !important;
    margin-top: 0 !important;
  }

  html:not([dir="rtl"]) .mr-lg-0,
  html:not([dir="rtl"]) .mx-lg-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-lg-0,
  [dir="rtl"] .mx-lg-0 {
    margin-left: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    -webkit-margin-end: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    -webkit-margin-after: 0 !important;
    margin-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .ml-lg-0,
  html:not([dir="rtl"]) .mx-lg-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-lg-0,
  [dir="rtl"] .mx-lg-0 {
    margin-right: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    -webkit-margin-start: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    -webkit-margin-before: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-1,
  html:not([dir="rtl"]) .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-lg-1,
  [dir="rtl"] .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    -webkit-margin-end: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    -webkit-margin-after: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-1,
  html:not([dir="rtl"]) .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-lg-1,
  [dir="rtl"] .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    -webkit-margin-start: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    -webkit-margin-before: 1rem !important;
    margin-top: 1rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-2,
  html:not([dir="rtl"]) .mx-lg-2 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-lg-2,
  [dir="rtl"] .mx-lg-2 {
    margin-left: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    -webkit-margin-end: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    -webkit-margin-after: 1rem !important;
    margin-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-2,
  html:not([dir="rtl"]) .mx-lg-2 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-lg-2,
  [dir="rtl"] .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    -webkit-margin-start: 1rem !important;
  }

  .m-lg-3 {
    margin: 2rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    -webkit-margin-before: 2rem !important;
    margin-top: 2rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-3,
  html:not([dir="rtl"]) .mx-lg-3 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .mr-lg-3,
  [dir="rtl"] .mx-lg-3 {
    margin-left: 2rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    -webkit-margin-end: 2rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    -webkit-margin-after: 2rem !important;
    margin-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-3,
  html:not([dir="rtl"]) .mx-lg-3 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .ml-lg-3,
  [dir="rtl"] .mx-lg-3 {
    margin-right: 2rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    -webkit-margin-start: 2rem !important;
  }

  .m-lg-4 {
    margin: 3rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    -webkit-margin-before: 3rem !important;
    margin-top: 3rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-4,
  html:not([dir="rtl"]) .mx-lg-4 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-lg-4,
  [dir="rtl"] .mx-lg-4 {
    margin-left: 3rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    -webkit-margin-end: 3rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    -webkit-margin-after: 3rem !important;
    margin-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-4,
  html:not([dir="rtl"]) .mx-lg-4 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-lg-4,
  [dir="rtl"] .mx-lg-4 {
    margin-right: 3rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    -webkit-margin-start: 3rem !important;
  }

  .m-lg-5 {
    margin: 6rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    -webkit-margin-before: 6rem !important;
    margin-top: 6rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-5,
  html:not([dir="rtl"]) .mx-lg-5 {
    margin-right: 6rem !important;
  }

  [dir="rtl"] .mr-lg-5,
  [dir="rtl"] .mx-lg-5 {
    margin-left: 6rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    -webkit-margin-end: 6rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    -webkit-margin-after: 6rem !important;
    margin-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-5,
  html:not([dir="rtl"]) .mx-lg-5 {
    margin-left: 6rem !important;
  }

  [dir="rtl"] .ml-lg-5,
  [dir="rtl"] .mx-lg-5 {
    margin-right: 6rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    -webkit-margin-start: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    -webkit-padding-before: 0 !important;
    padding-top: 0 !important;
  }

  html:not([dir="rtl"]) .pr-lg-0,
  html:not([dir="rtl"]) .px-lg-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-lg-0,
  [dir="rtl"] .px-lg-0 {
    padding-left: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    -webkit-padding-end: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    -webkit-padding-after: 0 !important;
    padding-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .pl-lg-0,
  html:not([dir="rtl"]) .px-lg-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-lg-0,
  [dir="rtl"] .px-lg-0 {
    padding-right: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    -webkit-padding-start: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    -webkit-padding-before: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pr-lg-1,
  html:not([dir="rtl"]) .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-lg-1,
  [dir="rtl"] .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    -webkit-padding-end: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    -webkit-padding-after: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pl-lg-1,
  html:not([dir="rtl"]) .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-lg-1,
  [dir="rtl"] .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    -webkit-padding-start: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    -webkit-padding-before: 1rem !important;
    padding-top: 1rem !important;
  }

  html:not([dir="rtl"]) .pr-lg-2,
  html:not([dir="rtl"]) .px-lg-2 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-lg-2,
  [dir="rtl"] .px-lg-2 {
    padding-left: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    -webkit-padding-end: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    -webkit-padding-after: 1rem !important;
    padding-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .pl-lg-2,
  html:not([dir="rtl"]) .px-lg-2 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-lg-2,
  [dir="rtl"] .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    -webkit-padding-start: 1rem !important;
  }

  .p-lg-3 {
    padding: 2rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    -webkit-padding-before: 2rem !important;
    padding-top: 2rem !important;
  }

  html:not([dir="rtl"]) .pr-lg-3,
  html:not([dir="rtl"]) .px-lg-3 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .pr-lg-3,
  [dir="rtl"] .px-lg-3 {
    padding-left: 2rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    -webkit-padding-end: 2rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    -webkit-padding-after: 2rem !important;
    padding-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .pl-lg-3,
  html:not([dir="rtl"]) .px-lg-3 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .pl-lg-3,
  [dir="rtl"] .px-lg-3 {
    padding-right: 2rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    -webkit-padding-start: 2rem !important;
  }

  .p-lg-4 {
    padding: 3rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    -webkit-padding-before: 3rem !important;
    padding-top: 3rem !important;
  }

  html:not([dir="rtl"]) .pr-lg-4,
  html:not([dir="rtl"]) .px-lg-4 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-lg-4,
  [dir="rtl"] .px-lg-4 {
    padding-left: 3rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    -webkit-padding-end: 3rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    -webkit-padding-after: 3rem !important;
    padding-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .pl-lg-4,
  html:not([dir="rtl"]) .px-lg-4 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-lg-4,
  [dir="rtl"] .px-lg-4 {
    padding-right: 3rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    -webkit-padding-start: 3rem !important;
  }

  .p-lg-5 {
    padding: 6rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    -webkit-padding-before: 6rem !important;
    padding-top: 6rem !important;
  }

  html:not([dir="rtl"]) .pr-lg-5,
  html:not([dir="rtl"]) .px-lg-5 {
    padding-right: 6rem !important;
  }

  [dir="rtl"] .pr-lg-5,
  [dir="rtl"] .px-lg-5 {
    padding-left: 6rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    -webkit-padding-end: 6rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    -webkit-padding-after: 6rem !important;
    padding-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .pl-lg-5,
  html:not([dir="rtl"]) .px-lg-5 {
    padding-left: 6rem !important;
  }

  [dir="rtl"] .pl-lg-5,
  [dir="rtl"] .px-lg-5 {
    padding-right: 6rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    -webkit-padding-start: 6rem !important;
  }

  .m-lg-n1 {
    margin: -0.5rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    -webkit-margin-before: -0.5rem !important;
    margin-top: -0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-n1,
  html:not([dir="rtl"]) .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-lg-n1,
  [dir="rtl"] .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    -webkit-margin-end: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    -webkit-margin-after: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-n1,
  html:not([dir="rtl"]) .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-lg-n1,
  [dir="rtl"] .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    -webkit-margin-start: -0.5rem !important;
  }

  .m-lg-n2 {
    margin: -1rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    -webkit-margin-before: -1rem !important;
    margin-top: -1rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-n2,
  html:not([dir="rtl"]) .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-lg-n2,
  [dir="rtl"] .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    -webkit-margin-end: -1rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    -webkit-margin-after: -1rem !important;
    margin-bottom: -1rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-n2,
  html:not([dir="rtl"]) .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-lg-n2,
  [dir="rtl"] .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    -webkit-margin-start: -1rem !important;
  }

  .m-lg-n3 {
    margin: -2rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    -webkit-margin-before: -2rem !important;
    margin-top: -2rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-n3,
  html:not([dir="rtl"]) .mx-lg-n3 {
    margin-right: -2rem !important;
  }

  [dir="rtl"] .mr-lg-n3,
  [dir="rtl"] .mx-lg-n3 {
    margin-left: -2rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    -webkit-margin-end: -2rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    -webkit-margin-after: -2rem !important;
    margin-bottom: -2rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-n3,
  html:not([dir="rtl"]) .mx-lg-n3 {
    margin-left: -2rem !important;
  }

  [dir="rtl"] .ml-lg-n3,
  [dir="rtl"] .mx-lg-n3 {
    margin-right: -2rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    -webkit-margin-start: -2rem !important;
  }

  .m-lg-n4 {
    margin: -3rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    -webkit-margin-before: -3rem !important;
    margin-top: -3rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-n4,
  html:not([dir="rtl"]) .mx-lg-n4 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-lg-n4,
  [dir="rtl"] .mx-lg-n4 {
    margin-left: -3rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    -webkit-margin-end: -3rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    -webkit-margin-after: -3rem !important;
    margin-bottom: -3rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-n4,
  html:not([dir="rtl"]) .mx-lg-n4 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-lg-n4,
  [dir="rtl"] .mx-lg-n4 {
    margin-right: -3rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    -webkit-margin-start: -3rem !important;
  }

  .m-lg-n5 {
    margin: -6rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    -webkit-margin-before: -6rem !important;
    margin-top: -6rem !important;
  }

  html:not([dir="rtl"]) .mr-lg-n5,
  html:not([dir="rtl"]) .mx-lg-n5 {
    margin-right: -6rem !important;
  }

  [dir="rtl"] .mr-lg-n5,
  [dir="rtl"] .mx-lg-n5 {
    margin-left: -6rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    -webkit-margin-end: -6rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    -webkit-margin-after: -6rem !important;
    margin-bottom: -6rem !important;
  }

  html:not([dir="rtl"]) .ml-lg-n5,
  html:not([dir="rtl"]) .mx-lg-n5 {
    margin-left: -6rem !important;
  }

  [dir="rtl"] .ml-lg-n5,
  [dir="rtl"] .mx-lg-n5 {
    margin-right: -6rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    -webkit-margin-start: -6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    -webkit-margin-before: auto !important;
    margin-top: auto !important;
  }

  html:not([dir="rtl"]) .mr-lg-auto,
  html:not([dir="rtl"]) .mx-lg-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-lg-auto,
  [dir="rtl"] .mx-lg-auto {
    margin-left: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    -webkit-margin-end: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    -webkit-margin-after: auto !important;
    margin-bottom: auto !important;
  }

  html:not([dir="rtl"]) .ml-lg-auto,
  html:not([dir="rtl"]) .mx-lg-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-lg-auto,
  [dir="rtl"] .mx-lg-auto {
    margin-right: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    -webkit-margin-start: auto !important;
  }
}

@media (min-width: 1367px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    -webkit-margin-before: 0 !important;
    margin-top: 0 !important;
  }

  html:not([dir="rtl"]) .mr-xl-0,
  html:not([dir="rtl"]) .mx-xl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-xl-0,
  [dir="rtl"] .mx-xl-0 {
    margin-left: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    -webkit-margin-end: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    -webkit-margin-after: 0 !important;
    margin-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .ml-xl-0,
  html:not([dir="rtl"]) .mx-xl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-xl-0,
  [dir="rtl"] .mx-xl-0 {
    margin-right: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    -webkit-margin-start: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    -webkit-margin-before: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-1,
  html:not([dir="rtl"]) .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-xl-1,
  [dir="rtl"] .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    -webkit-margin-end: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    -webkit-margin-after: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-1,
  html:not([dir="rtl"]) .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-xl-1,
  [dir="rtl"] .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    -webkit-margin-start: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    -webkit-margin-before: 1rem !important;
    margin-top: 1rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-2,
  html:not([dir="rtl"]) .mx-xl-2 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-xl-2,
  [dir="rtl"] .mx-xl-2 {
    margin-left: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    -webkit-margin-end: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    -webkit-margin-after: 1rem !important;
    margin-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-2,
  html:not([dir="rtl"]) .mx-xl-2 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-xl-2,
  [dir="rtl"] .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    -webkit-margin-start: 1rem !important;
  }

  .m-xl-3 {
    margin: 2rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    -webkit-margin-before: 2rem !important;
    margin-top: 2rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-3,
  html:not([dir="rtl"]) .mx-xl-3 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .mr-xl-3,
  [dir="rtl"] .mx-xl-3 {
    margin-left: 2rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    -webkit-margin-end: 2rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    -webkit-margin-after: 2rem !important;
    margin-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-3,
  html:not([dir="rtl"]) .mx-xl-3 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .ml-xl-3,
  [dir="rtl"] .mx-xl-3 {
    margin-right: 2rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    -webkit-margin-start: 2rem !important;
  }

  .m-xl-4 {
    margin: 3rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    -webkit-margin-before: 3rem !important;
    margin-top: 3rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-4,
  html:not([dir="rtl"]) .mx-xl-4 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-xl-4,
  [dir="rtl"] .mx-xl-4 {
    margin-left: 3rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    -webkit-margin-end: 3rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    -webkit-margin-after: 3rem !important;
    margin-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-4,
  html:not([dir="rtl"]) .mx-xl-4 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-xl-4,
  [dir="rtl"] .mx-xl-4 {
    margin-right: 3rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    -webkit-margin-start: 3rem !important;
  }

  .m-xl-5 {
    margin: 6rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    -webkit-margin-before: 6rem !important;
    margin-top: 6rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-5,
  html:not([dir="rtl"]) .mx-xl-5 {
    margin-right: 6rem !important;
  }

  [dir="rtl"] .mr-xl-5,
  [dir="rtl"] .mx-xl-5 {
    margin-left: 6rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    -webkit-margin-end: 6rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    -webkit-margin-after: 6rem !important;
    margin-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-5,
  html:not([dir="rtl"]) .mx-xl-5 {
    margin-left: 6rem !important;
  }

  [dir="rtl"] .ml-xl-5,
  [dir="rtl"] .mx-xl-5 {
    margin-right: 6rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    -webkit-margin-start: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    -webkit-padding-before: 0 !important;
    padding-top: 0 !important;
  }

  html:not([dir="rtl"]) .pr-xl-0,
  html:not([dir="rtl"]) .px-xl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-xl-0,
  [dir="rtl"] .px-xl-0 {
    padding-left: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    -webkit-padding-end: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    -webkit-padding-after: 0 !important;
    padding-bottom: 0 !important;
  }

  html:not([dir="rtl"]) .pl-xl-0,
  html:not([dir="rtl"]) .px-xl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-xl-0,
  [dir="rtl"] .px-xl-0 {
    padding-right: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    -webkit-padding-start: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    -webkit-padding-before: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pr-xl-1,
  html:not([dir="rtl"]) .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-xl-1,
  [dir="rtl"] .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    -webkit-padding-end: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    -webkit-padding-after: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  html:not([dir="rtl"]) .pl-xl-1,
  html:not([dir="rtl"]) .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-xl-1,
  [dir="rtl"] .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    -webkit-padding-start: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    -webkit-padding-before: 1rem !important;
    padding-top: 1rem !important;
  }

  html:not([dir="rtl"]) .pr-xl-2,
  html:not([dir="rtl"]) .px-xl-2 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-xl-2,
  [dir="rtl"] .px-xl-2 {
    padding-left: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    -webkit-padding-end: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    -webkit-padding-after: 1rem !important;
    padding-bottom: 1rem !important;
  }

  html:not([dir="rtl"]) .pl-xl-2,
  html:not([dir="rtl"]) .px-xl-2 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-xl-2,
  [dir="rtl"] .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    -webkit-padding-start: 1rem !important;
  }

  .p-xl-3 {
    padding: 2rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    -webkit-padding-before: 2rem !important;
    padding-top: 2rem !important;
  }

  html:not([dir="rtl"]) .pr-xl-3,
  html:not([dir="rtl"]) .px-xl-3 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .pr-xl-3,
  [dir="rtl"] .px-xl-3 {
    padding-left: 2rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    -webkit-padding-end: 2rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    -webkit-padding-after: 2rem !important;
    padding-bottom: 2rem !important;
  }

  html:not([dir="rtl"]) .pl-xl-3,
  html:not([dir="rtl"]) .px-xl-3 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .pl-xl-3,
  [dir="rtl"] .px-xl-3 {
    padding-right: 2rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    -webkit-padding-start: 2rem !important;
  }

  .p-xl-4 {
    padding: 3rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    -webkit-padding-before: 3rem !important;
    padding-top: 3rem !important;
  }

  html:not([dir="rtl"]) .pr-xl-4,
  html:not([dir="rtl"]) .px-xl-4 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-xl-4,
  [dir="rtl"] .px-xl-4 {
    padding-left: 3rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    -webkit-padding-end: 3rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    -webkit-padding-after: 3rem !important;
    padding-bottom: 3rem !important;
  }

  html:not([dir="rtl"]) .pl-xl-4,
  html:not([dir="rtl"]) .px-xl-4 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-xl-4,
  [dir="rtl"] .px-xl-4 {
    padding-right: 3rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    -webkit-padding-start: 3rem !important;
  }

  .p-xl-5 {
    padding: 6rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    -webkit-padding-before: 6rem !important;
    padding-top: 6rem !important;
  }

  html:not([dir="rtl"]) .pr-xl-5,
  html:not([dir="rtl"]) .px-xl-5 {
    padding-right: 6rem !important;
  }

  [dir="rtl"] .pr-xl-5,
  [dir="rtl"] .px-xl-5 {
    padding-left: 6rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    -webkit-padding-end: 6rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    -webkit-padding-after: 6rem !important;
    padding-bottom: 6rem !important;
  }

  html:not([dir="rtl"]) .pl-xl-5,
  html:not([dir="rtl"]) .px-xl-5 {
    padding-left: 6rem !important;
  }

  [dir="rtl"] .pl-xl-5,
  [dir="rtl"] .px-xl-5 {
    padding-right: 6rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    -webkit-padding-start: 6rem !important;
  }

  .m-xl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    -webkit-margin-before: -0.5rem !important;
    margin-top: -0.5rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-n1,
  html:not([dir="rtl"]) .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-xl-n1,
  [dir="rtl"] .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    -webkit-margin-end: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    -webkit-margin-after: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-n1,
  html:not([dir="rtl"]) .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-xl-n1,
  [dir="rtl"] .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    -webkit-margin-start: -0.5rem !important;
  }

  .m-xl-n2 {
    margin: -1rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    -webkit-margin-before: -1rem !important;
    margin-top: -1rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-n2,
  html:not([dir="rtl"]) .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-xl-n2,
  [dir="rtl"] .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    -webkit-margin-end: -1rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    -webkit-margin-after: -1rem !important;
    margin-bottom: -1rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-n2,
  html:not([dir="rtl"]) .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-xl-n2,
  [dir="rtl"] .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    -webkit-margin-start: -1rem !important;
  }

  .m-xl-n3 {
    margin: -2rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    -webkit-margin-before: -2rem !important;
    margin-top: -2rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-n3,
  html:not([dir="rtl"]) .mx-xl-n3 {
    margin-right: -2rem !important;
  }

  [dir="rtl"] .mr-xl-n3,
  [dir="rtl"] .mx-xl-n3 {
    margin-left: -2rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    -webkit-margin-end: -2rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    -webkit-margin-after: -2rem !important;
    margin-bottom: -2rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-n3,
  html:not([dir="rtl"]) .mx-xl-n3 {
    margin-left: -2rem !important;
  }

  [dir="rtl"] .ml-xl-n3,
  [dir="rtl"] .mx-xl-n3 {
    margin-right: -2rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    -webkit-margin-start: -2rem !important;
  }

  .m-xl-n4 {
    margin: -3rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    -webkit-margin-before: -3rem !important;
    margin-top: -3rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-n4,
  html:not([dir="rtl"]) .mx-xl-n4 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-xl-n4,
  [dir="rtl"] .mx-xl-n4 {
    margin-left: -3rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    -webkit-margin-end: -3rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    -webkit-margin-after: -3rem !important;
    margin-bottom: -3rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-n4,
  html:not([dir="rtl"]) .mx-xl-n4 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-xl-n4,
  [dir="rtl"] .mx-xl-n4 {
    margin-right: -3rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    -webkit-margin-start: -3rem !important;
  }

  .m-xl-n5 {
    margin: -6rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    -webkit-margin-before: -6rem !important;
    margin-top: -6rem !important;
  }

  html:not([dir="rtl"]) .mr-xl-n5,
  html:not([dir="rtl"]) .mx-xl-n5 {
    margin-right: -6rem !important;
  }

  [dir="rtl"] .mr-xl-n5,
  [dir="rtl"] .mx-xl-n5 {
    margin-left: -6rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    -webkit-margin-end: -6rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    -webkit-margin-after: -6rem !important;
    margin-bottom: -6rem !important;
  }

  html:not([dir="rtl"]) .ml-xl-n5,
  html:not([dir="rtl"]) .mx-xl-n5 {
    margin-left: -6rem !important;
  }

  [dir="rtl"] .ml-xl-n5,
  [dir="rtl"] .mx-xl-n5 {
    margin-right: -6rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    -webkit-margin-start: -6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    -webkit-margin-before: auto !important;
    margin-top: auto !important;
  }

  html:not([dir="rtl"]) .mr-xl-auto,
  html:not([dir="rtl"]) .mx-xl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-xl-auto,
  [dir="rtl"] .mx-xl-auto {
    margin-left: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    -webkit-margin-end: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    -webkit-margin-after: auto !important;
    margin-bottom: auto !important;
  }

  html:not([dir="rtl"]) .ml-xl-auto,
  html:not([dir="rtl"]) .mx-xl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-xl-auto,
  [dir="rtl"] .mx-xl-auto {
    margin-right: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    -webkit-margin-start: auto !important;
  }
}
