.asw-img-crop-area {
  width: 100%;
  height: 410px;
  overflow: hidden;
  background: #e6e9ee;
}

.asw-img-crop-preview {
  position: relative;
  width: 100%;
  margin: 10px auto;
  background: #e6e9ee;
  text-align: center;
}
.asw-img-crop-preview:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  height: 50%;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  color: #8394a9;
}
.asw-img-crop-preview > img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.asw-original {
  display: inline-block;
  margin: 0px auto;
}

@media screen and (max-width: 690px) {
  .asw-original {
    margin-bottom: 50px;
  }
}
.asw-circular-square {
  border-radius: 50%;
}

.asw-mat-icon {
  font-size: 18px !important;
  position: relative;
  top: 4px;
}

.asw-mat-error {
  font-size: 12px;
}

mat-icon {
  color: #5f6368;
  fill: #5f6368 !important;
}

.asw-icon-disabled svg {
  color: currentColor;
  fill: currentColor;
}

.asw-icon svg {
  color: #fff;
  fill: #fff !important;
}

.asw-error {
  fill: #f44336 !important;
  color: #f44336 !important;
}

.asw-radio-group {
  display: flex;
  flex-direction: column;
}

.asw-margin {
  margin: 0 10px;
}

.asw-section {
  display: flex;
  align-content: center;
  align-items: center;
  height: 60px;
}

.asw-datetimepicker-content {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8705882353);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.1411764706), 0 3px 14px 2px rgba(0, 0, 0, 0.1215686275);
}

.asw-calendar-header {
  background-color: #3f51b5;
  color: white;
}

.asw-calendar-body-label {
  color: rgba(0, 0, 0, 0.5411764706);
}

.asw-calendar-table-header {
  color: rgba(0, 0, 0, 0.3803921569);
}

.asw-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.8705882353);
}
.asw-calendar-body-cell-content.asw-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.asw-calendar-body-cell-content.asw-calendar-body-selected.asw-calendar-body-today {
  box-shadow: inset 0 0 0 1px #fff;
}
.asw-calendar-body-cell-content:not(.asw-calendar-body-selected).asw-calendar-body-today {
  border-color: rgba(0, 0, 0, 0.3803921569);
}

.asw-calendar-body-cell:not(.asw-calendar-body-disabled):hover > .asw-calendar-body-cell-content:not(.asw-calendar-body-selected),
.asw-calendar-body-active > .asw-calendar-body-cell-content:not(.asw-calendar-body-selected) {
  background-color: rgba(63, 81, 181, 0.3019607843);
}

.asw-calendar-body-disabled > .asw-calendar-body-cell-content:not(.asw-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.3803921569);
}
.asw-calendar-body-disabled > .asw-calendar-body-today:not(.asw-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.3803921569);
}
.asw-calendar-body-disabled > .asw-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.asw-calendar-previous-button.disabled,
.asw-calendar-next-button.disabled {
  color: rgba(0, 0, 0, 0.3803921569);
}

.asw-clock-wrapper {
  background-color: rgba(0, 0, 0, 0.1215686275);
}

.asw-clock-center {
  background-color: #3f51b5;
}

.asw-clock-hand {
  background-color: #3f51b5;
}
.asw-clock-hand::before {
  background-color: #3f51b5;
}

.asw-clock-cell {
  color: rgba(0, 0, 0, 0.8705882353);
}
.asw-clock-cell.asw-clock-cell-selected {
  background-color: #3f51b5;
  color: #fff;
}
.asw-clock-cell:not(.asw-clock-cell-selected, .asw-clock-cell-disabled):hover {
  background-color: rgba(0, 0, 0, 0.0392156863);
}
.asw-clock-cell.asw-clock-cell-disabled {
  color: rgba(0, 0, 0, 0.3803921569);
}

.asw-datetimepicker-toggle-active {
  color: #3f51b5;
}
.asw-datetimepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.asw-datetimepicker-toggle-active.mat-warn {
  color: #f44336;
}

.asw-time-input {
  color: rgba(0, 0, 0, 0.8705882353);
  background-color: rgba(0, 0, 0, 0.1215686275);
}
.asw-time-input.asw-time-input-active {
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.2);
}
.asw-time-input.asw-time-input-active:focus {
  border-color: #3f51b5;
  background-color: #fafafa;
}
.asw-time-input.asw-time-input-active:focus::placeholder {
  color: rgba(63, 81, 181, 0.6);
}
.asw-time-input.asw-time-input-warning {
  border-color: #f44336;
}

.asw-calendar-body {
  font-size: 13px;
}

.asw-calendar-body-label,
.asw-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.asw-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.asw-clock {
  font-size: 14px;
}

.asw-editor-textarea {
  min-height: 150px;
  overflow: auto;
  margin-bottom: 10px;
  resize: vertical;
}
.asw-editor-textarea:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  cursor: nwse-resize;
  background-color: rgba(255, 255, 255, 0.5);
}

.asw-editor-toolbar {
  font: 100 14px/15px Roboto, Arial, sans-serif;
  font-size: 0.8rem;
  padding: 0.2rem;
  border: 1px solid #ddd;
}
.asw-editor-toolbar .asw-editor-toolbar-set {
  display: none;
  margin-right: 5px;
  vertical-align: middle;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button {
  background-color: white;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 0.4rem;
  min-width: 2rem;
  float: left;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  transition: 0.2s ease;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button:focus, .asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button.focus {
  outline: 0;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button:disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button:disabled > .color-label {
  pointer-events: none;
  cursor: not-allowed;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button:disabled > .color-label.foreground :after {
  background: #555555;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button:disabled > .color-label.background {
  background: #555555;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button.active {
  background-color: #e8f0fe;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button.active mat-icon {
  color: #1a73e8 !important;
}
.asw-editor-toolbar .asw-editor-toolbar-set .asw-editor-button.active:hover {
  background-color: #e8f0fe;
}
.asw-editor-toolbar .asw-editor-toolbar-set select {
  font-size: 11px;
  width: 90px;
  vertical-align: middle;
  background-color: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  outline: none;
  padding: 0.4rem;
  cursor: pointer;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-heading {
  display: inline-block;
  width: 90px;
}
@supports not (-moz-appearance: none) {
  .asw-editor-toolbar .asw-editor-toolbar-set .select-heading optgroup {
    font-size: 12px;
    background-color: #f4f4f4;
    padding: 5px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-heading option {
    border: 1px solid;
    background-color: white;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-heading .div {
    font-size: 12px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-heading .pre {
    font-size: 12px;
  }
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-heading:disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-heading:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  transition: 0.2s ease;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-font {
  display: inline-block;
  width: 90px;
}
@supports not (-moz-appearance: none) {
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font optgroup {
    font-size: 12px;
    background-color: #f4f4f4;
    padding: 5px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font option {
    border: 1px solid;
    background-color: white;
  }
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-font:disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-font:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  transition: 0.2s ease;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-font-size {
  display: inline-block;
  width: 50px;
}
@supports not (-moz-appearance: none) {
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size optgroup {
    font-size: 12px;
    background-color: #f4f4f4;
    padding: 5px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size option {
    border: 1px solid;
    background-color: white;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size1 {
    font-size: 10px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size2 {
    font-size: 12px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size3 {
    font-size: 14px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size4 {
    font-size: 16px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size5 {
    font-size: 18px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size6 {
    font-size: 20px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-font-size .size7 {
    font-size: 22px;
  }
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-font-size:disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-font-size:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  transition: 0.2s ease;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-custom-style {
  display: inline-block;
  width: 90px;
}
@supports not (-moz-appearance: none) {
  .asw-editor-toolbar .asw-editor-toolbar-set .select-custom-style {
    /*.size1 {
        font-size: 10px;
    }
    .size2 {
        font-size: 12px;
    }
    .size3 {
        font-size: 14px;
    }
    .size4 {
        font-size: 16px;
    }
    .size5 {
        font-size: 18px;
    }
    .size6 {
        font-size: 20px;
    }
    .size7 {
        font-size: 22px;
    }*/
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-custom-style optgroup {
    font-size: 12px;
    background-color: #f4f4f4;
    padding: 5px;
  }
  .asw-editor-toolbar .asw-editor-toolbar-set .select-custom-style option {
    border: 1px solid;
    background-color: white;
  }
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-custom-style:disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.asw-editor-toolbar .asw-editor-toolbar-set .select-custom-style:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  transition: 0.2s ease;
}
.asw-editor-toolbar .asw-editor-toolbar-set .color-label {
  position: relative;
  cursor: pointer;
}
.asw-editor-toolbar .asw-editor-toolbar-set .background {
  font-size: smaller;
  background: #1b1b1b;
  color: white;
  padding: 3px;
}
.asw-editor-toolbar .asw-editor-toolbar-set .foreground :after {
  position: absolute;
  content: "";
  left: -1px;
  top: auto;
  bottom: -3px;
  right: auto;
  width: 15px;
  height: 2px;
  z-index: 0;
  background: #1b1b1b;
}
.asw-editor-toolbar .asw-editor-toolbar-set:not([style*="display:none"]):not([style*="display: none"]) {
  display: inline-block;
}

.asw-watermark {
  position: fixed;
  bottom: 4%;
  right: 2%;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s;
}
.asw-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIzODMgMjc4LjYzNDMgMzgwIDEyMi4zMzEzIiB3aWR0aD0iMTI1MCIgaGVpZ2h0PSI0MDIuNDA1NTkyMTA1MjYzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48ZGVmcz48L2RlZnM+PHN0eWxlPi5hNml6bzR6SnBjb2xvciB7ZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eToxO30uYTZpem80ekpwc3Ryb2tlQ29sb3Itc3RyIHtzdHJva2U6IzNGM0YzRjtzdHJva2Utb3BhY2l0eToxO30uYUQ2ejFuWWtoY29sb3Ige2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTt9LmFENnoxbllraHN0cm9rZUNvbG9yLXN0ciB7c3Ryb2tlOiMzRjNGM0Y7c3Ryb2tlLW9wYWNpdHk6MTt9LmFJcHRPQ3lTbmNvbG9ycy0wIHtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7fS5hdEJYaXBYazBiZmlsbENvbG9yIHtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7fS5hdEJYaXBYazBic3Ryb2tlQ29sb3Itc3RyIHtzdHJva2U6IzNGM0YzRjtzdHJva2Utb3BhY2l0eToxO308L3N0eWxlPjxnIG9wYWNpdHk9IjEiIHRyYW5zZm9ybT0icm90YXRlKDAgMzgzIDI4NS45MDE1KSI+Cjxzdmcgd2lkdGg9IjEwNy44NDM4IiBoZWlnaHQ9IjEwNy43OTY5IiB4PSIzODMiIHk9IjI4NS45MDE1IiB2ZXJzaW9uPSIxLjEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjQ2NTQgNDY2NiA1MDY5MyA1MDY3MSI+CiAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIiBjbGFzcz0iYUlwdE9DeVNuY29sb3JzLTAiPjxkZWZzPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iZmlsMCIgZD0iTTExNDY0IDE0Mzc0bDEwNTYwIC03MzMzYy02MCwtMTM0IC05MywtMjgyIC05MywtNDM4IDAsLTI5NyAxMjAsLTU2NSAzMTUsLTc1OSAxOTQsLTE5NCA0NjMsLTMxNSA3NTksLTMxNSAyOTcsMCA1NjUsMTIwIDc1OSwzMTUgMTQxLDE0MSAyNDMsMzIxIDI4OCw1MjMgMTAzMCwtMzYgMjA2MSwtNzMgMzA5MSwtMTA5IDc3LC0zOTIgMjY5LC03NDMgNTQxLC0xMDE0IDM1NywtMzU3IDg1MCwtNTc4IDEzOTUsLTU3OCA1NDUsMCAxMDM4LDIyMSAxMzk1LDU3OCAyNDAsMjQwIDQxOCw1NDEgNTEwLDg3OWwzNDEwIC0xMjFjMzUsLTIyMiAxNDAsLTQyMCAyOTIsLTU3MiAxODgsLTE4OCA0NDgsLTMwNCA3MzUsLTMwNCAyODcsMCA1NDcsMTE2IDczNSwzMDQgMTg4LDE4OCAzMDQsNDQ4IDMwNCw3MzUgMCwxMTggLTIwLDIzMiAtNTYsMzM4IDM0ODQsMjAxMSA2OTY3LDQwMjIgMTA0NTEsNjAzMiA4OCwtMjcgMTgwLC00MSAyNzcsLTQxIDI2MywwIDUwMSwxMDcgNjczLDI3OSAxNzIsMTcyIDI3OSw0MTAgMjc5LDY3MyAwLDg5IC0xMiwxNzYgLTM1LDI1OCAxMjU4LDE4NDcgMjUxNywzNjk1IDM3NzUsNTU0MiAyNTEsLTEyNCA1MzMsLTE5NCA4MzIsLTE5NCA1MTksMCA5ODgsMjEwIDEzMjgsNTUwIDM0MCwzNDAgNTUwLDgxMCA1NTAsMTMyOCAwLDUxOSAtMjEwLDk4OCAtNTUwLDEzMjggLTIyMiwyMjIgLTQ5OSwzODkgLTgwOSw0NzggNDMzLDMyODcgODY2LDY1NzQgMTI5OCw5ODYxIDIzMiwxOSA0NDAsMTIxIDU5NSwyNzYgMTcyLDE3MiAyNzksNDEwIDI3OSw2NzMgMCwyNjMgLTEwNyw1MDEgLTI3OSw2NzMgLTE3MiwxNzIgLTQxMCwyNzkgLTY3MywyNzkgLTU3LDAgLTExMiwtNSAtMTY2LC0xNCAtMTM0MCwzNTM0IC0yNjgwLDcwNjggLTQwMjEsMTA2MDEgNTYsMzcgMTA5LDc5IDE1NiwxMjYgMTcyLDE3MiAyNzksNDEwIDI3OSw2NzMgMCwyNjMgLTEwNyw1MDEgLTI3OSw2NzMgLTE3MiwxNzIgLTQxMCwyNzkgLTY3MywyNzkgLTIyMywwIC00MjgsLTc3IC01OTEsLTIwNiAtMzU3NCwyMzE1IC03MTQ4LDQ2MzAgLTEwNzIzLDY5NDUgNDAsMTA1IDYyLDIxOSA2MiwzMzggMCwyNjMgLTEwNyw1MDEgLTI3OSw2NzMgLTE3MiwxNzIgLTQxMCwyNzkgLTY3MywyNzkgLTI2MywwIC01MDEsLTEwNyAtNjczLC0yNzkgLTEyMCwtMTIwIC0yMDksLTI3MyAtMjUxLC00NDQgLTMwNDgsMTg3IC02MDk1LDM3NCAtOTE0Myw1NjAgLTQ4LDEzNSAtMTI1LDI1NiAtMjI1LDM1NiAtMTcyLDE3MiAtNDEwLDI3OSAtNjczLDI3OSAtMjYzLDAgLTUwMSwtMTA3IC02NzMsLTI3OSAtMTcyLC0xNzIgLTI3OSwtNDEwIC0yNzksLTY3M2wwIC0xYy0xMjYyLC01NTEgLTI1MjUsLTExMDIgLTM3ODcsLTE2NTMgLTE3MiwxNjggLTQwNiwyNzEgLTY2NSwyNzEgLTI2MywwIC01MDEsLTEwNyAtNjczLC0yNzkgLTE3MiwtMTcyIC0yNzksLTQxMCAtMjc5LC02NzMgMCwtOSAwLC0xNyAwLC0yNSAtMTI2OSwtNTU0IC0yNTM3LC0xMTA4IC0zODA2LC0xNjYybC00NDQxIC00MDY3Yy0xNTYsMTExIC0zNDYsMTc2IC01NTIsMTc2IC0yNjMsMCAtNTAxLC0xMDcgLTY3MywtMjc5IC0xNzIsLTE3MiAtMjc5LC00MTAgLTI3OSwtNjczIDAsLTI2MSAxMDUsLTQ5NyAyNzUsLTY2OWwtMzIxOSAtNDkyMmMtMjQ4LDExMCAtNTIzLDE3MSAtODEyLDE3MSAtNTU0LDAgLTEwNTUsLTIyNCAtMTQxOCwtNTg3IC0zNjMsLTM2MyAtNTg3LC04NjQgLTU4NywtMTQxOCAwLC01NTQgMjI0LC0xMDU1IDU4NywtMTQxOCAyNjMsLTI2MyA1OTgsLTQ1MyA5NzQsLTUzOCAtMTk5LC0xNzk4IC0zOTgsLTM1OTYgLTU5NywtNTM5NCAzOTksLTI2MDUgNzk4LC01MjExIDExOTYsLTc4MTcgLTE2OCwtMTcyIC0yNzEsLTQwNiAtMjcxLC02NjUgMCwtMjYzIDEwNywtNTAxIDI3OSwtNjczIDE0NiwtMTQ2IDMzOSwtMjQ0IDU1NCwtMjcxIDg2OSwtMTc1NiAxNzM4LC0zNTEzIDI2MDcsLTUyNjkgLTcwLC00NSAtMTM1LC05NyAtMTk0LC0xNTUgLTIwNSwtMjA1IC0zMzEsLTQ4OCAtMzMxLC04MDAgMCwtMzEyIDEyNywtNTk1IDMzMSwtODAwIDIwNSwtMjA1IDQ4OCwtMzMxIDgwMCwtMzMxIDMxMiwwIDU5NSwxMjcgODAwLDMzMSAyNiwyNiA1MCw1MyA3Myw4MXptLTQyMTMgMjUyMTRsLTQyOCAtNjU0Yy02NCwxNCAtMTMxLDIxIC0yMDAsMjEgLTI2MywwIC01MDEsLTEwNyAtNjczLC0yNzkgLTE3MiwtMTcyIC0yNzksLTQxMCAtMjc5LC02NzMgMCwtMjg1IDExNywtNTAwIDMxMCwtNjUyIDEwMywtODEgMjIyLC0xMzcgMzUxLC0xNzBsLTcxIC02NDJjLTI4Myw3MiAtNTM1LDIyMCAtNzM1LDQyMCAtMjkxLDI5MSAtNDcwLDY5MiAtNDcwLDExMzUgMCw0NDMgMTgwLDg0NSA0NzAsMTEzNSAyOTEsMjkxIDY5Miw0NzAgMTEzNSw0NzAgMjA4LDAgNDA3LC00MCA1OTAsLTExMnptLTU5MCAtMzQ5OWM1NTQsMCAxMDU1LDIyNCAxNDE4LDU4NyAxMjgsMTI4IDIzOSwyNzQgMzI5LDQzMmw3MTczIC00MDIxYy0zNCwtMTIwIC01MywtMjQ2IC01MywtMzc3IDAsLTI4NCA4NywtNTQ3IDIzNSwtNzY2bC04MDkxIC04NzQ4Yy01NywxMSAtMTE2LDE2IC0xNzYsMTYgLTEwOSwwIC0yMTQsLTE4IC0zMTIsLTUybC0xMTYyIDc1OTMgNTkxIDUzMzVjMTYsMCAzMiwtMSA0OCwtMXptMTkwOCAxMzg3YzYzLDE5NSA5Nyw0MDIgOTcsNjE4IDAsNTU0IC0yMjQsMTA1NSAtNTg3LDE0MTggLTgwLDgwIC0xNjYsMTUzIC0yNTgsMjE4bDMyMDUgNDkwMWMxMDYsLTQxIDIyMSwtNjMgMzQyLC02MyAyNjMsMCA1MDEsMTA3IDY3MywyNzkgMTE4LDExOCAyMDUsMjY3IDI0OSw0MzRsMzI4NiAtMTY2YzI2LC00OTcgMjM3LC05NDQgNTY3LC0xMjc0IDI4NiwtMjg2IDY2MSwtNDg0IDEwODAsLTU0OCAtMTUzLC0zMDc0IC0zMDcsLTYxNDggLTQ2MSwtOTIyMiAtMzI1LC0zMSAtNjE2LC0xNzYgLTgzNCwtMzk0IC02OCwtNjggLTEyOSwtMTQzIC0xODEsLTIyNGwtNzE3OCA0MDIzem0tNzczIC01MTdjLTI5MSwtMjkxIC02OTIsLTQ3MCAtMTEzNSwtNDcwbC00IDAgNzMgNjYxYzE5OCwxNyAzODQsODIgNTM0LDIwMCA5NSw3NSAxNzIsMTY2IDIyNSwyNzNsNTY5IC0zMTljLTcyLC0xMjcgLTE2MCwtMjQzIC0yNjMsLTM0NXptLTE5NCAyNDM2YzY5LC01MCAxMzQsLTEwNSAxOTQsLTE2NiAyOTEsLTI5MSA0NzAsLTY5MiA0NzAsLTExMzUgMCwtMTQ0IC0xOSwtMjg0IC01NSwtNDE4bC02MzggMzU3Yy04LDI1MCAtMTEzLDQ3NiAtMjc4LDY0MiAtMzMsMzMgLTY4LDYzIC0xMDUsOTFsNDExIDYyOXptMTk5NTUgLTMzMTUybDY4NyAtMjRjMzksLTYyIDg1LC0xMjAgMTM2LC0xNzIgMTcyLC0xNzIgNDEwLC0yNzkgNjczLC0yNzkgMjYzLDAgNTAxLDEwNyA2NzMsMjc5IDM2LDM2IDY5LDc1IDk5LDExNmw3NDYgLTI2Yy03OCwtMjMzIC0yMDksLTQ0MSAtMzc5LC02MTAgLTI4NSwtMjg1IC02NzgsLTQ2MSAtMTExMiwtNDYxIC00MzQsMCAtODI4LDE3NiAtMTExMiw0NjEgLTE5NSwxOTUgLTMzOSw0NDEgLTQxMSw3MTd6bTM0OTIgMjc1YzIsNDAgNCw4MCA0LDEyMCAwLDU0NSAtMjIxLDEwMzggLTU3OCwxMzk1IC0xNTIsMTUyIC0zMzAsMjgwIC01MjUsMzc2bDIxMTcgNDI4M2M1MywtOSAxMDcsLTE0IDE2MywtMTQgMTMxLDAgMjU3LDI3IDM3MSw3NWwyMjU5IC01NzE0Yy02MywtNDAgLTEyMSwtODggLTE3NCwtMTQwIC0xMzUsLTEzNSAtMjMzLC0zMDcgLTI3OCwtNTAwbC0zMzU5IDExOXptLTE0NzUgMjAzMGMtMTU4LDQxIC0zMjMsNjIgLTQ5NCw2MiAtNTQ1LDAgLTEwMzgsLTIyMSAtMTM5NSwtNTc4IC0zNTMsLTM1MyAtNTczLC04MzggLTU3OCwtMTM3NmwtMzA0MSAxMDdjLTM1LDIzMiAtMTQ0LDQzOSAtMzAyLDU5NyAtMTk0LDE5NCAtNDYzLDMxNSAtNzU5LDMxNSAtNDksMCAtOTcsLTMgLTE0MywtMTBsLTIyODYgNjg5MGMyNDgsMTA0IDQ3MSwyNTUgNjU4LDQ0MiAyMzAsMjMwIDQwNiw1MTYgNTA2LDgzNGw5NTYxIC0xOTk3Yy0xNSwtNjYgLTIyLC0xMzYgLTIyLC0yMDYgMCwtMjYzIDEwNywtNTAxIDI3OSwtNjczIDQyLC00MiA4OSwtODEgMTM5LC0xMTVsLTIxMjIgLTQyOTR6bS0yMDY2IC0xOTA1YzEsNDMyIDE3Nyw4MjMgNDYxLDExMDcgMjg1LDI4NSA2NzgsNDYxIDExMTIsNDYxIDEwNywwIDIxMSwtMTEgMzExLC0zMWwtMjUzIC01MTJjLTI4LDIgLTU2LDQgLTg0LDQgLTI2MywwIC01MDEsLTEwNyAtNjczLC0yNzkgLTE3MiwtMTcyIC0yNzksLTQxMCAtMjc5LC02NzMgMCwtMzMgMiwtNjYgNSwtOThsLTYwMCAyMXptMjI2NSAxNDA3YzE1NiwtNzcgMjk4LC0xNzkgNDIwLC0zMDAgMjg1LC0yODUgNDYxLC02NzggNDYxLC0xMTEyIDAsLTM2IC0xLC03MSAtNCwtMTA2bC02NTggMjNjOSw1MyAxNCwxMDggMTQsMTY0IDAsMjYzIC0xMDcsNTAxIC0yNzksNjczIC02MCw2MCAtMTI4LDExMiAtMjAzLDE1NWwyNDkgNTAzem0yMjI3OSAxMTUyOWwyOTYgNDM1Yzk2LC0zMSAxOTksLTQ4IDMwNiwtNDggMjc0LDAgNTIyLDExMSA3MDIsMjkxIDE4MCwxODAgMjkxLDQyOCAyOTEsNzAyIDAsMjc0IC0xMTEsNTIyIC0yOTEsNzAyIC04NSw4NSAtMTg1LDE1NCAtMjk2LDIwNGw2MiA0NjdjMjIxLC03MyA0MTksLTE5NyA1NzksLTM1OCAyNjgsLTI2OCA0MzMsLTYzNyA0MzMsLTEwNDUgMCwtNDA4IC0xNjUsLTc3OCAtNDMzLC0xMDQ1IC0yNjgsLTI2OCAtNjM3LC00MzMgLTEwNDUsLTQzMyAtMjE1LDAgLTQyMCw0NiAtNjA0LDEyOXptNzMwIDMyMjRjLTQyLDMgLTgzLDQgLTEyNiw0IC01MTksMCAtOTg4LC0yMTAgLTEzMjgsLTU1MCAtMTkzLC0xOTMgLTM0NSwtNDI5IC00MzksLTY5MWwtNjkxOSAxNTc2YzIsMjUgMiw1MCAyLDc1IDAsMjQyIC03MCw0NjcgLTE5MSw2NTdsMTAwNzEgODg4OGM2OSwtNDggMTQ0LC04NyAyMjUsLTExNWwtMTI5NSAtOTg0M3ptLTE5ODggLTE2MjVjLTExLC04MiAtMTYsLTE2NSAtMTYsLTI0OSAwLC01MTkgMjEwLC05ODggNTUwLC0xMzI4IDUwLC01MCAxMDMsLTk4IDE1OSwtMTQybC0zNjU2IC01MzY3Yy04LDkgLTE3LDE4IC0yNSwyNiAtMTcyLDE3MiAtNDEwLDI3OSAtNjczLDI3OSAtMTI4LDAgLTI1MCwtMjUgLTM2MSwtNzFsLTM0MDIgNzgzNWM4OCw1MyAxNzAsMTE2IDI0MiwxODggMTE1LDExNSAyMDcsMjUyIDI2OSw0MDRsNjkxMyAtMTU3NHptOTE5IC0xMzg4Yy0zNiwyOSAtNzAsNjEgLTEwMiw5MyAtMjY4LDI2OCAtNDMzLDYzNyAtNDMzLDEwNDUgMCw1NCAzLDEwNyA5LDE2MGw0NzUgLTEwOGMwLC03IDAsLTE0IDAsLTIyIDAsLTI3NCAxMTEsLTUyMiAyOTEsLTcwMiAxNiwtMTYgMzIsLTMxIDQ4LC00NWwtMjg3IC00MjJ6bS00MzEgMTY4NmM3NSwxODggMTg4LDM1NyAzMjgsNDk4IDI2OCwyNjggNjM3LDQzMyAxMDQ1LDQzMyAyNSwwIDQ5LC0xIDczLC0ybC02MCAtNDU0Yy01LDAgLTEwLDAgLTE2LDAgLTI3NCwwIC01MjIsLTExMSAtNzAyLC0yOTEgLTg0LC04NCAtMTUzLC0xODIgLTIwMiwtMjkybC00NjggMTA2em0tMzk2MjAgLTY3NTJjNDAsMTE2IDYyLDI0MCA2MiwzNzAgMCwxNyAwLDM1IC0xLDUybDYwNzcgODI3Yzg5LC0zNzUgMjgxLC03MTAgNTQ0LC05NzQgMzcwLC0zNzAgODgxLC01OTkgMTQ0NiwtNTk5IDEzOSwwIDI3NSwxNCA0MDcsNDBsMjI4OSAtNjg5OGMtODUsLTQ3IC0xNjMsLTEwNiAtMjMxLC0xNzNsLTEwNTkxIDczNTV6bS0yOCA4MTJjLTU3LDEzNSAtMTQwLDI1NiAtMjQyLDM1OCAtMjA1LDIwNSAtNDg4LDMzMSAtODAwLDMzMSAtODEsMCAtMTYwLC05IC0yMzcsLTI1bC0yNTUzIDUxNjBjMTQwLDQ3IDI2NiwxMjcgMzY4LDIyOSAxMjEsMTIxIDIwOSwyNzMgMjUxLDQ0NWw5NTIxIC00NzExYy0xMjcsLTI2NiAtMTk4LC01NjQgLTE5OCwtODc5IDAsLTI2IDAsLTUxIDEsLTc3bC02MTEyIC04MzF6bTI4NTE5IDI2MjgyYzQ0Myw1NCA4MzksMjU2IDExMzksNTU2IDM1MiwzNTIgNTcwLDgzOCA1NzAsMTM3NiAwLDEyOCAtMTIsMjU0IC0zNiwzNzVsNjk2MiAxNDYwYzM3LC0xMTEgOTMsLTIxMyAxNjUsLTMwMWwtNzc1NCAtOTYzNWMtMTksMSAtMzgsMiAtNTcsMiAtMTIxLDAgLTIzNywtMjMgLTM0MywtNjRsLTY0NiA2MjMzem0xNTU2IDI2ODljLTk4LDIzMiAtMjQxLDQ0MiAtNDE3LDYxOCAtMzUyLDM1MiAtODM4LDU3MCAtMTM3Niw1NzAgLTUzNywwIC0xMDI0LC0yMTggLTEzNzYsLTU3MCAtMzUyLC0zNTIgLTU3MCwtODM4IC01NzAsLTEzNzYgMCwtNDkgMiwtOTggNSwtMTQ2bC01NDcxIC0xNTM2Yy00OSw4MiAtMTA3LDE1NyAtMTc0LDIyNCAtNTksNTkgLTEyNCwxMTEgLTE5NSwxNTZsMjQyMyA0OTI3YzU2LC01IDExMywtNyAxNzAsLTcgNTM3LDAgMTAyNCwyMTggMTM3Niw1NzAgMjI3LDIyNyAzOTgsNTEwIDQ5MSw4MjZsMTE3NDMgLTI4NjUgLTY2MzAgLTEzOTB6bS0zNjYxIC0xMjk5YzkyLC0zMjAgMjY1LC02MDUgNDk0LC04MzQgMzE2LC0zMTYgNzQwLC01MjQgMTIxMiwtNTYzbDY3MiAtNjQ4N2MtMzIsLTM3IC02MSwtNzYgLTg3LC0xMTdsLTc3OTEgNTc1OGM3NywxNTQgMTIxLDMyOSAxMjEsNTEzIDAsNzMgLTcsMTQ1IC0yMCwyMTVsNTQwMCAxNTE2em0tMTY5MjggNzg5MGMyNjMsMCA1MDEsMTA3IDY3MywyNzkgMTcyLDE3MiAyNzksNDEwIDI3OSw2NzMgMCwxMjEgLTIyLDIzNiAtNjMsMzQybDM2NTIgMTU5NGM0NywtMTAzIDExMywtMTk2IDE5MiwtMjc1IDE3MiwtMTcyIDQxMCwtMjc5IDY3MywtMjc5IDU1LDAgMTA5LDUgMTYyLDE0bDIwMjMgLTUyOTEgLTkzNTYgLTIyODVjLTk4LDI3NSAtMjU2LDUyMSAtNDU3LDcyMyAtODIsODIgLTE3MCwxNTYgLTI2NSwyMjJsMjM3MCA0MjkyYzM5LC01IDc5LC04IDEyMCwtOHptLTg1NSA1MzNjNDYsLTk1IDEwOCwtMTgwIDE4MiwtMjU0IDUyLC01MiAxMDksLTk3IDE3MSwtMTM2bC0yMzM4IC00MjMzYy0yMzQsOTkgLTQ5MSwxNTQgLTc2MSwxNTQgLTUzNywwIC0xMDI0LC0yMTggLTEzNzYsLTU3MCAtMjg2LC0yODYgLTQ4MywtNjYwIC01NDcsLTEwNzlsLTMyOTAgMTY3Yy0yMCwxMTYgLTYwLDIyNCAtMTE3LDMyMmw0MzkxIDQwMjEgMzY4NCAxNjA4em02NzkxIDE5NjRjNTAsMzQgOTcsNzMgMTQwLDExNiAxNTMsMTUzIDI1NCwzNTkgMjc1LDU4N2w5MDgwIC01NTdjMzUsLTE5NSAxMjksLTM2OCAyNjQsLTUwMyA0MCwtNDAgODMsLTc2IDEzMCwtMTA5bC0xMDk2IC0yMjI4Yy0zMTcsMjI0IC03MDQsMzU1IC0xMTIxLDM1NSAtNTM3LDAgLTEwMjQsLTIxOCAtMTM3NiwtNTcwIC0zNTIsLTM1MiAtNTcwLC04MzggLTU3MCwtMTM3NiAwLC01NCAyLC0xMDcgNywtMTYwbC0zNjkwIC05MDEgLTIwNDMgNTM0NXptMTA0MzIgLTYzNWMyNjMsMCA1MDEsMTA3IDY3MywyNzlsMCAwIDEwNjg0IC02OTIwYy0yMCwtMzkgLTM4LC04MCAtNTMsLTEyMmwtMTIxMjUgMjk1OWM0LDUyIDYsMTA0IDYsMTU2IDAsNTA4IC0xOTUsOTcxIC01MTQsMTMxOGwxMTU0IDIzNDdjNTcsLTExIDExNSwtMTYgMTc1LC0xNnptLTQ2MjUgLTQyMDFjOTMsLTMxNSAyNjQsLTU5NyA0OTAsLTgyMyAyMjEsLTIyMSA0OTUsLTM4OSA4MDAsLTQ4M2wtMjM4NiAtNDg1M2MtODAsMTggLTE2NCwyNyAtMjUwLDI3IC04OCwwIC0xNzQsLTEwIC0yNTcsLTI5bC0yMDE3IDUyNzcgMzYyMCA4ODR6bS0xNTI0MSAtNTQ4NmM0OTYsMjYgOTQzLDIzOCAxMjczLDU2NyAzNTIsMzUyIDU3MCw4MzggNTcwLDEzNzYgMCw5MCAtNiwxNzkgLTE4LDI2Nmw5NDA1IDIyOTcgMjA0MCAtNTMzN2MtNjgsLTQ0IC0xMzEsLTk1IC0xODgsLTE1MiAtMjA4LC0yMDggLTMzNywtNDk2IC0zMzcsLTgxMyAwLC0xMTkgMTgsLTIzNCA1MiwtMzQyIC00MTg1LC0yNDg3IC04MzcwLC00OTc1IC0xMjU1NCwtNzQ2M2wtNSA1Yy0xODcsMTg3IC00MjksMzIwIC02OTksMzc0bDQ2MSA5MjIzem0xODU4MyAtMzY0MjZjLTE2LDE4IC0zMiwzNiAtNDksNTMgLTE4OCwxODggLTQ0OCwzMDQgLTczNSwzMDQgLTY1LDAgLTEyOCwtNiAtMTg5LC0xN2wtMjI5NiA1ODA2YzE0MCwxNTQgMjI5LDM1NSAyNDMsNTc2bDEzMjIzIC03MzRjMTgsLTIxIDM3LC00MiA1NywtNjJsNCAtNCAtMTAyNTkgLTU5MjF6bS0zMDg3IDcxMjRjLTIxLDU1IC00NywxMDcgLTc3LDE1Nmw4OTQwIDgxMjhjMjA5LC0xNjYgNDc0LC0yNjUgNzYyLC0yNjUgODcsMCAxNzMsOSAyNTUsMjZsMzQzOSAtNzkyMWMtMTU5LC0xNzAgLTI1NiwtMzk5IC0yNTYsLTY1MCAwLC02OSA3LC0xMzYgMjEsLTIwMGwtMTMwODMgNzI2em0tMzUyIDQ0NWMtMTE4LDgxIC0yNTUsMTM2IC00MDQsMTU2bC0yMTUzIDEyMTUzYzMyMiw5MiA2MTEsMjY1IDg0MSw0OTUgMTM0LDEzNCAyNDgsMjg3IDMzOCw0NTVsMTAxNTcgLTQxODFjLTIxLC04OSAtMzEsLTE4MiAtMzEsLTI3NyAwLC0yNDYgNzIsLTQ3NSAxOTcsLTY2N2wtODk0NyAtODEzNHptLTgwNCAxMjdjLTE1NSwtNDUgLTI5MywtMTI5IC00MDUsLTI0MCAtMzAsLTMwIC01OCwtNjEgLTgzLC05NWwtOTY1MyAyMDE2YzgsNzMgMTIsMTQ2IDEyLDIyMSAwLDU2NSAtMjI5LDEwNzYgLTU5OSwxNDQ2bC03IDcgNzM4MiA5MDcyYzMwNiwtMjAxIDY3MywtMzE4IDEwNjcsLTMxOCA0NywwIDk1LDIgMTQxLDUgNzE2LC00MDM3IDE0MzEsLTgwNzUgMjE0NSwtMTIxMTN6bTIxODk2IDE5Nzg4Yy00OSwtMzQgLTk1LC03MiAtMTM3LC0xMTQgLTExNSwtMTE1IC0yMDAsLTI1OCAtMjQ1LC00MTlsLTExNDcwIDEyOTZjLTQ3LDEwMyAtMTEzLDE5NyAtMTkyLDI3NiAtNjAsNjAgLTEyOCwxMTIgLTIwMiwxNTVsNzY1MSA5NTA3YzEyOSwtNjUgMjc0LC0xMDIgNDI4LC0xMDIgNDksMCA5Nyw0IDE0MywxMWw0MDI0IC0xMDYxMHptLTQwNSAtOTMyYzE5LC0xMjUgNjMsLTI0MiAxMjUsLTM0NWwtMTAwNjQgLTg4ODFjLTIxMSwxNzEgLTQ3OSwyNzMgLTc3MiwyNzMgLTEwLDAgLTIwLDAgLTI5LDBsLTE2ODAgODg2NiAtNDYgNDQ4YzUwLC04IDEwMSwtMTIgMTU0LC0xMiAyNjMsMCA1MDEsMTA3IDY3MywyNzkgMTY5LDE2OSAyNzUsNDAxIDI3OSw2NThsMTEzNjEgLTEyODR6bS0yMTkzNyAtNDE3M2w4ODI4IDQ5NTFjMzYsLTU1IDc3LC0xMDUgMTIzLC0xNTIgMzEsLTMxIDY0LC02MCA5OSwtODdsNzAgLTY3OCAyIC0xNiAxNjgxIC04ODc0Yy0xNjksLTYyIC0zMjEsLTE2MCAtNDQ2LC0yODUgLTY3LC02NyAtMTI2LC0xNDIgLTE3NiwtMjIzbC0xMDE1NyA0MTgxYzUyLDE3NSA4MCwzNjEgODAsNTUyIDAsMjIwIC0zNyw0MzIgLTEwNCw2MzB6bTg2ODQgNTMyOGwtODg1MiAtNDk2NGMtODMsMTQwIC0xODMsMjY4IC0yOTcsMzgyIC0yNDgsMjQ4IC01NjIsNDI5IC05MTQsNTE1bDEzNTcgOTg0MWM3LDAgMTUsMCAyMiwwIDMwNywwIDU4NiwxMjAgNzkyLDMxN2w3ODg4IC01ODMwYy01LC0zOCAtNywtNzcgLTcsLTExNiAwLC00OSA0LC05NyAxMSwtMTQ0em0tMTkyODMgLTE2NDA1Yy0zMjQsMjE1IC03MTIsMzQwIC0xMTMwLDM0MCAtNTQsMCAtMTA3LC0yIC0xNjAsLTZsLTIzMDEgMTI5MzNjMjAzLDY4IDM4NCwxODIgNTMyLDMzMCAxNzMsMTczIDI5OSwzOTIgMzYwLDYzN2w5NTYzIC0zMzM3Yy0zNCwtMTQ0IC01MiwtMjk1IC01MiwtNDQ5IDAsLTUzNyAyMTgsLTEwMjMgNTY5LC0xMzc1bC03MzgyIC05MDcyem0tMTY4MiAyNjVjLTM0MywtOTYgLTY0OSwtMjc5IC04OTQsLTUyMyAtNzAsLTcwIC0xMzUsLTE0NSAtMTk0LC0yMjRsLTk3MjUgNDgxMmMtNDEsMTc2IC0xMzEsMzM0IC0yNTQsNDU3IC0zNCwzNCAtNzEsNjYgLTExMCw5NGw3OTc0IDg2MjFjMjM1LC0xOTEgNTM0LC0zMDUgODYxLC0zMDUgMTMsMCAyNywwIDQwLDEgNzY4LC00MzExIDE1MzYsLTg2MjIgMjMwMiwtMTI5MzN6bS05NzkgMTQzNzhjLTEyLDIwMCAtNjYsMzg5IC0xNTUsNTU3bDEyNTAwIDc0MzFjMzEsLTQxIDY1LC04MCAxMDEsLTExNiAxMTIsLTExMiAyNDgsLTIwMiAzOTksLTI2MCAtNDUzLC0zMjg4IC05MDYsLTY1NzYgLTEzNjAsLTk4NjQgLTIyLDEgLTQ1LDEgLTY3LDEgLTUzNywwIC0xMDI0LC0yMTggLTEzNzYsLTU3MCAtMTU5LC0xNTkgLTI5MCwtMzQ0IC0zODYsLTU1MGwtOTY1NiAzMzcwem0tMTA3MTUgLTEwNTI5bC00NiAwIDMyIDMyYzEsLTcgOSwtMjYgMTMsLTMyeiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPgo8L2c+PGcgb3BhY2l0eT0iMSIgdHJhbnNmb3JtPSJyb3RhdGUoMCA1MjkuNjAyMiAzNjcuNjU3NikiPgo8c3ZnIHdpZHRoPSIyMzMuMzk3OCIgaGVpZ2h0PSIxNi45NTY4IiB4PSI1MjkuNjAyMiIgeT0iMzY3LjY1NzYiIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iLTAuMiAtMjkuOTYgNDE3Ljg4IDMwLjM2MDAwMDAwMDAwMDAwMyI+CiAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIiBjbGFzcz0iYTZpem80ekpwY29sb3IiPjxwYXRoIGlkPSJpZC02aXpvNHpKcDE2IiBkPSJNMjQuNzIgMEwyMS45Mi02LjQ4TDcuOTItNi40OEw1LjE2IDBMLTAuMjAgMEwxMi40MC0yOEwxNy41Mi0yOEwzMC4xNiAwTDI0LjcyIDBaTTkuNjgtMTAuNTZMMjAuMjAtMTAuNTZMMTQuOTItMjIuODBMOS42OC0xMC41NlogTTYxLjQ0IDAuNDBRNTguMjAgMC40MCA1NS4xOC0wLjUyUTUyLjE2LTEuNDQgNTAuNDAtMi45Nkw1MC40MC0yLjk2TDUyLjIwLTdRNTMuOTItNS42NCA1Ni40Mi00Ljc4UTU4LjkyLTMuOTIgNjEuNDQtMy45Mkw2MS40NC0zLjkyUTY0LjU2LTMuOTIgNjYuMTAtNC45MlE2Ny42NC01LjkyIDY3LjY0LTcuNTZMNjcuNjQtNy41NlE2Ny42NC04Ljc2IDY2Ljc4LTkuNTRRNjUuOTItMTAuMzIgNjQuNjAtMTAuNzZRNjMuMjgtMTEuMjAgNjEtMTEuNzZMNjEtMTEuNzZRNTcuODAtMTIuNTIgNTUuODItMTMuMjhRNTMuODQtMTQuMDQgNTIuNDItMTUuNjZRNTEtMTcuMjggNTEtMjAuMDRMNTEtMjAuMDRRNTEtMjIuMzYgNTIuMjYtMjQuMjZRNTMuNTItMjYuMTYgNTYuMDYtMjcuMjhRNTguNjAtMjguNDAgNjIuMjgtMjguNDBMNjIuMjgtMjguNDBRNjQuODQtMjguNDAgNjcuMzItMjcuNzZRNjkuODAtMjcuMTIgNzEuNjAtMjUuOTJMNzEuNjAtMjUuOTJMNjkuOTYtMjEuODhRNjguMTItMjIuOTYgNjYuMTItMjMuNTJRNjQuMTItMjQuMDggNjIuMjQtMjQuMDhMNjIuMjQtMjQuMDhRNTkuMTYtMjQuMDggNTcuNjYtMjMuMDRRNTYuMTYtMjIgNTYuMTYtMjAuMjhMNTYuMTYtMjAuMjhRNTYuMTYtMTkuMDggNTcuMDItMTguMzJRNTcuODgtMTcuNTYgNTkuMjAtMTcuMTJRNjAuNTItMTYuNjggNjIuODAtMTYuMTJMNjIuODAtMTYuMTJRNjUuOTItMTUuNDAgNjcuOTItMTQuNjJRNjkuOTItMTMuODQgNzEuMzQtMTIuMjRRNzIuNzYtMTAuNjQgNzIuNzYtNy45Mkw3Mi43Ni03LjkyUTcyLjc2LTUuNjAgNzEuNTAtMy43MlE3MC4yNC0xLjg0IDY3LjY4LTAuNzJRNjUuMTIgMC40MCA2MS40NCAwLjQwTDYxLjQ0IDAuNDBaIE05MS4wNCAwLjI4UTg3LjgwIDAuMjggODUuMjAtMS4xMlE4Mi42MC0yLjUyIDgxLjE0LTUuMDJRNzkuNjgtNy41MiA3OS42OC0xMC42OEw3OS42OC0xMC42OFE3OS42OC0xMy44NCA4MS4xNC0xNi4zMlE4Mi42MC0xOC44MCA4NS4yMC0yMC4yMFE4Ny44MC0yMS42MCA5MS4wNC0yMS42MEw5MS4wNC0yMS42MFE5NC4zMi0yMS42MCA5Ni45Mi0yMC4yMFE5OS41Mi0xOC44MCAxMDAuOTgtMTYuMzJRMTAyLjQ0LTEzLjg0IDEwMi40NC0xMC42OEwxMDIuNDQtMTAuNjhRMTAyLjQ0LTcuNTIgMTAwLjk4LTUuMDJROTkuNTItMi41MiA5Ni45Mi0xLjEyUTk0LjMyIDAuMjggOTEuMDQgMC4yOEw5MS4wNCAwLjI4Wk05MS4wNC00UTkzLjgwLTQgOTUuNjAtNS44NFE5Ny40MC03LjY4IDk3LjQwLTEwLjY4TDk3LjQwLTEwLjY4UTk3LjQwLTEzLjY4IDk1LjYwLTE1LjUyUTkzLjgwLTE3LjM2IDkxLjA0LTE3LjM2TDkxLjA0LTE3LjM2UTg4LjI4LTE3LjM2IDg2LjUwLTE1LjUyUTg0LjcyLTEzLjY4IDg0LjcyLTEwLjY4TDg0LjcyLTEwLjY4UTg0LjcyLTcuNjggODYuNTAtNS44NFE4OC4yOC00IDkxLjA0LTRMOTEuMDQtNFogTTExOS45Mi0yNS45MlExMTYuNzYtMjUuOTIgMTE2Ljc2LTIyLjQ4TDExNi43Ni0yMi40OEwxMTYuNzYtMjEuMjBMMTIyLjY0LTIxLjIwTDEyMi42NC0xNy4yMEwxMTYuOTItMTcuMjBMMTE2LjkyIDBMMTExLjkyIDBMMTExLjkyLTE3LjIwTDEwOC40MC0xNy4yMEwxMDguNDAtMjEuMjBMMTExLjkyLTIxLjIwTDExMS45Mi0yMi41NlExMTEuOTItMjYgMTEzLjkyLTI3Ljk4UTExNS45Mi0yOS45NiAxMTkuNTYtMjkuOTZMMTE5LjU2LTI5Ljk2UTEyMi40NC0yOS45NiAxMjQuMDgtMjguODBMMTI0LjA4LTI4LjgwTDEyMi42OC0yNS4wNFExMjEuNDAtMjUuOTIgMTE5LjkyLTI1LjkyTDExOS45Mi0yNS45MlogTTE0MS40NC00LjcyTDE0Mi44NC0xLjE2UTE0MS45Ni0wLjQ0IDE0MC43MC0wLjA4UTEzOS40NCAwLjI4IDEzOC4wNCAwLjI4TDEzOC4wNCAwLjI4UTEzNC41MiAwLjI4IDEzMi42MC0xLjU2UTEzMC42OC0zLjQwIDEzMC42OC02LjkyTDEzMC42OC02LjkyTDEzMC42OC0xNy4yMEwxMjcuMTYtMTcuMjBMMTI3LjE2LTIxLjIwTDEzMC42OC0yMS4yMEwxMzAuNjgtMjYuMDhMMTM1LjY4LTI2LjA4TDEzNS42OC0yMS4yMEwxNDEuNDAtMjEuMjBMMTQxLjQwLTE3LjIwTDEzNS42OC0xNy4yMEwxMzUuNjgtNy4wNFExMzUuNjgtNS40OCAxMzYuNDQtNC42NlExMzcuMjAtMy44NCAxMzguNjQtMy44NEwxMzguNjQtMy44NFExNDAuMzItMy44NCAxNDEuNDQtNC43MkwxNDEuNDQtNC43MlogTTE3OS40NC0yMS4zNkwxODMuODgtMjEuMzZMMTc2IDBMMTcxLjIwIDBMMTY1LjY4LTE0LjcyTDE2MC4wOCAwTDE1NS4yOCAwTDE0Ny40NC0yMS4zNkwxNTIuMTYtMjEuMzZMMTU3LjgwLTUuNjBMMTYzLjY4LTIxLjM2TDE2Ny44OC0yMS4zNkwxNzMuNjQtNS41MkwxNzkuNDQtMjEuMzZaIE0xOTguODAtMjEuNjBRMjAzLjUyLTIxLjYwIDIwNi4wMi0xOS4zNFEyMDguNTItMTcuMDggMjA4LjUyLTEyLjUyTDIwOC41Mi0xMi41MkwyMDguNTIgMEwyMDMuODAgMEwyMDMuODAtMi42MFEyMDIuODgtMS4yMCAyMDEuMTgtMC40NlExOTkuNDggMC4yOCAxOTcuMDggMC4yOEwxOTcuMDggMC4yOFExOTQuNjggMC4yOCAxOTIuODgtMC41NFExOTEuMDgtMS4zNiAxOTAuMTAtMi44MlExODkuMTItNC4yOCAxODkuMTItNi4xMkwxODkuMTItNi4xMlExODkuMTItOSAxOTEuMjYtMTAuNzRRMTkzLjQwLTEyLjQ4IDE5OC0xMi40OEwxOTgtMTIuNDhMMjAzLjUyLTEyLjQ4TDIwMy41Mi0xMi44MFEyMDMuNTItMTUuMDQgMjAyLjE4LTE2LjI0UTIwMC44NC0xNy40NCAxOTguMjAtMTcuNDRMMTk4LjIwLTE3LjQ0UTE5Ni40MC0xNy40NCAxOTQuNjYtMTYuODhRMTkyLjkyLTE2LjMyIDE5MS43Mi0xNS4zMkwxOTEuNzItMTUuMzJMMTg5Ljc2LTE4Ljk2UTE5MS40NC0yMC4yNCAxOTMuODAtMjAuOTJRMTk2LjE2LTIxLjYwIDE5OC44MC0yMS42MEwxOTguODAtMjEuNjBaTTE5OC4xMi0zLjM2UTIwMC0zLjM2IDIwMS40Ni00LjIyUTIwMi45Mi01LjA4IDIwMy41Mi02LjY4TDIwMy41Mi02LjY4TDIwMy41Mi05LjE2TDE5OC4zNi05LjE2UTE5NC4wNC05LjE2IDE5NC4wNC02LjMyTDE5NC4wNC02LjMyUTE5NC4wNC00Ljk2IDE5NS4xMi00LjE2UTE5Ni4yMC0zLjM2IDE5OC4xMi0zLjM2TDE5OC4xMi0zLjM2WiBNMjIzLjY4LTE4LjI0UTIyNS44NC0yMS42MCAyMzEuMjgtMjEuNjBMMjMxLjI4LTIxLjYwTDIzMS4yOC0xNi44NFEyMzAuNjQtMTYuOTYgMjMwLjEyLTE2Ljk2TDIzMC4xMi0xNi45NlEyMjcuMjAtMTYuOTYgMjI1LjU2LTE1LjI2UTIyMy45Mi0xMy41NiAyMjMuOTItMTAuMzZMMjIzLjkyLTEwLjM2TDIyMy45MiAwTDIxOC45MiAwTDIxOC45Mi0yMS4zNkwyMjMuNjgtMjEuMzZMMjIzLjY4LTE4LjI0WiBNMjU5LjQwLTEwLjU2UTI1OS40MC0xMC4wNCAyNTkuMzItOS4wOEwyNTkuMzItOS4wOEwyNDIuNTYtOS4wOFEyNDMtNi43MiAyNDQuODYtNS4zNFEyNDYuNzItMy45NiAyNDkuNDgtMy45NkwyNDkuNDgtMy45NlEyNTMtMy45NiAyNTUuMjgtNi4yOEwyNTUuMjgtNi4yOEwyNTcuOTYtMy4yMFEyNTYuNTItMS40OCAyNTQuMzItMC42MFEyNTIuMTIgMC4yOCAyNDkuMzYgMC4yOEwyNDkuMzYgMC4yOFEyNDUuODQgMC4yOCAyNDMuMTYtMS4xMlEyNDAuNDgtMi41MiAyMzkuMDItNS4wMlEyMzcuNTYtNy41MiAyMzcuNTYtMTAuNjhMMjM3LjU2LTEwLjY4UTIzNy41Ni0xMy44MCAyMzguOTgtMTYuMzBRMjQwLjQwLTE4LjgwIDI0Mi45Mi0yMC4yMFEyNDUuNDQtMjEuNjAgMjQ4LjYwLTIxLjYwTDI0OC42MC0yMS42MFEyNTEuNzItMjEuNjAgMjU0LjE4LTIwLjIyUTI1Ni42NC0xOC44NCAyNTguMDItMTYuMzRRMjU5LjQwLTEzLjg0IDI1OS40MC0xMC41NkwyNTkuNDAtMTAuNTZaTTI0OC42MC0xNy42MFEyNDYuMjAtMTcuNjAgMjQ0LjU0LTE2LjE4UTI0Mi44OC0xNC43NiAyNDIuNTItMTIuNDBMMjQyLjUyLTEyLjQwTDI1NC42NC0xMi40MFEyNTQuMzItMTQuNzIgMjUyLjY4LTE2LjE2UTI1MS4wNC0xNy42MCAyNDguNjAtMTcuNjBMMjQ4LjYwLTE3LjYwWiBNMzE5LjY4LTI4TDMyNC42NC0yOEwzMTUuMzYgMEwzMDkuODQgMEwzMDIuOTItMjAuNzJMMjk1Ljg4IDBMMjkwLjMyIDBMMjgxLjA0LTI4TDI4Ni40NC0yOEwyOTMuNDAtNi43MkwzMDAuNjQtMjhMMzA1LjQ0LTI4TDMxMi41Mi02LjYwTDMxOS42OC0yOFogTTM0MC40MCAwLjI4UTMzNy4xNiAwLjI4IDMzNC41Ni0xLjEyUTMzMS45Ni0yLjUyIDMzMC41MC01LjAyUTMyOS4wNC03LjUyIDMyOS4wNC0xMC42OEwzMjkuMDQtMTAuNjhRMzI5LjA0LTEzLjg0IDMzMC41MC0xNi4zMlEzMzEuOTYtMTguODAgMzM0LjU2LTIwLjIwUTMzNy4xNi0yMS42MCAzNDAuNDAtMjEuNjBMMzQwLjQwLTIxLjYwUTM0My42OC0yMS42MCAzNDYuMjgtMjAuMjBRMzQ4Ljg4LTE4LjgwIDM1MC4zNC0xNi4zMlEzNTEuODAtMTMuODQgMzUxLjgwLTEwLjY4TDM1MS44MC0xMC42OFEzNTEuODAtNy41MiAzNTAuMzQtNS4wMlEzNDguODgtMi41MiAzNDYuMjgtMS4xMlEzNDMuNjggMC4yOCAzNDAuNDAgMC4yOEwzNDAuNDAgMC4yOFpNMzQwLjQwLTRRMzQzLjE2LTQgMzQ0Ljk2LTUuODRRMzQ2Ljc2LTcuNjggMzQ2Ljc2LTEwLjY4TDM0Ni43Ni0xMC42OFEzNDYuNzYtMTMuNjggMzQ0Ljk2LTE1LjUyUTM0My4xNi0xNy4zNiAzNDAuNDAtMTcuMzZMMzQwLjQwLTE3LjM2UTMzNy42NC0xNy4zNiAzMzUuODYtMTUuNTJRMzM0LjA4LTEzLjY4IDMzNC4wOC0xMC42OEwzMzQuMDgtMTAuNjhRMzM0LjA4LTcuNjggMzM1Ljg2LTUuODRRMzM3LjY0LTQgMzQwLjQwLTRMMzQwLjQwLTRaIE0zNjUuMzYtMTguMjRRMzY3LjUyLTIxLjYwIDM3Mi45Ni0yMS42MEwzNzIuOTYtMjEuNjBMMzcyLjk2LTE2Ljg0UTM3Mi4zMi0xNi45NiAzNzEuODAtMTYuOTZMMzcxLjgwLTE2Ljk2UTM2OC44OC0xNi45NiAzNjcuMjQtMTUuMjZRMzY1LjYwLTEzLjU2IDM2NS42MC0xMC4zNkwzNjUuNjAtMTAuMzZMMzY1LjYwIDBMMzYwLjYwIDBMMzYwLjYwLTIxLjM2TDM2NS4zNi0yMS4zNkwzNjUuMzYtMTguMjRaIE0zODEuMjAgMEwzODEuMjAtMjkuNjhMMzg2LjIwLTI5LjY4TDM4Ni4yMCAwTDM4MS4yMCAwWiBNNDEyLjY4LTI5LjY4TDQxNy42OC0yOS42OEw0MTcuNjggMEw0MTIuODggMEw0MTIuODgtMi43NlE0MTEuNjQtMS4yNCA0MDkuODItMC40OFE0MDguMDAgMC4yOCA0MDUuODAgMC4yOEw0MDUuODAgMC4yOFE0MDIuNzIgMC4yOCA0MDAuMjYtMS4wOFEzOTcuODAtMi40NCAzOTYuNDAtNC45NFEzOTUuMDAtNy40NCAzOTUuMDAtMTAuNjhMMzk1LjAwLTEwLjY4UTM5NS4wMC0xMy45MiAzOTYuNDAtMTYuNDBRMzk3LjgwLTE4Ljg4IDQwMC4yNi0yMC4yNFE0MDIuNzItMjEuNjAgNDA1LjgwLTIxLjYwTDQwNS44MC0yMS42MFE0MDcuOTItMjEuNjAgNDA5LjY4LTIwLjg4UTQxMS40NC0yMC4xNiA0MTIuNjgtMTguNzJMNDEyLjY4LTE4LjcyTDQxMi42OC0yOS42OFpNNDA2LjQwLTRRNDA4LjIwLTQgNDA5LjY0LTQuODJRNDExLjA4LTUuNjQgNDExLjkyLTcuMTZRNDEyLjc2LTguNjggNDEyLjc2LTEwLjY4TDQxMi43Ni0xMC42OFE0MTIuNzYtMTIuNjggNDExLjkyLTE0LjIwUTQxMS4wOC0xNS43MiA0MDkuNjQtMTYuNTRRNDA4LjIwLTE3LjM2IDQwNi40MC0xNy4zNkw0MDYuNDAtMTcuMzZRNDA0LjYwLTE3LjM2IDQwMy4xNi0xNi41NFE0MDEuNzItMTUuNzIgNDAwLjg4LTE0LjIwUTQwMC4wNC0xMi42OCA0MDAuMDQtMTAuNjhMNDAwLjA0LTEwLjY4UTQwMC4wNC04LjY4IDQwMC44OC03LjE2UTQwMS43Mi01LjY0IDQwMy4xNi00LjgyUTQwNC42MC00IDQwNi40MC00TDQwNi40MC00WiIvPjwvZz4KPC9zdmc+CjwvZz48ZyBvcGFjaXR5PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSgwIDUyOS42MDIyIDI5NC45ODU2KSI+Cjxzdmcgd2lkdGg9IjIyMi42Nzk2IiBoZWlnaHQ9IjYwLjU2IiB4PSI1MjkuNjAyMiIgeT0iMjk0Ljk4NTYiIHZlcnNpb249IjEuMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iMS40OCAtMjEuODQgODEuNDggMjIuMTYiPgogIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgMCAwKSIgY2xhc3M9ImFENnoxbllraGNvbG9yIj48cGF0aCBpZD0iaWQtRDZ6MW5Za2gzIiBkPSJNMTEuNTYtMjEuODRRMTYuNTYtMjEuODQgMTkuMjQtMTkuNDZRMjEuOTItMTcuMDggMjEuOTItMTIuMjhMMjEuOTItMTIuMjhMMjEuOTIgMEwxNi4wOCAwTDE2LjA4LTIuNjhRMTQuMzIgMC4zMiA5LjUyIDAuMzJMOS41MiAwLjMyUTcuMDQgMC4zMiA1LjIyLTAuNTJRMy40MC0xLjM2IDIuNDQtMi44NFExLjQ4LTQuMzIgMS40OC02LjIwTDEuNDgtNi4yMFExLjQ4LTkuMjAgMy43NC0xMC45MlE2LTEyLjY0IDEwLjcyLTEyLjY0TDEwLjcyLTEyLjY0TDE1LjY4LTEyLjY0UTE1LjY4LTE0LjY4IDE0LjQ0LTE1Ljc4UTEzLjIwLTE2Ljg4IDEwLjcyLTE2Ljg4TDEwLjcyLTE2Ljg4UTktMTYuODggNy4zNC0xNi4zNFE1LjY4LTE1LjgwIDQuNTItMTQuODhMNC41Mi0xNC44OEwyLjI4LTE5LjI0UTQuMDQtMjAuNDggNi41MC0yMS4xNlE4Ljk2LTIxLjg0IDExLjU2LTIxLjg0TDExLjU2LTIxLjg0Wk0xMS4wOC0zLjg4UTEyLjY4LTMuODggMTMuOTItNC42MlExNS4xNi01LjM2IDE1LjY4LTYuODBMMTUuNjgtNi44MEwxNS42OC05TDExLjQwLTlRNy41Ni05IDcuNTYtNi40OEw3LjU2LTYuNDhRNy41Ni01LjI4IDguNTAtNC41OFE5LjQ0LTMuODggMTEuMDgtMy44OEwxMS4wOC0zLjg4WiBNMzQuODAgMC4zMlEzMi4xMiAwLjMyIDI5LjU2LTAuMzRRMjctMSAyNS40OC0yTDI1LjQ4LTJMMjcuNTYtNi40OFEyOS01LjU2IDMxLjA0LTQuOThRMzMuMDgtNC40MCAzNS4wNC00LjQwTDM1LjA0LTQuNDBRMzktNC40MCAzOS02LjM2TDM5LTYuMzZRMzktNy4yOCAzNy45Mi03LjY4UTM2Ljg0LTguMDggMzQuNjAtOC4zNkwzNC42MC04LjM2UTMxLjk2LTguNzYgMzAuMjQtOS4yOFEyOC41Mi05LjgwIDI3LjI2LTExLjEyUTI2LTEyLjQ0IDI2LTE0Ljg4TDI2LTE0Ljg4UTI2LTE2LjkyIDI3LjE4LTE4LjUwUTI4LjM2LTIwLjA4IDMwLjYyLTIwLjk2UTMyLjg4LTIxLjg0IDM1Ljk2LTIxLjg0TDM1Ljk2LTIxLjg0UTM4LjI0LTIxLjg0IDQwLjUwLTIxLjM0UTQyLjc2LTIwLjg0IDQ0LjI0LTE5Ljk2TDQ0LjI0LTE5Ljk2TDQyLjE2LTE1LjUyUTM5LjMyLTE3LjEyIDM1Ljk2LTE3LjEyTDM1Ljk2LTE3LjEyUTMzLjk2LTE3LjEyIDMyLjk2LTE2LjU2UTMxLjk2LTE2IDMxLjk2LTE1LjEyTDMxLjk2LTE1LjEyUTMxLjk2LTE0LjEyIDMzLjA0LTEzLjcyUTM0LjEyLTEzLjMyIDM2LjQ4LTEyLjk2TDM2LjQ4LTEyLjk2UTM5LjEyLTEyLjUyIDQwLjgwLTEyLjAyUTQyLjQ4LTExLjUyIDQzLjcyLTEwLjIwUTQ0Ljk2LTguODggNDQuOTYtNi41Mkw0NC45Ni02LjUyUTQ0Ljk2LTQuNTIgNDMuNzYtMi45NlE0Mi41Ni0xLjQwIDQwLjI2LTAuNTRRMzcuOTYgMC4zMiAzNC44MCAwLjMyTDM0LjgwIDAuMzJaIE03Ny40NC0yMS41Mkw4Mi45Ni0yMS41Mkw3NS4xNiAwTDY5LjE2IDBMNjQuMzItMTMuMzZMNTkuMzIgMEw1My4zMiAwTDQ1LjU2LTIxLjUyTDUxLjQ0LTIxLjUyTDU2LjUyLTYuOTZMNjEuODAtMjEuNTJMNjcuMDgtMjEuNTJMNzIuMjAtNi45Nkw3Ny40NC0yMS41MloiLz48L2c+Cjwvc3ZnPgo8L2c+PGcgb3BhY2l0eT0iMSIgdHJhbnNmb3JtPSJyb3RhdGUoMCA1MDkuMDExOCAyNzguNjM0MykiPgo8c3ZnIHdpZHRoPSIzLjYzMzYiIGhlaWdodD0iMTIyLjMzMTMiIHg9IjUwOS4wMTE4IiB5PSIyNzguNjM0MyIgdmVyc2lvbj0iMS4xIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMy42MzM2IDEyMi4zMzEzIj4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMy42MzM2IiBoZWlnaHQ9IjEyMi4zMzEzIiBjbGFzcz0iYXRCWGlwWGswYmZpbGxDb2xvciBhdEJYaXBYazBic3Ryb2tlQ29sb3Itc3RyIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjA7IiByeD0iMHB4IiByeT0iMHB4IiAvPgo8L3N2Zz4KPC9nPjwvc3ZnPg==) !important;
  background-repeat: no-repeat;
  background-size: 170px 55px;
  display: block;
  height: 55px;
  width: 170px;
  opacity: 0.5;
  text-align: right;
}

.asw-watermark-label {
  opacity: 0.5;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.875rem;
  text-align: right;
}

.asw-mat-dialog-content {
  max-height: 80vh !important;
}

.asw-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.asw-edit-row-dialog .asw-dialog-header {
  padding: 5px 0px 5px;
  border-radius: 0 0.55rem 0 0;
}
.asw-edit-row-dialog .asw-dialog-header .asw-dialog-about {
  float: left;
}

.asw-invalid-label::after {
  content: " *";
}

.asw-red-color {
  color: #dc3545;
}

.asw-date-picker {
  float: right;
  margin-top: -42px;
}

.asw-color-picker .circle {
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #dadada;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}
.asw-color-picker .circle.selected::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  display: flex;
  border-radius: 5px;
}
.asw-color-picker .circle.black {
  background-color: #000;
}
.asw-color-picker .circle.black.selected::after {
  background: #fff;
}
.asw-color-picker .circle.white {
  border: 1px solid #a7a7a7;
}
.asw-color-picker .opened {
  background: #fff;
  max-width: 100%;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}
.asw-color-picker .opened:after {
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -20px;
  z-index: 999;
}
.asw-color-picker .opened .colors {
  display: flex;
  flex-wrap: wrap;
}
.asw-color-picker .opened .colors .circle {
  flex: 24px 0 0;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asw-color-picker .opened .asw-hex-code {
  display: flex;
  margin-top: 10px;
}
.asw-color-picker .opened .asw-hex-code p {
  width: 50%;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 40px;
}
.asw-color-picker .opened .asw-hex-code .asw-input {
  border: 1px solid #e8ebed;
  height: 40px;
  border-radius: 5px;
  width: 105px;
}
.asw-color-picker .opened .asw-hex-code .asw-input input {
  border: none;
  width: 100%;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  letter-spacing: 1.5px;
  color: #595b65;
  height: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
.asw-color-picker .opened-menu {
  background: #fff;
  max-width: 100%;
  border-radius: 5px;
  position: relative;
}
.asw-color-picker .opened-menu:after {
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -20px;
  z-index: 999;
}
.asw-color-picker .opened-menu .colors {
  display: flex;
  flex-wrap: wrap;
}
.asw-color-picker .opened-menu .colors .circle {
  flex: 24px 0 0;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.asw-color-picker .opened-menu .asw-hex-code {
  display: flex;
  margin-top: 10px;
}
.asw-color-picker .opened-menu .asw-hex-code p {
  width: 50%;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 40px;
}
.asw-color-picker .opened-menu .asw-hex-code .asw-input {
  border: 1px solid #e8ebed;
  height: 40px;
  border-radius: 5px;
  width: 105px;
}
.asw-color-picker .opened-menu .asw-hex-code .asw-input input {
  border: none;
  width: 100%;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  letter-spacing: 1.5px;
  color: #595b65;
  height: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.asw-opened {
  display: block;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  position: absolute !important;
  z-index: 999;
  padding: 5px;
  top: 40px;
  width: 45% !important;
  line-height: 20px;
}
.asw-opened span {
  padding: 8px;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
}

.asw-opened-menu {
  display: block;
  z-index: 999;
  padding: 5px;
  line-height: 20px;
}
.asw-opened-menu span {
  padding: 8px;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
}
/*!
 * ASW Grid v1.0.0 (https://asoftwareworld.com/)
 * Copyright 2022 The ASW (A Software World)
 */
:root {
  --asw-blue: #0d6efd;
  --asw-indigo: #6610f2;
  --asw-purple: #6f42c1;
  --asw-pink: #d63384;
  --asw-red: #dc3545;
  --asw-orange: #fd7e14;
  --asw-yellow: #ffc107;
  --asw-green: #198754;
  --asw-teal: #20c997;
  --asw-cyan: #0dcaf0;
  --asw-black: #000;
  --asw-white: #fff;
  --asw-gray: #6c757d;
  --asw-gray-dark: #343a40;
  --asw-gray-100: #f8f9fa;
  --asw-gray-200: #e9ecef;
  --asw-gray-300: #dee2e6;
  --asw-gray-400: #ced4da;
  --asw-gray-500: #adb5bd;
  --asw-gray-600: #6c757d;
  --asw-gray-700: #495057;
  --asw-gray-800: #343a40;
  --asw-gray-900: #212529;
  --asw-primary: #0d6efd;
  --asw-secondary: #6c757d;
  --asw-success: #198754;
  --asw-info: #0dcaf0;
  --asw-warning: #ffc107;
  --asw-danger: #dc3545;
  --asw-light: #f8f9fa;
  --asw-dark: #212529;
  --asw-primary-rgb: 13, 110, 253;
  --asw-secondary-rgb: 108, 117, 125;
  --asw-success-rgb: 25, 135, 84;
  --asw-info-rgb: 13, 202, 240;
  --asw-warning-rgb: 255, 193, 7;
  --asw-danger-rgb: 220, 53, 69;
  --asw-light-rgb: 248, 249, 250;
  --asw-dark-rgb: 33, 37, 41;
  --asw-white-rgb: 255, 255, 255;
  --asw-black-rgb: 0, 0, 0;
  --asw-body-color-rgb: 33, 37, 41;
  --asw-body-bg-rgb: 255, 255, 255;
  --asw-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --asw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --asw-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --asw-body-font-family: var(--asw-font-sans-serif);
  --asw-body-font-size: 1rem;
  --asw-body-font-weight: 400;
  --asw-body-line-height: 1.5;
  --asw-body-color: #212529;
  --asw-body-bg: #fff;
  --asw-border-width: 1px;
  --asw-border-style: solid;
  --asw-border-color: #dee2e6;
  --asw-border-color-translucent: rgba(0, 0, 0, 0.175);
  --asw-border-radius: 0.375rem;
  --asw-border-radius-sm: 0.25rem;
  --asw-border-radius-lg: 0.5rem;
  --asw-border-radius-xl: 1rem;
  --asw-border-radius-2xl: 2rem;
  --asw-border-radius-pill: 50rem;
  --asw-link-color: #0d6efd;
  --asw-link-hover-color: rgb(10.4, 88, 202.4);
  --asw-code-color: #d63384;
  --asw-highlight-bg: rgb(255, 242.6, 205.4);
  --asw-breakpoint-xs: 0;
  --asw-breakpoint-sm: 576px;
  --asw-breakpoint-md: 768px;
  --asw-breakpoint-lg: 992px;
  --asw-breakpoint-xl: 1200px;
  --asw-breakpoint-xxl: 1400px;
}

.asw-row {
  --asw-gutter-x: 1.5rem;
  --asw-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--asw-gutter-y));
  margin-right: calc(-0.5 * var(--asw-gutter-x));
  margin-left: calc(-0.5 * var(--asw-gutter-x));
}
.asw-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--asw-gutter-x) * 0.5);
  padding-left: calc(var(--asw-gutter-x) * 0.5);
  margin-top: var(--asw-gutter-y);
}

.asw-col {
  flex: 1 0 0%;
}

.asw-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.asw-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.asw-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.asw-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.asw-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.asw-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.asw-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.asw-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.asw-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.asw-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.asw-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.asw-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.asw-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .asw-col-sm {
    flex: 1 0 0%;
  }
  .asw-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .asw-col-md {
    flex: 1 0 0%;
  }
  .asw-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .asw-col-lg {
    flex: 1 0 0%;
  }
  .asw-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .asw-col-xl {
    flex: 1 0 0%;
  }
  .asw-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .asw-col-xxl {
    flex: 1 0 0%;
  }
  .asw-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.asw-d-inline {
  display: inline !important;
}

.asw-d-inline-block {
  display: inline-block !important;
}

.asw-d-block {
  display: block !important;
}

.asw-d-grid {
  display: grid !important;
}

.asw-d-table {
  display: table !important;
}

.asw-d-table-row {
  display: table-row !important;
}

.asw-d-table-cell {
  display: table-cell !important;
}

.asw-d-flex {
  display: flex !important;
}

.asw-d-inline-flex {
  display: inline-flex !important;
}

.asw-d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.asw-flex-row {
  flex-direction: row !important;
}

.asw-flex-column {
  flex-direction: column !important;
}

.asw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.asw-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.asw-flex-grow-0 {
  flex-grow: 0 !important;
}

.asw-flex-grow-1 {
  flex-grow: 1 !important;
}

.asw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.asw-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.asw-flex-wrap {
  flex-wrap: wrap !important;
}

.asw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.asw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.asw-m-0 {
  margin: 0 !important;
}

.asw-m-1 {
  margin: 0.25rem !important;
}

.asw-m-2 {
  margin: 0.5rem !important;
}

.asw-m-3 {
  margin: 1rem !important;
}

.asw-m-4 {
  margin: 1.5rem !important;
}

.asw-m-5 {
  margin: 3rem !important;
}

.asw-m-auto {
  margin: auto !important;
}

.asw-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.asw-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.asw-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.asw-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.asw-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.asw-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.asw-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.asw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.asw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.asw-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.asw-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.asw-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.asw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.asw-mt-0 {
  margin-top: 0 !important;
}

.asw-mt-1 {
  margin-top: 0.25rem !important;
}

.asw-mt-2 {
  margin-top: 0.5rem !important;
}

.asw-mt-3 {
  margin-top: 1rem !important;
}

.asw-mt-4 {
  margin-top: 1.5rem !important;
}

.asw-mt-5 {
  margin-top: 3rem !important;
}

.asw-mt-auto {
  margin-top: auto !important;
}

.asw-me-0 {
  margin-right: 0 !important;
}

.asw-me-1 {
  margin-right: 0.25rem !important;
}

.asw-me-2 {
  margin-right: 0.5rem !important;
}

.asw-me-3 {
  margin-right: 1rem !important;
}

.asw-me-4 {
  margin-right: 1.5rem !important;
}

.asw-me-5 {
  margin-right: 3rem !important;
}

.asw-me-auto {
  margin-right: auto !important;
}

.asw-mb-0 {
  margin-bottom: 0 !important;
}

.asw-mb-1 {
  margin-bottom: 0.25rem !important;
}

.asw-mb-2 {
  margin-bottom: 0.5rem !important;
}

.asw-mb-3 {
  margin-bottom: 1rem !important;
}

.asw-mb-4 {
  margin-bottom: 1.5rem !important;
}

.asw-mb-5 {
  margin-bottom: 3rem !important;
}

.asw-mb-auto {
  margin-bottom: auto !important;
}

.asw-ms-0 {
  margin-left: 0 !important;
}

.asw-ms-1 {
  margin-left: 0.25rem !important;
}

.asw-ms-2 {
  margin-left: 0.5rem !important;
}

.asw-ms-3 {
  margin-left: 1rem !important;
}

.asw-ms-4 {
  margin-left: 1.5rem !important;
}

.asw-ms-5 {
  margin-left: 3rem !important;
}

.asw-ms-auto {
  margin-left: auto !important;
}

.asw-p-0 {
  padding: 0 !important;
}

.asw-p-1 {
  padding: 0.25rem !important;
}

.asw-p-2 {
  padding: 0.5rem !important;
}

.asw-p-3 {
  padding: 1rem !important;
}

.asw-p-4 {
  padding: 1.5rem !important;
}

.asw-p-5 {
  padding: 3rem !important;
}

.asw-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.asw-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.asw-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.asw-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.asw-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.asw-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.asw-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.asw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.asw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.asw-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.asw-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.asw-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.asw-pt-0 {
  padding-top: 0 !important;
}

.asw-pt-1 {
  padding-top: 0.25rem !important;
}

.asw-pt-2 {
  padding-top: 0.5rem !important;
}

.asw-pt-3 {
  padding-top: 1rem !important;
}

.asw-pt-4 {
  padding-top: 1.5rem !important;
}

.asw-pt-5 {
  padding-top: 3rem !important;
}

.asw-pe-0 {
  padding-right: 0 !important;
}

.asw-pe-1 {
  padding-right: 0.25rem !important;
}

.asw-pe-2 {
  padding-right: 0.5rem !important;
}

.asw-pe-3 {
  padding-right: 1rem !important;
}

.asw-pe-4 {
  padding-right: 1.5rem !important;
}

.asw-pe-5 {
  padding-right: 3rem !important;
}

.asw-pb-0 {
  padding-bottom: 0 !important;
}

.asw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.asw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.asw-pb-3 {
  padding-bottom: 1rem !important;
}

.asw-pb-4 {
  padding-bottom: 1.5rem !important;
}

.asw-pb-5 {
  padding-bottom: 3rem !important;
}

.asw-ps-0 {
  padding-left: 0 !important;
}

.asw-ps-1 {
  padding-left: 0.25rem !important;
}

.asw-ps-2 {
  padding-left: 0.5rem !important;
}

.asw-ps-3 {
  padding-left: 1rem !important;
}

.asw-ps-4 {
  padding-left: 1.5rem !important;
}

.asw-ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .asw-d-sm-inline {
    display: inline !important;
  }
  .asw-d-sm-inline-block {
    display: inline-block !important;
  }
  .asw-d-sm-block {
    display: block !important;
  }
  .asw-d-sm-grid {
    display: grid !important;
  }
  .asw-d-sm-table {
    display: table !important;
  }
  .asw-d-sm-table-row {
    display: table-row !important;
  }
  .asw-d-sm-table-cell {
    display: table-cell !important;
  }
  .asw-d-sm-flex {
    display: flex !important;
  }
  .asw-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-sm-row {
    flex-direction: row !important;
  }
  .asw-flex-sm-column {
    flex-direction: column !important;
  }
  .asw-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .asw-m-sm-0 {
    margin: 0 !important;
  }
  .asw-m-sm-1 {
    margin: 0.25rem !important;
  }
  .asw-m-sm-2 {
    margin: 0.5rem !important;
  }
  .asw-m-sm-3 {
    margin: 1rem !important;
  }
  .asw-m-sm-4 {
    margin: 1.5rem !important;
  }
  .asw-m-sm-5 {
    margin: 3rem !important;
  }
  .asw-m-sm-auto {
    margin: auto !important;
  }
  .asw-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-sm-0 {
    margin-top: 0 !important;
  }
  .asw-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-sm-auto {
    margin-top: auto !important;
  }
  .asw-me-sm-0 {
    margin-right: 0 !important;
  }
  .asw-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-sm-3 {
    margin-right: 1rem !important;
  }
  .asw-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-sm-5 {
    margin-right: 3rem !important;
  }
  .asw-me-sm-auto {
    margin-right: auto !important;
  }
  .asw-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-sm-0 {
    margin-left: 0 !important;
  }
  .asw-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-sm-auto {
    margin-left: auto !important;
  }
  .asw-p-sm-0 {
    padding: 0 !important;
  }
  .asw-p-sm-1 {
    padding: 0.25rem !important;
  }
  .asw-p-sm-2 {
    padding: 0.5rem !important;
  }
  .asw-p-sm-3 {
    padding: 1rem !important;
  }
  .asw-p-sm-4 {
    padding: 1.5rem !important;
  }
  .asw-p-sm-5 {
    padding: 3rem !important;
  }
  .asw-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-sm-0 {
    padding-top: 0 !important;
  }
  .asw-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-sm-0 {
    padding-right: 0 !important;
  }
  .asw-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-sm-0 {
    padding-left: 0 !important;
  }
  .asw-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .asw-d-md-inline {
    display: inline !important;
  }
  .asw-d-md-inline-block {
    display: inline-block !important;
  }
  .asw-d-md-block {
    display: block !important;
  }
  .asw-d-md-grid {
    display: grid !important;
  }
  .asw-d-md-table {
    display: table !important;
  }
  .asw-d-md-table-row {
    display: table-row !important;
  }
  .asw-d-md-table-cell {
    display: table-cell !important;
  }
  .asw-d-md-flex {
    display: flex !important;
  }
  .asw-d-md-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-md-row {
    flex-direction: row !important;
  }
  .asw-flex-md-column {
    flex-direction: column !important;
  }
  .asw-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .asw-m-md-0 {
    margin: 0 !important;
  }
  .asw-m-md-1 {
    margin: 0.25rem !important;
  }
  .asw-m-md-2 {
    margin: 0.5rem !important;
  }
  .asw-m-md-3 {
    margin: 1rem !important;
  }
  .asw-m-md-4 {
    margin: 1.5rem !important;
  }
  .asw-m-md-5 {
    margin: 3rem !important;
  }
  .asw-m-md-auto {
    margin: auto !important;
  }
  .asw-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-md-0 {
    margin-top: 0 !important;
  }
  .asw-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-md-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-md-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-md-auto {
    margin-top: auto !important;
  }
  .asw-me-md-0 {
    margin-right: 0 !important;
  }
  .asw-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-md-3 {
    margin-right: 1rem !important;
  }
  .asw-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-md-5 {
    margin-right: 3rem !important;
  }
  .asw-me-md-auto {
    margin-right: auto !important;
  }
  .asw-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-md-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-md-0 {
    margin-left: 0 !important;
  }
  .asw-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-md-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-md-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-md-auto {
    margin-left: auto !important;
  }
  .asw-p-md-0 {
    padding: 0 !important;
  }
  .asw-p-md-1 {
    padding: 0.25rem !important;
  }
  .asw-p-md-2 {
    padding: 0.5rem !important;
  }
  .asw-p-md-3 {
    padding: 1rem !important;
  }
  .asw-p-md-4 {
    padding: 1.5rem !important;
  }
  .asw-p-md-5 {
    padding: 3rem !important;
  }
  .asw-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-md-0 {
    padding-top: 0 !important;
  }
  .asw-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-md-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-md-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-md-0 {
    padding-right: 0 !important;
  }
  .asw-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-md-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-md-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-md-0 {
    padding-left: 0 !important;
  }
  .asw-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-md-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .asw-d-lg-inline {
    display: inline !important;
  }
  .asw-d-lg-inline-block {
    display: inline-block !important;
  }
  .asw-d-lg-block {
    display: block !important;
  }
  .asw-d-lg-grid {
    display: grid !important;
  }
  .asw-d-lg-table {
    display: table !important;
  }
  .asw-d-lg-table-row {
    display: table-row !important;
  }
  .asw-d-lg-table-cell {
    display: table-cell !important;
  }
  .asw-d-lg-flex {
    display: flex !important;
  }
  .asw-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-lg-row {
    flex-direction: row !important;
  }
  .asw-flex-lg-column {
    flex-direction: column !important;
  }
  .asw-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .asw-m-lg-0 {
    margin: 0 !important;
  }
  .asw-m-lg-1 {
    margin: 0.25rem !important;
  }
  .asw-m-lg-2 {
    margin: 0.5rem !important;
  }
  .asw-m-lg-3 {
    margin: 1rem !important;
  }
  .asw-m-lg-4 {
    margin: 1.5rem !important;
  }
  .asw-m-lg-5 {
    margin: 3rem !important;
  }
  .asw-m-lg-auto {
    margin: auto !important;
  }
  .asw-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-lg-0 {
    margin-top: 0 !important;
  }
  .asw-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-lg-auto {
    margin-top: auto !important;
  }
  .asw-me-lg-0 {
    margin-right: 0 !important;
  }
  .asw-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-lg-3 {
    margin-right: 1rem !important;
  }
  .asw-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-lg-5 {
    margin-right: 3rem !important;
  }
  .asw-me-lg-auto {
    margin-right: auto !important;
  }
  .asw-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-lg-0 {
    margin-left: 0 !important;
  }
  .asw-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-lg-auto {
    margin-left: auto !important;
  }
  .asw-p-lg-0 {
    padding: 0 !important;
  }
  .asw-p-lg-1 {
    padding: 0.25rem !important;
  }
  .asw-p-lg-2 {
    padding: 0.5rem !important;
  }
  .asw-p-lg-3 {
    padding: 1rem !important;
  }
  .asw-p-lg-4 {
    padding: 1.5rem !important;
  }
  .asw-p-lg-5 {
    padding: 3rem !important;
  }
  .asw-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-lg-0 {
    padding-top: 0 !important;
  }
  .asw-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-lg-0 {
    padding-right: 0 !important;
  }
  .asw-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-lg-0 {
    padding-left: 0 !important;
  }
  .asw-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .asw-d-xl-inline {
    display: inline !important;
  }
  .asw-d-xl-inline-block {
    display: inline-block !important;
  }
  .asw-d-xl-block {
    display: block !important;
  }
  .asw-d-xl-grid {
    display: grid !important;
  }
  .asw-d-xl-table {
    display: table !important;
  }
  .asw-d-xl-table-row {
    display: table-row !important;
  }
  .asw-d-xl-table-cell {
    display: table-cell !important;
  }
  .asw-d-xl-flex {
    display: flex !important;
  }
  .asw-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-xl-row {
    flex-direction: row !important;
  }
  .asw-flex-xl-column {
    flex-direction: column !important;
  }
  .asw-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .asw-m-xl-0 {
    margin: 0 !important;
  }
  .asw-m-xl-1 {
    margin: 0.25rem !important;
  }
  .asw-m-xl-2 {
    margin: 0.5rem !important;
  }
  .asw-m-xl-3 {
    margin: 1rem !important;
  }
  .asw-m-xl-4 {
    margin: 1.5rem !important;
  }
  .asw-m-xl-5 {
    margin: 3rem !important;
  }
  .asw-m-xl-auto {
    margin: auto !important;
  }
  .asw-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-xl-0 {
    margin-top: 0 !important;
  }
  .asw-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-xl-auto {
    margin-top: auto !important;
  }
  .asw-me-xl-0 {
    margin-right: 0 !important;
  }
  .asw-me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-xl-3 {
    margin-right: 1rem !important;
  }
  .asw-me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-xl-5 {
    margin-right: 3rem !important;
  }
  .asw-me-xl-auto {
    margin-right: auto !important;
  }
  .asw-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-xl-0 {
    margin-left: 0 !important;
  }
  .asw-ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-xl-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-xl-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-xl-auto {
    margin-left: auto !important;
  }
  .asw-p-xl-0 {
    padding: 0 !important;
  }
  .asw-p-xl-1 {
    padding: 0.25rem !important;
  }
  .asw-p-xl-2 {
    padding: 0.5rem !important;
  }
  .asw-p-xl-3 {
    padding: 1rem !important;
  }
  .asw-p-xl-4 {
    padding: 1.5rem !important;
  }
  .asw-p-xl-5 {
    padding: 3rem !important;
  }
  .asw-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-xl-0 {
    padding-top: 0 !important;
  }
  .asw-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-xl-0 {
    padding-right: 0 !important;
  }
  .asw-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-xl-0 {
    padding-left: 0 !important;
  }
  .asw-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .asw-d-xxl-inline {
    display: inline !important;
  }
  .asw-d-xxl-inline-block {
    display: inline-block !important;
  }
  .asw-d-xxl-block {
    display: block !important;
  }
  .asw-d-xxl-grid {
    display: grid !important;
  }
  .asw-d-xxl-table {
    display: table !important;
  }
  .asw-d-xxl-table-row {
    display: table-row !important;
  }
  .asw-d-xxl-table-cell {
    display: table-cell !important;
  }
  .asw-d-xxl-flex {
    display: flex !important;
  }
  .asw-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-xxl-row {
    flex-direction: row !important;
  }
  .asw-flex-xxl-column {
    flex-direction: column !important;
  }
  .asw-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .asw-m-xxl-0 {
    margin: 0 !important;
  }
  .asw-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .asw-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .asw-m-xxl-3 {
    margin: 1rem !important;
  }
  .asw-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .asw-m-xxl-5 {
    margin: 3rem !important;
  }
  .asw-m-xxl-auto {
    margin: auto !important;
  }
  .asw-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .asw-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-xxl-auto {
    margin-top: auto !important;
  }
  .asw-me-xxl-0 {
    margin-right: 0 !important;
  }
  .asw-me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-xxl-3 {
    margin-right: 1rem !important;
  }
  .asw-me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .asw-me-xxl-auto {
    margin-right: auto !important;
  }
  .asw-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .asw-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-xxl-auto {
    margin-left: auto !important;
  }
  .asw-p-xxl-0 {
    padding: 0 !important;
  }
  .asw-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .asw-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .asw-p-xxl-3 {
    padding: 1rem !important;
  }
  .asw-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .asw-p-xxl-5 {
    padding: 3rem !important;
  }
  .asw-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .asw-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .asw-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .asw-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .asw-d-print-inline {
    display: inline !important;
  }
  .asw-d-print-inline-block {
    display: inline-block !important;
  }
  .asw-d-print-block {
    display: block !important;
  }
  .asw-d-print-grid {
    display: grid !important;
  }
  .asw-d-print-table {
    display: table !important;
  }
  .asw-d-print-table-row {
    display: table-row !important;
  }
  .asw-d-print-table-cell {
    display: table-cell !important;
  }
  .asw-d-print-flex {
    display: flex !important;
  }
  .asw-d-print-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-print-none {
    display: none !important;
  }
}
/*!
 * ASW Reboot v1.0.0 (https://asoftwareworld.com/)
 * Copyright 2022 The ASW (A Software World)
 */
:root {
  --asw-blue: #0d6efd;
  --asw-indigo: #6610f2;
  --asw-purple: #6f42c1;
  --asw-pink: #d63384;
  --asw-red: #dc3545;
  --asw-orange: #fd7e14;
  --asw-yellow: #ffc107;
  --asw-green: #198754;
  --asw-teal: #20c997;
  --asw-cyan: #0dcaf0;
  --asw-black: #000;
  --asw-white: #fff;
  --asw-gray: #6c757d;
  --asw-gray-dark: #343a40;
  --asw-gray-100: #f8f9fa;
  --asw-gray-200: #e9ecef;
  --asw-gray-300: #dee2e6;
  --asw-gray-400: #ced4da;
  --asw-gray-500: #adb5bd;
  --asw-gray-600: #6c757d;
  --asw-gray-700: #495057;
  --asw-gray-800: #343a40;
  --asw-gray-900: #212529;
  --asw-primary: #0d6efd;
  --asw-secondary: #6c757d;
  --asw-success: #198754;
  --asw-info: #0dcaf0;
  --asw-warning: #ffc107;
  --asw-danger: #dc3545;
  --asw-light: #f8f9fa;
  --asw-dark: #212529;
  --asw-primary-rgb: 13, 110, 253;
  --asw-secondary-rgb: 108, 117, 125;
  --asw-success-rgb: 25, 135, 84;
  --asw-info-rgb: 13, 202, 240;
  --asw-warning-rgb: 255, 193, 7;
  --asw-danger-rgb: 220, 53, 69;
  --asw-light-rgb: 248, 249, 250;
  --asw-dark-rgb: 33, 37, 41;
  --asw-white-rgb: 255, 255, 255;
  --asw-black-rgb: 0, 0, 0;
  --asw-body-color-rgb: 33, 37, 41;
  --asw-body-bg-rgb: 255, 255, 255;
  --asw-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --asw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --asw-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --asw-body-font-family: var(--asw-font-sans-serif);
  --asw-body-font-size: 1rem;
  --asw-body-font-weight: 400;
  --asw-body-line-height: 1.5;
  --asw-body-color: #212529;
  --asw-body-bg: #fff;
  --asw-border-width: 1px;
  --asw-border-style: solid;
  --asw-border-color: #dee2e6;
  --asw-border-color-translucent: rgba(0, 0, 0, 0.175);
  --asw-border-radius: 0.375rem;
  --asw-border-radius-sm: 0.25rem;
  --asw-border-radius-lg: 0.5rem;
  --asw-border-radius-xl: 1rem;
  --asw-border-radius-2xl: 2rem;
  --asw-border-radius-pill: 50rem;
  --asw-link-color: #0d6efd;
  --asw-link-hover-color: rgb(10.4, 88, 202.4);
  --asw-code-color: #d63384;
  --asw-highlight-bg: rgb(255, 242.6, 205.4);
  --asw-breakpoint-xs: 0;
  --asw-breakpoint-sm: 576px;
  --asw-breakpoint-md: 768px;
  --asw-breakpoint-lg: 992px;
  --asw-breakpoint-xl: 1200px;
  --asw-breakpoint-xxl: 1400px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--asw-body-font-family);
  font-size: var(--asw-body-font-size);
  font-weight: var(--asw-body-font-weight);
  line-height: var(--asw-body-line-height);
  color: var(--asw-body-color);
  text-align: var(--asw-body-text-align);
  background-color: var(--asw-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--asw-border-width) solid;
  opacity: 0.25;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--asw-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--asw-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--asw-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--asw-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--asw-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--asw-body-bg);
  background-color: var(--asw-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}
/*!
 * ASW Utilities v1.0.0 (https://asoftwareworld.com/)
 * Copyright 2022 The ASW (A Software World)
 */
:root {
  --asw-blue: #0d6efd;
  --asw-indigo: #6610f2;
  --asw-purple: #6f42c1;
  --asw-pink: #d63384;
  --asw-red: #dc3545;
  --asw-orange: #fd7e14;
  --asw-yellow: #ffc107;
  --asw-green: #198754;
  --asw-teal: #20c997;
  --asw-cyan: #0dcaf0;
  --asw-black: #000;
  --asw-white: #fff;
  --asw-gray: #6c757d;
  --asw-gray-dark: #343a40;
  --asw-gray-100: #f8f9fa;
  --asw-gray-200: #e9ecef;
  --asw-gray-300: #dee2e6;
  --asw-gray-400: #ced4da;
  --asw-gray-500: #adb5bd;
  --asw-gray-600: #6c757d;
  --asw-gray-700: #495057;
  --asw-gray-800: #343a40;
  --asw-gray-900: #212529;
  --asw-primary: #0d6efd;
  --asw-secondary: #6c757d;
  --asw-success: #198754;
  --asw-info: #0dcaf0;
  --asw-warning: #ffc107;
  --asw-danger: #dc3545;
  --asw-light: #f8f9fa;
  --asw-dark: #212529;
  --asw-primary-rgb: 13, 110, 253;
  --asw-secondary-rgb: 108, 117, 125;
  --asw-success-rgb: 25, 135, 84;
  --asw-info-rgb: 13, 202, 240;
  --asw-warning-rgb: 255, 193, 7;
  --asw-danger-rgb: 220, 53, 69;
  --asw-light-rgb: 248, 249, 250;
  --asw-dark-rgb: 33, 37, 41;
  --asw-white-rgb: 255, 255, 255;
  --asw-black-rgb: 0, 0, 0;
  --asw-body-color-rgb: 33, 37, 41;
  --asw-body-bg-rgb: 255, 255, 255;
  --asw-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --asw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --asw-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --asw-body-font-family: var(--asw-font-sans-serif);
  --asw-body-font-size: 1rem;
  --asw-body-font-weight: 400;
  --asw-body-line-height: 1.5;
  --asw-body-color: #212529;
  --asw-body-bg: #fff;
  --asw-border-width: 1px;
  --asw-border-style: solid;
  --asw-border-color: #dee2e6;
  --asw-border-color-translucent: rgba(0, 0, 0, 0.175);
  --asw-border-radius: 0.375rem;
  --asw-border-radius-sm: 0.25rem;
  --asw-border-radius-lg: 0.5rem;
  --asw-border-radius-xl: 1rem;
  --asw-border-radius-2xl: 2rem;
  --asw-border-radius-pill: 50rem;
  --asw-link-color: #0d6efd;
  --asw-link-hover-color: rgb(10.4, 88, 202.4);
  --asw-code-color: #d63384;
  --asw-highlight-bg: rgb(255, 242.6, 205.4);
  --asw-breakpoint-xs: 0;
  --asw-breakpoint-sm: 576px;
  --asw-breakpoint-md: 768px;
  --asw-breakpoint-lg: 992px;
  --asw-breakpoint-xl: 1200px;
  --asw-breakpoint-xxl: 1400px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.asw-text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--asw-bg-opacity, 1)) !important;
}

.asw-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.asw-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.asw-sticky-top {
  position: sticky;
  top: 0;
}

.asw-sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .asw-sticky-sm-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .asw-sticky-md-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .asw-sticky-lg-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .asw-sticky-xl-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .asw-sticky-xxl-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.asw-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.asw-align-baseline {
  vertical-align: baseline !important;
}

.asw-align-top {
  vertical-align: top !important;
}

.asw-align-middle {
  vertical-align: middle !important;
}

.asw-align-bottom {
  vertical-align: bottom !important;
}

.asw-align-text-bottom {
  vertical-align: text-bottom !important;
}

.asw-align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.asw-d-inline {
  display: inline !important;
}

.asw-d-inline-block {
  display: inline-block !important;
}

.asw-d-block {
  display: block !important;
}

.asw-d-grid {
  display: grid !important;
}

.asw-d-table {
  display: table !important;
}

.asw-d-table-row {
  display: table-row !important;
}

.asw-d-table-cell {
  display: table-cell !important;
}

.asw-d-flex {
  display: flex !important;
}

.asw-d-inline-flex {
  display: inline-flex !important;
}

.asw-d-none {
  display: none !important;
}

.asw-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.asw-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.asw-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.asw-shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.asw-start-0 {
  left: 0 !important;
}

.asw-start-50 {
  left: 50% !important;
}

.asw-start-100 {
  left: 100% !important;
}

.asw-end-0 {
  right: 0 !important;
}

.asw-end-50 {
  right: 50% !important;
}

.asw-end-100 {
  right: 100% !important;
}

.asw-translate-middle {
  transform: translate(-50%, -50%) !important;
}

.asw-translate-middle-x {
  transform: translateX(-50%) !important;
}

.asw-translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.asw-border-end {
  border-right: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.asw-border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.asw-border-start {
  border-left: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.asw-border-start-0 {
  border-left: 0 !important;
}

.asw-border-primary {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-primary-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-secondary {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-secondary-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-success {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-success-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-info {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-info-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-warning {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-warning-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-danger {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-danger-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-light {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-light-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-dark {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-dark-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-white {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-white-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-1 {
  --asw-border-width: 1px;
}

.asw-border-2 {
  --asw-border-width: 2px;
}

.asw-border-3 {
  --asw-border-width: 3px;
}

.asw-border-4 {
  --asw-border-width: 4px;
}

.asw-border-5 {
  --asw-border-width: 5px;
}

.asw-border-opacity-10 {
  --asw-asw-border-opacity: 0.1;
}

.asw-border-opacity-25 {
  --asw-asw-border-opacity: 0.25;
}

.asw-border-opacity-50 {
  --asw-asw-border-opacity: 0.5;
}

.asw-border-opacity-75 {
  --asw-asw-border-opacity: 0.75;
}

.asw-border-opacity-100 {
  --asw-asw-border-opacity: 1;
}

.asw-width-25 {
  width: 25% !important;
}

.asw-width-50 {
  width: 50% !important;
}

.asw-width-75 {
  width: 75% !important;
}

.asw-width-100 {
  width: 100% !important;
}

.asw-width-auto {
  width: auto !important;
}

.asw-mw-100 {
  max-width: 100% !important;
}

.asw-vw-100 {
  width: 100vw !important;
}

.asw-min-vw-100 {
  min-width: 100vw !important;
}

.asw-height-25 {
  height: 25% !important;
}

.asw-height-50 {
  height: 50% !important;
}

.asw-height-75 {
  height: 75% !important;
}

.asw-height-100 {
  height: 100% !important;
}

.asw-height-auto {
  height: auto !important;
}

.asw-mh-100 {
  max-height: 100% !important;
}

.asw-vh-100 {
  height: 100vh !important;
}

.asw-min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.asw-flex-row {
  flex-direction: row !important;
}

.asw-flex-column {
  flex-direction: column !important;
}

.asw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.asw-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.asw-flex-grow-0 {
  flex-grow: 0 !important;
}

.asw-flex-grow-1 {
  flex-grow: 1 !important;
}

.asw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.asw-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.asw-flex-wrap {
  flex-wrap: wrap !important;
}

.asw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.asw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.asw-m-0 {
  margin: 0 !important;
}

.asw-m-1 {
  margin: 0.25rem !important;
}

.asw-m-2 {
  margin: 0.5rem !important;
}

.asw-m-3 {
  margin: 1rem !important;
}

.asw-m-4 {
  margin: 1.5rem !important;
}

.asw-m-5 {
  margin: 3rem !important;
}

.asw-m-auto {
  margin: auto !important;
}

.asw-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.asw-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.asw-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.asw-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.asw-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.asw-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.asw-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.asw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.asw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.asw-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.asw-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.asw-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.asw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.asw-mt-0 {
  margin-top: 0 !important;
}

.asw-mt-1 {
  margin-top: 0.25rem !important;
}

.asw-mt-2 {
  margin-top: 0.5rem !important;
}

.asw-mt-3 {
  margin-top: 1rem !important;
}

.asw-mt-4 {
  margin-top: 1.5rem !important;
}

.asw-mt-5 {
  margin-top: 3rem !important;
}

.asw-mt-auto {
  margin-top: auto !important;
}

.asw-me-0 {
  margin-right: 0 !important;
}

.asw-me-1 {
  margin-right: 0.25rem !important;
}

.asw-me-2 {
  margin-right: 0.5rem !important;
}

.asw-me-3 {
  margin-right: 1rem !important;
}

.asw-me-4 {
  margin-right: 1.5rem !important;
}

.asw-me-5 {
  margin-right: 3rem !important;
}

.asw-me-auto {
  margin-right: auto !important;
}

.asw-mb-0 {
  margin-bottom: 0 !important;
}

.asw-mb-1 {
  margin-bottom: 0.25rem !important;
}

.asw-mb-2 {
  margin-bottom: 0.5rem !important;
}

.asw-mb-3 {
  margin-bottom: 1rem !important;
}

.asw-mb-4 {
  margin-bottom: 1.5rem !important;
}

.asw-mb-5 {
  margin-bottom: 3rem !important;
}

.asw-mb-auto {
  margin-bottom: auto !important;
}

.asw-ms-0 {
  margin-left: 0 !important;
}

.asw-ms-1 {
  margin-left: 0.25rem !important;
}

.asw-ms-2 {
  margin-left: 0.5rem !important;
}

.asw-ms-3 {
  margin-left: 1rem !important;
}

.asw-ms-4 {
  margin-left: 1.5rem !important;
}

.asw-ms-5 {
  margin-left: 3rem !important;
}

.asw-ms-auto {
  margin-left: auto !important;
}

.asw-p-0 {
  padding: 0 !important;
}

.asw-p-1 {
  padding: 0.25rem !important;
}

.asw-p-2 {
  padding: 0.5rem !important;
}

.asw-p-3 {
  padding: 1rem !important;
}

.asw-p-4 {
  padding: 1.5rem !important;
}

.asw-p-5 {
  padding: 3rem !important;
}

.asw-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.asw-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.asw-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.asw-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.asw-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.asw-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.asw-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.asw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.asw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.asw-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.asw-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.asw-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.asw-pt-0 {
  padding-top: 0 !important;
}

.asw-pt-1 {
  padding-top: 0.25rem !important;
}

.asw-pt-2 {
  padding-top: 0.5rem !important;
}

.asw-pt-3 {
  padding-top: 1rem !important;
}

.asw-pt-4 {
  padding-top: 1.5rem !important;
}

.asw-pt-5 {
  padding-top: 3rem !important;
}

.asw-pe-0 {
  padding-right: 0 !important;
}

.asw-pe-1 {
  padding-right: 0.25rem !important;
}

.asw-pe-2 {
  padding-right: 0.5rem !important;
}

.asw-pe-3 {
  padding-right: 1rem !important;
}

.asw-pe-4 {
  padding-right: 1.5rem !important;
}

.asw-pe-5 {
  padding-right: 3rem !important;
}

.asw-pb-0 {
  padding-bottom: 0 !important;
}

.asw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.asw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.asw-pb-3 {
  padding-bottom: 1rem !important;
}

.asw-pb-4 {
  padding-bottom: 1.5rem !important;
}

.asw-pb-5 {
  padding-bottom: 3rem !important;
}

.asw-ps-0 {
  padding-left: 0 !important;
}

.asw-ps-1 {
  padding-left: 0.25rem !important;
}

.asw-ps-2 {
  padding-left: 0.5rem !important;
}

.asw-ps-3 {
  padding-left: 1rem !important;
}

.asw-ps-4 {
  padding-left: 1.5rem !important;
}

.asw-ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.asw-font-monospace {
  font-family: var(--asw-font-monospace) !important;
}

.asw-fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.asw-fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.asw-fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.asw-fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.asw-fs-5 {
  font-size: 1.25rem !important;
}

.asw-fs-6 {
  font-size: 1rem !important;
}

.asw-fst-italic {
  font-style: italic !important;
}

.asw-fst-normal {
  font-style: normal !important;
}

.asw-fw-lighter {
  font-weight: lighter !important;
}

.asw-fw-light {
  font-weight: 300 !important;
}

.asw-fw-normal {
  font-weight: 400 !important;
}

.asw-fw-medium {
  font-weight: 500 !important;
}

.asw-fw-semibold {
  font-weight: 600 !important;
}

.asw-fw-bold {
  font-weight: 700 !important;
}

.asw-fw-bolder {
  font-weight: bolder !important;
}

.asw-lh-1 {
  line-height: 1 !important;
}

.asw-lh-sm {
  line-height: 1.25 !important;
}

.asw-lh-base {
  line-height: 1.5 !important;
}

.asw-lh-lg {
  line-height: 2 !important;
}

.asw-text-start {
  text-align: left !important;
}

.asw-text-end {
  text-align: right !important;
}

.asw-text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.asw-text-lowercase {
  text-transform: lowercase !important;
}

.asw-text-uppercase {
  text-transform: uppercase !important;
}

.asw-text-capitalize {
  text-transform: capitalize !important;
}

.asw-text-wrap {
  white-space: normal !important;
}

.asw-text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.asw-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.asw-text-primary {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-primary-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-secondary {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-secondary-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-success {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-success-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-info {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-info-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-warning {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-warning-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-danger {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-danger-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-light {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-light-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-dark {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-dark-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-black {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-black-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-white {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-white-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-body {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-body-color-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-muted {
  --asw-text-opacity: 1;
  color: #6c757d !important;
}

.asw-text-black-50 {
  --asw-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.asw-text-white-50 {
  --asw-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.asw-text-reset {
  --asw-text-opacity: 1;
  color: inherit !important;
}

.asw-text-opacity-25 {
  --asw-asw-text-opacity: 0.25;
}

.asw-text-opacity-50 {
  --asw-asw-text-opacity: 0.5;
}

.asw-text-opacity-75 {
  --asw-asw-text-opacity: 0.75;
}

.asw-text-opacity-100 {
  --asw-asw-text-opacity: 1;
}

.asw-bg-primary {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-primary-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-secondary {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-secondary-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-success {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-success-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-info {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-info-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-warning {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-warning-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-danger {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-danger-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-light {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-light-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-dark {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-dark-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-black {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-black-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-white {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-white-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-body {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-body-bg-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-transparent {
  --asw-bg-opacity: 1;
  background-color: transparent !important;
}

.asw-bg-opacity-10 {
  --asw-asw-bg-opacity: 0.1;
}

.asw-bg-opacity-25 {
  --asw-asw-bg-opacity: 0.25;
}

.asw-bg-opacity-50 {
  --asw-asw-bg-opacity: 0.5;
}

.asw-bg-opacity-75 {
  --asw-asw-bg-opacity: 0.75;
}

.asw-bg-opacity-100 {
  --asw-asw-bg-opacity: 1;
}

.asw-bg-gradient {
  background-image: var(--asw-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.asw-pe-none {
  pointer-events: none !important;
}

.asw-pe-auto {
  pointer-events: auto !important;
}

.asw-rounded {
  border-radius: var(--asw-border-radius) !important;
}

.asw-rounded-0 {
  border-radius: 0 !important;
}

.asw-rounded-1 {
  border-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-2 {
  border-radius: var(--asw-border-radius) !important;
}

.asw-rounded-3 {
  border-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-4 {
  border-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-5 {
  border-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-circle {
  border-radius: 50% !important;
}

.asw-rounded-pill {
  border-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-top {
  border-top-left-radius: var(--asw-border-radius) !important;
  border-top-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.asw-rounded-top-1 {
  border-top-left-radius: var(--asw-border-radius-sm) !important;
  border-top-right-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-top-2 {
  border-top-left-radius: var(--asw-border-radius) !important;
  border-top-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-top-3 {
  border-top-left-radius: var(--asw-border-radius-lg) !important;
  border-top-right-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-top-4 {
  border-top-left-radius: var(--asw-border-radius-xl) !important;
  border-top-right-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-top-5 {
  border-top-left-radius: var(--asw-border-radius-2xl) !important;
  border-top-right-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.asw-rounded-top-pill {
  border-top-left-radius: var(--asw-border-radius-pill) !important;
  border-top-right-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-end {
  border-top-right-radius: var(--asw-border-radius) !important;
  border-bottom-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.asw-rounded-end-1 {
  border-top-right-radius: var(--asw-border-radius-sm) !important;
  border-bottom-right-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-end-2 {
  border-top-right-radius: var(--asw-border-radius) !important;
  border-bottom-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-end-3 {
  border-top-right-radius: var(--asw-border-radius-lg) !important;
  border-bottom-right-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-end-4 {
  border-top-right-radius: var(--asw-border-radius-xl) !important;
  border-bottom-right-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-end-5 {
  border-top-right-radius: var(--asw-border-radius-2xl) !important;
  border-bottom-right-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.asw-rounded-end-pill {
  border-top-right-radius: var(--asw-border-radius-pill) !important;
  border-bottom-right-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-bottom {
  border-bottom-right-radius: var(--asw-border-radius) !important;
  border-bottom-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.asw-rounded-bottom-1 {
  border-bottom-right-radius: var(--asw-border-radius-sm) !important;
  border-bottom-left-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-bottom-2 {
  border-bottom-right-radius: var(--asw-border-radius) !important;
  border-bottom-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-bottom-3 {
  border-bottom-right-radius: var(--asw-border-radius-lg) !important;
  border-bottom-left-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-bottom-4 {
  border-bottom-right-radius: var(--asw-border-radius-xl) !important;
  border-bottom-left-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-bottom-5 {
  border-bottom-right-radius: var(--asw-border-radius-2xl) !important;
  border-bottom-left-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.asw-rounded-bottom-pill {
  border-bottom-right-radius: var(--asw-border-radius-pill) !important;
  border-bottom-left-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-start {
  border-bottom-left-radius: var(--asw-border-radius) !important;
  border-top-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.asw-rounded-start-1 {
  border-bottom-left-radius: var(--asw-border-radius-sm) !important;
  border-top-left-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-start-2 {
  border-bottom-left-radius: var(--asw-border-radius) !important;
  border-top-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-start-3 {
  border-bottom-left-radius: var(--asw-border-radius-lg) !important;
  border-top-left-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-start-4 {
  border-bottom-left-radius: var(--asw-border-radius-xl) !important;
  border-top-left-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-start-5 {
  border-bottom-left-radius: var(--asw-border-radius-2xl) !important;
  border-top-left-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.asw-rounded-start-pill {
  border-bottom-left-radius: var(--asw-border-radius-pill) !important;
  border-top-left-radius: var(--asw-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.asw-z-n1 {
  z-index: -1 !important;
}

.asw-z-0 {
  z-index: 0 !important;
}

.asw-z-1 {
  z-index: 1 !important;
}

.asw-z-2 {
  z-index: 2 !important;
}

.asw-z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .asw-d-sm-inline {
    display: inline !important;
  }
  .asw-d-sm-inline-block {
    display: inline-block !important;
  }
  .asw-d-sm-block {
    display: block !important;
  }
  .asw-d-sm-grid {
    display: grid !important;
  }
  .asw-d-sm-table {
    display: table !important;
  }
  .asw-d-sm-table-row {
    display: table-row !important;
  }
  .asw-d-sm-table-cell {
    display: table-cell !important;
  }
  .asw-d-sm-flex {
    display: flex !important;
  }
  .asw-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-sm-row {
    flex-direction: row !important;
  }
  .asw-flex-sm-column {
    flex-direction: column !important;
  }
  .asw-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .asw-m-sm-0 {
    margin: 0 !important;
  }
  .asw-m-sm-1 {
    margin: 0.25rem !important;
  }
  .asw-m-sm-2 {
    margin: 0.5rem !important;
  }
  .asw-m-sm-3 {
    margin: 1rem !important;
  }
  .asw-m-sm-4 {
    margin: 1.5rem !important;
  }
  .asw-m-sm-5 {
    margin: 3rem !important;
  }
  .asw-m-sm-auto {
    margin: auto !important;
  }
  .asw-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-sm-0 {
    margin-top: 0 !important;
  }
  .asw-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-sm-auto {
    margin-top: auto !important;
  }
  .asw-me-sm-0 {
    margin-right: 0 !important;
  }
  .asw-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-sm-3 {
    margin-right: 1rem !important;
  }
  .asw-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-sm-5 {
    margin-right: 3rem !important;
  }
  .asw-me-sm-auto {
    margin-right: auto !important;
  }
  .asw-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-sm-0 {
    margin-left: 0 !important;
  }
  .asw-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-sm-auto {
    margin-left: auto !important;
  }
  .asw-p-sm-0 {
    padding: 0 !important;
  }
  .asw-p-sm-1 {
    padding: 0.25rem !important;
  }
  .asw-p-sm-2 {
    padding: 0.5rem !important;
  }
  .asw-p-sm-3 {
    padding: 1rem !important;
  }
  .asw-p-sm-4 {
    padding: 1.5rem !important;
  }
  .asw-p-sm-5 {
    padding: 3rem !important;
  }
  .asw-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-sm-0 {
    padding-top: 0 !important;
  }
  .asw-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-sm-0 {
    padding-right: 0 !important;
  }
  .asw-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-sm-0 {
    padding-left: 0 !important;
  }
  .asw-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .asw-text-sm-start {
    text-align: left !important;
  }
  .asw-text-sm-end {
    text-align: right !important;
  }
  .asw-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .asw-d-md-inline {
    display: inline !important;
  }
  .asw-d-md-inline-block {
    display: inline-block !important;
  }
  .asw-d-md-block {
    display: block !important;
  }
  .asw-d-md-grid {
    display: grid !important;
  }
  .asw-d-md-table {
    display: table !important;
  }
  .asw-d-md-table-row {
    display: table-row !important;
  }
  .asw-d-md-table-cell {
    display: table-cell !important;
  }
  .asw-d-md-flex {
    display: flex !important;
  }
  .asw-d-md-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-md-row {
    flex-direction: row !important;
  }
  .asw-flex-md-column {
    flex-direction: column !important;
  }
  .asw-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .asw-m-md-0 {
    margin: 0 !important;
  }
  .asw-m-md-1 {
    margin: 0.25rem !important;
  }
  .asw-m-md-2 {
    margin: 0.5rem !important;
  }
  .asw-m-md-3 {
    margin: 1rem !important;
  }
  .asw-m-md-4 {
    margin: 1.5rem !important;
  }
  .asw-m-md-5 {
    margin: 3rem !important;
  }
  .asw-m-md-auto {
    margin: auto !important;
  }
  .asw-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-md-0 {
    margin-top: 0 !important;
  }
  .asw-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-md-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-md-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-md-auto {
    margin-top: auto !important;
  }
  .asw-me-md-0 {
    margin-right: 0 !important;
  }
  .asw-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-md-3 {
    margin-right: 1rem !important;
  }
  .asw-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-md-5 {
    margin-right: 3rem !important;
  }
  .asw-me-md-auto {
    margin-right: auto !important;
  }
  .asw-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-md-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-md-0 {
    margin-left: 0 !important;
  }
  .asw-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-md-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-md-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-md-auto {
    margin-left: auto !important;
  }
  .asw-p-md-0 {
    padding: 0 !important;
  }
  .asw-p-md-1 {
    padding: 0.25rem !important;
  }
  .asw-p-md-2 {
    padding: 0.5rem !important;
  }
  .asw-p-md-3 {
    padding: 1rem !important;
  }
  .asw-p-md-4 {
    padding: 1.5rem !important;
  }
  .asw-p-md-5 {
    padding: 3rem !important;
  }
  .asw-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-md-0 {
    padding-top: 0 !important;
  }
  .asw-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-md-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-md-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-md-0 {
    padding-right: 0 !important;
  }
  .asw-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-md-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-md-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-md-0 {
    padding-left: 0 !important;
  }
  .asw-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-md-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .asw-text-md-start {
    text-align: left !important;
  }
  .asw-text-md-end {
    text-align: right !important;
  }
  .asw-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .asw-d-lg-inline {
    display: inline !important;
  }
  .asw-d-lg-inline-block {
    display: inline-block !important;
  }
  .asw-d-lg-block {
    display: block !important;
  }
  .asw-d-lg-grid {
    display: grid !important;
  }
  .asw-d-lg-table {
    display: table !important;
  }
  .asw-d-lg-table-row {
    display: table-row !important;
  }
  .asw-d-lg-table-cell {
    display: table-cell !important;
  }
  .asw-d-lg-flex {
    display: flex !important;
  }
  .asw-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-lg-row {
    flex-direction: row !important;
  }
  .asw-flex-lg-column {
    flex-direction: column !important;
  }
  .asw-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .asw-m-lg-0 {
    margin: 0 !important;
  }
  .asw-m-lg-1 {
    margin: 0.25rem !important;
  }
  .asw-m-lg-2 {
    margin: 0.5rem !important;
  }
  .asw-m-lg-3 {
    margin: 1rem !important;
  }
  .asw-m-lg-4 {
    margin: 1.5rem !important;
  }
  .asw-m-lg-5 {
    margin: 3rem !important;
  }
  .asw-m-lg-auto {
    margin: auto !important;
  }
  .asw-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-lg-0 {
    margin-top: 0 !important;
  }
  .asw-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-lg-auto {
    margin-top: auto !important;
  }
  .asw-me-lg-0 {
    margin-right: 0 !important;
  }
  .asw-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-lg-3 {
    margin-right: 1rem !important;
  }
  .asw-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-lg-5 {
    margin-right: 3rem !important;
  }
  .asw-me-lg-auto {
    margin-right: auto !important;
  }
  .asw-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-lg-0 {
    margin-left: 0 !important;
  }
  .asw-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-lg-auto {
    margin-left: auto !important;
  }
  .asw-p-lg-0 {
    padding: 0 !important;
  }
  .asw-p-lg-1 {
    padding: 0.25rem !important;
  }
  .asw-p-lg-2 {
    padding: 0.5rem !important;
  }
  .asw-p-lg-3 {
    padding: 1rem !important;
  }
  .asw-p-lg-4 {
    padding: 1.5rem !important;
  }
  .asw-p-lg-5 {
    padding: 3rem !important;
  }
  .asw-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-lg-0 {
    padding-top: 0 !important;
  }
  .asw-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-lg-0 {
    padding-right: 0 !important;
  }
  .asw-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-lg-0 {
    padding-left: 0 !important;
  }
  .asw-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .asw-text-lg-start {
    text-align: left !important;
  }
  .asw-text-lg-end {
    text-align: right !important;
  }
  .asw-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .asw-d-xl-inline {
    display: inline !important;
  }
  .asw-d-xl-inline-block {
    display: inline-block !important;
  }
  .asw-d-xl-block {
    display: block !important;
  }
  .asw-d-xl-grid {
    display: grid !important;
  }
  .asw-d-xl-table {
    display: table !important;
  }
  .asw-d-xl-table-row {
    display: table-row !important;
  }
  .asw-d-xl-table-cell {
    display: table-cell !important;
  }
  .asw-d-xl-flex {
    display: flex !important;
  }
  .asw-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-xl-row {
    flex-direction: row !important;
  }
  .asw-flex-xl-column {
    flex-direction: column !important;
  }
  .asw-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .asw-m-xl-0 {
    margin: 0 !important;
  }
  .asw-m-xl-1 {
    margin: 0.25rem !important;
  }
  .asw-m-xl-2 {
    margin: 0.5rem !important;
  }
  .asw-m-xl-3 {
    margin: 1rem !important;
  }
  .asw-m-xl-4 {
    margin: 1.5rem !important;
  }
  .asw-m-xl-5 {
    margin: 3rem !important;
  }
  .asw-m-xl-auto {
    margin: auto !important;
  }
  .asw-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-xl-0 {
    margin-top: 0 !important;
  }
  .asw-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-xl-auto {
    margin-top: auto !important;
  }
  .asw-me-xl-0 {
    margin-right: 0 !important;
  }
  .asw-me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-xl-3 {
    margin-right: 1rem !important;
  }
  .asw-me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-xl-5 {
    margin-right: 3rem !important;
  }
  .asw-me-xl-auto {
    margin-right: auto !important;
  }
  .asw-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-xl-0 {
    margin-left: 0 !important;
  }
  .asw-ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-xl-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-xl-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-xl-auto {
    margin-left: auto !important;
  }
  .asw-p-xl-0 {
    padding: 0 !important;
  }
  .asw-p-xl-1 {
    padding: 0.25rem !important;
  }
  .asw-p-xl-2 {
    padding: 0.5rem !important;
  }
  .asw-p-xl-3 {
    padding: 1rem !important;
  }
  .asw-p-xl-4 {
    padding: 1.5rem !important;
  }
  .asw-p-xl-5 {
    padding: 3rem !important;
  }
  .asw-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-xl-0 {
    padding-top: 0 !important;
  }
  .asw-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-xl-0 {
    padding-right: 0 !important;
  }
  .asw-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-xl-0 {
    padding-left: 0 !important;
  }
  .asw-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .asw-text-xl-start {
    text-align: left !important;
  }
  .asw-text-xl-end {
    text-align: right !important;
  }
  .asw-text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .asw-d-xxl-inline {
    display: inline !important;
  }
  .asw-d-xxl-inline-block {
    display: inline-block !important;
  }
  .asw-d-xxl-block {
    display: block !important;
  }
  .asw-d-xxl-grid {
    display: grid !important;
  }
  .asw-d-xxl-table {
    display: table !important;
  }
  .asw-d-xxl-table-row {
    display: table-row !important;
  }
  .asw-d-xxl-table-cell {
    display: table-cell !important;
  }
  .asw-d-xxl-flex {
    display: flex !important;
  }
  .asw-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-xxl-row {
    flex-direction: row !important;
  }
  .asw-flex-xxl-column {
    flex-direction: column !important;
  }
  .asw-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .asw-m-xxl-0 {
    margin: 0 !important;
  }
  .asw-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .asw-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .asw-m-xxl-3 {
    margin: 1rem !important;
  }
  .asw-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .asw-m-xxl-5 {
    margin: 3rem !important;
  }
  .asw-m-xxl-auto {
    margin: auto !important;
  }
  .asw-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .asw-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-xxl-auto {
    margin-top: auto !important;
  }
  .asw-me-xxl-0 {
    margin-right: 0 !important;
  }
  .asw-me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-xxl-3 {
    margin-right: 1rem !important;
  }
  .asw-me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .asw-me-xxl-auto {
    margin-right: auto !important;
  }
  .asw-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .asw-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-xxl-auto {
    margin-left: auto !important;
  }
  .asw-p-xxl-0 {
    padding: 0 !important;
  }
  .asw-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .asw-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .asw-p-xxl-3 {
    padding: 1rem !important;
  }
  .asw-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .asw-p-xxl-5 {
    padding: 3rem !important;
  }
  .asw-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .asw-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .asw-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .asw-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .asw-text-xxl-start {
    text-align: left !important;
  }
  .asw-text-xxl-end {
    text-align: right !important;
  }
  .asw-text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .asw-fs-1 {
    font-size: 2.5rem !important;
  }
  .asw-fs-2 {
    font-size: 2rem !important;
  }
  .asw-fs-3 {
    font-size: 1.75rem !important;
  }
  .asw-fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .asw-d-print-inline {
    display: inline !important;
  }
  .asw-d-print-inline-block {
    display: inline-block !important;
  }
  .asw-d-print-block {
    display: block !important;
  }
  .asw-d-print-grid {
    display: grid !important;
  }
  .asw-d-print-table {
    display: table !important;
  }
  .asw-d-print-table-row {
    display: table-row !important;
  }
  .asw-d-print-table-cell {
    display: table-cell !important;
  }
  .asw-d-print-flex {
    display: flex !important;
  }
  .asw-d-print-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-print-none {
    display: none !important;
  }
}
/*!
 * ASW  v1.0.0 (https://asoftwareworld.com/)
 * Copyright 2022 The ASW (A Software World)
 */
:root {
  --asw-blue: #0d6efd;
  --asw-indigo: #6610f2;
  --asw-purple: #6f42c1;
  --asw-pink: #d63384;
  --asw-red: #dc3545;
  --asw-orange: #fd7e14;
  --asw-yellow: #ffc107;
  --asw-green: #198754;
  --asw-teal: #20c997;
  --asw-cyan: #0dcaf0;
  --asw-black: #000;
  --asw-white: #fff;
  --asw-gray: #6c757d;
  --asw-gray-dark: #343a40;
  --asw-gray-100: #f8f9fa;
  --asw-gray-200: #e9ecef;
  --asw-gray-300: #dee2e6;
  --asw-gray-400: #ced4da;
  --asw-gray-500: #adb5bd;
  --asw-gray-600: #6c757d;
  --asw-gray-700: #495057;
  --asw-gray-800: #343a40;
  --asw-gray-900: #212529;
  --asw-primary: #0d6efd;
  --asw-secondary: #6c757d;
  --asw-success: #198754;
  --asw-info: #0dcaf0;
  --asw-warning: #ffc107;
  --asw-danger: #dc3545;
  --asw-light: #f8f9fa;
  --asw-dark: #212529;
  --asw-primary-rgb: 13, 110, 253;
  --asw-secondary-rgb: 108, 117, 125;
  --asw-success-rgb: 25, 135, 84;
  --asw-info-rgb: 13, 202, 240;
  --asw-warning-rgb: 255, 193, 7;
  --asw-danger-rgb: 220, 53, 69;
  --asw-light-rgb: 248, 249, 250;
  --asw-dark-rgb: 33, 37, 41;
  --asw-white-rgb: 255, 255, 255;
  --asw-black-rgb: 0, 0, 0;
  --asw-body-color-rgb: 33, 37, 41;
  --asw-body-bg-rgb: 255, 255, 255;
  --asw-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --asw-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --asw-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --asw-body-font-family: var(--asw-font-sans-serif);
  --asw-body-font-size: 1rem;
  --asw-body-font-weight: 400;
  --asw-body-line-height: 1.5;
  --asw-body-color: #212529;
  --asw-body-bg: #fff;
  --asw-border-width: 1px;
  --asw-border-style: solid;
  --asw-border-color: #dee2e6;
  --asw-border-color-translucent: rgba(0, 0, 0, 0.175);
  --asw-border-radius: 0.375rem;
  --asw-border-radius-sm: 0.25rem;
  --asw-border-radius-lg: 0.5rem;
  --asw-border-radius-xl: 1rem;
  --asw-border-radius-2xl: 2rem;
  --asw-border-radius-pill: 50rem;
  --asw-link-color: #0d6efd;
  --asw-link-hover-color: rgb(10.4, 88, 202.4);
  --asw-code-color: #d63384;
  --asw-highlight-bg: rgb(255, 242.6, 205.4);
  --asw-breakpoint-xs: 0;
  --asw-breakpoint-sm: 576px;
  --asw-breakpoint-md: 768px;
  --asw-breakpoint-lg: 992px;
  --asw-breakpoint-xl: 1200px;
  --asw-breakpoint-xxl: 1400px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--asw-body-font-family);
  font-size: var(--asw-body-font-size);
  font-weight: var(--asw-body-font-weight);
  line-height: var(--asw-body-line-height);
  color: var(--asw-body-color);
  text-align: var(--asw-body-text-align);
  background-color: var(--asw-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--asw-border-width) solid;
  opacity: 0.25;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--asw-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--asw-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--asw-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--asw-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--asw-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--asw-body-bg);
  background-color: var(--asw-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.asw-img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: var(--asw-border-width) solid var(--asw-border-color);
  max-width: 100%;
}

.asw-figure {
  display: inline-block;
}

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

.asw-figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.asw-row {
  --asw-gutter-x: 1.5rem;
  --asw-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--asw-gutter-y));
  margin-right: calc(-0.5 * var(--asw-gutter-x));
  margin-left: calc(-0.5 * var(--asw-gutter-x));
}
.asw-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--asw-gutter-x) * 0.5);
  padding-left: calc(var(--asw-gutter-x) * 0.5);
  margin-top: var(--asw-gutter-y);
}

.asw-col {
  flex: 1 0 0%;
}

.asw-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.asw-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.asw-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.asw-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.asw-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.asw-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.asw-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.asw-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.asw-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.asw-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.asw-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.asw-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.asw-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .asw-col-sm {
    flex: 1 0 0%;
  }
  .asw-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .asw-col-md {
    flex: 1 0 0%;
  }
  .asw-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .asw-col-lg {
    flex: 1 0 0%;
  }
  .asw-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .asw-col-xl {
    flex: 1 0 0%;
  }
  .asw-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .asw-col-xxl {
    flex: 1 0 0%;
  }
  .asw-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .asw-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .asw-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .asw-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .asw-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .asw-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .asw-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .asw-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .asw-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .asw-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .asw-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .asw-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .asw-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.asw-table {
  --asw-table-color: var(--asw-body-color);
  --asw-table-bg: transparent;
  --asw-table-border-color: var(--asw-border-color);
  --asw-table-accent-bg: transparent;
  --asw-table-striped-color: var(--asw-body-color);
  --asw-table-striped-bg: rgba(0, 0, 0, 0.05);
  --asw-table-active-color: var(--asw-body-color);
  --asw-table-active-bg: rgba(0, 0, 0, 0.1);
  --asw-table-hover-color: var(--asw-body-color);
  --asw-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--asw-table-color);
  vertical-align: top;
  border-color: var(--asw-table-border-color);
}
.asw-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--asw-table-bg);
  border-bottom-width: var(--asw-border-width);
  box-shadow: inset 0 0 0 9999px var(--asw-table-accent-bg);
}
.asw-table > tbody {
  vertical-align: inherit;
}
.asw-table > thead {
  vertical-align: bottom;
}

.asw-table-group-divider {
  border-top: calc(var(--asw-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.asw-table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.asw-table-bordered > :not(caption) > * {
  border-width: var(--asw-border-width) 0;
}
.asw-table-bordered > :not(caption) > * > * {
  border-width: 0 var(--asw-border-width);
}

.asw-table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.asw-table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.asw-table-striped > tbody > tr:nth-of-type(odd) > * {
  --asw-table-accent-bg: var(--asw-table-striped-bg);
  color: var(--asw-table-striped-color);
}

.asw-table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --asw-table-accent-bg: var(--asw-table-striped-bg);
  color: var(--asw-table-striped-color);
}

.asw-table-active {
  --asw-table-accent-bg: var(--asw-table-active-bg);
  color: var(--asw-table-active-color);
}

.asw-table-hover > tbody > tr:hover > * {
  --asw-table-accent-bg: var(--asw-table-hover-bg);
  color: var(--asw-table-hover-color);
}

.asw-table-primary {
  --asw-table-color: #000;
  --asw-table-bg: rgb(206.6, 226, 254.6);
  --asw-table-border-color: rgb(185.94, 203.4, 229.14);
  --asw-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(185.94, 203.4, 229.14);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-secondary {
  --asw-table-color: #000;
  --asw-table-bg: rgb(225.6, 227.4, 229);
  --asw-table-border-color: rgb(203.04, 204.66, 206.1);
  --asw-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(203.04, 204.66, 206.1);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-success {
  --asw-table-color: #000;
  --asw-table-bg: rgb(209, 231, 220.8);
  --asw-table-border-color: rgb(188.1, 207.9, 198.72);
  --asw-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(188.1, 207.9, 198.72);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-info {
  --asw-table-color: #000;
  --asw-table-bg: rgb(206.6, 244.4, 252);
  --asw-table-border-color: rgb(185.94, 219.96, 226.8);
  --asw-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(185.94, 219.96, 226.8);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-warning {
  --asw-table-color: #000;
  --asw-table-bg: rgb(255, 242.6, 205.4);
  --asw-table-border-color: rgb(229.5, 218.34, 184.86);
  --asw-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(229.5, 218.34, 184.86);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-danger {
  --asw-table-color: #000;
  --asw-table-bg: rgb(248, 214.6, 217.8);
  --asw-table-border-color: rgb(223.2, 193.14, 196.02);
  --asw-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(223.2, 193.14, 196.02);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-light {
  --asw-table-color: #000;
  --asw-table-bg: #f8f9fa;
  --asw-table-border-color: rgb(223.2, 224.1, 225);
  --asw-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --asw-table-striped-color: #000;
  --asw-table-active-bg: rgb(223.2, 224.1, 225);
  --asw-table-active-color: #000;
  --asw-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --asw-table-hover-color: #000;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-dark {
  --asw-table-color: #fff;
  --asw-table-bg: #212529;
  --asw-table-border-color: rgb(55.2, 58.8, 62.4);
  --asw-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --asw-table-striped-color: #fff;
  --asw-table-active-bg: rgb(55.2, 58.8, 62.4);
  --asw-table-active-color: #fff;
  --asw-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --asw-table-hover-color: #fff;
  color: var(--asw-table-color);
  border-color: var(--asw-table-border-color);
}

.asw-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .asw-table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .asw-table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .asw-table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .asw-table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .asw-table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.asw-input-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: var(--asw-border-width) solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .asw-input-control {
    transition: none;
  }
}
.asw-input-control[type=file] {
  overflow: hidden;
}
.asw-input-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.asw-input-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.asw-input-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.asw-input-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.asw-input-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.asw-input-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.asw-input-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--asw-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .asw-input-control::file-selector-button {
    transition: none;
  }
}
.asw-input-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.asw-input-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: var(--asw-border-width) 0;
}
.asw-input-control-plaintext:focus {
  outline: 0;
}
.asw-input-control-plaintext.asw-input-control-sm, .asw-input-control-plaintext.asw-input-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.asw-input-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--asw-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.asw-input-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.asw-input-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--asw-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.asw-input-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.asw-input-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--asw-border-width) * 2));
}
textarea.asw-input-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--asw-border-width) * 2));
}
textarea.asw-input-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--asw-border-width) * 2));
}

.asw-input-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--asw-border-width) * 2));
  padding: 0.375rem;
}
.asw-input-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.asw-input-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.asw-input-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.asw-input-control-color.asw-input-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--asw-border-width) * 2));
}
.asw-input-control-color.asw-input-control-lg {
  height: calc(1.5em + 1rem + calc(var(--asw-border-width) * 2));
}

.asw-input-label {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--asw-border-width));
  padding-bottom: calc(0.375rem + var(--asw-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--asw-border-width));
  padding-bottom: calc(0.5rem + var(--asw-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--asw-border-width));
  padding-bottom: calc(0.25rem + var(--asw-border-width));
  font-size: 0.875rem;
}

.asw-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.asw-form-check .asw-form-check-input {
  float: left;
  margin-left: -1.5em;
}

.asw-form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.asw-form-check-reverse .asw-form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.asw-form-check-input {
  --asw-form-check-bg: #fff;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--asw-form-check-bg);
  background-image: var(--asw-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--asw-border-width) solid var(--asw-border-color);
  print-color-adjust: exact;
}
.asw-form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.asw-form-check-input[type=radio] {
  border-radius: 50%;
}
.asw-form-check-input:active {
  filter: brightness(90%);
}
.asw-form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.asw-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.asw-form-check-input:checked[type=checkbox] {
  --asw-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.asw-form-check-input:checked[type=radio] {
  --asw-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.asw-form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --asw-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.asw-form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.asw-form-check-input[disabled] ~ .asw-form-check-label, .asw-form-check-input:disabled ~ .asw-form-check-label {
  cursor: default;
  opacity: 0.5;
}

.asw-form-switch {
  padding-left: 2.5em;
}
.asw-form-switch .asw-form-check-input {
  --asw-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--asw-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .asw-form-switch .asw-form-check-input {
    transition: none;
  }
}
.asw-form-switch .asw-form-check-input:focus {
  --asw-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.asw-form-switch .asw-form-check-input:checked {
  background-position: right center;
  --asw-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.asw-form-switch.asw-form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.asw-form-switch.asw-form-check-reverse .asw-form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.asw-form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.asw-btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.asw-btn-check[disabled] + .btn, .asw-btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.asw-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--asw-border-width) solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.375rem;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .asw-select {
    transition: none;
  }
}
.asw-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.asw-select[multiple], .asw-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.asw-select:disabled {
  background-color: #e9ecef;
}
.asw-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.asw-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.asw-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.asw-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.asw-range:focus {
  outline: 0;
}
.asw-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.asw-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.asw-range::-moz-focus-outer {
  border: 0;
}
.asw-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .asw-range::-webkit-slider-thumb {
    transition: none;
  }
}
.asw-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.asw-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.asw-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .asw-range::-moz-range-thumb {
    transition: none;
  }
}
.asw-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.asw-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.asw-range:disabled {
  pointer-events: none;
}
.asw-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.asw-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .asw-input-control,
.input-group > .asw-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .asw-input-control:focus,
.input-group > .asw-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .asw-button {
  position: relative;
  z-index: 2;
}
.input-group .asw-button:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: var(--asw-border-width) solid #ced4da;
}

.input-group-lg > .asw-input-control,
.input-group-lg > .asw-select,
.input-group-lg > .input-group-text,
.input-group-lg > .asw-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .asw-input-control,
.input-group-sm > .asw-select,
.input-group-sm > .input-group-text,
.input-group-sm > .asw-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .asw-select,
.input-group-sm > .asw-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .asw-input-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .asw-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .asw-input-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .asw-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--asw-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

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

.was-validated .asw-input-control:valid, .asw-input-control.asw-is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .asw-input-control:valid:focus, .asw-input-control.asw-is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.asw-input-control:valid, textarea.asw-input-control.asw-is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .asw-select:valid, .asw-select.asw-is-valid {
  border-color: #198754;
}
.was-validated .asw-select:valid:not([multiple]):not([size]), .was-validated .asw-select:valid:not([multiple])[size="1"], .asw-select.asw-is-valid:not([multiple]):not([size]), .asw-select.asw-is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .asw-select:valid:focus, .asw-select.asw-is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .asw-input-control-color:valid, .asw-input-control-color.asw-is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .input-group > .asw-input-control:not(:focus):valid, .input-group > .asw-input-control:not(:focus).asw-is-valid,
.was-validated .input-group > .asw-select:not(:focus):valid,
.input-group > .asw-select:not(:focus).asw-is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

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

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

.was-validated textarea.asw-input-control:invalid, textarea.asw-input-control.asw-is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .asw-select:invalid, .asw-select.asw-is-invalid {
  border-color: #dc3545;
}
.was-validated .asw-select:invalid:not([multiple]):not([size]), .was-validated .asw-select:invalid:not([multiple])[size="1"], .asw-select.asw-is-invalid:not([multiple]):not([size]), .asw-select.asw-is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .asw-select:invalid:focus, .asw-select.asw-is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .asw-input-control-color:invalid, .asw-input-control-color.asw-is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .input-group > .asw-input-control:not(:focus):invalid, .input-group > .asw-input-control:not(:focus).asw-is-invalid,
.was-validated .input-group > .asw-select:not(:focus):invalid,
.input-group > .asw-select:not(:focus).asw-is-invalid {
  z-index: 4;
}

.asw-button {
  --asw-button-padding-x: 0.75rem;
  --asw-button-padding-y: 0.375rem;
  --asw-button-font-family: ;
  --asw-button-font-size: 1rem;
  --asw-button-font-weight: 400;
  --asw-button-line-height: 1.5;
  --asw-button-color: #212529;
  --asw-button-bg: transparent;
  --asw-button-border-width: var(--asw-border-width);
  --asw-button-border-color: transparent;
  --asw-button-border-radius: 0.375rem;
  --asw-button-hover-border-color: transparent;
  --asw-button-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --asw-button-disabled-opacity: 0.65;
  --asw-button-focus-box-shadow: 0 0 0 0.25rem rgba(var(--asw-button-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--asw-button-padding-y) var(--asw-button-padding-x);
  font-family: var(--asw-button-font-family);
  font-size: var(--asw-button-font-size);
  font-weight: var(--asw-button-font-weight);
  line-height: var(--asw-button-line-height);
  color: var(--asw-button-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--asw-button-border-width) solid var(--asw-button-border-color);
  border-radius: var(--asw-button-border-radius);
  background-color: var(--asw-button-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .asw-button {
    transition: none;
  }
}
.asw-button:hover {
  color: var(--asw-button-hover-color);
  background-color: var(--asw-button-hover-bg);
  border-color: var(--asw-button-hover-border-color);
}
.asw-button-check + .asw-button:hover {
  color: var(--asw-button-color);
  background-color: var(--asw-button-bg);
  border-color: var(--asw-button-border-color);
}
.asw-button:focus-visible {
  color: var(--asw-button-hover-color);
  background-color: var(--asw-button-hover-bg);
  border-color: var(--asw-button-hover-border-color);
  outline: 0;
  box-shadow: var(--asw-button-focus-box-shadow);
}
.asw-button-check:focus-visible + .asw-button {
  border-color: var(--asw-button-hover-border-color);
  outline: 0;
  box-shadow: var(--asw-button-focus-box-shadow);
}
.asw-button-check:checked + .asw-button, :not(.asw-button-check) + .asw-button:active, .asw-button:first-child:active, .asw-button.active, .asw-button.show {
  color: var(--asw-button-active-color);
  background-color: var(--asw-button-active-bg);
  border-color: var(--asw-button-active-border-color);
}
.asw-button-check:checked + .asw-button:focus-visible, :not(.asw-button-check) + .asw-button:active:focus-visible, .asw-button:first-child:active:focus-visible, .asw-button.active:focus-visible, .asw-button.show:focus-visible {
  box-shadow: var(--asw-button-focus-box-shadow);
}
.asw-button:disabled, .asw-button.disabled, fieldset:disabled .asw-button {
  color: var(--asw-button-disabled-color);
  pointer-events: none;
  background-color: var(--asw-button-disabled-bg);
  border-color: var(--asw-button-disabled-border-color);
  opacity: var(--asw-button-disabled-opacity);
}

.asw-button-primary {
  --asw-button-color: #fff;
  --asw-button-bg: #0d6efd;
  --asw-button-border-color: #0d6efd;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: rgb(11.05, 93.5, 215.05);
  --asw-button-hover-border-color: rgb(10.4, 88, 202.4);
  --asw-button-focus-shadow-rgb: 49, 132, 253;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: rgb(10.4, 88, 202.4);
  --asw-button-active-border-color: rgb(9.75, 82.5, 189.75);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #fff;
  --asw-button-disabled-bg: #0d6efd;
  --asw-button-disabled-border-color: #0d6efd;
}

.asw-button-secondary {
  --asw-button-color: #fff;
  --asw-button-bg: #6c757d;
  --asw-button-border-color: #6c757d;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: rgb(91.8, 99.45, 106.25);
  --asw-button-hover-border-color: rgb(86.4, 93.6, 100);
  --asw-button-focus-shadow-rgb: 130, 138, 145;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: rgb(86.4, 93.6, 100);
  --asw-button-active-border-color: rgb(81, 87.75, 93.75);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #fff;
  --asw-button-disabled-bg: #6c757d;
  --asw-button-disabled-border-color: #6c757d;
}

.asw-button-success {
  --asw-button-color: #fff;
  --asw-button-bg: #198754;
  --asw-button-border-color: #198754;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: rgb(21.25, 114.75, 71.4);
  --asw-button-hover-border-color: rgb(20, 108, 67.2);
  --asw-button-focus-shadow-rgb: 60, 153, 110;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: rgb(20, 108, 67.2);
  --asw-button-active-border-color: rgb(18.75, 101.25, 63);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #fff;
  --asw-button-disabled-bg: #198754;
  --asw-button-disabled-border-color: #198754;
}

.asw-button-info {
  --asw-button-color: #000;
  --asw-button-bg: #0dcaf0;
  --asw-button-border-color: #0dcaf0;
  --asw-button-hover-color: #000;
  --asw-button-hover-bg: rgb(49.3, 209.95, 242.25);
  --asw-button-hover-border-color: rgb(37.2, 207.3, 241.5);
  --asw-button-focus-shadow-rgb: 11, 172, 204;
  --asw-button-active-color: #000;
  --asw-button-active-bg: rgb(61.4, 212.6, 243);
  --asw-button-active-border-color: rgb(37.2, 207.3, 241.5);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #000;
  --asw-button-disabled-bg: #0dcaf0;
  --asw-button-disabled-border-color: #0dcaf0;
}

.asw-button-warning {
  --asw-button-color: #000;
  --asw-button-bg: #ffc107;
  --asw-button-border-color: #ffc107;
  --asw-button-hover-color: #000;
  --asw-button-hover-bg: rgb(255, 202.3, 44.2);
  --asw-button-hover-border-color: rgb(255, 199.2, 31.8);
  --asw-button-focus-shadow-rgb: 217, 164, 6;
  --asw-button-active-color: #000;
  --asw-button-active-bg: rgb(255, 205.4, 56.6);
  --asw-button-active-border-color: rgb(255, 199.2, 31.8);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #000;
  --asw-button-disabled-bg: #ffc107;
  --asw-button-disabled-border-color: #ffc107;
}

.asw-button-danger {
  --asw-button-color: #fff;
  --asw-button-bg: #dc3545;
  --asw-button-border-color: #dc3545;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: rgb(187, 45.05, 58.65);
  --asw-button-hover-border-color: rgb(176, 42.4, 55.2);
  --asw-button-focus-shadow-rgb: 225, 83, 97;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: rgb(176, 42.4, 55.2);
  --asw-button-active-border-color: rgb(165, 39.75, 51.75);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #fff;
  --asw-button-disabled-bg: #dc3545;
  --asw-button-disabled-border-color: #dc3545;
}

.asw-button-light {
  --asw-button-color: #000;
  --asw-button-bg: #f8f9fa;
  --asw-button-border-color: #f8f9fa;
  --asw-button-hover-color: #000;
  --asw-button-hover-bg: rgb(210.8, 211.65, 212.5);
  --asw-button-hover-border-color: rgb(198.4, 199.2, 200);
  --asw-button-focus-shadow-rgb: 211, 212, 213;
  --asw-button-active-color: #000;
  --asw-button-active-bg: rgb(198.4, 199.2, 200);
  --asw-button-active-border-color: rgb(186, 186.75, 187.5);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #000;
  --asw-button-disabled-bg: #f8f9fa;
  --asw-button-disabled-border-color: #f8f9fa;
}

.asw-button-dark {
  --asw-button-color: #fff;
  --asw-button-bg: #212529;
  --asw-button-border-color: #212529;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: rgb(66.3, 69.7, 73.1);
  --asw-button-hover-border-color: rgb(55.2, 58.8, 62.4);
  --asw-button-focus-shadow-rgb: 66, 70, 73;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: rgb(77.4, 80.6, 83.8);
  --asw-button-active-border-color: rgb(55.2, 58.8, 62.4);
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #fff;
  --asw-button-disabled-bg: #212529;
  --asw-button-disabled-border-color: #212529;
}

.asw-button-outline-primary {
  --asw-button-color: #0d6efd;
  --asw-button-border-color: #0d6efd;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: #0d6efd;
  --asw-button-hover-border-color: #0d6efd;
  --asw-button-focus-shadow-rgb: 13, 110, 253;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: #0d6efd;
  --asw-button-active-border-color: #0d6efd;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #0d6efd;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #0d6efd;
  --asw-gradient: none;
}

.asw-button-outline-secondary {
  --asw-button-color: #6c757d;
  --asw-button-border-color: #6c757d;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: #6c757d;
  --asw-button-hover-border-color: #6c757d;
  --asw-button-focus-shadow-rgb: 108, 117, 125;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: #6c757d;
  --asw-button-active-border-color: #6c757d;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #6c757d;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #6c757d;
  --asw-gradient: none;
}

.asw-button-outline-success {
  --asw-button-color: #198754;
  --asw-button-border-color: #198754;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: #198754;
  --asw-button-hover-border-color: #198754;
  --asw-button-focus-shadow-rgb: 25, 135, 84;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: #198754;
  --asw-button-active-border-color: #198754;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #198754;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #198754;
  --asw-gradient: none;
}

.asw-button-outline-info {
  --asw-button-color: #0dcaf0;
  --asw-button-border-color: #0dcaf0;
  --asw-button-hover-color: #000;
  --asw-button-hover-bg: #0dcaf0;
  --asw-button-hover-border-color: #0dcaf0;
  --asw-button-focus-shadow-rgb: 13, 202, 240;
  --asw-button-active-color: #000;
  --asw-button-active-bg: #0dcaf0;
  --asw-button-active-border-color: #0dcaf0;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #0dcaf0;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #0dcaf0;
  --asw-gradient: none;
}

.asw-button-outline-warning {
  --asw-button-color: #ffc107;
  --asw-button-border-color: #ffc107;
  --asw-button-hover-color: #000;
  --asw-button-hover-bg: #ffc107;
  --asw-button-hover-border-color: #ffc107;
  --asw-button-focus-shadow-rgb: 255, 193, 7;
  --asw-button-active-color: #000;
  --asw-button-active-bg: #ffc107;
  --asw-button-active-border-color: #ffc107;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #ffc107;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #ffc107;
  --asw-gradient: none;
}

.asw-button-outline-danger {
  --asw-button-color: #dc3545;
  --asw-button-border-color: #dc3545;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: #dc3545;
  --asw-button-hover-border-color: #dc3545;
  --asw-button-focus-shadow-rgb: 220, 53, 69;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: #dc3545;
  --asw-button-active-border-color: #dc3545;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #dc3545;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #dc3545;
  --asw-gradient: none;
}

.asw-button-outline-light {
  --asw-button-color: #f8f9fa;
  --asw-button-border-color: #f8f9fa;
  --asw-button-hover-color: #000;
  --asw-button-hover-bg: #f8f9fa;
  --asw-button-hover-border-color: #f8f9fa;
  --asw-button-focus-shadow-rgb: 248, 249, 250;
  --asw-button-active-color: #000;
  --asw-button-active-bg: #f8f9fa;
  --asw-button-active-border-color: #f8f9fa;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #f8f9fa;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #f8f9fa;
  --asw-gradient: none;
}

.asw-button-outline-dark {
  --asw-button-color: #212529;
  --asw-button-border-color: #212529;
  --asw-button-hover-color: #fff;
  --asw-button-hover-bg: #212529;
  --asw-button-hover-border-color: #212529;
  --asw-button-focus-shadow-rgb: 33, 37, 41;
  --asw-button-active-color: #fff;
  --asw-button-active-bg: #212529;
  --asw-button-active-border-color: #212529;
  --asw-button-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --asw-button-disabled-color: #212529;
  --asw-button-disabled-bg: transparent;
  --asw-button-disabled-border-color: #212529;
  --asw-gradient: none;
}

.asw-button-link {
  --asw-button-font-weight: 400;
  --asw-button-color: var(--asw-link-color);
  --asw-button-bg: transparent;
  --asw-button-border-color: transparent;
  --asw-button-hover-color: var(--asw-link-hover-color);
  --asw-button-hover-border-color: transparent;
  --asw-button-active-color: var(--asw-link-hover-color);
  --asw-button-active-border-color: transparent;
  --asw-button-disabled-color: #6c757d;
  --asw-button-disabled-border-color: transparent;
  --asw-button-box-shadow: none;
  --asw-button-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.asw-button-link:focus-visible {
  color: var(--asw-button-color);
}
.asw-button-link:hover {
  color: var(--asw-button-hover-color);
}

.asw-button-lg {
  --asw-button-padding-y: 0.5rem;
  --asw-button-padding-x: 1rem;
  --asw-button-font-size: 1.25rem;
  --asw-button-border-radius: 0.5rem;
}

.asw-button-sm {
  --asw-button-padding-y: 0.25rem;
  --asw-button-padding-x: 0.5rem;
  --asw-button-font-size: 0.875rem;
  --asw-button-border-radius: 0.25rem;
}

.asw-alert {
  --asw-alert-bg: transparent;
  --asw-alert-padding-x: 1rem;
  --asw-alert-padding-y: 1rem;
  --asw-alert-margin-bottom: 1rem;
  --asw-alert-color: inherit;
  --asw-alert-border-color: transparent;
  --asw-alert-border: var(--asw-border-width) solid var(--asw-alert-border-color);
  --asw-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--asw-alert-padding-y) var(--asw-alert-padding-x);
  margin-bottom: var(--asw-alert-margin-bottom);
  color: var(--asw-alert-color);
  background-color: var(--asw-alert-bg);
  border: var(--asw-alert-border);
  border-radius: var(--asw-alert-border-radius);
}

.asw-alert-heading {
  color: inherit;
}

.asw-alert-link {
  font-weight: 700;
}

.asw-alert-dismissible {
  padding-right: 3rem;
}

.asw-alert-primary {
  --asw-alert-color: var(--asw-primary-text-emphasis);
  --asw-alert-bg: var(--asw-primary-bg-subtle);
  --asw-alert-border-color: var(--asw-primary-border-subtle);
  --asw-alert-link-color: var(--asw-primary-text-emphasis);
}

.asw-alert-secondary {
  --asw-alert-color: var(--asw-secondary-text-emphasis);
  --asw-alert-bg: var(--asw-secondary-bg-subtle);
  --asw-alert-border-color: var(--asw-secondary-border-subtle);
  --asw-alert-link-color: var(--asw-secondary-text-emphasis);
}

.asw-alert-success {
  --asw-alert-color: var(--asw-success-text-emphasis);
  --asw-alert-bg: var(--asw-success-bg-subtle);
  --asw-alert-border-color: var(--asw-success-border-subtle);
  --asw-alert-link-color: var(--asw-success-text-emphasis);
}

.asw-alert-info {
  --asw-alert-color: var(--asw-info-text-emphasis);
  --asw-alert-bg: var(--asw-info-bg-subtle);
  --asw-alert-border-color: var(--asw-info-border-subtle);
  --asw-alert-link-color: var(--asw-info-text-emphasis);
}

.asw-alert-warning {
  --asw-alert-color: var(--asw-warning-text-emphasis);
  --asw-alert-bg: var(--asw-warning-bg-subtle);
  --asw-alert-border-color: var(--asw-warning-border-subtle);
  --asw-alert-link-color: var(--asw-warning-text-emphasis);
}

.asw-alert-danger {
  --asw-alert-color: var(--asw-danger-text-emphasis);
  --asw-alert-bg: var(--asw-danger-bg-subtle);
  --asw-alert-border-color: var(--asw-danger-border-subtle);
  --asw-alert-link-color: var(--asw-danger-text-emphasis);
}

.asw-alert-light {
  --asw-alert-color: var(--asw-light-text-emphasis);
  --asw-alert-bg: var(--asw-light-bg-subtle);
  --asw-alert-border-color: var(--asw-light-border-subtle);
  --asw-alert-link-color: var(--asw-light-text-emphasis);
}

.asw-alert-dark {
  --asw-alert-color: var(--asw-dark-text-emphasis);
  --asw-alert-bg: var(--asw-dark-bg-subtle);
  --asw-alert-border-color: var(--asw-dark-border-subtle);
  --asw-alert-link-color: var(--asw-dark-text-emphasis);
}

.asw-placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.asw-placeholder.asw-button::before {
  display: inline-block;
  content: "";
}

.asw-placeholder-xs {
  min-height: 0.6em;
}

.asw-placeholder-sm {
  min-height: 0.8em;
}

.asw-placeholder-lg {
  min-height: 1.2em;
}

.asw-placeholder-glow .asw-placeholder {
  animation: asw-placeholder-glow 2s ease-in-out infinite;
}

@keyframes asw-placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.asw-placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: asw-placeholder-wave 2s linear infinite;
}

@keyframes asw-placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.asw-text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--asw-bg-opacity, 1)) !important;
}

.asw-text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--asw-bg-opacity, 1)) !important;
}

.asw-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.asw-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.asw-sticky-top {
  position: sticky;
  top: 0;
}

.asw-sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .asw-sticky-sm-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .asw-sticky-md-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .asw-sticky-lg-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .asw-sticky-xl-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .asw-sticky-xxl-top {
    position: sticky;
    top: 0;
  }
  .asw-sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.asw-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.asw-align-baseline {
  vertical-align: baseline !important;
}

.asw-align-top {
  vertical-align: top !important;
}

.asw-align-middle {
  vertical-align: middle !important;
}

.asw-align-bottom {
  vertical-align: bottom !important;
}

.asw-align-text-bottom {
  vertical-align: text-bottom !important;
}

.asw-align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.asw-d-inline {
  display: inline !important;
}

.asw-d-inline-block {
  display: inline-block !important;
}

.asw-d-block {
  display: block !important;
}

.asw-d-grid {
  display: grid !important;
}

.asw-d-table {
  display: table !important;
}

.asw-d-table-row {
  display: table-row !important;
}

.asw-d-table-cell {
  display: table-cell !important;
}

.asw-d-flex {
  display: flex !important;
}

.asw-d-inline-flex {
  display: inline-flex !important;
}

.asw-d-none {
  display: none !important;
}

.asw-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.asw-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.asw-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.asw-shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.asw-start-0 {
  left: 0 !important;
}

.asw-start-50 {
  left: 50% !important;
}

.asw-start-100 {
  left: 100% !important;
}

.asw-end-0 {
  right: 0 !important;
}

.asw-end-50 {
  right: 50% !important;
}

.asw-end-100 {
  right: 100% !important;
}

.asw-translate-middle {
  transform: translate(-50%, -50%) !important;
}

.asw-translate-middle-x {
  transform: translateX(-50%) !important;
}

.asw-translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.asw-border-end {
  border-right: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.asw-border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.asw-border-start {
  border-left: var(--asw-border-width) var(--asw-border-style) var(--asw-border-color) !important;
}

.asw-border-start-0 {
  border-left: 0 !important;
}

.asw-border-primary {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-primary-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-secondary {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-secondary-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-success {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-success-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-info {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-info-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-warning {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-warning-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-danger {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-danger-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-light {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-light-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-dark {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-dark-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-white {
  --asw-border-opacity: 1;
  border-color: rgba(var(--asw-white-rgb), var(--asw-border-opacity)) !important;
}

.asw-border-1 {
  --asw-border-width: 1px;
}

.asw-border-2 {
  --asw-border-width: 2px;
}

.asw-border-3 {
  --asw-border-width: 3px;
}

.asw-border-4 {
  --asw-border-width: 4px;
}

.asw-border-5 {
  --asw-border-width: 5px;
}

.asw-border-opacity-10 {
  --asw-asw-border-opacity: 0.1;
}

.asw-border-opacity-25 {
  --asw-asw-border-opacity: 0.25;
}

.asw-border-opacity-50 {
  --asw-asw-border-opacity: 0.5;
}

.asw-border-opacity-75 {
  --asw-asw-border-opacity: 0.75;
}

.asw-border-opacity-100 {
  --asw-asw-border-opacity: 1;
}

.asw-width-25 {
  width: 25% !important;
}

.asw-width-50 {
  width: 50% !important;
}

.asw-width-75 {
  width: 75% !important;
}

.asw-width-100 {
  width: 100% !important;
}

.asw-width-auto {
  width: auto !important;
}

.asw-mw-100 {
  max-width: 100% !important;
}

.asw-vw-100 {
  width: 100vw !important;
}

.asw-min-vw-100 {
  min-width: 100vw !important;
}

.asw-height-25 {
  height: 25% !important;
}

.asw-height-50 {
  height: 50% !important;
}

.asw-height-75 {
  height: 75% !important;
}

.asw-height-100 {
  height: 100% !important;
}

.asw-height-auto {
  height: auto !important;
}

.asw-mh-100 {
  max-height: 100% !important;
}

.asw-vh-100 {
  height: 100vh !important;
}

.asw-min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.asw-flex-row {
  flex-direction: row !important;
}

.asw-flex-column {
  flex-direction: column !important;
}

.asw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.asw-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.asw-flex-grow-0 {
  flex-grow: 0 !important;
}

.asw-flex-grow-1 {
  flex-grow: 1 !important;
}

.asw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.asw-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.asw-flex-wrap {
  flex-wrap: wrap !important;
}

.asw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.asw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.asw-m-0 {
  margin: 0 !important;
}

.asw-m-1 {
  margin: 0.25rem !important;
}

.asw-m-2 {
  margin: 0.5rem !important;
}

.asw-m-3 {
  margin: 1rem !important;
}

.asw-m-4 {
  margin: 1.5rem !important;
}

.asw-m-5 {
  margin: 3rem !important;
}

.asw-m-auto {
  margin: auto !important;
}

.asw-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.asw-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.asw-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.asw-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.asw-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.asw-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.asw-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.asw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.asw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.asw-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.asw-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.asw-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.asw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.asw-mt-0 {
  margin-top: 0 !important;
}

.asw-mt-1 {
  margin-top: 0.25rem !important;
}

.asw-mt-2 {
  margin-top: 0.5rem !important;
}

.asw-mt-3 {
  margin-top: 1rem !important;
}

.asw-mt-4 {
  margin-top: 1.5rem !important;
}

.asw-mt-5 {
  margin-top: 3rem !important;
}

.asw-mt-auto {
  margin-top: auto !important;
}

.asw-me-0 {
  margin-right: 0 !important;
}

.asw-me-1 {
  margin-right: 0.25rem !important;
}

.asw-me-2 {
  margin-right: 0.5rem !important;
}

.asw-me-3 {
  margin-right: 1rem !important;
}

.asw-me-4 {
  margin-right: 1.5rem !important;
}

.asw-me-5 {
  margin-right: 3rem !important;
}

.asw-me-auto {
  margin-right: auto !important;
}

.asw-mb-0 {
  margin-bottom: 0 !important;
}

.asw-mb-1 {
  margin-bottom: 0.25rem !important;
}

.asw-mb-2 {
  margin-bottom: 0.5rem !important;
}

.asw-mb-3 {
  margin-bottom: 1rem !important;
}

.asw-mb-4 {
  margin-bottom: 1.5rem !important;
}

.asw-mb-5 {
  margin-bottom: 3rem !important;
}

.asw-mb-auto {
  margin-bottom: auto !important;
}

.asw-ms-0 {
  margin-left: 0 !important;
}

.asw-ms-1 {
  margin-left: 0.25rem !important;
}

.asw-ms-2 {
  margin-left: 0.5rem !important;
}

.asw-ms-3 {
  margin-left: 1rem !important;
}

.asw-ms-4 {
  margin-left: 1.5rem !important;
}

.asw-ms-5 {
  margin-left: 3rem !important;
}

.asw-ms-auto {
  margin-left: auto !important;
}

.asw-p-0 {
  padding: 0 !important;
}

.asw-p-1 {
  padding: 0.25rem !important;
}

.asw-p-2 {
  padding: 0.5rem !important;
}

.asw-p-3 {
  padding: 1rem !important;
}

.asw-p-4 {
  padding: 1.5rem !important;
}

.asw-p-5 {
  padding: 3rem !important;
}

.asw-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.asw-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.asw-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.asw-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.asw-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.asw-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.asw-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.asw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.asw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.asw-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.asw-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.asw-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.asw-pt-0 {
  padding-top: 0 !important;
}

.asw-pt-1 {
  padding-top: 0.25rem !important;
}

.asw-pt-2 {
  padding-top: 0.5rem !important;
}

.asw-pt-3 {
  padding-top: 1rem !important;
}

.asw-pt-4 {
  padding-top: 1.5rem !important;
}

.asw-pt-5 {
  padding-top: 3rem !important;
}

.asw-pe-0 {
  padding-right: 0 !important;
}

.asw-pe-1 {
  padding-right: 0.25rem !important;
}

.asw-pe-2 {
  padding-right: 0.5rem !important;
}

.asw-pe-3 {
  padding-right: 1rem !important;
}

.asw-pe-4 {
  padding-right: 1.5rem !important;
}

.asw-pe-5 {
  padding-right: 3rem !important;
}

.asw-pb-0 {
  padding-bottom: 0 !important;
}

.asw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.asw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.asw-pb-3 {
  padding-bottom: 1rem !important;
}

.asw-pb-4 {
  padding-bottom: 1.5rem !important;
}

.asw-pb-5 {
  padding-bottom: 3rem !important;
}

.asw-ps-0 {
  padding-left: 0 !important;
}

.asw-ps-1 {
  padding-left: 0.25rem !important;
}

.asw-ps-2 {
  padding-left: 0.5rem !important;
}

.asw-ps-3 {
  padding-left: 1rem !important;
}

.asw-ps-4 {
  padding-left: 1.5rem !important;
}

.asw-ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.asw-font-monospace {
  font-family: var(--asw-font-monospace) !important;
}

.asw-fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.asw-fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.asw-fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.asw-fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.asw-fs-5 {
  font-size: 1.25rem !important;
}

.asw-fs-6 {
  font-size: 1rem !important;
}

.asw-fst-italic {
  font-style: italic !important;
}

.asw-fst-normal {
  font-style: normal !important;
}

.asw-fw-lighter {
  font-weight: lighter !important;
}

.asw-fw-light {
  font-weight: 300 !important;
}

.asw-fw-normal {
  font-weight: 400 !important;
}

.asw-fw-medium {
  font-weight: 500 !important;
}

.asw-fw-semibold {
  font-weight: 600 !important;
}

.asw-fw-bold {
  font-weight: 700 !important;
}

.asw-fw-bolder {
  font-weight: bolder !important;
}

.asw-lh-1 {
  line-height: 1 !important;
}

.asw-lh-sm {
  line-height: 1.25 !important;
}

.asw-lh-base {
  line-height: 1.5 !important;
}

.asw-lh-lg {
  line-height: 2 !important;
}

.asw-text-start {
  text-align: left !important;
}

.asw-text-end {
  text-align: right !important;
}

.asw-text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.asw-text-lowercase {
  text-transform: lowercase !important;
}

.asw-text-uppercase {
  text-transform: uppercase !important;
}

.asw-text-capitalize {
  text-transform: capitalize !important;
}

.asw-text-wrap {
  white-space: normal !important;
}

.asw-text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.asw-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.asw-text-primary {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-primary-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-secondary {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-secondary-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-success {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-success-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-info {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-info-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-warning {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-warning-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-danger {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-danger-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-light {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-light-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-dark {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-dark-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-black {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-black-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-white {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-white-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-body {
  --asw-text-opacity: 1;
  color: rgba(var(--asw-body-color-rgb), var(--asw-text-opacity)) !important;
}

.asw-text-muted {
  --asw-text-opacity: 1;
  color: #6c757d !important;
}

.asw-text-black-50 {
  --asw-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.asw-text-white-50 {
  --asw-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.asw-text-reset {
  --asw-text-opacity: 1;
  color: inherit !important;
}

.asw-text-opacity-25 {
  --asw-asw-text-opacity: 0.25;
}

.asw-text-opacity-50 {
  --asw-asw-text-opacity: 0.5;
}

.asw-text-opacity-75 {
  --asw-asw-text-opacity: 0.75;
}

.asw-text-opacity-100 {
  --asw-asw-text-opacity: 1;
}

.asw-bg-primary {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-primary-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-secondary {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-secondary-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-success {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-success-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-info {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-info-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-warning {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-warning-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-danger {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-danger-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-light {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-light-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-dark {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-dark-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-black {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-black-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-white {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-white-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-body {
  --asw-bg-opacity: 1;
  background-color: rgba(var(--asw-body-bg-rgb), var(--asw-bg-opacity)) !important;
}

.asw-bg-transparent {
  --asw-bg-opacity: 1;
  background-color: transparent !important;
}

.asw-bg-opacity-10 {
  --asw-asw-bg-opacity: 0.1;
}

.asw-bg-opacity-25 {
  --asw-asw-bg-opacity: 0.25;
}

.asw-bg-opacity-50 {
  --asw-asw-bg-opacity: 0.5;
}

.asw-bg-opacity-75 {
  --asw-asw-bg-opacity: 0.75;
}

.asw-bg-opacity-100 {
  --asw-asw-bg-opacity: 1;
}

.asw-bg-gradient {
  background-image: var(--asw-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.asw-pe-none {
  pointer-events: none !important;
}

.asw-pe-auto {
  pointer-events: auto !important;
}

.asw-rounded {
  border-radius: var(--asw-border-radius) !important;
}

.asw-rounded-0 {
  border-radius: 0 !important;
}

.asw-rounded-1 {
  border-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-2 {
  border-radius: var(--asw-border-radius) !important;
}

.asw-rounded-3 {
  border-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-4 {
  border-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-5 {
  border-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-circle {
  border-radius: 50% !important;
}

.asw-rounded-pill {
  border-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-top {
  border-top-left-radius: var(--asw-border-radius) !important;
  border-top-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.asw-rounded-top-1 {
  border-top-left-radius: var(--asw-border-radius-sm) !important;
  border-top-right-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-top-2 {
  border-top-left-radius: var(--asw-border-radius) !important;
  border-top-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-top-3 {
  border-top-left-radius: var(--asw-border-radius-lg) !important;
  border-top-right-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-top-4 {
  border-top-left-radius: var(--asw-border-radius-xl) !important;
  border-top-right-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-top-5 {
  border-top-left-radius: var(--asw-border-radius-2xl) !important;
  border-top-right-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.asw-rounded-top-pill {
  border-top-left-radius: var(--asw-border-radius-pill) !important;
  border-top-right-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-end {
  border-top-right-radius: var(--asw-border-radius) !important;
  border-bottom-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.asw-rounded-end-1 {
  border-top-right-radius: var(--asw-border-radius-sm) !important;
  border-bottom-right-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-end-2 {
  border-top-right-radius: var(--asw-border-radius) !important;
  border-bottom-right-radius: var(--asw-border-radius) !important;
}

.asw-rounded-end-3 {
  border-top-right-radius: var(--asw-border-radius-lg) !important;
  border-bottom-right-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-end-4 {
  border-top-right-radius: var(--asw-border-radius-xl) !important;
  border-bottom-right-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-end-5 {
  border-top-right-radius: var(--asw-border-radius-2xl) !important;
  border-bottom-right-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.asw-rounded-end-pill {
  border-top-right-radius: var(--asw-border-radius-pill) !important;
  border-bottom-right-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-bottom {
  border-bottom-right-radius: var(--asw-border-radius) !important;
  border-bottom-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.asw-rounded-bottom-1 {
  border-bottom-right-radius: var(--asw-border-radius-sm) !important;
  border-bottom-left-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-bottom-2 {
  border-bottom-right-radius: var(--asw-border-radius) !important;
  border-bottom-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-bottom-3 {
  border-bottom-right-radius: var(--asw-border-radius-lg) !important;
  border-bottom-left-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-bottom-4 {
  border-bottom-right-radius: var(--asw-border-radius-xl) !important;
  border-bottom-left-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-bottom-5 {
  border-bottom-right-radius: var(--asw-border-radius-2xl) !important;
  border-bottom-left-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.asw-rounded-bottom-pill {
  border-bottom-right-radius: var(--asw-border-radius-pill) !important;
  border-bottom-left-radius: var(--asw-border-radius-pill) !important;
}

.asw-rounded-start {
  border-bottom-left-radius: var(--asw-border-radius) !important;
  border-top-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.asw-rounded-start-1 {
  border-bottom-left-radius: var(--asw-border-radius-sm) !important;
  border-top-left-radius: var(--asw-border-radius-sm) !important;
}

.asw-rounded-start-2 {
  border-bottom-left-radius: var(--asw-border-radius) !important;
  border-top-left-radius: var(--asw-border-radius) !important;
}

.asw-rounded-start-3 {
  border-bottom-left-radius: var(--asw-border-radius-lg) !important;
  border-top-left-radius: var(--asw-border-radius-lg) !important;
}

.asw-rounded-start-4 {
  border-bottom-left-radius: var(--asw-border-radius-xl) !important;
  border-top-left-radius: var(--asw-border-radius-xl) !important;
}

.asw-rounded-start-5 {
  border-bottom-left-radius: var(--asw-border-radius-2xl) !important;
  border-top-left-radius: var(--asw-border-radius-2xl) !important;
}

.asw-rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.asw-rounded-start-pill {
  border-bottom-left-radius: var(--asw-border-radius-pill) !important;
  border-top-left-radius: var(--asw-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.asw-z-n1 {
  z-index: -1 !important;
}

.asw-z-0 {
  z-index: 0 !important;
}

.asw-z-1 {
  z-index: 1 !important;
}

.asw-z-2 {
  z-index: 2 !important;
}

.asw-z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .asw-d-sm-inline {
    display: inline !important;
  }
  .asw-d-sm-inline-block {
    display: inline-block !important;
  }
  .asw-d-sm-block {
    display: block !important;
  }
  .asw-d-sm-grid {
    display: grid !important;
  }
  .asw-d-sm-table {
    display: table !important;
  }
  .asw-d-sm-table-row {
    display: table-row !important;
  }
  .asw-d-sm-table-cell {
    display: table-cell !important;
  }
  .asw-d-sm-flex {
    display: flex !important;
  }
  .asw-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-sm-row {
    flex-direction: row !important;
  }
  .asw-flex-sm-column {
    flex-direction: column !important;
  }
  .asw-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .asw-m-sm-0 {
    margin: 0 !important;
  }
  .asw-m-sm-1 {
    margin: 0.25rem !important;
  }
  .asw-m-sm-2 {
    margin: 0.5rem !important;
  }
  .asw-m-sm-3 {
    margin: 1rem !important;
  }
  .asw-m-sm-4 {
    margin: 1.5rem !important;
  }
  .asw-m-sm-5 {
    margin: 3rem !important;
  }
  .asw-m-sm-auto {
    margin: auto !important;
  }
  .asw-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-sm-0 {
    margin-top: 0 !important;
  }
  .asw-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-sm-auto {
    margin-top: auto !important;
  }
  .asw-me-sm-0 {
    margin-right: 0 !important;
  }
  .asw-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-sm-3 {
    margin-right: 1rem !important;
  }
  .asw-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-sm-5 {
    margin-right: 3rem !important;
  }
  .asw-me-sm-auto {
    margin-right: auto !important;
  }
  .asw-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-sm-0 {
    margin-left: 0 !important;
  }
  .asw-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-sm-auto {
    margin-left: auto !important;
  }
  .asw-p-sm-0 {
    padding: 0 !important;
  }
  .asw-p-sm-1 {
    padding: 0.25rem !important;
  }
  .asw-p-sm-2 {
    padding: 0.5rem !important;
  }
  .asw-p-sm-3 {
    padding: 1rem !important;
  }
  .asw-p-sm-4 {
    padding: 1.5rem !important;
  }
  .asw-p-sm-5 {
    padding: 3rem !important;
  }
  .asw-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-sm-0 {
    padding-top: 0 !important;
  }
  .asw-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-sm-0 {
    padding-right: 0 !important;
  }
  .asw-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-sm-0 {
    padding-left: 0 !important;
  }
  .asw-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .asw-text-sm-start {
    text-align: left !important;
  }
  .asw-text-sm-end {
    text-align: right !important;
  }
  .asw-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .asw-d-md-inline {
    display: inline !important;
  }
  .asw-d-md-inline-block {
    display: inline-block !important;
  }
  .asw-d-md-block {
    display: block !important;
  }
  .asw-d-md-grid {
    display: grid !important;
  }
  .asw-d-md-table {
    display: table !important;
  }
  .asw-d-md-table-row {
    display: table-row !important;
  }
  .asw-d-md-table-cell {
    display: table-cell !important;
  }
  .asw-d-md-flex {
    display: flex !important;
  }
  .asw-d-md-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-md-row {
    flex-direction: row !important;
  }
  .asw-flex-md-column {
    flex-direction: column !important;
  }
  .asw-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .asw-m-md-0 {
    margin: 0 !important;
  }
  .asw-m-md-1 {
    margin: 0.25rem !important;
  }
  .asw-m-md-2 {
    margin: 0.5rem !important;
  }
  .asw-m-md-3 {
    margin: 1rem !important;
  }
  .asw-m-md-4 {
    margin: 1.5rem !important;
  }
  .asw-m-md-5 {
    margin: 3rem !important;
  }
  .asw-m-md-auto {
    margin: auto !important;
  }
  .asw-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-md-0 {
    margin-top: 0 !important;
  }
  .asw-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-md-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-md-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-md-auto {
    margin-top: auto !important;
  }
  .asw-me-md-0 {
    margin-right: 0 !important;
  }
  .asw-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-md-3 {
    margin-right: 1rem !important;
  }
  .asw-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-md-5 {
    margin-right: 3rem !important;
  }
  .asw-me-md-auto {
    margin-right: auto !important;
  }
  .asw-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-md-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-md-0 {
    margin-left: 0 !important;
  }
  .asw-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-md-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-md-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-md-auto {
    margin-left: auto !important;
  }
  .asw-p-md-0 {
    padding: 0 !important;
  }
  .asw-p-md-1 {
    padding: 0.25rem !important;
  }
  .asw-p-md-2 {
    padding: 0.5rem !important;
  }
  .asw-p-md-3 {
    padding: 1rem !important;
  }
  .asw-p-md-4 {
    padding: 1.5rem !important;
  }
  .asw-p-md-5 {
    padding: 3rem !important;
  }
  .asw-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-md-0 {
    padding-top: 0 !important;
  }
  .asw-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-md-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-md-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-md-0 {
    padding-right: 0 !important;
  }
  .asw-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-md-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-md-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-md-0 {
    padding-left: 0 !important;
  }
  .asw-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-md-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .asw-text-md-start {
    text-align: left !important;
  }
  .asw-text-md-end {
    text-align: right !important;
  }
  .asw-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .asw-d-lg-inline {
    display: inline !important;
  }
  .asw-d-lg-inline-block {
    display: inline-block !important;
  }
  .asw-d-lg-block {
    display: block !important;
  }
  .asw-d-lg-grid {
    display: grid !important;
  }
  .asw-d-lg-table {
    display: table !important;
  }
  .asw-d-lg-table-row {
    display: table-row !important;
  }
  .asw-d-lg-table-cell {
    display: table-cell !important;
  }
  .asw-d-lg-flex {
    display: flex !important;
  }
  .asw-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-lg-row {
    flex-direction: row !important;
  }
  .asw-flex-lg-column {
    flex-direction: column !important;
  }
  .asw-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .asw-m-lg-0 {
    margin: 0 !important;
  }
  .asw-m-lg-1 {
    margin: 0.25rem !important;
  }
  .asw-m-lg-2 {
    margin: 0.5rem !important;
  }
  .asw-m-lg-3 {
    margin: 1rem !important;
  }
  .asw-m-lg-4 {
    margin: 1.5rem !important;
  }
  .asw-m-lg-5 {
    margin: 3rem !important;
  }
  .asw-m-lg-auto {
    margin: auto !important;
  }
  .asw-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-lg-0 {
    margin-top: 0 !important;
  }
  .asw-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-lg-auto {
    margin-top: auto !important;
  }
  .asw-me-lg-0 {
    margin-right: 0 !important;
  }
  .asw-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-lg-3 {
    margin-right: 1rem !important;
  }
  .asw-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-lg-5 {
    margin-right: 3rem !important;
  }
  .asw-me-lg-auto {
    margin-right: auto !important;
  }
  .asw-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-lg-0 {
    margin-left: 0 !important;
  }
  .asw-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-lg-auto {
    margin-left: auto !important;
  }
  .asw-p-lg-0 {
    padding: 0 !important;
  }
  .asw-p-lg-1 {
    padding: 0.25rem !important;
  }
  .asw-p-lg-2 {
    padding: 0.5rem !important;
  }
  .asw-p-lg-3 {
    padding: 1rem !important;
  }
  .asw-p-lg-4 {
    padding: 1.5rem !important;
  }
  .asw-p-lg-5 {
    padding: 3rem !important;
  }
  .asw-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-lg-0 {
    padding-top: 0 !important;
  }
  .asw-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-lg-0 {
    padding-right: 0 !important;
  }
  .asw-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-lg-0 {
    padding-left: 0 !important;
  }
  .asw-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .asw-text-lg-start {
    text-align: left !important;
  }
  .asw-text-lg-end {
    text-align: right !important;
  }
  .asw-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .asw-d-xl-inline {
    display: inline !important;
  }
  .asw-d-xl-inline-block {
    display: inline-block !important;
  }
  .asw-d-xl-block {
    display: block !important;
  }
  .asw-d-xl-grid {
    display: grid !important;
  }
  .asw-d-xl-table {
    display: table !important;
  }
  .asw-d-xl-table-row {
    display: table-row !important;
  }
  .asw-d-xl-table-cell {
    display: table-cell !important;
  }
  .asw-d-xl-flex {
    display: flex !important;
  }
  .asw-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-xl-row {
    flex-direction: row !important;
  }
  .asw-flex-xl-column {
    flex-direction: column !important;
  }
  .asw-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .asw-m-xl-0 {
    margin: 0 !important;
  }
  .asw-m-xl-1 {
    margin: 0.25rem !important;
  }
  .asw-m-xl-2 {
    margin: 0.5rem !important;
  }
  .asw-m-xl-3 {
    margin: 1rem !important;
  }
  .asw-m-xl-4 {
    margin: 1.5rem !important;
  }
  .asw-m-xl-5 {
    margin: 3rem !important;
  }
  .asw-m-xl-auto {
    margin: auto !important;
  }
  .asw-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-xl-0 {
    margin-top: 0 !important;
  }
  .asw-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-xl-auto {
    margin-top: auto !important;
  }
  .asw-me-xl-0 {
    margin-right: 0 !important;
  }
  .asw-me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-xl-3 {
    margin-right: 1rem !important;
  }
  .asw-me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-xl-5 {
    margin-right: 3rem !important;
  }
  .asw-me-xl-auto {
    margin-right: auto !important;
  }
  .asw-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-xl-0 {
    margin-left: 0 !important;
  }
  .asw-ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-xl-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-xl-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-xl-auto {
    margin-left: auto !important;
  }
  .asw-p-xl-0 {
    padding: 0 !important;
  }
  .asw-p-xl-1 {
    padding: 0.25rem !important;
  }
  .asw-p-xl-2 {
    padding: 0.5rem !important;
  }
  .asw-p-xl-3 {
    padding: 1rem !important;
  }
  .asw-p-xl-4 {
    padding: 1.5rem !important;
  }
  .asw-p-xl-5 {
    padding: 3rem !important;
  }
  .asw-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-xl-0 {
    padding-top: 0 !important;
  }
  .asw-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-xl-0 {
    padding-right: 0 !important;
  }
  .asw-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-xl-0 {
    padding-left: 0 !important;
  }
  .asw-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .asw-text-xl-start {
    text-align: left !important;
  }
  .asw-text-xl-end {
    text-align: right !important;
  }
  .asw-text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .asw-d-xxl-inline {
    display: inline !important;
  }
  .asw-d-xxl-inline-block {
    display: inline-block !important;
  }
  .asw-d-xxl-block {
    display: block !important;
  }
  .asw-d-xxl-grid {
    display: grid !important;
  }
  .asw-d-xxl-table {
    display: table !important;
  }
  .asw-d-xxl-table-row {
    display: table-row !important;
  }
  .asw-d-xxl-table-cell {
    display: table-cell !important;
  }
  .asw-d-xxl-flex {
    display: flex !important;
  }
  .asw-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .asw-flex-xxl-row {
    flex-direction: row !important;
  }
  .asw-flex-xxl-column {
    flex-direction: column !important;
  }
  .asw-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .asw-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .asw-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .asw-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .asw-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .asw-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .asw-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .asw-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .asw-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .asw-m-xxl-0 {
    margin: 0 !important;
  }
  .asw-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .asw-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .asw-m-xxl-3 {
    margin: 1rem !important;
  }
  .asw-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .asw-m-xxl-5 {
    margin: 3rem !important;
  }
  .asw-m-xxl-auto {
    margin: auto !important;
  }
  .asw-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .asw-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .asw-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .asw-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .asw-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .asw-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .asw-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .asw-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .asw-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .asw-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .asw-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .asw-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .asw-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .asw-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .asw-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .asw-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .asw-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .asw-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .asw-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .asw-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .asw-mt-xxl-auto {
    margin-top: auto !important;
  }
  .asw-me-xxl-0 {
    margin-right: 0 !important;
  }
  .asw-me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .asw-me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .asw-me-xxl-3 {
    margin-right: 1rem !important;
  }
  .asw-me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .asw-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .asw-me-xxl-auto {
    margin-right: auto !important;
  }
  .asw-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .asw-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .asw-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .asw-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .asw-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .asw-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .asw-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .asw-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .asw-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .asw-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .asw-ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .asw-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .asw-ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .asw-ms-xxl-auto {
    margin-left: auto !important;
  }
  .asw-p-xxl-0 {
    padding: 0 !important;
  }
  .asw-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .asw-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .asw-p-xxl-3 {
    padding: 1rem !important;
  }
  .asw-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .asw-p-xxl-5 {
    padding: 3rem !important;
  }
  .asw-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asw-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .asw-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .asw-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .asw-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .asw-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .asw-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .asw-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .asw-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .asw-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .asw-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .asw-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asw-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .asw-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .asw-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .asw-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .asw-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .asw-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .asw-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .asw-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .asw-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .asw-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .asw-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .asw-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .asw-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .asw-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .asw-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .asw-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .asw-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .asw-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .asw-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .asw-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .asw-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .asw-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .asw-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .asw-ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .asw-text-xxl-start {
    text-align: left !important;
  }
  .asw-text-xxl-end {
    text-align: right !important;
  }
  .asw-text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .asw-fs-1 {
    font-size: 2.5rem !important;
  }
  .asw-fs-2 {
    font-size: 2rem !important;
  }
  .asw-fs-3 {
    font-size: 1.75rem !important;
  }
  .asw-fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .asw-d-print-inline {
    display: inline !important;
  }
  .asw-d-print-inline-block {
    display: inline-block !important;
  }
  .asw-d-print-block {
    display: block !important;
  }
  .asw-d-print-grid {
    display: grid !important;
  }
  .asw-d-print-table {
    display: table !important;
  }
  .asw-d-print-table-row {
    display: table-row !important;
  }
  .asw-d-print-table-cell {
    display: table-cell !important;
  }
  .asw-d-print-flex {
    display: flex !important;
  }
  .asw-d-print-inline-flex {
    display: inline-flex !important;
  }
  .asw-d-print-none {
    display: none !important;
  }
}