@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);
@charset "UTF-8";
:root {
  --surface-a:#ffffff;
  --surface-b:#f8f9fa;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#2196F3;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:3px;
  --surface-ground:#f8f9fa;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-disabled, .p-component:disabled {
  opacity: 0.6;
}
.p-error {
  color: #f44336;
}
.p-text-secondary {
  color: #6c757d;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 3px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.5rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.857rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #f44336;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #f44336;
}
.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #495057;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dee2e6;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.5rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #6c757d;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-cascadeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.5rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.5rem 1rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #f44336;
}
.p-input-filled .p-cascadeselect {
  background: #f8f9fa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #2196F3;
  background: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #0b7ad1;
  background: #0b7ad1;
  color: #ffffff;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #f44336;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #2196F3;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0b7ad1;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #f44336;
}
.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border-color: #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.5rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #6c757d;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #f44336;
}
.p-input-filled .p-dropdown {
  background: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #2196F3;
}
.p-inputgroup-addon {
  background: #e9ecef;
  color: #6c757d;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.5rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #f44336;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #f44336;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b6bfc8;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #2196F3;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #0d89ec;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #f44336;
}
.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}
.p-inputtext:enabled:hover {
  border-color: #2196F3;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #f44336;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}
.p-float-label > label {
  left: 0.5rem;
  color: #6c757d;
  transition-duration: 0.2s;
}
.p-float-label > .ng-invalid.ng-dirty + label {
  color: #f44336;
}
.p-input-icon-left > i:first-of-type {
  left: 0.5rem;
  color: #6c757d;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 2rem;
}
.p-input-icon-left.p-float-label > label {
  left: 2rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.5rem;
  color: #6c757d;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 2rem;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.p-input-filled .p-inputtext {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #ffffff;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}
.p-listbox {
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.p-listbox .p-listbox-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.5rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #f44336;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.5rem;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #f44336;
}
.p-input-filled .p-multiselect {
  background: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-password.p-invalid.p-component > .p-inputtext {
  border-color: #f44336;
}
.p-password-panel {
  padding: 1rem;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #dee2e6;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #D32F2F;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #FBC02D;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #689F38;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #2196F3;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #2196F3;
  background: #2196F3;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #0b7ad1;
  background: #0b7ad1;
  color: #ffffff;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #f44336;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #2196F3;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #0b7ad1;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e74c3c;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star {
  color: #2196F3;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #2196F3;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #c0392b;
}
.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button.p-highlight {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #f44336;
}
.p-slider {
  background: #dee2e6;
  border: 0 none;
  border-radius: 3px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #2196F3;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-slider .p-slider-range {
  background: #2196F3;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #2196F3;
  border-color: #2196F3;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}
.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button.p-highlight {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #f44336;
}
.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #495057;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-treeselect.p-invalid.p-component {
  border-color: #f44336;
}
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.5rem;
}
.p-treeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-input-filled .p-treeselect {
  background: #f8f9fa;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.p-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #6c757d;
  border-color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #2196F3;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #607D8B;
  border: 1px solid #607D8B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #56717d;
  color: #ffffff;
  border-color: #56717d;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #beccd2;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #4d646f;
  color: #ffffff;
  border-color: #4d646f;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #0288D1;
  border: 1px solid #0288D1;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #027abc;
  color: #ffffff;
  border-color: #027abc;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #89d4fe;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #026da7;
  color: #ffffff;
  border-color: #026da7;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #0288D1;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #689F38;
  border: 1px solid #689F38;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #5e8f32;
  color: #ffffff;
  border-color: #5e8f32;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #c2e0a8;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #537f2d;
  color: #ffffff;
  border-color: #537f2d;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #689F38;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #FBC02D;
  border: 1px solid #FBC02D;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #fab710;
  color: #212529;
  border-color: #fab710;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #fde6ab;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #e8a704;
  color: #212529;
  border-color: #e8a704;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #FBC02D;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8c239e;
  color: #ffffff;
  border-color: #8c239e;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #df9eea;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7d1f8d;
  color: #ffffff;
  border-color: #7d1f8d;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #D32F2F;
  border: 1px solid #D32F2F;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c02929;
  color: #ffffff;
  border-color: #c02929;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #edacac;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #aa2424;
  color: #ffffff;
  border-color: #aa2424;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #D32F2F;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-link {
  color: #0b7ad1;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #0b7ad1;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #0b7ad1;
  border-color: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #495057;
  background: #E3F2FD;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #e9ecef;
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #2196F3;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
  outline-color: #a6d5fa;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #E3F2FD;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #E3F2FD;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-column-resizer-helper {
  background: #2196F3;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #fcfcfc;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #495057;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #495057;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid #e9ecef;
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1rem;
}
.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}
.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: #e9ecef;
  color: #495057;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #E3F2FD;
  color: #495057;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-column-filter-overlay {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.5rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1rem;
}
.fc .fc-view-container th {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc .fc-view-container .fc-event {
  background: #0d89ec;
  border: 1px solid #0d89ec;
  color: #ffffff;
}
.fc .fc-view-container .fc-divider {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}
.fc .fc-toolbar .fc-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.fc .fc-toolbar .fc-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.fc .fc-toolbar .fc-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.fc .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 1;
}
.fc .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-orderlist .p-orderlist-controls {
  padding: 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.5rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-orderlist-item.cdk-drag-preview {
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #6cbbf5;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-paginator {
  background: #ffffff;
  color: #6c757d;
  border: solid #e9ecef;
  border-width: 0;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #E3F2FD;
  border-color: #E3F2FD;
  color: #495057;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-picklist .p-picklist-buttons {
  padding: 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.5rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-picklist-item.cdk-drag-preview {
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}
.p-timeline .p-timeline-event-marker {
  border: 2px solid #2196F3;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
}
.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}
.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
  border-radius: 3px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: box-shadow 0.2s;
  padding: 0;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #89c8f7;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #495057;
  padding: 0;
  transition: box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #E3F2FD;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treetable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-treetable .p-sortable-column {
  outline-color: #a6d5fa;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #495057;
  background: #E3F2FD;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #2196F3;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #2196F3;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
  outline-color: #a6d5fa;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-column-resizer-helper {
  background: #2196F3;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f8f9fa;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-accordion .p-accordion-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-card {
  background: #ffffff;
  color: #495057;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}
.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-radius: 3px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-fieldset .p-fieldset-content {
  padding: 1rem;
}
.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #f8f9fa;
  color: #495057;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1rem;
}
.p-panel .p-panel-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f9fa;
  border: 0 none;
}
.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 3px;
  color: #495057;
}
.p-splitter .p-splitter-gutter {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  background: #f8f9fa;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}
.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #6c757d;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #2196F3;
  color: #2196F3;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1rem;
  border: 0 none;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-toolbar {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 3px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-confirm-popup {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #ffffff;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}
.p-dialog {
  border-radius: 3px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 1.5rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 2rem 1.5rem;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-overlaypanel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #2196F3;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}
.p-sidebar {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.p-sidebar .p-sidebar-header {
  padding: 1rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1rem;
}
.p-sidebar-mask.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-tooltip .p-tooltip-text {
  background: #495057;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #495057;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #495057;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #495057;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #495057;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f8f9fa;
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-megamenu {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menubar {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #6c757d;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-slidemenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #495057;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #495057;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 3px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #495057;
  border: 1px solid #e9ecef;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #E3F2FD;
  color: #495057;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #495057;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #6c757d;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #2196F3;
  color: #2196F3;
}
.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem 0.5rem;
  margin: 0;
  border-radius: 3px;
}
.p-inline-message.p-inline-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0px;
  color: #044868;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #044868;
}
.p-inline-message.p-inline-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0px;
  color: #224a23;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #224a23;
}
.p-inline-message.p-inline-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0px;
  color: #6d5100;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #6d5100;
}
.p-inline-message.p-inline-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0px;
  color: #73000c;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #73000c;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 3px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.5rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-message.p-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-message.p-message-info .p-message-icon {
  color: #044868;
}
.p-message.p-message-info .p-message-close {
  color: #044868;
}
.p-message.p-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-message.p-message-success .p-message-icon {
  color: #224a23;
}
.p-message.p-message-success .p-message-close {
  color: #224a23;
}
.p-message.p-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-message.p-message-warn .p-message-icon {
  color: #6d5100;
}
.p-message.p-message-warn .p-message-close {
  color: #6d5100;
}
.p-message.p-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-message.p-message-error .p-message-icon {
  color: #73000c;
}
.p-message.p-message-error .p-message-close {
  color: #73000c;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 6px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #73000c;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #f8f9fa;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #f8f9fa;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-galleria-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-avatar {
  background-color: #dee2e6;
  border-radius: 3px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}
.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}
.p-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607D8B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-blockui.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-chip {
  background-color: #dee2e6;
  color: #495057;
  border-radius: 16px;
  padding: 0 0.5rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-inplace .p-inplace-display {
  padding: 0.5rem 0.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #495057;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #dee2e6;
  border-radius: 3px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #2196F3;
}
.p-progressbar .p-progressbar-label {
  color: #495057;
  line-height: 1.5rem;
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #f8f9fa;
}
.p-skeleton {
  background-color: #e9ecef;
  border-radius: 3px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.p-tag {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-tag.p-tag-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-terminal {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #2196F3;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background-color: #2196F3;
}

.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@-webkit-keyframes p-fadein{0%{opacity:0}100%{opacity:1}}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-button-label{transition:all .2s}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{-webkit-animation:ripple .4s linear;animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@-webkit-keyframes ripple{100%{opacity:0;transform:scale(2.5)}}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}

.p-grid > .p-col,
.p-grid > [class*=p-col] {
  box-sizing: border-box;
}

.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.p-nogutter > .p-col,
.p-nogutter > [class*=p-col-] {
  padding: 0;
}

.p-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}

.p-col-fixed {
  flex: 0 0 auto;
  padding: 0.5rem;
}

.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  flex: 0 0 auto;
  padding: 0.5rem;
}

.p-col-1 {
  width: 8.3333%;
}

.p-col-2 {
  width: 16.6667%;
}

.p-col-3 {
  width: 25%;
}

.p-col-4 {
  width: 33.3333%;
}

.p-col-5 {
  width: 41.6667%;
}

.p-col-6 {
  width: 50%;
}

.p-col-7 {
  width: 58.3333%;
}

.p-col-8 {
  width: 66.6667%;
}

.p-col-9 {
  width: 75%;
}

.p-col-10 {
  width: 83.3333%;
}

.p-col-11 {
  width: 91.6667%;
}

.p-col-12 {
  width: 100%;
}

.p-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.p-offset-0 {
  margin-left: 0%;
}

.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 0.5rem;
}

.p-col-nogutter {
  padding: 0;
}

@media screen and (min-width: 576px) {
  .p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12 {
    flex: 0 0 auto;
  }

  .p-sm-1 {
    width: 8.3333%;
  }

  .p-sm-2 {
    width: 16.6667%;
  }

  .p-sm-3 {
    width: 25%;
  }

  .p-sm-4 {
    width: 33.3333%;
  }

  .p-sm-5 {
    width: 41.6667%;
  }

  .p-sm-6 {
    width: 50%;
  }

  .p-sm-7 {
    width: 58.3333%;
  }

  .p-sm-8 {
    width: 66.6667%;
  }

  .p-sm-9 {
    width: 75%;
  }

  .p-sm-10 {
    width: 83.3333%;
  }

  .p-sm-11 {
    width: 91.6667%;
  }

  .p-sm-12 {
    width: 100%;
  }

  .p-sm-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 768px) {
  .p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12 {
    flex: 0 0 auto;
  }

  .p-md-1 {
    width: 8.3333%;
  }

  .p-md-2 {
    width: 16.6667%;
  }

  .p-md-3 {
    width: 25%;
  }

  .p-md-4 {
    width: 33.3333%;
  }

  .p-md-5 {
    width: 41.6667%;
  }

  .p-md-6 {
    width: 50%;
  }

  .p-md-7 {
    width: 58.3333%;
  }

  .p-md-8 {
    width: 66.6667%;
  }

  .p-md-9 {
    width: 75%;
  }

  .p-md-10 {
    width: 83.3333%;
  }

  .p-md-11 {
    width: 91.6667%;
  }

  .p-md-12 {
    width: 100%;
  }

  .p-md-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .p-md-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12 {
    flex: 0 0 auto;
  }

  .p-lg-1 {
    width: 8.3333%;
  }

  .p-lg-2 {
    width: 16.6667%;
  }

  .p-lg-3 {
    width: 25%;
  }

  .p-lg-4 {
    width: 33.3333%;
  }

  .p-lg-5 {
    width: 41.6667%;
  }

  .p-lg-6 {
    width: 50%;
  }

  .p-lg-7 {
    width: 58.3333%;
  }

  .p-lg-8 {
    width: 66.6667%;
  }

  .p-lg-9 {
    width: 75%;
  }

  .p-lg-10 {
    width: 83.3333%;
  }

  .p-lg-11 {
    width: 91.6667%;
  }

  .p-lg-12 {
    width: 100%;
  }

  .p-lg-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
    flex: 0 0 auto;
  }

  .p-xl-1 {
    width: 8.3333%;
  }

  .p-xl-2 {
    width: 16.6667%;
  }

  .p-xl-3 {
    width: 25%;
  }

  .p-xl-4 {
    width: 33.3333%;
  }

  .p-xl-5 {
    width: 41.6667%;
  }

  .p-xl-6 {
    width: 50%;
  }

  .p-xl-7 {
    width: 58.3333%;
  }

  .p-xl-8 {
    width: 66.6667%;
  }

  .p-xl-9 {
    width: 75%;
  }

  .p-xl-10 {
    width: 83.3333%;
  }

  .p-xl-11 {
    width: 91.6667%;
  }

  .p-xl-12 {
    width: 100%;
  }

  .p-xl-offset-12 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-offset-0 {
    margin-left: 0%;
  }
}

.p-justify-start {
  justify-content: flex-start;
}

.p-justify-end {
  justify-content: flex-end;
}

.p-justify-center {
  justify-content: center;
}

.p-justify-between {
  justify-content: space-between;
}

.p-justify-around {
  justify-content: space-around;
}

.p-justify-even {
  justify-content: space-evenly;
}

.p-align-start {
  align-items: flex-start;
}

.p-align-end {
  align-items: flex-end;
}

.p-align-center {
  align-items: center;
}

.p-align-baseline {
  align-items: baseline;
}

.p-align-stretch {
  align-items: stretch;
}

.p-col-align-start {
  align-self: flex-start;
}

.p-col-align-end {
  align-self: flex-end;
}

.p-col-align-center {
  align-self: center;
}

.p-col-align-baseline {
  align-self: baseline;
}

.p-col-align-stretch {
  align-self: stretch;
}

.p-dir-row {
  flex-direction: row;
}

.p-dir-rev {
  flex-direction: row-reverse;
}

.p-dir-col {
  flex-direction: column;
}

.p-dir-col-rev {
  flex-direction: column-reverse;
}

.p-dir-col > .p-col,
.p-dir-col-rev > .p-col {
  flex-basis: auto;
}

.p-col-order-first {
  order: -1;
}

.p-col-order-last {
  order: 13;
}

.p-col-order-0 {
  order: 0;
}

.p-col-order-1 {
  order: 1;
}

.p-col-order-2 {
  order: 2;
}

.p-col-order-3 {
  order: 3;
}

.p-col-order-4 {
  order: 4;
}

.p-col-order-5 {
  order: 5;
}

.p-col-order-6 {
  order: 6;
}

.p-col-order-7 {
  order: 7;
}

.p-col-order-8 {
  order: 8;
}

.p-col-order-9 {
  order: 9;
}

.p-col-order-10 {
  order: 10;
}

.p-col-order-11 {
  order: 11;
}

.p-col-order-12 {
  order: 12;
}

@media screen and (min-width: 576px) {
  .p-sm-order-first {
    order: -1;
  }

  .p-sm-order-last {
    order: 13;
  }

  .p-sm-order-0 {
    order: 0;
  }

  .p-sm-order-1 {
    order: 1;
  }

  .p-sm-order-2 {
    order: 2;
  }

  .p-sm-order-3 {
    order: 3;
  }

  .p-sm-order-4 {
    order: 4;
  }

  .p-sm-order-5 {
    order: 5;
  }

  .p-sm-order-6 {
    order: 6;
  }

  .p-sm-order-7 {
    order: 7;
  }

  .p-sm-order-8 {
    order: 8;
  }

  .p-sm-order-9 {
    order: 9;
  }

  .p-sm-order-10 {
    order: 10;
  }

  .p-sm-order-11 {
    order: 11;
  }

  .p-sm-order-12 {
    order: 12;
  }
}

@media screen and (min-width: 768px) {
  .p-md-order-first {
    order: -1;
  }

  .p-md-order-last {
    order: 13;
  }

  .p-md-order-0 {
    order: 0;
  }

  .p-md-order-1 {
    order: 1;
  }

  .p-md-order-2 {
    order: 2;
  }

  .p-md-order-3 {
    order: 3;
  }

  .p-md-order-4 {
    order: 4;
  }

  .p-md-order-5 {
    order: 5;
  }

  .p-md-order-6 {
    order: 6;
  }

  .p-md-order-7 {
    order: 7;
  }

  .p-md-order-8 {
    order: 8;
  }

  .p-md-order-9 {
    order: 9;
  }

  .p-md-order-10 {
    order: 10;
  }

  .p-md-order-11 {
    order: 11;
  }

  .p-md-order-12 {
    order: 12;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-order-first {
    order: -1;
  }

  .p-lg-order-last {
    order: 13;
  }

  .p-lg-order-0 {
    order: 0;
  }

  .p-lg-order-1 {
    order: 1;
  }

  .p-lg-order-2 {
    order: 2;
  }

  .p-lg-order-3 {
    order: 3;
  }

  .p-lg-order-4 {
    order: 4;
  }

  .p-lg-order-5 {
    order: 5;
  }

  .p-lg-order-6 {
    order: 6;
  }

  .p-lg-order-7 {
    order: 7;
  }

  .p-lg-order-8 {
    order: 8;
  }

  .p-lg-order-9 {
    order: 9;
  }

  .p-lg-order-10 {
    order: 10;
  }

  .p-lg-order-11 {
    order: 11;
  }

  .p-lg-order-12 {
    order: 12;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-order-first {
    order: -1;
  }

  .p-xl-order-last {
    order: 13;
  }

  .p-xl-order-0 {
    order: 0;
  }

  .p-xl-order-1 {
    order: 1;
  }

  .p-xl-order-2 {
    order: 2;
  }

  .p-xl-order-3 {
    order: 3;
  }

  .p-xl-order-4 {
    order: 4;
  }

  .p-xl-order-5 {
    order: 5;
  }

  .p-xl-order-6 {
    order: 6;
  }

  .p-xl-order-7 {
    order: 7;
  }

  .p-xl-order-8 {
    order: 8;
  }

  .p-xl-order-9 {
    order: 9;
  }

  .p-xl-order-10 {
    order: 10;
  }

  .p-xl-order-11 {
    order: 11;
  }

  .p-xl-order-12 {
    order: 12;
  }
}

.p-field {
  margin-bottom: 1rem;
}

.p-field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.p-field.p-grid > label {
  display: flex;
  align-items: center;
}

.p-field > small {
  margin-top: 0.25rem;
}

.p-field.p-grid,
.p-formgrid.p-grid {
  margin-top: 0;
}

.p-field.p-grid .p-col-fixed,
.p-formgrid.p-grid .p-col-fixed,
.p-field.p-grid .p-col,
.p-formgrid.p-grid .p-col,
.p-field.p-grid .p-col-1,
.p-formgrid.p-grid .p-col-1,
.p-field.p-grid .p-col-2,
.p-formgrid.p-grid .p-col-2,
.p-field.p-grid .p-col-3,
.p-formgrid.p-grid .p-col-3,
.p-field.p-grid .p-col-4,
.p-formgrid.p-grid .p-col-4,
.p-field.p-grid .p-col-5,
.p-formgrid.p-grid .p-col-5,
.p-field.p-grid .p-col-6,
.p-formgrid.p-grid .p-col-6,
.p-field.p-grid .p-col-7,
.p-formgrid.p-grid .p-col-7,
.p-field.p-grid .p-col-8,
.p-formgrid.p-grid .p-col-8,
.p-field.p-grid .p-col-9,
.p-formgrid.p-grid .p-col-9,
.p-field.p-grid .p-col-10,
.p-formgrid.p-grid .p-col-10,
.p-field.p-grid .p-col-11,
.p-formgrid.p-grid .p-col-11,
.p-field.p-grid .p-col-12,
.p-formgrid.p-grid .p-col-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-formgroup-inline .p-field,
.p-formgroup-inline .p-field-checkbox,
.p-formgroup-inline .p-field-radiobutton {
  margin-right: 1rem;
}

.p-formgroup-inline .p-field > label,
.p-formgroup-inline .p-field-checkbox > label,
.p-formgroup-inline .p-field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.p-field-checkbox,
.p-field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.p-field-checkbox > label,
.p-field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .p-d-sm-none {
    display: none !important;
  }

  .p-d-sm-inline {
    display: inline !important;
  }

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

  .p-d-sm-block {
    display: block !important;
  }

  .p-d-sm-flex {
    display: flex !important;
  }

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

@media screen and (min-width: 768px) {
  .p-d-md-none {
    display: none !important;
  }

  .p-d-md-inline {
    display: inline !important;
  }

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

  .p-d-md-block {
    display: block !important;
  }

  .p-d-md-flex {
    display: flex !important;
  }

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

@media screen and (min-width: 992px) {
  .p-d-lg-none {
    display: none !important;
  }

  .p-d-lg-inline {
    display: inline !important;
  }

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

  .p-d-lg-block {
    display: block !important;
  }

  .p-d-lg-flex {
    display: flex !important;
  }

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

@media screen and (min-width: 1200px) {
  .p-d-xl-none {
    display: none !important;
  }

  .p-d-xl-inline {
    display: inline !important;
  }

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

  .p-d-xl-block {
    display: block !important;
  }

  .p-d-xl-flex {
    display: flex !important;
  }

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

@media print {
  .p-d-print-none {
    display: none !important;
  }

  .p-d-print-inline {
    display: inline !important;
  }

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

  .p-d-print-block {
    display: block !important;
  }

  .p-d-print-flex {
    display: flex !important;
  }

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

.p-text-justify {
  text-align: justify !important;
}

.p-text-left {
  text-align: left !important;
}

.p-text-right {
  text-align: right !important;
}

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

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

.p-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.p-text-bold {
  font-weight: 700 !important;
}

.p-text-normal {
  font-weight: 400 !important;
}

.p-text-light {
  font-weight: 300 !important;
}

.p-text-italic {
  font-style: italic !important;
}

@media screen and (min-width: 576px) {
  .p-text-sm-justify {
    text-align: justify !important;
  }

  .p-text-sm-left {
    text-align: left !important;
  }

  .p-text-sm-right {
    text-align: right !important;
  }

  .p-text-sm-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .p-text-md-justify {
    text-align: justify !important;
  }

  .p-text-md-left {
    text-align: left !important;
  }

  .p-text-md-right {
    text-align: right !important;
  }

  .p-text-md-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 992px) {
  .p-text-lg-justify {
    text-align: justify !important;
  }

  .p-text-lg-left {
    text-align: left !important;
  }

  .p-text-lg-right {
    text-align: right !important;
  }

  .p-text-lg-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-text-xl-justify {
    text-align: justify !important;
  }

  .p-text-xl-left {
    text-align: left !important;
  }

  .p-text-xl-right {
    text-align: right !important;
  }

  .p-text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

@media screen and (min-width: 576px) {
  .p-flex-sm-row {
    flex-direction: row !important;
  }

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

  .p-flex-sm-column {
    flex-direction: column !important;
  }

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

@media screen and (min-width: 768px) {
  .p-flex-md-row {
    flex-direction: row !important;
  }

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

  .p-flex-md-column {
    flex-direction: column !important;
  }

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

@media screen and (min-width: 992px) {
  .p-flex-lg-row {
    flex-direction: row !important;
  }

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

  .p-flex-lg-column {
    flex-direction: column !important;
  }

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

@media screen and (min-width: 1200px) {
  .p-flex-xl-row {
    flex-direction: row !important;
  }

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

  .p-flex-xl-column {
    flex-direction: column !important;
  }

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

.p-jc-start {
  justify-content: flex-start;
}

.p-jc-end {
  justify-content: flex-end;
}

.p-jc-center {
  justify-content: center;
}

.p-jc-between {
  justify-content: space-between;
}

.p-jc-around {
  justify-content: space-around;
}

.p-jc-evenly {
  justify-content: space-evenly;
}

@media screen and (min-width: 576px) {
  .p-jc-sm-start {
    justify-content: flex-start;
  }

  .p-jc-sm-end {
    justify-content: flex-end;
  }

  .p-jc-sm-center {
    justify-content: center;
  }

  .p-jc-sm-between {
    justify-content: space-between;
  }

  .p-jc-sm-around {
    justify-content: space-around;
  }

  .p-jc-sm-evenly {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 768px) {
  .p-jc-md-start {
    justify-content: flex-start;
  }

  .p-jc-md-end {
    justify-content: flex-end;
  }

  .p-jc-md-center {
    justify-content: center;
  }

  .p-jc-md-between {
    justify-content: space-between;
  }

  .p-jc-md-around {
    justify-content: space-around;
  }

  .p-jc-md-evenly {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 992px) {
  .p-jc-lg-start {
    justify-content: flex-start;
  }

  .p-jc-lg-end {
    justify-content: flex-end;
  }

  .p-jc-lg-center {
    justify-content: center;
  }

  .p-jc-lg-between {
    justify-content: space-between;
  }

  .p-jc-lg-around {
    justify-content: space-around;
  }

  .p-jc-lg-evenly {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 1200px) {
  .p-jc-xl-start {
    justify-content: flex-start;
  }

  .p-jc-xl-end {
    justify-content: flex-end;
  }

  .p-jc-xl-center {
    justify-content: center;
  }

  .p-jc-xl-between {
    justify-content: space-between;
  }

  .p-jc-xl-around {
    justify-content: space-around;
  }

  .p-jc-xl-evenly {
    justify-content: space-evenly;
  }
}

.p-ai-start {
  align-items: flex-start;
}

.p-ai-end {
  align-items: flex-end;
}

.p-ai-center {
  align-items: center;
}

.p-ai-baseline {
  align-items: baseline;
}

.p-ai-stretch {
  align-items: stretch;
}

@media screen and (min-width: 576px) {
  .p-ai-sm-start {
    align-items: flex-start;
  }

  .p-ai-sm-end {
    align-items: flex-end;
  }

  .p-ai-sm-center {
    align-items: center;
  }

  .p-ai-sm-baseline {
    align-items: baseline;
  }

  .p-ai-sm-stretch {
    align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .p-ai-md-start {
    align-items: flex-start;
  }

  .p-ai-md-end {
    align-items: flex-end;
  }

  .p-ai-md-center {
    align-items: center;
  }

  .p-ai-md-baseline {
    align-items: baseline;
  }

  .p-ai-md-stretch {
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .p-ai-lg-start {
    align-items: flex-start;
  }

  .p-ai-lg-end {
    align-items: flex-end;
  }

  .p-ai-lg-center {
    align-items: center;
  }

  .p-ai-lg-baseline {
    align-items: baseline;
  }

  .p-ai-lg-stretch {
    align-items: stretch;
  }
}

@media screen and (min-width: 1200px) {
  .p-ai-xl-start {
    align-items: flex-start;
  }

  .p-ai-xl-end {
    align-items: flex-end;
  }

  .p-ai-xl-center {
    align-items: center;
  }

  .p-ai-xl-baseline {
    align-items: baseline;
  }

  .p-ai-xl-stretch {
    align-items: stretch;
  }
}

.p-as-start {
  align-self: start;
}

.p-as-end {
  align-self: flex-end;
}

.p-as-center {
  align-self: center;
}

.p-as-baseline {
  align-self: baseline;
}

.p-as-stretch {
  align-self: stretch;
}

@media screen and (min-width: 576px) {
  .p-as-sm-start {
    align-self: start;
  }

  .p-as-sm-end {
    align-self: flex-end;
  }

  .p-as-sm-center {
    align-self: center;
  }

  .p-as-sm-baseline {
    align-self: baseline;
  }

  .p-as-sm-stretch {
    align-self: stretch;
  }
}

@media screen and (min-width: 768px) {
  .p-as-md-start {
    align-self: start;
  }

  .p-as-md-end {
    align-self: flex-end;
  }

  .p-as-md-center {
    align-self: center;
  }

  .p-as-md-baseline {
    align-self: baseline;
  }

  .p-as-md-stretch {
    align-self: stretch;
  }
}

@media screen and (min-width: 992px) {
  .p-as-lg-start {
    align-self: start;
  }

  .p-as-lg-end {
    align-self: flex-end;
  }

  .p-as-lg-center {
    align-self: center;
  }

  .p-as-lg-baseline {
    align-self: baseline;
  }

  .p-as-lg-stretch {
    align-self: stretch;
  }
}

@media screen and (min-width: 1200px) {
  .p-as-xl-start {
    align-self: start;
  }

  .p-as-xl-end {
    align-self: flex-end;
  }

  .p-as-xl-center {
    align-self: center;
  }

  .p-as-xl-baseline {
    align-self: baseline;
  }

  .p-as-xl-stretch {
    align-self: stretch;
  }
}

.p-ac-start {
  align-content: flex-start;
}

.p-ac-end {
  align-content: flex-end;
}

.p-ac-center {
  align-content: center;
}

.p-ac-around {
  align-content: space-around;
}

.p-ac-stretch {
  align-content: stretch;
}

.p-ac-between {
  align-content: space-between;
}

@media screen and (min-width: 576px) {
  .p-ac-sm-start {
    align-content: flex-start;
  }

  .p-ac-sm-end {
    align-content: flex-end;
  }

  .p-ac-sm-center {
    align-content: center;
  }

  .p-ac-sm-around {
    align-content: space-around;
  }

  .p-ac-sm-stretch {
    align-content: stretch;
  }

  .p-ac-sm-between {
    align-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-ac-md-start {
    align-content: flex-start;
  }

  .p-ac-md-end {
    align-content: flex-end;
  }

  .p-ac-md-center {
    align-content: center;
  }

  .p-ac-md-around {
    align-content: space-around;
  }

  .p-ac-md-stretch {
    align-content: stretch;
  }

  .p-ac-md-between {
    align-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .p-ac-lg-start {
    align-content: flex-start;
  }

  .p-ac-lg-end {
    align-content: flex-end;
  }

  .p-ac-lg-center {
    align-content: center;
  }

  .p-ac-lg-around {
    align-content: space-around;
  }

  .p-ac-lg-stretch {
    align-content: stretch;
  }

  .p-ac-lg-between {
    align-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .p-ac-xl-start {
    align-content: flex-start;
  }

  .p-ac-xl-end {
    align-content: flex-end;
  }

  .p-ac-xl-center {
    align-content: center;
  }

  .p-ac-xl-around {
    align-content: space-around;
  }

  .p-ac-xl-stretch {
    align-content: stretch;
  }

  .p-ac-xl-between {
    align-content: space-between;
  }
}

.p-order-0 {
  order: 0;
}

.p-order-1 {
  order: 1;
}

.p-order-2 {
  order: 2;
}

.p-order-3 {
  order: 3;
}

.p-order-4 {
  order: 4;
}

.p-order-5 {
  order: 5;
}

.p-order-6 {
  order: 6;
}

@media screen and (min-width: 576px) {
  .p-order-sm-0 {
    order: 0;
  }

  .p-order-sm-1 {
    order: 1;
  }

  .p-order-sm-2 {
    order: 2;
  }

  .p-order-sm-3 {
    order: 3;
  }

  .p-order-sm-4 {
    order: 4;
  }

  .p-order-sm-5 {
    order: 5;
  }

  .p-order-sm-6 {
    order: 6;
  }
}

@media screen and (min-width: 768px) {
  .p-order-md-0 {
    order: 0;
  }

  .p-order-md-1 {
    order: 1;
  }

  .p-order-md-2 {
    order: 2;
  }

  .p-order-md-3 {
    order: 3;
  }

  .p-order-md-4 {
    order: 4;
  }

  .p-order-md-5 {
    order: 5;
  }

  .p-order-md-6 {
    order: 6;
  }
}

@media screen and (min-width: 992px) {
  .p-order-lg-0 {
    order: 0;
  }

  .p-order-lg-1 {
    order: 1;
  }

  .p-order-lg-2 {
    order: 2;
  }

  .p-order-lg-3 {
    order: 3;
  }

  .p-order-lg-4 {
    order: 4;
  }

  .p-order-lg-5 {
    order: 5;
  }

  .p-order-lg-6 {
    order: 6;
  }
}

@media screen and (min-width: 1200px) {
  .p-order-xl-0 {
    order: 0;
  }

  .p-order-xl-1 {
    order: 1;
  }

  .p-order-xl-2 {
    order: 2;
  }

  .p-order-xl-3 {
    order: 3;
  }

  .p-order-xl-4 {
    order: 4;
  }

  .p-order-xl-5 {
    order: 5;
  }

  .p-order-xl-6 {
    order: 6;
  }
}

.p-flex-nowrap {
  flex-wrap: nowrap;
}

.p-flex-wrap {
  flex-wrap: wrap;
}

.p-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

@media screen and (min-width: 576px) {
  .p-flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-sm-wrap {
    flex-wrap: wrap;
  }

  .p-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-md-wrap {
    flex-wrap: wrap;
  }

  .p-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 992px) {
  .p-flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-lg-wrap {
    flex-wrap: wrap;
  }

  .p-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .p-flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .p-flex-xl-wrap {
    flex-wrap: wrap;
  }

  .p-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

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

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

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

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

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

.p-pt-5 {
  padding-top: 2rem !important;
}

.p-pt-6 {
  padding-top: 3rem !important;
}

.p-pr-0 {
  padding-right: 0 !important;
}

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

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

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

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

.p-pr-5 {
  padding-right: 2rem !important;
}

.p-pr-6 {
  padding-right: 3rem !important;
}

.p-pl-0 {
  padding-left: 0 !important;
}

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

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

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

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

.p-pl-5 {
  padding-left: 2rem !important;
}

.p-pl-6 {
  padding-left: 3rem !important;
}

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

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

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

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

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

.p-pb-5 {
  padding-bottom: 2rem !important;
}

.p-pb-6 {
  padding-bottom: 3rem !important;
}

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

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

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

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

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

.p-px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

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

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

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

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

.p-py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .p-pt-sm-0 {
    padding-top: 0 !important;
  }

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

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

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

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

  .p-pt-sm-5 {
    padding-top: 2rem !important;
  }

  .p-pt-sm-6 {
    padding-top: 3rem !important;
  }

  .p-pr-sm-0 {
    padding-right: 0 !important;
  }

  .p-pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-sm-3 {
    padding-right: 1rem !important;
  }

  .p-pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-sm-5 {
    padding-right: 2rem !important;
  }

  .p-pr-sm-6 {
    padding-right: 3rem !important;
  }

  .p-pl-sm-0 {
    padding-left: 0 !important;
  }

  .p-pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-sm-3 {
    padding-left: 1rem !important;
  }

  .p-pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-sm-5 {
    padding-left: 2rem !important;
  }

  .p-pl-sm-6 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

  .p-pb-sm-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-sm-6 {
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .p-py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-p-sm-5 {
    padding: 2rem !important;
  }

  .p-p-sm-6 {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-pt-md-0 {
    padding-top: 0 !important;
  }

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

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

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

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

  .p-pt-md-5 {
    padding-top: 2rem !important;
  }

  .p-pt-md-6 {
    padding-top: 3rem !important;
  }

  .p-pr-md-0 {
    padding-right: 0 !important;
  }

  .p-pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-md-3 {
    padding-right: 1rem !important;
  }

  .p-pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-md-5 {
    padding-right: 2rem !important;
  }

  .p-pr-md-6 {
    padding-right: 3rem !important;
  }

  .p-pl-md-0 {
    padding-left: 0 !important;
  }

  .p-pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-md-3 {
    padding-left: 1rem !important;
  }

  .p-pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-md-5 {
    padding-left: 2rem !important;
  }

  .p-pl-md-6 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

  .p-pb-md-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-md-6 {
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .p-py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-p-md-5 {
    padding: 2rem !important;
  }

  .p-p-md-6 {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-pt-lg-0 {
    padding-top: 0 !important;
  }

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

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

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

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

  .p-pt-lg-5 {
    padding-top: 2rem !important;
  }

  .p-pt-lg-6 {
    padding-top: 3rem !important;
  }

  .p-pt-lg-auto {
    padding-top: 3rem !important;
  }

  .p-pr-lg-0 {
    padding-right: 0 !important;
  }

  .p-pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-lg-3 {
    padding-right: 1rem !important;
  }

  .p-pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-lg-5 {
    padding-right: 2rem !important;
  }

  .p-pr-lg-6 {
    padding-right: 3rem !important;
  }

  .p-pl-lg-0 {
    padding-left: 0 !important;
  }

  .p-pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-lg-3 {
    padding-left: 1rem !important;
  }

  .p-pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-lg-5 {
    padding-left: 2rem !important;
  }

  .p-pl-lg-6 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

  .p-pb-lg-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-lg-6 {
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .p-py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-p-lg-5 {
    padding: 2rem !important;
  }

  .p-p-lg-6 {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-pt-xl-0 {
    padding-top: 0 !important;
  }

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

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

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

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

  .p-pt-xl-5 {
    padding-top: 2rem !important;
  }

  .p-pt-xl-6 {
    padding-top: 3rem !important;
  }

  .p-pr-xl-0 {
    padding-right: 0 !important;
  }

  .p-pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .p-pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .p-pr-xl-3 {
    padding-right: 1rem !important;
  }

  .p-pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .p-pr-xl-5 {
    padding-right: 2rem !important;
  }

  .p-pr-xl-6 {
    padding-right: 3rem !important;
  }

  .p-pl-xl-0 {
    padding-left: 0 !important;
  }

  .p-pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-pl-xl-3 {
    padding-left: 1rem !important;
  }

  .p-pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-pl-xl-5 {
    padding-left: 2rem !important;
  }

  .p-pl-xl-6 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

  .p-pb-xl-5 {
    padding-bottom: 2rem !important;
  }

  .p-pb-xl-6 {
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .p-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

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

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

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

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

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

  .p-py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .p-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .p-p-xl-5 {
    padding: 2rem !important;
  }

  .p-p-xl-6 {
    padding: 3rem !important;
  }
}

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

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

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

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

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

.p-mt-5 {
  margin-top: 2rem !important;
}

.p-mt-6 {
  margin-top: 3rem !important;
}

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

.p-mr-0 {
  margin-right: 0 !important;
}

.p-mr-1 {
  margin-right: 0.25rem !important;
}

.p-mr-2 {
  margin-right: 0.5rem !important;
}

.p-mr-3 {
  margin-right: 1rem !important;
}

.p-mr-4 {
  margin-right: 1.5rem !important;
}

.p-mr-5 {
  margin-right: 2rem !important;
}

.p-mr-6 {
  margin-right: 3rem !important;
}

.p-mr-auto {
  margin-right: auto !important;
}

.p-ml-0 {
  margin-left: 0 !important;
}

.p-ml-1 {
  margin-left: 0.25rem !important;
}

.p-ml-2 {
  margin-left: 0.5rem !important;
}

.p-ml-3 {
  margin-left: 1rem !important;
}

.p-ml-4 {
  margin-left: 1.5rem !important;
}

.p-ml-5 {
  margin-left: 2rem !important;
}

.p-ml-6 {
  margin-left: 3rem !important;
}

.p-ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.p-mb-5 {
  margin-bottom: 2rem !important;
}

.p-mb-6 {
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

.p-mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.p-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

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

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

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

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

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

.p-my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

.p-m-5 {
  margin: 2rem !important;
}

.p-m-6 {
  margin: 3rem !important;
}

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

@media screen and (min-width: 576px) {
  .p-mt-sm-0 {
    margin-top: 0 !important;
  }

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

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

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

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

  .p-mt-sm-5 {
    margin-top: 2rem !important;
  }

  .p-mt-sm-6 {
    margin-top: 3rem !important;
  }

  .p-mt-sm-auto {
    margin-top: 3rem !important;
  }

  .p-mr-sm-0 {
    margin-right: 0 !important;
  }

  .p-mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-sm-3 {
    margin-right: 1rem !important;
  }

  .p-mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-sm-5 {
    margin-right: 2rem !important;
  }

  .p-mr-sm-6 {
    margin-right: 3rem !important;
  }

  .p-mr-sm-auto {
    margin-right: auto !important;
  }

  .p-ml-sm-0 {
    margin-left: 0 !important;
  }

  .p-ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-sm-3 {
    margin-left: 1rem !important;
  }

  .p-ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-sm-5 {
    margin-left: 2rem !important;
  }

  .p-ml-sm-6 {
    margin-left: 3rem !important;
  }

  .p-ml-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

  .p-mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-sm-6 {
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .p-mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

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

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

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

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

  .p-my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .p-m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .p-m-sm-5 {
    margin: 2rem !important;
  }

  .p-m-sm-6 {
    margin: 3rem !important;
  }

  .p-m-sm-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .p-mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

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

  .p-mt-md-5 {
    margin-top: 2rem !important;
  }

  .p-mt-md-6 {
    margin-top: 3rem !important;
  }

  .p-mt-md-auto {
    margin-top: 3rem !important;
  }

  .p-mr-md-0 {
    margin-right: 0 !important;
  }

  .p-mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-md-3 {
    margin-right: 1rem !important;
  }

  .p-mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-md-5 {
    margin-right: 2rem !important;
  }

  .p-mr-md-6 {
    margin-right: 3rem !important;
  }

  .p-mr-md-auto {
    margin-right: auto !important;
  }

  .p-ml-md-0 {
    margin-left: 0 !important;
  }

  .p-ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-md-3 {
    margin-left: 1rem !important;
  }

  .p-ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-md-5 {
    margin-left: 2rem !important;
  }

  .p-ml-md-6 {
    margin-left: 3rem !important;
  }

  .p-ml-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

  .p-mb-md-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-md-6 {
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .p-mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

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

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

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

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

  .p-my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .p-m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .p-m-md-5 {
    margin: 2rem !important;
  }

  .p-m-md-6 {
    margin: 3rem !important;
  }

  .p-m-md-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .p-mt-lg-0 {
    margin-top: 0 !important;
  }

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

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

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

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

  .p-mt-lg-5 {
    margin-top: 2rem !important;
  }

  .p-mt-lg-6 {
    margin-top: 3rem !important;
  }

  .p-mt-lg-auto {
    margin-top: 3rem !important;
  }

  .p-mr-lg-0 {
    margin-right: 0 !important;
  }

  .p-mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-lg-3 {
    margin-right: 1rem !important;
  }

  .p-mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-lg-5 {
    margin-right: 2rem !important;
  }

  .p-mr-lg-6 {
    margin-right: 3rem !important;
  }

  .p-mr-lg-auto {
    margin-right: auto !important;
  }

  .p-ml-lg-0 {
    margin-left: 0 !important;
  }

  .p-ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-lg-3 {
    margin-left: 1rem !important;
  }

  .p-ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-lg-5 {
    margin-left: 2rem !important;
  }

  .p-ml-lg-6 {
    margin-left: 3rem !important;
  }

  .p-ml-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

  .p-mb-lg-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-lg-6 {
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .p-mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

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

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

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

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

  .p-my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .p-m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .p-m-lg-5 {
    margin: 2rem !important;
  }

  .p-m-lg-6 {
    margin: 3rem !important;
  }

  .p-m-lg-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-mt-xl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

  .p-mt-xl-5 {
    margin-top: 2rem !important;
  }

  .p-mt-xl-6 {
    margin-top: 3rem !important;
  }

  .p-mt-xl-auto {
    margin-top: 3rem !important;
  }

  .p-mr-xl-0 {
    margin-right: 0 !important;
  }

  .p-mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .p-mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .p-mr-xl-3 {
    margin-right: 1rem !important;
  }

  .p-mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .p-mr-xl-5 {
    margin-right: 2rem !important;
  }

  .p-mr-xl-6 {
    margin-right: 3rem !important;
  }

  .p-mr-xl-auto {
    margin-right: auto !important;
  }

  .p-ml-xl-0 {
    margin-left: 0 !important;
  }

  .p-ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .p-ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .p-ml-xl-3 {
    margin-left: 1rem !important;
  }

  .p-ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .p-ml-xl-5 {
    margin-left: 2rem !important;
  }

  .p-ml-xl-6 {
    margin-left: 3rem !important;
  }

  .p-ml-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

  .p-mb-xl-5 {
    margin-bottom: 2rem !important;
  }

  .p-mb-xl-6 {
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .p-mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .p-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

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

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

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

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

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

  .p-my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .p-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .p-m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .p-m-xl-5 {
    margin: 2rem !important;
  }

  .p-m-xl-6 {
    margin: 3rem !important;
  }

  .p-m-xl-auto {
    margin: auto !important;
  }
}

.p-shadow-1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.p-shadow-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.p-shadow-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.p-shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.p-shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.p-shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.p-shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.p-shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.p-shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.p-shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.p-shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.p-shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.p-shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.p-shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.p-shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.p-shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.p-shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.p-shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.p-shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.p-shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.p-shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.p-shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.p-shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.p-shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

/*# sourceMappingURL=primeflex.css.map */

@font-face {
    font-family: 'primeicons';
    font-display: auto;
    src: url('primeicons.eot');
    src: url('primeicons.eot?#iefix') format('embedded-opentype'), url('primeicons.ttf') format('truetype'), url('primeicons.woff') format('woff'), url('primeicons.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}

.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-o:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

#quill-editor{position:relative}.mention{color:#0366d6}.completions{background:#fff;border-radius:2px;box-shadow:2px 2px 2px rgba(0,0,0,.25);list-style:none}.completions,.completions>li{margin:0;padding:0}.completions>li>button{background:none;border:none;box-sizing:border-box;display:block;height:2em;margin:0;padding:.25em .5em;text-align:left;width:100%}.completions>li>button:hover{background:#ddd}.completions>li>button:focus{background:#ddd;outline:none}.completions>li>button>.matched{color:#000;font-weight:700}.completions>li>button>*{vertical-align:middle}.emoji_completions{background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.12);list-style:none;margin:0;padding:6px}.emoji_completions li{display:inline-block;margin:2px 0;padding:0}.emoji_completions li:not(:last-of-type){margin-right:3px}.emoji_completions>li>button{background:#efefef;border:none;border-radius:3px;box-sizing:border-box;display:block;margin:0;padding:3px 2px 6px;text-align:left;width:100%}.emoji_completions>li>button:hover{background:#2d9ee0;color:#fff}.emoji_completions>li>button:focus{background:#2d9ee0;color:#fff;outline:none}.emoji_completions>li>button.emoji-active{background:red;background:#2d9ee0;color:#fff;outline:none}.emoji_completions>li>button>.matched{font-weight:700}.emoji_completions>li>button>*,.ico{vertical-align:middle}.ico{font-size:18px;line-height:0;margin-right:5px}#emoji-palette{border:1px solid rgba(0,0,0,.15);border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.12);max-width:250px;position:absolute;z-index:999}.bem{cursor:pointer;display:inline-block;font-size:24px;margin:2px;text-align:center;width:34px}#tab-filters{margin:20px auto 0;width:210px}.emoji-tab{cursor:pointer;display:inline-table;height:100%;min-height:30px;text-align:center;width:30px}#tab-toolbar{background-color:#f7f7f7;border-bottom:1px solid rgba(0,0,0,.15);padding:4px 4px 0}#tab-toolbar ul{margin:0;padding:0}#tab-toolbar .active{border-bottom:3px solid #2ab27b}#tab-panel{background:#fff;display:flex;flex-wrap:wrap;justify-content:center;max-height:220px;overflow-y:scroll;padding:2px}#quill-editor x-contain,contain{background:#fb8;display:block}#quill-editor table{border-collapse:collapse;width:100%}#quill-editor table td{border:1px solid #000;height:25px;padding:5px}.ql-picker.ql-table .ql-picker-label:before,button.ql-table:after{content:"TABLE"}button.ql-contain:after{content:"WRAP"}button.ql-table[value=append-row]:after{content:"ROWS+"}button.ql-table[value=append-col]:after{content:"COLS+"}.ql-contain,.ql-table{margin-right:-15px;width:auto!important}#emoji-close-div{height:100%;left:0;position:fixed;top:0;width:100%}.textarea-emoji-control{height:25px;right:4px;top:10px;width:25px}#textarea-emoji{border:1px solid #66afe9;border:1px solid rgba(0,0,0,.15);border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.12);max-width:250px;position:absolute;right:0;z-index:999}.ql-editor{padding-right:26px}.i-activity{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><g transform="translate(7.500000, 7.500000)"><path stroke="%236F6D70" d="M18.02 1.36c5.92 3.02 8.28 10.26 5.26 16.18-2.12 4.17-6.35 6.57-10.73 6.57-1.83 0-3.7-.4-5.45-1.3-5.9-3-8.27-10.22-5.25-16.2C3.97 2.5 8.2.1 12.57.1c1.84 0 3.7.42 5.45 1.3zm4.7 11.44c.1-1.3-.06-2.6-.47-3.87-.13-.38-.27-.75-.43-1.1l-3.42-1.6-1.57-3.4c-.62-.3-1.27-.5-1.92-.68-.7-.18-1.5-.27-2.3-.27-.4 0-.8.02-1.2.06L8.9 4.74l-3.74.43c-.63.68-1.16 1.45-1.6 2.28-.42.84-.72 1.72-.9 2.63l1.84 3.3-.74 3.68c.3.56.66 1.08 1.1 1.58.76.94 1.7 1.7 2.8 2.32l3.7-.74 3.26 1.84c1.13-.23 2.23-.65 3.24-1.26.6-.35 1.2-.77 1.7-1.24l.44-3.74 2.78-2.55.05-.47z" stroke-linecap="round" stroke-linejoin="round"/><polygon points="10.6158689 8.50666885 8.42649168 12.8046921 11.836847 16.2129328 16.1342124 14.0235556 15.3793892 9.26144504"/></g></g></g></svg>')}.i-activity,.i-flags{content:"";height:25px;margin:auto;width:25px}.i-flags{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><g transform="translate(9.500000, 8.000000)"><path d="M.5 3.13V23.5c0 .83.68 1.5 1.5 1.5.84 0 1.5-.67 1.5-1.5V3.14c0-.83-.66-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5z"/><path d="M3.5 11.54c.7-.16 1.44-.22 2.25-.17 1.38.07 2.48.3 5.23 1.04l.55.2c3.02.8 4.77 1 5.96.67v-7.9c-1.7.33-3.8-.07-7.1-1-3.9-1.1-5.7-1.3-6.9-.5v7.7zm7.68-10.1c4.1 1.15 5.7 1.3 6.98.44 1-.66 2.33.05 2.33 1.25v11c0 .5-.3 1-.7 1.26-2.2 1.4-4.6 1.2-9.1 0l-.56-.16c-4.54-1.2-6.15-1.3-7.05-.2-.9 1.06-2.65.42-2.65-.98v-11c0-.4.2-.8.5-1.1C3.4-.24 5.75-.1 11.2 1.4z"/></g></g></g></svg>')}.i-food{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M9.57 28.2c0 .28.22.5.5.5h19.2c.27 0 .5-.22.5-.5v-4.4H9.57v4.4zm23.2-3.06v3.07c0 1.95-1.57 3.5-3.5 3.5h-19.2c-1.93 0-3.5-1.55-3.5-3.5V25c.46.15.96.24 1.47.24h23.78c.33 0 .64-.04.94-.1z"/><path fill-rule="nonzero" d="M6.57 18.2v-3.45c0-3.56 2.9-6.45 6.45-6.45h13.3c3.55 0 6.44 2.9 6.44 6.45v3.45H6.56zm3-1.83h3.6l.4.86c.23.5.73.83 1.3.83.56 0 1.06-.33 1.3-.83l.4-.86h13.2v-1.62c0-1.9-1.56-3.45-3.45-3.45h-13.3c-1.9 0-3.45 1.55-3.45 3.45v1.62z"/><path fill-rule="nonzero" d="M13.23 16.37l.4.86c.24.5.74.83 1.3.83.57 0 1.07-.33 1.3-.83l.4-.86H31.9c2.44 0 4.43 1.98 4.43 4.43 0 2.45-1.98 4.44-4.44 4.44H8.1c-2.44 0-4.43-2-4.43-4.44 0-2.45 1.98-4.43 4.44-4.43h5.14zm-5.12 3c-.8 0-1.42.64-1.42 1.43 0 .8.64 1.44 1.44 1.44h23.8c.8 0 1.43-.64 1.43-1.44 0-.8-.64-1.43-1.44-1.43H18.4c-.83 1.04-2.1 1.7-3.5 1.7-1.37 0-2.65-.66-3.47-1.7H8.1z"/><circle cx="14.6682646" cy="13.75" r="1"/><circle cx="24.6682646" cy="13.75" r="1"/><circle cx="19.6682646" cy="13.75" r="1"/></g></g></svg>')}.i-food,.i-nature{content:"";height:25px;margin:auto;width:25px}.i-nature{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.96 18.26L30.86 32c.5.46 1.3.43 1.77-.08.46-.5.43-1.3-.08-1.76l-14.9-13.74c-.5-.46-1.3-.43-1.76.08-.5.5-.5 1.3 0 1.76z"/><path d="M18.17 21.28c-.7-.06-1.3.45-1.35 1.14-.06.7.45 1.3 1.13 1.35l4.96.43c.9.07 1.5-.66 1.4-1.47l-1-5.6c-.1-.7-.74-1.14-1.42-1.02-.67.2-1.12.8-1 1.5l.7 4-3.32-.3z"/><path d="M28.48 28.95c-.38.17-1 .4-1.85.64-2.92.7-6 .9-8.95-.2-5.98-2.17-9.8-8.5-10.54-19.9l-.1-1.4 1.38-.2c14.45-2.08 23.4 7.4 21.33 19.85l-1.9-.3.63 1.43zM10.24 10.77C11.12 20.14 14.2 25 18.7 26.6c2.27.83 4.76.74 7.14.1.4-.12.76-.23 1.07-.35 1.2-9.6-5.4-16.57-16.6-15.58z"/></g></g></svg>')}.i-objects{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M11.04 16.7c0-4.85 4.02-8.76 8.96-8.76 4.94 0 8.96 3.9 8.96 8.76 0 2.54-1.12 4.9-3 6.54v1.87c0 1.28-1.02 2.27-2.26 2.27h-7.37c-1.23 0-2.25-1-2.25-2.22V23.3c-1.9-1.65-3.04-4-3.04-6.58zm11.9 5.82c0-.48.24-.93.63-1.22 1.5-1.08 2.4-2.77 2.4-4.6 0-3.17-2.67-5.76-5.97-5.76s-5.96 2.6-5.96 5.76c0 1.84.9 3.54 2.42 4.62.4.28.62.74.62 1.22v1.8h5.87V22.5z"/><path d="M21.76 28.78c-.22.05-.42.1-.62.13-.5.1-.9.2-1.1.2-.24 0-.62-.04-1.08-.12l-.74-.15-.08-.02v-2.93c0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5v4.1c0 .68.44 1.27 1.1 1.45l.38.1.94.23c.3.1.6.15.87.2.62.1 1.16.17 1.6.17.47 0 1.03-.1 1.7-.2l.7-.17.95-.22c.18-.03.32-.1.4-.1.64-.2 1.08-.76 1.08-1.43v-4.1c0-.83-.67-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5v2.9c-.03 0-.07 0-.1.02z"/></g></g></svg>')}.i-objects,.i-people{content:"";height:25px;margin:auto;width:25px}.i-people{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M20 34c-7.73 0-14-6.27-14-14S12.27 6 20 6s14 6.27 14 14-6.27 14-14 14zm0-3c6.08 0 11-4.92 11-11S26.08 9 20 9 9 13.92 9 20s4.92 11 11 11z"/><circle cx="15.3474348" cy="16.7705459" r="2.34743481"/><circle cx="24.4703784" cy="16.7705459" r="2.34743481"/><path d="M20 27.9c2.7 0 4.88-2.18 4.88-4.88 0-2.7-9.76-2.7-9.76 0S17.3 27.9 20 27.9z"/></g></g></svg>')}.i-symbols{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.37 7.95c-4.48 0-8.06 3.9-8.06 8.64 0 3.5 2.2 6.9 5.8 10.3 1.2 1.1 2.5 2.2 3.9 3.1.84.6 1.5 1 1.98 1.3l.27.15.8.5 1.1-.6c.5-.27 1.18-.7 2-1.25 1.34-.9 2.66-1.9 3.9-3 3.57-3.28 5.75-6.8 5.75-10.6 0-4.74-3.6-8.65-8.1-8.65v3.3c2.6 0 4.76 2.4 4.76 5.35 0 2.65-1.72 5.43-4.7 8.13-1.1 1-2.27 1.9-3.5 2.7-.43.3-.83.54-1.17.74-.35-.2-.76-.5-1.2-.83-1.24-.87-2.4-1.83-3.54-2.87-2.95-2.76-4.7-5.5-4.7-7.9 0-2.98 2.2-5.35 4.78-5.35 1.3 0 2.5.6 3.4 1.6L20 14.3l1.25-1.43c.9-1.03 2.1-1.6 3.38-1.6v-3.3c-1.68 0-3.3.56-4.63 1.57-1.34-1-2.95-1.57-4.63-1.57z"/></g></g></svg>')}.i-symbols,.i-travel{content:"";height:25px;margin:auto;width:25px}.i-travel{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M25.46 11.2s-2.67 2.58-3.94 3.95l-10.6-2.13c-.12-.02-.25.04-.3.15l-.8 1.6c-.07.13 0 .3.12.37l7.75 3.88L13.4 24c-.5-.16-1.1-.33-1.66-.3-.3 0-.6.06-.85.25-.3.2-.4.5-.4.9s.1.74.3.98l3.2 3.23c.3.23.7.34 1 .34.4 0 .7-.13.9-.37.2-.23.24-.53.25-.84 0-.6-.15-1.2-.3-1.7l4.97-4.3 3.9 7.76c.06.13.23.2.36.12l1.6-.8c.13-.07.2-.2.17-.3l-2.12-10.6c1.4-1.28 3.95-3.95 3.96-3.96.86-.88 1.4-1.93 1.4-2.87 0-.5-.17-1-.5-1.33-.37-.36-.87-.5-1.38-.5-.95 0-2 .52-2.88 1.4zm2.87-4.4c1.28 0 2.54.44 3.5 1.4.93.93 1.38 2.2 1.38 3.47 0 1.8-.8 3.54-2.2 4.94-.4.5-1.7 1.8-2.8 2.9l1.8 9c.3 1.5-.4 2.9-1.7 3.6l-1.62.8c-1.62.8-3.6.1-4.36-1.4L20 27.1l-.7.6v.62c-.03.92-.28 1.8-.92 2.6-.8 1-1.98 1.5-3.22 1.5-1.03 0-2.12-.37-2.96-1.1l-.16-.14-3.22-3.22-.1-.12c-.75-.83-1.12-1.9-1.12-3 0-1.24.5-2.43 1.48-3.22.8-.6 1.68-.9 2.62-.9h.62l.6-.7-4.27-2.1c-1.65-.8-2.33-2.8-1.52-4.4l.8-1.64c.67-1.3 2.14-2.02 3.57-1.73l9 1.8 1.36-1.33 1.5-1.48c1.42-1.4 3.17-2.27 4.97-2.27z"/></g></g></svg>')}.button-emoji{margin-bottom:-5px}.ql-emojiblot{display:inline-block;vertical-align:text-top}.ap{background-image:url(1e7b63404cd2fb8e6525b2fd4ee4d286.png);background-repeat:no-repeat;background-size:820px;box-sizing:border-box;display:inline-flex;font-size:20px;height:20px;line-height:1;margin-top:-3px;overflow:hidden;text-indent:-999px;width:20px}.ap-copyright{background-position:0 0}.ap-registered{background-position:0 -20px}.ap-bangbang{background-position:0 -40px}.ap-interrobang{background-position:0 -60px}.ap-tm{background-position:0 -80px}.ap-information_source{background-position:0 -100px}.ap-left_right_arrow{background-position:0 -120px}.ap-arrow_up_down{background-position:0 -140px}.ap-arrow_upper_left{background-position:0 -160px}.ap-arrow_upper_right{background-position:0 -180px}.ap-arrow_lower_right{background-position:0 -200px}.ap-arrow_lower_left{background-position:0 -220px}.ap-leftwards_arrow_with_hook{background-position:0 -240px}.ap-arrow_right_hook{background-position:0 -260px}.ap-watch{background-position:0 -280px}.ap-hourglass{background-position:0 -300px}.ap-keyboard{background-position:0 -320px}.ap-fast_forward{background-position:0 -360px}.ap-rewind{background-position:0 -380px}.ap-arrow_double_up{background-position:0 -400px}.ap-arrow_double_down{background-position:0 -420px}.ap-black_right_pointing_double_triangle_with_vertical_bar{background-position:0 -440px}.ap-black_left_pointing_double_triangle_with_vertical_bar{background-position:0 -460px}.ap-black_right_pointing_triangle_with_double_vertical_bar{background-position:0 -480px}.ap-alarm_clock{background-position:0 -500px}.ap-stopwatch{background-position:0 -520px}.ap-timer_clock{background-position:0 -540px}.ap-hourglass_flowing_sand{background-position:0 -560px}.ap-double_vertical_bar{background-position:0 -580px}.ap-black_square_for_stop{background-position:0 -600px}.ap-black_circle_for_record{background-position:0 -620px}.ap-m{background-position:0 -640px}.ap-black_small_square{background-position:0 -660px}.ap-white_small_square{background-position:0 -680px}.ap-arrow_forward{background-position:0 -700px}.ap-arrow_backward{background-position:0 -720px}.ap-white_medium_square{background-position:0 -740px}.ap-black_medium_square{background-position:0 -760px}.ap-white_medium_small_square{background-position:0 -780px}.ap-black_medium_small_square{background-position:0 -800px}.ap-sunny{background-position:-20px 0}.ap-cloud{background-position:-20px -20px}.ap-umbrella{background-position:-20px -40px}.ap-snowman{background-position:-20px -60px}.ap-comet{background-position:-20px -80px}.ap-phone,.ap-telephone{background-position:-20px -100px}.ap-ballot_box_with_check{background-position:-20px -120px}.ap-umbrella_with_rain_drops{background-position:-20px -140px}.ap-coffee{background-position:-20px -160px}.ap-shamrock{background-position:-20px -180px}.ap-point_up{background-position:-20px -200px}.ap-skull_and_crossbones{background-position:-20px -320px}.ap-radioactive_sign{background-position:-20px -340px}.ap-biohazard_sign{background-position:-20px -360px}.ap-orthodox_cross{background-position:-20px -380px}.ap-star_and_crescent{background-position:-20px -400px}.ap-peace_symbol{background-position:-20px -420px}.ap-yin_yang{background-position:-20px -440px}.ap-wheel_of_dharma{background-position:-20px -460px}.ap-white_frowning_face{background-position:-20px -480px}.ap-relaxed{background-position:-20px -500px}.ap-aries{background-position:-20px -520px}.ap-taurus{background-position:-20px -540px}.ap-gemini{background-position:-20px -560px}.ap-cancer{background-position:-20px -580px}.ap-leo{background-position:-20px -600px}.ap-virgo{background-position:-20px -620px}.ap-libra{background-position:-20px -640px}.ap-scorpius{background-position:-20px -660px}.ap-sagittarius{background-position:-20px -680px}.ap-capricorn{background-position:-20px -700px}.ap-aquarius{background-position:-20px -720px}.ap-pisces{background-position:-20px -740px}.ap-spades{background-position:-20px -760px}.ap-clubs{background-position:-20px -780px}.ap-hearts{background-position:-20px -800px}.ap-diamonds{background-position:-40px 0}.ap-hotsprings{background-position:-40px -20px}.ap-recycle{background-position:-40px -40px}.ap-wheelchair{background-position:-40px -60px}.ap-hammer_and_pick{background-position:-40px -80px}.ap-anchor{background-position:-40px -100px}.ap-crossed_swords{background-position:-40px -120px}.ap-scales{background-position:-40px -140px}.ap-alembic{background-position:-40px -160px}.ap-gear{background-position:-40px -180px}.ap-atom_symbol{background-position:-40px -200px}.ap-fleur_de_lis{background-position:-40px -220px}.ap-warning{background-position:-40px -240px}.ap-zap{background-position:-40px -260px}.ap-white_circle{background-position:-40px -280px}.ap-black_circle{background-position:-40px -300px}.ap-coffin{background-position:-40px -320px}.ap-funeral_urn{background-position:-40px -340px}.ap-soccer{background-position:-40px -360px}.ap-baseball{background-position:-40px -380px}.ap-snowman_without_snow{background-position:-40px -400px}.ap-partly_sunny{background-position:-40px -420px}.ap-thunder_cloud_and_rain{background-position:-40px -440px}.ap-ophiuchus{background-position:-40px -460px}.ap-pick{background-position:-40px -480px}.ap-helmet_with_white_cross{background-position:-40px -500px}.ap-chains{background-position:-40px -520px}.ap-no_entry{background-position:-40px -540px}.ap-shinto_shrine{background-position:-40px -560px}.ap-church{background-position:-40px -580px}.ap-mountain{background-position:-40px -600px}.ap-beach_umbrella,.ap-umbrella_on_ground{background-position:-40px -620px}.ap-fountain{background-position:-40px -640px}.ap-golf{background-position:-40px -660px}.ap-ferry{background-position:-40px -680px}.ap-boat{background-position:-40px -700px}.ap-skier{background-position:-40px -720px}.ap-ice_skate{background-position:-40px -740px}.ap-person_with_ball{background-position:-40px -760px}.ap-tent{background-position:-60px -60px}.ap-fuelpump{background-position:-60px -80px}.ap-scissors{background-position:-60px -100px}.ap-white_check_mark{background-position:-60px -120px}.ap-airplane{background-position:-60px -140px}.ap-email{background-position:-60px -160px}.ap-fist{background-position:-60px -180px}.ap-hand{background-position:-60px -300px}.ap-v{background-position:-60px -420px}.ap-writing_hand{background-position:-60px -540px}.ap-pencil2{background-position:-60px -660px}.ap-black_nib{background-position:-60px -680px}.ap-heavy_check_mark{background-position:-60px -700px}.ap-heavy_multiplication_x{background-position:-60px -720px}.ap-latin_cross{background-position:-60px -740px}.ap-star_of_david{background-position:-60px -760px}.ap-sparkles{background-position:-60px -780px}.ap-eight_spoked_asterisk{background-position:-60px -800px}.ap-eight_pointed_black_star{background-position:-80px 0}.ap-snowflake{background-position:-80px -20px}.ap-sparkle{background-position:-80px -40px}.ap-x{background-position:-80px -60px}.ap-negative_squared_cross_mark{background-position:-80px -80px}.ap-question{background-position:-80px -100px}.ap-grey_question{background-position:-80px -120px}.ap-grey_exclamation{background-position:-80px -140px}.ap-exclamation{background-position:-80px -160px}.ap-heavy_heart_exclamation_mark_ornament{background-position:-80px -180px}.ap-heart{background-position:-80px -200px}.ap-heavy_plus_sign{background-position:-80px -220px}.ap-heavy_minus_sign{background-position:-80px -240px}.ap-heavy_division_sign{background-position:-80px -260px}.ap-arrow_right{background-position:-80px -280px}.ap-curly_loop{background-position:-80px -300px}.ap-loop{background-position:-80px -320px}.ap-arrow_heading_up{background-position:-80px -340px}.ap-arrow_heading_down{background-position:-80px -360px}.ap-arrow_left{background-position:-80px -380px}.ap-arrow_up{background-position:-80px -400px}.ap-arrow_down{background-position:-80px -420px}.ap-black_large_square{background-position:-80px -440px}.ap-white_large_square{background-position:-80px -460px}.ap-star{background-position:-80px -480px}.ap-o{background-position:-80px -500px}.ap-wavy_dash{background-position:-80px -520px}.ap-part_alternation_mark{background-position:-80px -540px}.ap-congratulations{background-position:-80px -560px}.ap-secret{background-position:-80px -580px}.ap-mahjong{background-position:-80px -600px}.ap-black_joker{background-position:-80px -620px}.ap-a{background-position:-80px -640px}.ap-b{background-position:-80px -660px}.ap-o2{background-position:-80px -680px}.ap-parking{background-position:-80px -700px}.ap-ab{background-position:-80px -720px}.ap-cl{background-position:-80px -740px}.ap-cool{background-position:-80px -760px}.ap-free{background-position:-80px -780px}.ap-id{background-position:-80px -800px}.ap-new{background-position:-100px 0}.ap-ng{background-position:-100px -20px}.ap-ok{background-position:-100px -40px}.ap-sos{background-position:-100px -60px}.ap-up{background-position:-100px -80px}.ap-vs{background-position:-100px -100px}.ap-koko{background-position:-100px -120px}.ap-sa{background-position:-100px -140px}.ap-u7121{background-position:-100px -160px}.ap-u6307{background-position:-100px -180px}.ap-u7981{background-position:-100px -200px}.ap-u7a7a{background-position:-100px -220px}.ap-u5408{background-position:-100px -240px}.ap-u6e80{background-position:-100px -260px}.ap-u6709{background-position:-100px -280px}.ap-u6708{background-position:-100px -300px}.ap-u7533{background-position:-100px -320px}.ap-u5272{background-position:-100px -340px}.ap-u55b6{background-position:-100px -360px}.ap-ideograph_advantage{background-position:-100px -380px}.ap-accept{background-position:-100px -400px}.ap-cyclone{background-position:-100px -420px}.ap-foggy{background-position:-100px -440px}.ap-closed_umbrella{background-position:-100px -460px}.ap-night_with_stars{background-position:-100px -480px}.ap-sunrise_over_mountains{background-position:-100px -500px}.ap-sunrise{background-position:-100px -520px}.ap-city_sunset{background-position:-100px -540px}.ap-city_sunrise{background-position:-100px -560px}.ap-rainbow{background-position:-100px -580px}.ap-bridge_at_night{background-position:-100px -600px}.ap-ocean{background-position:-100px -620px}.ap-volcano{background-position:-100px -640px}.ap-milky_way{background-position:-100px -660px}.ap-earth_africa{background-position:-100px -680px}.ap-earth_americas{background-position:-100px -700px}.ap-earth_asia{background-position:-100px -720px}.ap-globe_with_meridians{background-position:-100px -740px}.ap-new_moon{background-position:-100px -760px}.ap-waxing_crescent_moon{background-position:-100px -780px}.ap-first_quarter_moon{background-position:-100px -800px}.ap-moon{background-position:-120px 0}.ap-full_moon{background-position:-120px -20px}.ap-waning_gibbous_moon{background-position:-120px -40px}.ap-last_quarter_moon{background-position:-120px -60px}.ap-waning_crescent_moon{background-position:-120px -80px}.ap-crescent_moon{background-position:-120px -100px}.ap-new_moon_with_face{background-position:-120px -120px}.ap-first_quarter_moon_with_face{background-position:-120px -140px}.ap-last_quarter_moon_with_face{background-position:-120px -160px}.ap-full_moon_with_face{background-position:-120px -180px}.ap-sun_with_face{background-position:-120px -200px}.ap-star2{background-position:-120px -220px}.ap-stars{background-position:-120px -240px}.ap-thermometer{background-position:-120px -260px}.ap-mostly_sunny{background-position:-120px -280px}.ap-barely_sunny{background-position:-120px -300px}.ap-partly_sunny_rain{background-position:-120px -320px}.ap-rain_cloud{background-position:-120px -340px}.ap-snow_cloud{background-position:-120px -360px}.ap-lightning{background-position:-120px -380px}.ap-tornado{background-position:-120px -400px}.ap-fog{background-position:-120px -420px}.ap-wind_blowing_face{background-position:-120px -440px}.ap-hotdog{background-position:-120px -460px}.ap-taco{background-position:-120px -480px}.ap-burrito{background-position:-120px -500px}.ap-chestnut{background-position:-120px -520px}.ap-seedling{background-position:-120px -540px}.ap-evergreen_tree{background-position:-120px -560px}.ap-deciduous_tree{background-position:-120px -580px}.ap-palm_tree{background-position:-120px -600px}.ap-cactus{background-position:-120px -620px}.ap-hot_pepper{background-position:-120px -640px}.ap-tulip{background-position:-120px -660px}.ap-cherry_blossom{background-position:-120px -680px}.ap-rose{background-position:-120px -700px}.ap-hibiscus{background-position:-120px -720px}.ap-sunflower{background-position:-120px -740px}.ap-blossom{background-position:-120px -760px}.ap-corn{background-position:-120px -780px}.ap-ear_of_rice{background-position:-120px -800px}.ap-herb{background-position:-140px 0}.ap-four_leaf_clover{background-position:-140px -20px}.ap-maple_leaf{background-position:-140px -40px}.ap-fallen_leaf{background-position:-140px -60px}.ap-leaves{background-position:-140px -80px}.ap-mushroom{background-position:-140px -100px}.ap-tomato{background-position:-140px -120px}.ap-eggplant{background-position:-140px -140px}.ap-grapes{background-position:-140px -160px}.ap-melon{background-position:-140px -180px}.ap-watermelon{background-position:-140px -200px}.ap-tangerine{background-position:-140px -220px}.ap-lemon{background-position:-140px -240px}.ap-banana{background-position:-140px -260px}.ap-pineapple{background-position:-140px -280px}.ap-apple{background-position:-140px -300px}.ap-green_apple{background-position:-140px -320px}.ap-pear{background-position:-140px -340px}.ap-peach{background-position:-140px -360px}.ap-cherries{background-position:-140px -380px}.ap-strawberry{background-position:-140px -400px}.ap-hamburger{background-position:-140px -420px}.ap-pizza{background-position:-140px -440px}.ap-meat_on_bone{background-position:-140px -460px}.ap-poultry_leg{background-position:-140px -480px}.ap-rice_cracker{background-position:-140px -500px}.ap-rice_ball{background-position:-140px -520px}.ap-rice{background-position:-140px -540px}.ap-curry{background-position:-140px -560px}.ap-ramen{background-position:-140px -580px}.ap-spaghetti{background-position:-140px -600px}.ap-bread{background-position:-140px -620px}.ap-fries{background-position:-140px -640px}.ap-sweet_potato{background-position:-140px -660px}.ap-dango{background-position:-140px -680px}.ap-oden{background-position:-140px -700px}.ap-sushi{background-position:-140px -720px}.ap-fried_shrimp{background-position:-140px -740px}.ap-fish_cake{background-position:-140px -760px}.ap-icecream{background-position:-140px -780px}.ap-shaved_ice{background-position:-140px -800px}.ap-ice_cream{background-position:-160px 0}.ap-doughnut{background-position:-160px -20px}.ap-cookie{background-position:-160px -40px}.ap-chocolate_bar{background-position:-160px -60px}.ap-candy{background-position:-160px -80px}.ap-lollipop{background-position:-160px -100px}.ap-custard{background-position:-160px -120px}.ap-honey_pot{background-position:-160px -140px}.ap-cake{background-position:-160px -160px}.ap-bento{background-position:-160px -180px}.ap-stew{background-position:-160px -200px}.ap-egg{background-position:-160px -220px}.ap-fork_and_knife{background-position:-160px -240px}.ap-tea{background-position:-160px -260px}.ap-sake{background-position:-160px -280px}.ap-wine_glass{background-position:-160px -300px}.ap-cocktail{background-position:-160px -320px}.ap-tropical_drink{background-position:-160px -340px}.ap-beer{background-position:-160px -360px}.ap-beers{background-position:-160px -380px}.ap-baby_bottle{background-position:-160px -400px}.ap-knife_fork_plate{background-position:-160px -420px}.ap-champagne{background-position:-160px -440px}.ap-popcorn{background-position:-160px -460px}.ap-ribbon{background-position:-160px -480px}.ap-gift{background-position:-160px -500px}.ap-birthday{background-position:-160px -520px}.ap-jack_o_lantern{background-position:-160px -540px}.ap-christmas_tree{background-position:-160px -560px}.ap-santa{background-position:-160px -580px}.ap-fireworks{background-position:-160px -700px}.ap-sparkler{background-position:-160px -720px}.ap-balloon{background-position:-160px -740px}.ap-tada{background-position:-160px -760px}.ap-confetti_ball{background-position:-160px -780px}.ap-tanabata_tree{background-position:-160px -800px}.ap-crossed_flags{background-position:-180px 0}.ap-bamboo{background-position:-180px -20px}.ap-dolls{background-position:-180px -40px}.ap-flags{background-position:-180px -60px}.ap-wind_chime{background-position:-180px -80px}.ap-rice_scene{background-position:-180px -100px}.ap-school_satchel{background-position:-180px -120px}.ap-mortar_board{background-position:-180px -140px}.ap-medal{background-position:-180px -160px}.ap-reminder_ribbon{background-position:-180px -180px}.ap-studio_microphone{background-position:-180px -200px}.ap-level_slider{background-position:-180px -220px}.ap-control_knobs{background-position:-180px -240px}.ap-film_frames{background-position:-180px -260px}.ap-admission_tickets{background-position:-180px -280px}.ap-carousel_horse{background-position:-180px -300px}.ap-ferris_wheel{background-position:-180px -320px}.ap-roller_coaster{background-position:-180px -340px}.ap-fishing_pole_and_fish{background-position:-180px -360px}.ap-microphone{background-position:-180px -380px}.ap-movie_camera{background-position:-180px -400px}.ap-cinema{background-position:-180px -420px}.ap-headphones{background-position:-180px -440px}.ap-art{background-position:-180px -460px}.ap-tophat{background-position:-180px -480px}.ap-circus_tent{background-position:-180px -500px}.ap-ticket{background-position:-180px -520px}.ap-clapper{background-position:-180px -540px}.ap-performing_arts{background-position:-180px -560px}.ap-video_game{background-position:-180px -580px}.ap-dart{background-position:-180px -600px}.ap-slot_machine{background-position:-180px -620px}.ap-8ball{background-position:-180px -640px}.ap-game_die{background-position:-180px -660px}.ap-bowling{background-position:-180px -680px}.ap-flower_playing_cards{background-position:-180px -700px}.ap-musical_note{background-position:-180px -720px}.ap-notes{background-position:-180px -740px}.ap-saxophone{background-position:-180px -760px}.ap-guitar{background-position:-180px -780px}.ap-musical_keyboard{background-position:-180px -800px}.ap-trumpet{background-position:-200px 0}.ap-violin{background-position:-200px -20px}.ap-musical_score{background-position:-200px -40px}.ap-running_shirt_with_sash{background-position:-200px -60px}.ap-tennis{background-position:-200px -80px}.ap-ski{background-position:-200px -100px}.ap-basketball{background-position:-200px -120px}.ap-checkered_flag{background-position:-200px -140px}.ap-snowboarder{background-position:-200px -160px}.ap-runner{background-position:-200px -180px}.ap-surfer{background-position:-200px -300px}.ap-sports_medal{background-position:-200px -420px}.ap-trophy{background-position:-200px -440px}.ap-horse_racing{background-position:-200px -460px}.ap-football{background-position:-200px -480px}.ap-rugby_football{background-position:-200px -500px}.ap-swimmer{background-position:-200px -520px}.ap-weight_lifter{background-position:-200px -640px}.ap-golfer{background-position:-200px -760px}.ap-racing_motorcycle{background-position:-200px -780px}.ap-racing_car{background-position:-200px -800px}.ap-cricket_bat_and_ball{background-position:-220px 0}.ap-volleyball{background-position:-220px -20px}.ap-field_hockey_stick_and_ball{background-position:-220px -40px}.ap-ice_hockey_stick_and_puck{background-position:-220px -60px}.ap-table_tennis_paddle_and_ball{background-position:-220px -80px}.ap-snow_capped_mountain{background-position:-220px -100px}.ap-camping{background-position:-220px -120px}.ap-beach_with_umbrella{background-position:-220px -140px}.ap-building_construction{background-position:-220px -160px}.ap-house_buildings{background-position:-220px -180px}.ap-cityscape{background-position:-220px -200px}.ap-derelict_house_building{background-position:-220px -220px}.ap-classical_building{background-position:-220px -240px}.ap-desert{background-position:-220px -260px}.ap-desert_island{background-position:-220px -280px}.ap-national_park{background-position:-220px -300px}.ap-stadium{background-position:-220px -320px}.ap-house{background-position:-220px -340px}.ap-house_with_garden{background-position:-220px -360px}.ap-office{background-position:-220px -380px}.ap-post_office{background-position:-220px -400px}.ap-european_post_office{background-position:-220px -420px}.ap-hospital{background-position:-220px -440px}.ap-bank{background-position:-220px -460px}.ap-atm{background-position:-220px -480px}.ap-hotel{background-position:-220px -500px}.ap-love_hotel{background-position:-220px -520px}.ap-convenience_store{background-position:-220px -540px}.ap-school{background-position:-220px -560px}.ap-department_store{background-position:-220px -580px}.ap-factory{background-position:-220px -600px}.ap-izakaya_lantern{background-position:-220px -620px}.ap-japanese_castle{background-position:-220px -640px}.ap-european_castle{background-position:-220px -660px}.ap-waving_white_flag{background-position:-220px -680px}.ap-waving_black_flag{background-position:-220px -700px}.ap-rosette{background-position:-220px -720px}.ap-label{background-position:-220px -740px}.ap-badminton_racquet_and_shuttlecock{background-position:-220px -760px}.ap-bow_and_arrow{background-position:-220px -780px}.ap-amphora{background-position:-220px -800px}.ap-skin-tone-2{background-position:-240px 0}.ap-skin-tone-3{background-position:-240px -20px}.ap-skin-tone-4{background-position:-240px -40px}.ap-skin-tone-5{background-position:-240px -60px}.ap-skin-tone-6{background-position:-240px -80px}.ap-rat{background-position:-240px -100px}.ap-mouse2{background-position:-240px -120px}.ap-ox{background-position:-240px -140px}.ap-water_buffalo{background-position:-240px -160px}.ap-cow2{background-position:-240px -180px}.ap-tiger2{background-position:-240px -200px}.ap-leopard{background-position:-240px -220px}.ap-rabbit2{background-position:-240px -240px}.ap-cat2{background-position:-240px -260px}.ap-dragon{background-position:-240px -280px}.ap-crocodile{background-position:-240px -300px}.ap-whale2{background-position:-240px -320px}.ap-snail{background-position:-240px -340px}.ap-snake{background-position:-240px -360px}.ap-racehorse{background-position:-240px -380px}.ap-ram{background-position:-240px -400px}.ap-goat{background-position:-240px -420px}.ap-sheep{background-position:-240px -440px}.ap-monkey{background-position:-240px -460px}.ap-rooster{background-position:-240px -480px}.ap-chicken{background-position:-240px -500px}.ap-dog2{background-position:-240px -520px}.ap-pig2{background-position:-240px -540px}.ap-boar{background-position:-240px -560px}.ap-elephant{background-position:-240px -580px}.ap-octopus{background-position:-240px -600px}.ap-shell{background-position:-240px -620px}.ap-bug{background-position:-240px -640px}.ap-ant{background-position:-240px -660px}.ap-bee{background-position:-240px -680px}.ap-beetle{background-position:-240px -700px}.ap-fish{background-position:-240px -720px}.ap-tropical_fish{background-position:-240px -740px}.ap-blowfish{background-position:-240px -760px}.ap-turtle{background-position:-240px -780px}.ap-hatching_chick{background-position:-240px -800px}.ap-baby_chick{background-position:-260px 0}.ap-hatched_chick{background-position:-260px -20px}.ap-bird{background-position:-260px -40px}.ap-penguin{background-position:-260px -60px}.ap-koala{background-position:-260px -80px}.ap-poodle{background-position:-260px -100px}.ap-dromedary_camel{background-position:-260px -120px}.ap-camel{background-position:-260px -140px}.ap-dolphin{background-position:-260px -160px}.ap-mouse{background-position:-260px -180px}.ap-cow{background-position:-260px -200px}.ap-tiger{background-position:-260px -220px}.ap-rabbit{background-position:-260px -240px}.ap-cat{background-position:-260px -260px}.ap-dragon_face{background-position:-260px -280px}.ap-whale{background-position:-260px -300px}.ap-horse{background-position:-260px -320px}.ap-monkey_face{background-position:-260px -340px}.ap-dog{background-position:-260px -360px}.ap-pig{background-position:-260px -380px}.ap-frog{background-position:-260px -400px}.ap-hamster{background-position:-260px -420px}.ap-wolf{background-position:-260px -440px}.ap-bear{background-position:-260px -460px}.ap-panda_face{background-position:-260px -480px}.ap-pig_nose{background-position:-260px -500px}.ap-feet{background-position:-260px -520px}.ap-chipmunk{background-position:-260px -540px}.ap-eyes{background-position:-260px -560px}.ap-eye{background-position:-260px -580px}.ap-ear{background-position:-260px -600px}.ap-nose{background-position:-260px -720px}.ap-lips{background-position:-280px -20px}.ap-tongue{background-position:-280px -40px}.ap-point_up_2{background-position:-280px -60px}.ap-point_down{background-position:-280px -180px}.ap-point_left{background-position:-280px -300px}.ap-point_right{background-position:-280px -420px}.ap-facepunch{background-position:-280px -540px}.ap-wave{background-position:-280px -660px}.ap-ok_hand{background-position:-280px -780px}.ap-thumbsup{background-position:-300px -80px}.ap--1,.ap-thumbsdown{background-position:-300px -200px}.ap-clap{background-position:-300px -320px}.ap-open_hands{background-position:-300px -440px}.ap-crown{background-position:-300px -560px}.ap-womans_hat{background-position:-300px -580px}.ap-eyeglasses{background-position:-300px -600px}.ap-necktie{background-position:-300px -620px}.ap-shirt{background-position:-300px -640px}.ap-jeans{background-position:-300px -660px}.ap-dress{background-position:-300px -680px}.ap-kimono{background-position:-300px -700px}.ap-bikini{background-position:-300px -720px}.ap-womans_clothes{background-position:-300px -740px}.ap-purse{background-position:-300px -760px}.ap-handbag{background-position:-300px -780px}.ap-pouch{background-position:-300px -800px}.ap-mans_shoe{background-position:-320px 0}.ap-athletic_shoe{background-position:-320px -20px}.ap-high_heel{background-position:-320px -40px}.ap-sandal{background-position:-320px -60px}.ap-boot{background-position:-320px -80px}.ap-footprints{background-position:-320px -100px}.ap-bust_in_silhouette{background-position:-320px -120px}.ap-busts_in_silhouette{background-position:-320px -140px}.ap-boy{background-position:-320px -160px}.ap-girl{background-position:-320px -280px}.ap-man{background-position:-320px -400px}.ap-woman{background-position:-320px -520px}.ap-family{background-position:-320px -640px}.ap-couple{background-position:-320px -660px}.ap-two_men_holding_hands{background-position:-320px -680px}.ap-two_women_holding_hands{background-position:-320px -700px}.ap-cop{background-position:-320px -720px}.ap-dancers{background-position:-340px -20px}.ap-bride_with_veil{background-position:-340px -40px}.ap-person_with_blond_hair{background-position:-340px -160px}.ap-man_with_gua_pi_mao{background-position:-340px -280px}.ap-man_with_turban{background-position:-340px -400px}.ap-older_man{background-position:-340px -520px}.ap-older_woman{background-position:-340px -640px}.ap-baby{background-position:-340px -760px}.ap-construction_worker{background-position:-360px -60px}.ap-princess{background-position:-360px -180px}.ap-japanese_ogre{background-position:-360px -300px}.ap-japanese_goblin{background-position:-360px -320px}.ap-ghost{background-position:-360px -340px}.ap-angel{background-position:-360px -360px}.ap-alien{background-position:-360px -480px}.ap-space_invader{background-position:-360px -500px}.ap-imp{background-position:-360px -520px}.ap-skull{background-position:-360px -540px}.ap-information_desk_person{background-position:-360px -560px}.ap-guardsman{background-position:-360px -680px}.ap-dancer{background-position:-360px -800px}.ap-lipstick{background-position:-380px -100px}.ap-nail_care{background-position:-380px -120px}.ap-massage{background-position:-380px -240px}.ap-haircut{background-position:-380px -360px}.ap-barber{background-position:-380px -480px}.ap-syringe{background-position:-380px -500px}.ap-pill{background-position:-380px -520px}.ap-kiss{background-position:-380px -540px}.ap-love_letter{background-position:-380px -560px}.ap-ring{background-position:-380px -580px}.ap-gem{background-position:-380px -600px}.ap-couplekiss{background-position:-380px -620px}.ap-bouquet{background-position:-380px -640px}.ap-couple_with_heart{background-position:-380px -660px}.ap-wedding{background-position:-380px -680px}.ap-heartbeat{background-position:-380px -700px}.ap-broken_heart{background-position:-380px -720px}.ap-two_hearts{background-position:-380px -740px}.ap-sparkling_heart{background-position:-380px -760px}.ap-heartpulse{background-position:-380px -780px}.ap-cupid{background-position:-380px -800px}.ap-blue_heart{background-position:-400px 0}.ap-green_heart{background-position:-400px -20px}.ap-yellow_heart{background-position:-400px -40px}.ap-purple_heart{background-position:-400px -60px}.ap-gift_heart{background-position:-400px -80px}.ap-revolving_hearts{background-position:-400px -100px}.ap-heart_decoration{background-position:-400px -120px}.ap-diamond_shape_with_a_dot_inside{background-position:-400px -140px}.ap-bulb{background-position:-400px -160px}.ap-anger{background-position:-400px -180px}.ap-bomb{background-position:-400px -200px}.ap-zzz{background-position:-400px -220px}.ap-boom{background-position:-400px -240px}.ap-sweat_drops{background-position:-400px -260px}.ap-droplet{background-position:-400px -280px}.ap-dash{background-position:-400px -300px}.ap-hankey{background-position:-400px -320px}.ap-muscle{background-position:-400px -340px}.ap-dizzy{background-position:-400px -460px}.ap-speech_balloon{background-position:-400px -480px}.ap-thought_balloon{background-position:-400px -500px}.ap-white_flower{background-position:-400px -520px}.ap-100{background-position:-400px -540px}.ap-moneybag{background-position:-400px -560px}.ap-currency_exchange{background-position:-400px -580px}.ap-heavy_dollar_sign{background-position:-400px -600px}.ap-credit_card{background-position:-400px -620px}.ap-yen{background-position:-400px -640px}.ap-dollar{background-position:-400px -660px}.ap-euro{background-position:-400px -680px}.ap-pound{background-position:-400px -700px}.ap-money_with_wings{background-position:-400px -720px}.ap-chart{background-position:-400px -740px}.ap-seat{background-position:-400px -760px}.ap-computer{background-position:-400px -780px}.ap-briefcase{background-position:-400px -800px}.ap-minidisc{background-position:-420px 0}.ap-floppy_disk{background-position:-420px -20px}.ap-cd{background-position:-420px -40px}.ap-dvd{background-position:-420px -60px}.ap-file_folder{background-position:-420px -80px}.ap-open_file_folder{background-position:-420px -100px}.ap-page_with_curl{background-position:-420px -120px}.ap-page_facing_up{background-position:-420px -140px}.ap-date{background-position:-420px -160px}.ap-calendar{background-position:-420px -180px}.ap-card_index{background-position:-420px -200px}.ap-chart_with_upwards_trend{background-position:-420px -220px}.ap-chart_with_downwards_trend{background-position:-420px -240px}.ap-bar_chart{background-position:-420px -260px}.ap-clipboard{background-position:-420px -280px}.ap-pushpin{background-position:-420px -300px}.ap-round_pushpin{background-position:-420px -320px}.ap-paperclip{background-position:-420px -340px}.ap-straight_ruler{background-position:-420px -360px}.ap-triangular_ruler{background-position:-420px -380px}.ap-bookmark_tabs{background-position:-420px -400px}.ap-ledger{background-position:-420px -420px}.ap-notebook{background-position:-420px -440px}.ap-notebook_with_decorative_cover{background-position:-420px -460px}.ap-closed_book{background-position:-420px -480px}.ap-book{background-position:-420px -500px}.ap-green_book{background-position:-420px -520px}.ap-blue_book{background-position:-420px -540px}.ap-orange_book{background-position:-420px -560px}.ap-books{background-position:-420px -580px}.ap-name_badge{background-position:-420px -600px}.ap-scroll{background-position:-420px -620px}.ap-memo{background-position:-420px -640px}.ap-telephone_receiver{background-position:-420px -660px}.ap-pager{background-position:-420px -680px}.ap-fax{background-position:-420px -700px}.ap-satellite_antenna{background-position:-420px -720px}.ap-loudspeaker{background-position:-420px -740px}.ap-mega{background-position:-420px -760px}.ap-outbox_tray{background-position:-420px -780px}.ap-inbox_tray{background-position:-420px -800px}.ap-package{background-position:-440px 0}.ap-e-mail{background-position:-440px -20px}.ap-incoming_envelope{background-position:-440px -40px}.ap-envelope_with_arrow{background-position:-440px -60px}.ap-mailbox_closed{background-position:-440px -80px}.ap-mailbox{background-position:-440px -100px}.ap-mailbox_with_mail{background-position:-440px -120px}.ap-mailbox_with_no_mail{background-position:-440px -140px}.ap-postbox{background-position:-440px -160px}.ap-postal_horn{background-position:-440px -180px}.ap-newspaper{background-position:-440px -200px}.ap-iphone{background-position:-440px -220px}.ap-calling{background-position:-440px -240px}.ap-vibration_mode{background-position:-440px -260px}.ap-mobile_phone_off{background-position:-440px -280px}.ap-no_mobile_phones{background-position:-440px -300px}.ap-signal_strength{background-position:-440px -320px}.ap-camera{background-position:-440px -340px}.ap-camera_with_flash{background-position:-440px -360px}.ap-video_camera{background-position:-440px -380px}.ap-tv{background-position:-440px -400px}.ap-radio{background-position:-440px -420px}.ap-vhs{background-position:-440px -440px}.ap-film_projector{background-position:-440px -460px}.ap-prayer_beads{background-position:-440px -480px}.ap-twisted_rightwards_arrows{background-position:-440px -500px}.ap-repeat{background-position:-440px -520px}.ap-repeat_one{background-position:-440px -540px}.ap-arrows_clockwise{background-position:-440px -560px}.ap-arrows_counterclockwise{background-position:-440px -580px}.ap-low_brightness{background-position:-440px -600px}.ap-high_brightness{background-position:-440px -620px}.ap-mute{background-position:-440px -640px}.ap-speaker{background-position:-440px -660px}.ap-sound{background-position:-440px -680px}.ap-loud_sound{background-position:-440px -700px}.ap-battery{background-position:-440px -720px}.ap-electric_plug{background-position:-440px -740px}.ap-mag{background-position:-440px -760px}.ap-mag_right{background-position:-440px -780px}.ap-lock_with_ink_pen{background-position:-440px -800px}.ap-closed_lock_with_key{background-position:-460px 0}.ap-key{background-position:-460px -20px}.ap-lock{background-position:-460px -40px}.ap-unlock{background-position:-460px -60px}.ap-bell{background-position:-460px -80px}.ap-no_bell{background-position:-460px -100px}.ap-bookmark{background-position:-460px -120px}.ap-link{background-position:-460px -140px}.ap-radio_button{background-position:-460px -160px}.ap-back{background-position:-460px -180px}.ap-end{background-position:-460px -200px}.ap-on{background-position:-460px -220px}.ap-soon{background-position:-460px -240px}.ap-top{background-position:-460px -260px}.ap-underage{background-position:-460px -280px}.ap-keycap_ten{background-position:-460px -300px}.ap-capital_abcd{background-position:-460px -320px}.ap-abcd{background-position:-460px -340px}.ap-1234{background-position:-460px -360px}.ap-symbols{background-position:-460px -380px}.ap-abc{background-position:-460px -400px}.ap-fire{background-position:-460px -420px}.ap-flashlight{background-position:-460px -440px}.ap-wrench{background-position:-460px -460px}.ap-hammer{background-position:-460px -480px}.ap-nut_and_bolt{background-position:-460px -500px}.ap-hocho{background-position:-460px -520px}.ap-gun{background-position:-460px -540px}.ap-microscope{background-position:-460px -560px}.ap-telescope{background-position:-460px -580px}.ap-crystal_ball{background-position:-460px -600px}.ap-six_pointed_star{background-position:-460px -620px}.ap-beginner{background-position:-460px -640px}.ap-trident{background-position:-460px -660px}.ap-black_square_button{background-position:-460px -680px}.ap-white_square_button{background-position:-460px -700px}.ap-red_circle{background-position:-460px -720px}.ap-large_blue_circle{background-position:-460px -740px}.ap-large_orange_diamond{background-position:-460px -760px}.ap-large_blue_diamond{background-position:-460px -780px}.ap-small_orange_diamond{background-position:-460px -800px}.ap-small_blue_diamond{background-position:-480px 0}.ap-small_red_triangle{background-position:-480px -20px}.ap-small_red_triangle_down{background-position:-480px -40px}.ap-arrow_up_small{background-position:-480px -60px}.ap-arrow_down_small{background-position:-480px -80px}.ap-om_symbol{background-position:-480px -100px}.ap-dove_of_peace{background-position:-480px -120px}.ap-kaaba{background-position:-480px -140px}.ap-mosque{background-position:-480px -160px}.ap-synagogue{background-position:-480px -180px}.ap-menorah_with_nine_branches{background-position:-480px -200px}.ap-clock1{background-position:-480px -220px}.ap-clock2{background-position:-480px -240px}.ap-clock3{background-position:-480px -260px}.ap-clock4{background-position:-480px -280px}.ap-clock5{background-position:-480px -300px}.ap-clock6{background-position:-480px -320px}.ap-clock7{background-position:-480px -340px}.ap-clock8{background-position:-480px -360px}.ap-clock9{background-position:-480px -380px}.ap-clock10{background-position:-480px -400px}.ap-clock11{background-position:-480px -420px}.ap-clock12{background-position:-480px -440px}.ap-clock130{background-position:-480px -460px}.ap-clock230{background-position:-480px -480px}.ap-clock330{background-position:-480px -500px}.ap-clock430{background-position:-480px -520px}.ap-clock530{background-position:-480px -540px}.ap-clock630{background-position:-480px -560px}.ap-clock730{background-position:-480px -580px}.ap-clock830{background-position:-480px -600px}.ap-clock930{background-position:-480px -620px}.ap-clock1030{background-position:-480px -640px}.ap-clock1130{background-position:-480px -660px}.ap-clock1230{background-position:-480px -680px}.ap-candle{background-position:-480px -700px}.ap-mantelpiece_clock{background-position:-480px -720px}.ap-hole{background-position:-480px -740px}.ap-man_in_business_suit_levitating{background-position:-480px -760px}.ap-sleuth_or_spy{background-position:-480px -780px}.ap-dark_sunglasses{background-position:-500px -80px}.ap-spider{background-position:-500px -100px}.ap-spider_web{background-position:-500px -120px}.ap-joystick{background-position:-500px -140px}.ap-linked_paperclips{background-position:-500px -160px}.ap-lower_left_ballpoint_pen{background-position:-500px -180px}.ap-lower_left_fountain_pen{background-position:-500px -200px}.ap-lower_left_paintbrush{background-position:-500px -220px}.ap-lower_left_crayon{background-position:-500px -240px}.ap-raised_hand_with_fingers_splayed{background-position:-500px -260px}.ap-middle_finger{background-position:-500px -380px}.ap-spock-hand{background-position:-500px -500px}.ap-desktop_computer{background-position:-500px -620px}.ap-printer{background-position:-500px -640px}.ap-three_button_mouse{background-position:-500px -660px}.ap-trackball{background-position:-500px -680px}.ap-frame_with_picture{background-position:-500px -700px}.ap-card_index_dividers{background-position:-500px -720px}.ap-card_file_box{background-position:-500px -740px}.ap-file_cabinet{background-position:-500px -760px}.ap-wastebasket{background-position:-500px -780px}.ap-spiral_note_pad{background-position:-500px -800px}.ap-spiral_calendar_pad{background-position:-520px 0}.ap-compression{background-position:-520px -20px}.ap-old_key{background-position:-520px -40px}.ap-rolled_up_newspaper{background-position:-520px -60px}.ap-dagger_knife{background-position:-520px -80px}.ap-speaking_head_in_silhouette{background-position:-520px -100px}.ap-left_speech_bubble{background-position:-520px -120px}.ap-right_anger_bubble{background-position:-520px -140px}.ap-ballot_box_with_ballot{background-position:-520px -160px}.ap-world_map{background-position:-520px -180px}.ap-mount_fuji{background-position:-520px -200px}.ap-tokyo_tower{background-position:-520px -220px}.ap-statue_of_liberty{background-position:-520px -240px}.ap-japan{background-position:-520px -260px}.ap-moyai{background-position:-520px -280px}.ap-grinning{background-position:-520px -300px}.ap-grin{background-position:-520px -320px}.ap-joy{background-position:-520px -340px}.ap-smiley{background-position:-520px -360px}.ap-smile{background-position:-520px -380px}.ap-sweat_smile{background-position:-520px -400px}.ap-laughing{background-position:-520px -420px}.ap-innocent{background-position:-520px -440px}.ap-smiling_imp{background-position:-520px -460px}.ap-wink{background-position:-520px -480px}.ap-blush{background-position:-520px -500px}.ap-yum{background-position:-520px -520px}.ap-relieved{background-position:-520px -540px}.ap-heart_eyes{background-position:-520px -560px}.ap-sunglasses{background-position:-520px -580px}.ap-smirk{background-position:-520px -600px}.ap-neutral_face{background-position:-520px -620px}.ap-expressionless{background-position:-520px -640px}.ap-unamused{background-position:-520px -660px}.ap-sweat{background-position:-520px -680px}.ap-pensive{background-position:-520px -700px}.ap-confused{background-position:-520px -720px}.ap-confounded{background-position:-520px -740px}.ap-kissing{background-position:-520px -760px}.ap-kissing_heart{background-position:-520px -780px}.ap-kissing_smiling_eyes{background-position:-520px -800px}.ap-kissing_closed_eyes{background-position:-540px 0}.ap-stuck_out_tongue{background-position:-540px -20px}.ap-stuck_out_tongue_winking_eye{background-position:-540px -40px}.ap-stuck_out_tongue_closed_eyes{background-position:-540px -60px}.ap-disappointed{background-position:-540px -80px}.ap-worried{background-position:-540px -100px}.ap-angry{background-position:-540px -120px}.ap-rage{background-position:-540px -140px}.ap-cry{background-position:-540px -160px}.ap-persevere{background-position:-540px -180px}.ap-triumph{background-position:-540px -200px}.ap-disappointed_relieved{background-position:-540px -220px}.ap-frowning{background-position:-540px -240px}.ap-anguished{background-position:-540px -260px}.ap-fearful{background-position:-540px -280px}.ap-weary{background-position:-540px -300px}.ap-sleepy{background-position:-540px -320px}.ap-tired_face{background-position:-540px -340px}.ap-grimacing{background-position:-540px -360px}.ap-sob{background-position:-540px -380px}.ap-open_mouth{background-position:-540px -400px}.ap-hushed{background-position:-540px -420px}.ap-cold_sweat{background-position:-540px -440px}.ap-scream{background-position:-540px -460px}.ap-astonished{background-position:-540px -480px}.ap-flushed{background-position:-540px -500px}.ap-sleeping{background-position:-540px -520px}.ap-dizzy_face{background-position:-540px -540px}.ap-no_mouth{background-position:-540px -560px}.ap-mask{background-position:-540px -580px}.ap-smile_cat{background-position:-540px -600px}.ap-joy_cat{background-position:-540px -620px}.ap-smiley_cat{background-position:-540px -640px}.ap-heart_eyes_cat{background-position:-540px -660px}.ap-smirk_cat{background-position:-540px -680px}.ap-kissing_cat{background-position:-540px -700px}.ap-pouting_cat{background-position:-540px -720px}.ap-crying_cat_face{background-position:-540px -740px}.ap-scream_cat{background-position:-540px -760px}.ap-slightly_frowning_face{background-position:-540px -780px}.ap-slightly_smiling_face{background-position:-540px -800px}.ap-upside_down_face{background-position:-560px 0}.ap-face_with_rolling_eyes{background-position:-560px -20px}.ap-no_good{background-position:-560px -40px}.ap-ok_woman{background-position:-560px -160px}.ap-bow{background-position:-560px -280px}.ap-see_no_evil{background-position:-560px -400px}.ap-hear_no_evil{background-position:-560px -420px}.ap-speak_no_evil{background-position:-560px -440px}.ap-raising_hand{background-position:-560px -460px}.ap-raised_hands{background-position:-560px -580px}.ap-person_frowning{background-position:-560px -700px}.ap-person_with_pouting_face{background-position:-580px 0}.ap-pray{background-position:-580px -120px}.ap-rocket{background-position:-580px -240px}.ap-helicopter{background-position:-580px -260px}.ap-steam_locomotive{background-position:-580px -280px}.ap-railway_car{background-position:-580px -300px}.ap-bullettrain_side{background-position:-580px -320px}.ap-bullettrain_front{background-position:-580px -340px}.ap-train2{background-position:-580px -360px}.ap-metro{background-position:-580px -380px}.ap-light_rail{background-position:-580px -400px}.ap-station{background-position:-580px -420px}.ap-tram{background-position:-580px -440px}.ap-train{background-position:-580px -460px}.ap-bus{background-position:-580px -480px}.ap-oncoming_bus{background-position:-580px -500px}.ap-trolleybus{background-position:-580px -520px}.ap-busstop{background-position:-580px -540px}.ap-minibus{background-position:-580px -560px}.ap-ambulance{background-position:-580px -580px}.ap-fire_engine{background-position:-580px -600px}.ap-police_car{background-position:-580px -620px}.ap-oncoming_police_car{background-position:-580px -640px}.ap-taxi{background-position:-580px -660px}.ap-oncoming_taxi{background-position:-580px -680px}.ap-car{background-position:-580px -700px}.ap-oncoming_automobile{background-position:-580px -720px}.ap-blue_car{background-position:-580px -740px}.ap-truck{background-position:-580px -760px}.ap-articulated_lorry{background-position:-580px -780px}.ap-tractor{background-position:-580px -800px}.ap-monorail{background-position:-600px 0}.ap-mountain_railway{background-position:-600px -20px}.ap-suspension_railway{background-position:-600px -40px}.ap-mountain_cableway{background-position:-600px -60px}.ap-aerial_tramway{background-position:-600px -80px}.ap-ship{background-position:-600px -100px}.ap-rowboat{background-position:-600px -120px}.ap-speedboat{background-position:-600px -240px}.ap-traffic_light{background-position:-600px -260px}.ap-vertical_traffic_light{background-position:-600px -280px}.ap-construction{background-position:-600px -300px}.ap-rotating_light{background-position:-600px -320px}.ap-triangular_flag_on_post{background-position:-600px -340px}.ap-door{background-position:-600px -360px}.ap-no_entry_sign{background-position:-600px -380px}.ap-smoking{background-position:-600px -400px}.ap-no_smoking{background-position:-600px -420px}.ap-put_litter_in_its_place{background-position:-600px -440px}.ap-do_not_litter{background-position:-600px -460px}.ap-potable_water{background-position:-600px -480px}.ap-non-potable_water{background-position:-600px -500px}.ap-bike{background-position:-600px -520px}.ap-no_bicycles{background-position:-600px -540px}.ap-bicyclist{background-position:-600px -560px}.ap-mountain_bicyclist{background-position:-600px -680px}.ap-walking{background-position:-600px -800px}.ap-no_pedestrians{background-position:-620px -100px}.ap-children_crossing{background-position:-620px -120px}.ap-mens{background-position:-620px -140px}.ap-womens{background-position:-620px -160px}.ap-restroom{background-position:-620px -180px}.ap-baby_symbol{background-position:-620px -200px}.ap-toilet{background-position:-620px -220px}.ap-wc{background-position:-620px -240px}.ap-shower{background-position:-620px -260px}.ap-bath{background-position:-620px -280px}.ap-bathtub{background-position:-620px -400px}.ap-passport_control{background-position:-620px -420px}.ap-customs{background-position:-620px -440px}.ap-baggage_claim{background-position:-620px -460px}.ap-left_luggage{background-position:-620px -480px}.ap-couch_and_lamp{background-position:-620px -500px}.ap-sleeping_accommodation{background-position:-620px -520px}.ap-shopping_bags{background-position:-620px -540px}.ap-bellhop_bell{background-position:-620px -560px}.ap-bed{background-position:-620px -580px}.ap-place_of_worship{background-position:-620px -600px}.ap-hammer_and_wrench{background-position:-620px -620px}.ap-shield{background-position:-620px -640px}.ap-oil_drum{background-position:-620px -660px}.ap-motorway{background-position:-620px -680px}.ap-railway_track{background-position:-620px -700px}.ap-motor_boat{background-position:-620px -720px}.ap-small_airplane{background-position:-620px -740px}.ap-airplane_departure{background-position:-620px -760px}.ap-airplane_arriving{background-position:-620px -780px}.ap-satellite{background-position:-620px -800px}.ap-passenger_ship{background-position:-640px 0}.ap-zipper_mouth_face{background-position:-640px -20px}.ap-money_mouth_face{background-position:-640px -40px}.ap-face_with_thermometer{background-position:-640px -60px}.ap-nerd_face{background-position:-640px -80px}.ap-thinking_face{background-position:-640px -100px}.ap-face_with_head_bandage{background-position:-640px -120px}.ap-robot_face{background-position:-640px -140px}.ap-hugging_face{background-position:-640px -160px}.ap-the_horns{background-position:-640px -180px}.ap-crab{background-position:-640px -300px}.ap-lion_face{background-position:-640px -320px}.ap-scorpion{background-position:-640px -340px}.ap-turkey{background-position:-640px -360px}.ap-unicorn_face{background-position:-640px -380px}.ap-cheese_wedge{background-position:-640px -400px}.ap-hash{background-position:-640px -420px}.ap-keycap_star{background-position:-640px -440px}.ap-zero{background-position:-640px -460px}.ap-one{background-position:-640px -480px}.ap-two{background-position:-640px -500px}.ap-three{background-position:-640px -520px}.ap-four{background-position:-640px -540px}.ap-five{background-position:-640px -560px}.ap-six{background-position:-640px -580px}.ap-seven{background-position:-640px -600px}.ap-eight{background-position:-640px -620px}.ap-nine{background-position:-640px -640px}.ap-flag-ac{background-position:-640px -660px}.ap-flag-ad{background-position:-640px -680px}.ap-flag-ae{background-position:-640px -700px}.ap-flag-af{background-position:-640px -720px}.ap-flag-ag{background-position:-640px -740px}.ap-flag-ai{background-position:-640px -760px}.ap-flag-al{background-position:-640px -780px}.ap-flag-am{background-position:-640px -800px}.ap-flag-ao{background-position:-660px 0}.ap-flag-aq{background-position:-660px -20px}.ap-flag-ar{background-position:-660px -40px}.ap-flag-as{background-position:-660px -60px}.ap-flag-at{background-position:-660px -80px}.ap-flag-au{background-position:-660px -100px}.ap-flag-aw{background-position:-660px -120px}.ap-flag-ax{background-position:-660px -140px}.ap-flag-az{background-position:-660px -160px}.ap-flag-ba{background-position:-660px -180px}.ap-flag-bb{background-position:-660px -200px}.ap-flag-bd{background-position:-660px -220px}.ap-flag-be{background-position:-660px -240px}.ap-flag-bf{background-position:-660px -260px}.ap-flag-bg{background-position:-660px -280px}.ap-flag-bh{background-position:-660px -300px}.ap-flag-bi{background-position:-660px -320px}.ap-flag-bj{background-position:-660px -340px}.ap-flag-bl{background-position:-660px -360px}.ap-flag-bm{background-position:-660px -380px}.ap-flag-bn{background-position:-660px -400px}.ap-flag-bo{background-position:-660px -420px}.ap-flag-bq{background-position:-660px -440px}.ap-flag-br{background-position:-660px -460px}.ap-flag-bs{background-position:-660px -480px}.ap-flag-bt{background-position:-660px -500px}.ap-flag-bv{background-position:-660px -520px}.ap-flag-bw{background-position:-660px -540px}.ap-flag-by{background-position:-660px -560px}.ap-flag-bz{background-position:-660px -580px}.ap-flag-ca{background-position:-660px -600px}.ap-flag-cc{background-position:-660px -620px}.ap-flag-cd{background-position:-660px -640px}.ap-flag-cf{background-position:-660px -660px}.ap-flag-cg{background-position:-660px -680px}.ap-flag-ch{background-position:-660px -700px}.ap-flag-ci{background-position:-660px -720px}.ap-flag-ck{background-position:-660px -740px}.ap-flag-cl{background-position:-660px -760px}.ap-flag-cm{background-position:-660px -780px}.ap-flag-cn{background-position:-660px -800px}.ap-flag-co{background-position:-680px 0}.ap-flag-cp{background-position:-680px -20px}.ap-flag-cr{background-position:-680px -40px}.ap-flag-cu{background-position:-680px -60px}.ap-flag-cv{background-position:-680px -80px}.ap-flag-cw{background-position:-680px -100px}.ap-flag-cx{background-position:-680px -120px}.ap-flag-cy{background-position:-680px -140px}.ap-flag-cz{background-position:-680px -160px}.ap-flag-de{background-position:-680px -180px}.ap-flag-dg{background-position:-680px -200px}.ap-flag-dj{background-position:-680px -220px}.ap-flag-dk{background-position:-680px -240px}.ap-flag-dm{background-position:-680px -260px}.ap-flag-do{background-position:-680px -280px}.ap-flag-dz{background-position:-680px -300px}.ap-flag-ea{background-position:-680px -320px}.ap-flag-ec{background-position:-680px -340px}.ap-flag-ee{background-position:-680px -360px}.ap-flag-eg{background-position:-680px -380px}.ap-flag-eh{background-position:-680px -400px}.ap-flag-er{background-position:-680px -420px}.ap-flag-es{background-position:-680px -440px}.ap-flag-et{background-position:-680px -460px}.ap-flag-eu{background-position:-680px -480px}.ap-flag-fi{background-position:-680px -500px}.ap-flag-fj{background-position:-680px -520px}.ap-flag-fk{background-position:-680px -540px}.ap-flag-fm{background-position:-680px -560px}.ap-flag-fo{background-position:-680px -580px}.ap-flag-fr{background-position:-680px -600px}.ap-flag-ga{background-position:-680px -620px}.ap-flag-gb{background-position:-680px -640px}.ap-flag-gd{background-position:-680px -660px}.ap-flag-ge{background-position:-680px -680px}.ap-flag-gf{background-position:-680px -700px}.ap-flag-gg{background-position:-680px -720px}.ap-flag-gh{background-position:-680px -740px}.ap-flag-gi{background-position:-680px -760px}.ap-flag-gl{background-position:-680px -780px}.ap-flag-gm{background-position:-680px -800px}.ap-flag-gn{background-position:-700px 0}.ap-flag-gp{background-position:-700px -20px}.ap-flag-gq{background-position:-700px -40px}.ap-flag-gr{background-position:-700px -60px}.ap-flag-gs{background-position:-700px -80px}.ap-flag-gt{background-position:-700px -100px}.ap-flag-gu{background-position:-700px -120px}.ap-flag-gw{background-position:-700px -140px}.ap-flag-gy{background-position:-700px -160px}.ap-flag-hk{background-position:-700px -180px}.ap-flag-hm{background-position:-700px -200px}.ap-flag-hn{background-position:-700px -220px}.ap-flag-hr{background-position:-700px -240px}.ap-flag-ht{background-position:-700px -260px}.ap-flag-hu{background-position:-700px -280px}.ap-flag-ic{background-position:-700px -300px}.ap-flag-id{background-position:-700px -320px}.ap-flag-ie{background-position:-700px -340px}.ap-flag-il{background-position:-700px -360px}.ap-flag-im{background-position:-700px -380px}.ap-flag-in{background-position:-700px -400px}.ap-flag-io{background-position:-700px -420px}.ap-flag-iq{background-position:-700px -440px}.ap-flag-ir{background-position:-700px -460px}.ap-flag-is{background-position:-700px -480px}.ap-flag-it{background-position:-700px -500px}.ap-flag-je{background-position:-700px -520px}.ap-flag-jm{background-position:-700px -540px}.ap-flag-jo{background-position:-700px -560px}.ap-flag-jp{background-position:-700px -580px}.ap-flag-ke{background-position:-700px -600px}.ap-flag-kg{background-position:-700px -620px}.ap-flag-kh{background-position:-700px -640px}.ap-flag-ki{background-position:-700px -660px}.ap-flag-km{background-position:-700px -680px}.ap-flag-kn{background-position:-700px -700px}.ap-flag-kp{background-position:-700px -720px}.ap-flag-kr{background-position:-700px -740px}.ap-flag-kw{background-position:-700px -760px}.ap-flag-ky{background-position:-700px -780px}.ap-flag-kz{background-position:-700px -800px}.ap-flag-la{background-position:-720px 0}.ap-flag-lb{background-position:-720px -20px}.ap-flag-lc{background-position:-720px -40px}.ap-flag-li{background-position:-720px -60px}.ap-flag-lk{background-position:-720px -80px}.ap-flag-lr{background-position:-720px -100px}.ap-flag-ls{background-position:-720px -120px}.ap-flag-lt{background-position:-720px -140px}.ap-flag-lu{background-position:-720px -160px}.ap-flag-lv{background-position:-720px -180px}.ap-flag-ly{background-position:-720px -200px}.ap-flag-ma{background-position:-720px -220px}.ap-flag-mc{background-position:-720px -240px}.ap-flag-md{background-position:-720px -260px}.ap-flag-me{background-position:-720px -280px}.ap-flag-mf{background-position:-720px -300px}.ap-flag-mg{background-position:-720px -320px}.ap-flag-mh{background-position:-720px -340px}.ap-flag-mk{background-position:-720px -360px}.ap-flag-ml{background-position:-720px -380px}.ap-flag-mm{background-position:-720px -400px}.ap-flag-mn{background-position:-720px -420px}.ap-flag-mo{background-position:-720px -440px}.ap-flag-mp{background-position:-720px -460px}.ap-flag-mq{background-position:-720px -480px}.ap-flag-mr{background-position:-720px -500px}.ap-flag-ms{background-position:-720px -520px}.ap-flag-mt{background-position:-720px -540px}.ap-flag-mu{background-position:-720px -560px}.ap-flag-mv{background-position:-720px -580px}.ap-flag-mw{background-position:-720px -600px}.ap-flag-mx{background-position:-720px -620px}.ap-flag-my{background-position:-720px -640px}.ap-flag-mz{background-position:-720px -660px}.ap-flag-na{background-position:-720px -680px}.ap-flag-nc{background-position:-720px -700px}.ap-flag-ne{background-position:-720px -720px}.ap-flag-nf{background-position:-720px -740px}.ap-flag-ng{background-position:-720px -760px}.ap-flag-ni{background-position:-720px -780px}.ap-flag-nl{background-position:-720px -800px}.ap-flag-no{background-position:-740px 0}.ap-flag-np{background-position:-740px -20px}.ap-flag-nr{background-position:-740px -40px}.ap-flag-nu{background-position:-740px -60px}.ap-flag-nz{background-position:-740px -80px}.ap-flag-om{background-position:-740px -100px}.ap-flag-pa{background-position:-740px -120px}.ap-flag-pe{background-position:-740px -140px}.ap-flag-pf{background-position:-740px -160px}.ap-flag-pg{background-position:-740px -180px}.ap-flag-ph{background-position:-740px -200px}.ap-flag-pk{background-position:-740px -220px}.ap-flag-pl{background-position:-740px -240px}.ap-flag-pm{background-position:-740px -260px}.ap-flag-pn{background-position:-740px -280px}.ap-flag-pr{background-position:-740px -300px}.ap-flag-ps{background-position:-740px -320px}.ap-flag-pt{background-position:-740px -340px}.ap-flag-pw{background-position:-740px -360px}.ap-flag-py{background-position:-740px -380px}.ap-flag-qa{background-position:-740px -400px}.ap-flag-re{background-position:-740px -420px}.ap-flag-ro{background-position:-740px -440px}.ap-flag-rs{background-position:-740px -460px}.ap-flag-ru{background-position:-740px -480px}.ap-flag-rw{background-position:-740px -500px}.ap-flag-sa{background-position:-740px -520px}.ap-flag-sb{background-position:-740px -540px}.ap-flag-sc{background-position:-740px -560px}.ap-flag-sd{background-position:-740px -580px}.ap-flag-se{background-position:-740px -600px}.ap-flag-sg{background-position:-740px -620px}.ap-flag-sh{background-position:-740px -640px}.ap-flag-si{background-position:-740px -660px}.ap-flag-sj{background-position:-740px -680px}.ap-flag-sk{background-position:-740px -700px}.ap-flag-sl{background-position:-740px -720px}.ap-flag-sm{background-position:-740px -740px}.ap-flag-sn{background-position:-740px -760px}.ap-flag-so{background-position:-740px -780px}.ap-flag-sr{background-position:-740px -800px}.ap-flag-ss{background-position:-760px 0}.ap-flag-st{background-position:-760px -20px}.ap-flag-sv{background-position:-760px -40px}.ap-flag-sx{background-position:-760px -60px}.ap-flag-sy{background-position:-760px -80px}.ap-flag-sz{background-position:-760px -100px}.ap-flag-ta{background-position:-760px -120px}.ap-flag-tc{background-position:-760px -140px}.ap-flag-td{background-position:-760px -160px}.ap-flag-tf{background-position:-760px -180px}.ap-flag-tg{background-position:-760px -200px}.ap-flag-th{background-position:-760px -220px}.ap-flag-tj{background-position:-760px -240px}.ap-flag-tk{background-position:-760px -260px}.ap-flag-tl{background-position:-760px -280px}.ap-flag-tm{background-position:-760px -300px}.ap-flag-tn{background-position:-760px -320px}.ap-flag-to{background-position:-760px -340px}.ap-flag-tr{background-position:-760px -360px}.ap-flag-tt{background-position:-760px -380px}.ap-flag-tv{background-position:-760px -400px}.ap-flag-tw{background-position:-760px -420px}.ap-flag-tz{background-position:-760px -440px}.ap-flag-ua{background-position:-760px -460px}.ap-flag-ug{background-position:-760px -480px}.ap-flag-um{background-position:-760px -500px}.ap-flag-us{background-position:-760px -520px}.ap-flag-uy{background-position:-760px -540px}.ap-flag-uz{background-position:-760px -560px}.ap-flag-va{background-position:-760px -580px}.ap-flag-vc{background-position:-760px -600px}.ap-flag-ve{background-position:-760px -620px}.ap-flag-vg{background-position:-760px -640px}.ap-flag-vi{background-position:-760px -660px}.ap-flag-vn{background-position:-760px -680px}.ap-flag-vu{background-position:-760px -700px}.ap-flag-wf{background-position:-760px -720px}.ap-flag-ws{background-position:-760px -740px}.ap-flag-xk{background-position:-760px -760px}.ap-flag-ye{background-position:-760px -780px}.ap-flag-yt{background-position:-760px -800px}.ap-flag-za{background-position:-780px 0}.ap-flag-zm{background-position:-780px -20px}.ap-flag-zw{background-position:-780px -40px}.ap-man-man-boy{background-position:-780px -60px}.ap-man-man-boy-boy{background-position:-780px -80px}.ap-man-man-girl{background-position:-780px -100px}.ap-man-man-girl-boy{background-position:-780px -120px}.ap-man-man-girl-girl{background-position:-780px -140px}.ap-man-woman-boy-boy{background-position:-780px -160px}.ap-man-woman-girl{background-position:-780px -180px}.ap-man-woman-girl-boy{background-position:-780px -200px}.ap-man-woman-girl-girl{background-position:-780px -220px}.ap-man-heart-man{background-position:-780px -240px}.ap-man-kiss-man{background-position:-780px -260px}.ap-woman-woman-boy{background-position:-780px -280px}.ap-woman-woman-boy-boy{background-position:-780px -300px}.ap-woman-woman-girl{background-position:-780px -320px}.ap-woman-woman-girl-boy{background-position:-780px -340px}.ap-woman-woman-girl-girl{background-position:-780px -360px}.ap-woman-heart-woman{background-position:-780px -380px}.ap-woman-kiss-woman{background-position:-780px -400px}
.ql-mention-list-container{width:270px;border:1px solid #f0f0f0;border-radius:4px;background-color:#fff;box-shadow:0 2px 12px 0 rgba(30,30,30,.08);z-index:9001;overflow:auto}.ql-mention-loading{line-height:44px;padding:0 20px;vertical-align:middle;font-size:16px}.ql-mention-list{list-style:none;margin:0;padding:0;overflow:hidden}.ql-mention-list-item{cursor:pointer;line-height:44px;font-size:16px;padding:0 20px;vertical-align:middle}.ql-mention-list-item.disabled{cursor:auto}.ql-mention-list-item.selected{background-color:#d3e1eb;text-decoration:none}.mention{height:24px;width:65px;border-radius:6px;background-color:#d3e1eb;padding:3px 0;margin-right:2px;-webkit-user-select:all;-moz-user-select:all;user-select:all}.mention>span{margin:0 3px}

@charset "UTF-8";
:root {
  --panel-padding-x: 1.5rem;
  --panel-header-height: 3.75rem;
  --panel-body-padding-y: 1.5rem;
  --modal-padding-x: 2rem;
  --modal-padding-y: 1.5rem;
  --menu-width: 250px;
  --header-height: 47px;
}
@media (min-width: 1280px) {
  :root {
    --menu-width: 280px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --panel-padding-x: 1rem;
    --panel-header-height: 3.5rem;
    --modal-padding-x: 1.5rem;
    --modal-padding-y: 1rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #111111;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-fullMax,
.col-fullMax-auto, .col-fullMax-12, .col-fullMax-11, .col-fullMax-10, .col-fullMax-9, .col-fullMax-8, .col-fullMax-7, .col-fullMax-6, .col-fullMax-5, .col-fullMax-4, .col-fullMax-3, .col-fullMax-2, .col-fullMax-1, .col-full,
.col-full-auto, .col-full-12, .col-full-11, .col-full-10, .col-full-9, .col-full-8, .col-full-7, .col-full-6, .col-full-5, .col-full-4, .col-full-3, .col-full-2, .col-full-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1560px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxl-first {
    order: -1;
  }

  .order-xxxl-last {
    order: 13;
  }

  .order-xxxl-0 {
    order: 0;
  }

  .order-xxxl-1 {
    order: 1;
  }

  .order-xxxl-2 {
    order: 2;
  }

  .order-xxxl-3 {
    order: 3;
  }

  .order-xxxl-4 {
    order: 4;
  }

  .order-xxxl-5 {
    order: 5;
  }

  .order-xxxl-6 {
    order: 6;
  }

  .order-xxxl-7 {
    order: 7;
  }

  .order-xxxl-8 {
    order: 8;
  }

  .order-xxxl-9 {
    order: 9;
  }

  .order-xxxl-10 {
    order: 10;
  }

  .order-xxxl-11 {
    order: 11;
  }

  .order-xxxl-12 {
    order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1680px) {
  .col-full {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-full-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-full-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-full-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-full-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-full-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-full-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-full-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-full-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-full-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-full-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-full-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-full-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-full-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-full-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-full-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-full-first {
    order: -1;
  }

  .order-full-last {
    order: 13;
  }

  .order-full-0 {
    order: 0;
  }

  .order-full-1 {
    order: 1;
  }

  .order-full-2 {
    order: 2;
  }

  .order-full-3 {
    order: 3;
  }

  .order-full-4 {
    order: 4;
  }

  .order-full-5 {
    order: 5;
  }

  .order-full-6 {
    order: 6;
  }

  .order-full-7 {
    order: 7;
  }

  .order-full-8 {
    order: 8;
  }

  .order-full-9 {
    order: 9;
  }

  .order-full-10 {
    order: 10;
  }

  .order-full-11 {
    order: 11;
  }

  .order-full-12 {
    order: 12;
  }

  .offset-full-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-full-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-fullMax {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-fullMax-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-fullMax-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-fullMax-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-fullMax-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-fullMax-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-fullMax-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-fullMax-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-fullMax-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-fullMax-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-fullMax-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-fullMax-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-fullMax-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-fullMax-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-fullMax-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-fullMax-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-fullMax-first {
    order: -1;
  }

  .order-fullMax-last {
    order: 13;
  }

  .order-fullMax-0 {
    order: 0;
  }

  .order-fullMax-1 {
    order: 1;
  }

  .order-fullMax-2 {
    order: 2;
  }

  .order-fullMax-3 {
    order: 3;
  }

  .order-fullMax-4 {
    order: 4;
  }

  .order-fullMax-5 {
    order: 5;
  }

  .order-fullMax-6 {
    order: 6;
  }

  .order-fullMax-7 {
    order: 7;
  }

  .order-fullMax-8 {
    order: 8;
  }

  .order-fullMax-9 {
    order: 9;
  }

  .order-fullMax-10 {
    order: 10;
  }

  .order-fullMax-11 {
    order: 11;
  }

  .order-fullMax-12 {
    order: 12;
  }

  .offset-fullMax-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-fullMax-11 {
    margin-left: 91.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C9C9C9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 0.625rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 2rem !important;
  background-position: right 1rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.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 .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 0.625rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%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 .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 2rem !important;
  background-position: right 1rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 500;
  color: #111111;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  padding: 0.375rem 0.9375rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #111111;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.btn-secondary {
  color: #212529;
  background-color: #B1EFD6;
  border-color: #B1EFD6;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #91e8c5;
  border-color: #87e6c0;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #91e8c5;
  border-color: #87e6c0;
  box-shadow: 0 0 0 0.2rem rgba(155, 209, 188, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #B1EFD6;
  border-color: #B1EFD6;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #87e6c0;
  border-color: #7ce4ba;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 209, 188, 0.5);
}
.btn-tertiary {
  color: #212529;
  background-color: #A9D0D5;
  border-color: #A9D0D5;
}
.btn-tertiary:hover {
  color: #212529;
  background-color: #8fc2c8;
  border-color: #87bdc4;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #212529;
  background-color: #8fc2c8;
  border-color: #87bdc4;
  box-shadow: 0 0 0 0.2rem rgba(149, 182, 187, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #212529;
  background-color: #A9D0D5;
  border-color: #A9D0D5;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #87bdc4;
  border-color: #7eb9c0;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 182, 187, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-light:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-gray {
  color: #212529;
  background-color: #C9C9C9;
  border-color: #C9C9C9;
}
.btn-gray:hover {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b0b0b0;
}
.btn-gray:focus, .btn-gray.focus {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b0b0b0;
  box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #C9C9C9;
  border-color: #C9C9C9;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #b0b0b0;
  border-color: darkgray;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}
.btn-gray-light {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-gray-light:hover {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.btn-gray-light:focus, .btn-gray-light.focus {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #dadada;
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #dadada;
  border-color: lightgray;
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 213, 0.5);
}
.btn-gray-dark {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: #434343;
  border-color: #3d3d3d;
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #fff;
  background-color: #434343;
  border-color: #3d3d3d;
  box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #363636;
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}
.btn-danger {
  color: #212529;
  background-color: #FF8C8C;
  border-color: #FF8C8C;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff6666;
  border-color: #ff5959;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff6666;
  border-color: #ff5959;
  box-shadow: 0 0 0 0.2rem rgba(222, 125, 125, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #FF8C8C;
  border-color: #FF8C8C;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff5959;
  border-color: #ff4c4c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 125, 125, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #8EECC6;
  border-color: #8EECC6;
}
.btn-success:hover {
  color: #212529;
  background-color: #6de6b5;
  border-color: #62e5b0;
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: #6de6b5;
  border-color: #62e5b0;
  box-shadow: 0 0 0 0.2rem rgba(126, 206, 174, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #8EECC6;
  border-color: #8EECC6;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #62e5b0;
  border-color: #57e3aa;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 206, 174, 0.5);
}
.btn-info {
  color: #212529;
  background-color: #8CD6FF;
  border-color: #8CD6FF;
}
.btn-info:hover {
  color: #212529;
  background-color: #66c8ff;
  border-color: #59c4ff;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #66c8ff;
  border-color: #59c4ff;
  box-shadow: 0 0 0 0.2rem rgba(124, 187, 223, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #8CD6FF;
  border-color: #8CD6FF;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #59c4ff;
  border-color: #4cbfff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 187, 223, 0.5);
}
.btn-outline-primary {
  color: #111111;
  border-color: #111111;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #111111;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}
.btn-outline-secondary {
  color: #B1EFD6;
  border-color: #B1EFD6;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #B1EFD6;
  border-color: #B1EFD6;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 239, 214, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #B1EFD6;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #B1EFD6;
  border-color: #B1EFD6;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 239, 214, 0.5);
}
.btn-outline-tertiary {
  color: #A9D0D5;
  border-color: #A9D0D5;
}
.btn-outline-tertiary:hover {
  color: #212529;
  background-color: #A9D0D5;
  border-color: #A9D0D5;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 208, 213, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #A9D0D5;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #A9D0D5;
  border-color: #A9D0D5;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 208, 213, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light {
  color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FAFAFA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-gray {
  color: #C9C9C9;
  border-color: #C9C9C9;
}
.btn-outline-gray:hover {
  color: #212529;
  background-color: #C9C9C9;
  border-color: #C9C9C9;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #C9C9C9;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #C9C9C9;
  border-color: #C9C9C9;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}
.btn-outline-gray-light {
  color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-gray-light:hover {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #F3F3F3;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-gray-dark {
  color: #565656;
  border-color: #565656;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 86, 86, 0.5);
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #565656;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 86, 86, 0.5);
}
.btn-outline-danger {
  color: #FF8C8C;
  border-color: #FF8C8C;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #FF8C8C;
  border-color: #FF8C8C;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 140, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF8C8C;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #FF8C8C;
  border-color: #FF8C8C;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 140, 0.5);
}
.btn-outline-success {
  color: #8EECC6;
  border-color: #8EECC6;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #8EECC6;
  border-color: #8EECC6;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 236, 198, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8EECC6;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #8EECC6;
  border-color: #8EECC6;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 236, 198, 0.5);
}
.btn-outline-info {
  color: #8CD6FF;
  border-color: #8CD6FF;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #8CD6FF;
  border-color: #8CD6FF;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 214, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #8CD6FF;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #8CD6FF;
  border-color: #8CD6FF;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 214, 255, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #111111;
  text-decoration: underline;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5625rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1560px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-full-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-full-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-fullMax-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-fullMax-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.125rem;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.703125rem;
  padding-left: 0.703125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.171875rem;
  padding-left: 1.171875rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -0.125rem;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #111111;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: black;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}
.badge-secondary {
  color: #212529;
  background-color: #B1EFD6;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #87e6c0;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 239, 214, 0.5);
}
.badge-tertiary {
  color: #212529;
  background-color: #A9D0D5;
}
a.badge-tertiary:hover, a.badge-tertiary:focus {
  color: #212529;
  background-color: #87bdc4;
}
a.badge-tertiary:focus, a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(169, 208, 213, 0.5);
}
.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #FAFAFA;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e1e1e1;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-gray {
  color: #212529;
  background-color: #C9C9C9;
}
a.badge-gray:hover, a.badge-gray:focus {
  color: #212529;
  background-color: #b0b0b0;
}
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}
.badge-gray-light {
  color: #212529;
  background-color: #F3F3F3;
}
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #212529;
  background-color: #dadada;
}
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.badge-gray-dark {
  color: #fff;
  background-color: #565656;
}
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
  color: #fff;
  background-color: #3d3d3d;
}
a.badge-gray-dark:focus, a.badge-gray-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 86, 86, 0.5);
}
.badge-danger {
  color: #212529;
  background-color: #FF8C8C;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: #ff5959;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 140, 0.5);
}
.badge-success {
  color: #212529;
  background-color: #8EECC6;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #62e5b0;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 236, 198, 0.5);
}
.badge-info {
  color: #212529;
  background-color: #8CD6FF;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #59c4ff;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(140, 214, 255, 0.5);
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #090909;
  background-color: #cfcfcf;
  border-color: #bcbcbc;
}
.alert-primary hr {
  border-top-color: #afafaf;
}
.alert-primary .alert-link {
  color: black;
}
.alert-secondary {
  color: #5c7c6f;
  background-color: #effcf7;
  border-color: #e9fbf4;
}
.alert-secondary hr {
  border-top-color: #d3f7e9;
}
.alert-secondary .alert-link {
  color: #465f55;
}
.alert-tertiary {
  color: #586c6f;
  background-color: #eef6f7;
  border-color: #e7f2f3;
}
.alert-tertiary hr {
  border-top-color: #d6e9eb;
}
.alert-tertiary .alert-link {
  color: #415053;
}
.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}
.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: dimgray;
}
.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}
.alert-gray {
  color: dimgray;
  background-color: #f4f4f4;
  border-color: #f0f0f0;
}
.alert-gray hr {
  border-top-color: #e3e3e3;
}
.alert-gray .alert-link {
  color: #505050;
}
.alert-gray-light {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-gray-light hr {
  border-top-color: #efefef;
}
.alert-gray-light .alert-link {
  color: #656565;
}
.alert-gray-dark {
  color: #2d2d2d;
  background-color: #dddddd;
  border-color: #d0d0d0;
}
.alert-gray-dark hr {
  border-top-color: #c3c3c3;
}
.alert-gray-dark .alert-link {
  color: #141414;
}
.alert-danger {
  color: #854949;
  background-color: #ffe8e8;
  border-color: #ffdfdf;
}
.alert-danger hr {
  border-top-color: #ffc6c6;
}
.alert-danger .alert-link {
  color: #643737;
}
.alert-success {
  color: #4a7b67;
  background-color: #e8fbf4;
  border-color: #dffaef;
}
.alert-success hr {
  border-top-color: #c9f7e4;
}
.alert-success .alert-link {
  color: #375b4c;
}
.alert-info {
  color: #496f85;
  background-color: #e8f7ff;
  border-color: #dff4ff;
}
.alert-info hr {
  border-top-color: #c6ebff;
}
.alert-info .alert-link {
  color: #375464;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #111111 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}
.bg-secondary {
  background-color: #B1EFD6 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #87e6c0 !important;
}
.bg-tertiary {
  background-color: #A9D0D5 !important;
}
a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #87bdc4 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-light {
  background-color: #FAFAFA !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important;
}
.bg-black {
  background-color: #000 !important;
}
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}
.bg-gray {
  background-color: #C9C9C9 !important;
}
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #b0b0b0 !important;
}
.bg-gray-light {
  background-color: #F3F3F3 !important;
}
a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #dadada !important;
}
.bg-gray-dark {
  background-color: #565656 !important;
}
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #3d3d3d !important;
}
.bg-danger {
  background-color: #FF8C8C !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff5959 !important;
}
.bg-success {
  background-color: #8EECC6 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #62e5b0 !important;
}
.bg-info {
  background-color: #8CD6FF !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #59c4ff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #111111 !important;
}
.border-secondary {
  border-color: #B1EFD6 !important;
}
.border-tertiary {
  border-color: #A9D0D5 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-light {
  border-color: #FAFAFA !important;
}
.border-black {
  border-color: #000 !important;
}
.border-gray {
  border-color: #C9C9C9 !important;
}
.border-gray-light {
  border-color: #F3F3F3 !important;
}
.border-gray-dark {
  border-color: #565656 !important;
}
.border-danger {
  border-color: #FF8C8C !important;
}
.border-success {
  border-color: #8EECC6 !important;
}
.border-info {
  border-color: #8CD6FF !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1560px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-full-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-full-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-fullMax-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-fullMax-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1560px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-full-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-full-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-fullMax-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-fullMax-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1560px) {
  .float-xxxl-left {
    float: left !important;
  }

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

  .float-xxxl-none {
    float: none !important;
  }
}
@media (min-width: 1680px) {
  .float-full-left {
    float: left !important;
  }

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

  .float-full-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-fullMax-left {
    float: left !important;
  }

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

  .float-fullMax-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-5 {
  margin: 0.3125rem !important;
}
.mt-5,
.my-5 {
  margin-top: 0.3125rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 0.3125rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 0.3125rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 0.3125rem !important;
}
.m-10 {
  margin: 0.625rem !important;
}
.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-15 {
  margin: 0.9375rem !important;
}
.mt-15,
.my-15 {
  margin-top: 0.9375rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}
.m-25 {
  margin: 1.5625rem !important;
}
.mt-25,
.my-25 {
  margin-top: 1.5625rem !important;
}
.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important;
}
.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important;
}
.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important;
}
.m-30 {
  margin: 1.875rem !important;
}
.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}
.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}
.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}
.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-50 {
  margin: 3.125rem !important;
}
.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}
.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}
.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}
.ml-50,
.mx-50 {
  margin-left: 3.125rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}
.m-70 {
  margin: 4.375rem !important;
}
.mt-70,
.my-70 {
  margin-top: 4.375rem !important;
}
.mr-70,
.mx-70 {
  margin-right: 4.375rem !important;
}
.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important;
}
.ml-70,
.mx-70 {
  margin-left: 4.375rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-90 {
  margin: 5.625rem !important;
}
.mt-90,
.my-90 {
  margin-top: 5.625rem !important;
}
.mr-90,
.mx-90 {
  margin-right: 5.625rem !important;
}
.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important;
}
.ml-90,
.mx-90 {
  margin-left: 5.625rem !important;
}
.m-100 {
  margin: 6.25rem !important;
}
.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}
.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}
.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}
.ml-100,
.mx-100 {
  margin-left: 6.25rem !important;
}
.m-150 {
  margin: 9.375rem !important;
}
.mt-150,
.my-150 {
  margin-top: 9.375rem !important;
}
.mr-150,
.mx-150 {
  margin-right: 9.375rem !important;
}
.mb-150,
.my-150 {
  margin-bottom: 9.375rem !important;
}
.ml-150,
.mx-150 {
  margin-left: 9.375rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 0.3125rem !important;
}
.pt-5,
.py-5 {
  padding-top: 0.3125rem !important;
}
.pr-5,
.px-5 {
  padding-right: 0.3125rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 0.3125rem !important;
}
.pl-5,
.px-5 {
  padding-left: 0.3125rem !important;
}
.p-10 {
  padding: 0.625rem !important;
}
.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}
.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}
.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-15 {
  padding: 0.9375rem !important;
}
.pt-15,
.py-15 {
  padding-top: 0.9375rem !important;
}
.pr-15,
.px-15 {
  padding-right: 0.9375rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important;
}
.pl-15,
.px-15 {
  padding-left: 0.9375rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}
.p-25 {
  padding: 1.5625rem !important;
}
.pt-25,
.py-25 {
  padding-top: 1.5625rem !important;
}
.pr-25,
.px-25 {
  padding-right: 1.5625rem !important;
}
.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important;
}
.pl-25,
.px-25 {
  padding-left: 1.5625rem !important;
}
.p-30 {
  padding: 1.875rem !important;
}
.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}
.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}
.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}
.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-50 {
  padding: 3.125rem !important;
}
.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}
.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}
.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}
.pl-50,
.px-50 {
  padding-left: 3.125rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}
.p-70 {
  padding: 4.375rem !important;
}
.pt-70,
.py-70 {
  padding-top: 4.375rem !important;
}
.pr-70,
.px-70 {
  padding-right: 4.375rem !important;
}
.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important;
}
.pl-70,
.px-70 {
  padding-left: 4.375rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-90 {
  padding: 5.625rem !important;
}
.pt-90,
.py-90 {
  padding-top: 5.625rem !important;
}
.pr-90,
.px-90 {
  padding-right: 5.625rem !important;
}
.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important;
}
.pl-90,
.px-90 {
  padding-left: 5.625rem !important;
}
.p-100 {
  padding: 6.25rem !important;
}
.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}
.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}
.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}
.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}
.p-150 {
  padding: 9.375rem !important;
}
.pt-150,
.py-150 {
  padding-top: 9.375rem !important;
}
.pr-150,
.px-150 {
  padding-right: 9.375rem !important;
}
.pb-150,
.py-150 {
  padding-bottom: 9.375rem !important;
}
.pl-150,
.px-150 {
  padding-left: 9.375rem !important;
}
.m-n5 {
  margin: -0.3125rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -0.3125rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -0.3125rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -0.3125rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -0.3125rem !important;
}
.m-n10 {
  margin: -0.625rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -0.625rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -0.625rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -0.625rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -0.625rem !important;
}
.m-n12 {
  margin: -0.75rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}
.m-n15 {
  margin: -0.9375rem !important;
}
.mt-n15,
.my-n15 {
  margin-top: -0.9375rem !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -0.9375rem !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -0.9375rem !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -0.9375rem !important;
}
.m-n20 {
  margin: -1.25rem !important;
}
.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}
.m-n25 {
  margin: -1.5625rem !important;
}
.mt-n25,
.my-n25 {
  margin-top: -1.5625rem !important;
}
.mr-n25,
.mx-n25 {
  margin-right: -1.5625rem !important;
}
.mb-n25,
.my-n25 {
  margin-bottom: -1.5625rem !important;
}
.ml-n25,
.mx-n25 {
  margin-left: -1.5625rem !important;
}
.m-n30 {
  margin: -1.875rem !important;
}
.mt-n30,
.my-n30 {
  margin-top: -1.875rem !important;
}
.mr-n30,
.mx-n30 {
  margin-right: -1.875rem !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -1.875rem !important;
}
.ml-n30,
.mx-n30 {
  margin-left: -1.875rem !important;
}
.m-n40 {
  margin: -2.5rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}
.m-n50 {
  margin: -3.125rem !important;
}
.mt-n50,
.my-n50 {
  margin-top: -3.125rem !important;
}
.mr-n50,
.mx-n50 {
  margin-right: -3.125rem !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -3.125rem !important;
}
.ml-n50,
.mx-n50 {
  margin-left: -3.125rem !important;
}
.m-n60 {
  margin: -3.75rem !important;
}
.mt-n60,
.my-n60 {
  margin-top: -3.75rem !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -3.75rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -3.75rem !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -3.75rem !important;
}
.m-n70 {
  margin: -4.375rem !important;
}
.mt-n70,
.my-n70 {
  margin-top: -4.375rem !important;
}
.mr-n70,
.mx-n70 {
  margin-right: -4.375rem !important;
}
.mb-n70,
.my-n70 {
  margin-bottom: -4.375rem !important;
}
.ml-n70,
.mx-n70 {
  margin-left: -4.375rem !important;
}
.m-n80 {
  margin: -5rem !important;
}
.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}
.m-n90 {
  margin: -5.625rem !important;
}
.mt-n90,
.my-n90 {
  margin-top: -5.625rem !important;
}
.mr-n90,
.mx-n90 {
  margin-right: -5.625rem !important;
}
.mb-n90,
.my-n90 {
  margin-bottom: -5.625rem !important;
}
.ml-n90,
.mx-n90 {
  margin-left: -5.625rem !important;
}
.m-n100 {
  margin: -6.25rem !important;
}
.mt-n100,
.my-n100 {
  margin-top: -6.25rem !important;
}
.mr-n100,
.mx-n100 {
  margin-right: -6.25rem !important;
}
.mb-n100,
.my-n100 {
  margin-bottom: -6.25rem !important;
}
.ml-n100,
.mx-n100 {
  margin-left: -6.25rem !important;
}
.m-n150 {
  margin: -9.375rem !important;
}
.mt-n150,
.my-n150 {
  margin-top: -9.375rem !important;
}
.mr-n150,
.mx-n150 {
  margin-right: -9.375rem !important;
}
.mb-n150,
.my-n150 {
  margin-bottom: -9.375rem !important;
}
.ml-n150,
.mx-n150 {
  margin-left: -9.375rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-5 {
    margin: 0.3125rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 0.3125rem !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 0.625rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 0.75rem !important;
  }

  .m-sm-15 {
    margin: 0.9375rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 0.9375rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 3.125rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-70 {
    margin: 4.375rem !important;
  }

  .mt-sm-70,
.my-sm-70 {
    margin-top: 4.375rem !important;
  }

  .mr-sm-70,
.mx-sm-70 {
    margin-right: 4.375rem !important;
  }

  .mb-sm-70,
.my-sm-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-sm-70,
.mx-sm-70 {
    margin-left: 4.375rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

  .m-sm-90 {
    margin: 5.625rem !important;
  }

  .mt-sm-90,
.my-sm-90 {
    margin-top: 5.625rem !important;
  }

  .mr-sm-90,
.mx-sm-90 {
    margin-right: 5.625rem !important;
  }

  .mb-sm-90,
.my-sm-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-sm-90,
.mx-sm-90 {
    margin-left: 5.625rem !important;
  }

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .mt-sm-100,
.my-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-100,
.mx-sm-100 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-100,
.my-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-100,
.mx-sm-100 {
    margin-left: 6.25rem !important;
  }

  .m-sm-150 {
    margin: 9.375rem !important;
  }

  .mt-sm-150,
.my-sm-150 {
    margin-top: 9.375rem !important;
  }

  .mr-sm-150,
.mx-sm-150 {
    margin-right: 9.375rem !important;
  }

  .mb-sm-150,
.my-sm-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-sm-150,
.mx-sm-150 {
    margin-left: 9.375rem !important;
  }

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

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-5 {
    padding: 0.3125rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 0.3125rem !important;
  }

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 0.625rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 0.75rem !important;
  }

  .p-sm-15 {
    padding: 0.9375rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 3.125rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-70 {
    padding: 4.375rem !important;
  }

  .pt-sm-70,
.py-sm-70 {
    padding-top: 4.375rem !important;
  }

  .pr-sm-70,
.px-sm-70 {
    padding-right: 4.375rem !important;
  }

  .pb-sm-70,
.py-sm-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-sm-70,
.px-sm-70 {
    padding-left: 4.375rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 5rem !important;
  }

  .p-sm-90 {
    padding: 5.625rem !important;
  }

  .pt-sm-90,
.py-sm-90 {
    padding-top: 5.625rem !important;
  }

  .pr-sm-90,
.px-sm-90 {
    padding-right: 5.625rem !important;
  }

  .pb-sm-90,
.py-sm-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-sm-90,
.px-sm-90 {
    padding-left: 5.625rem !important;
  }

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .pt-sm-100,
.py-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-100,
.px-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-100,
.py-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-100,
.px-sm-100 {
    padding-left: 6.25rem !important;
  }

  .p-sm-150 {
    padding: 9.375rem !important;
  }

  .pt-sm-150,
.py-sm-150 {
    padding-top: 9.375rem !important;
  }

  .pr-sm-150,
.px-sm-150 {
    padding-right: 9.375rem !important;
  }

  .pb-sm-150,
.py-sm-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-sm-150,
.px-sm-150 {
    padding-left: 9.375rem !important;
  }

  .m-sm-n5 {
    margin: -0.3125rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-sm-n10 {
    margin: -0.625rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n12 {
    margin: -0.75rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n15 {
    margin: -0.9375rem !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n25 {
    margin: -1.5625rem !important;
  }

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-sm-n30 {
    margin: -1.875rem !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n40 {
    margin: -2.5rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n50 {
    margin: -3.125rem !important;
  }

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -3.125rem !important;
  }

  .m-sm-n60 {
    margin: -3.75rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n70 {
    margin: -4.375rem !important;
  }

  .mt-sm-n70,
.my-sm-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-sm-n70,
.mx-sm-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-sm-n70,
.my-sm-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-sm-n70,
.mx-sm-n70 {
    margin-left: -4.375rem !important;
  }

  .m-sm-n80 {
    margin: -5rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -5rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -5rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -5rem !important;
  }

  .m-sm-n90 {
    margin: -5.625rem !important;
  }

  .mt-sm-n90,
.my-sm-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-sm-n90,
.mx-sm-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-sm-n90,
.my-sm-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-sm-n90,
.mx-sm-n90 {
    margin-left: -5.625rem !important;
  }

  .m-sm-n100 {
    margin: -6.25rem !important;
  }

  .mt-sm-n100,
.my-sm-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n100,
.mx-sm-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n100,
.my-sm-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n100,
.mx-sm-n100 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n150 {
    margin: -9.375rem !important;
  }

  .mt-sm-n150,
.my-sm-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-sm-n150,
.mx-sm-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-sm-n150,
.my-sm-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-sm-n150,
.mx-sm-n150 {
    margin-left: -9.375rem !important;
  }

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

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-5 {
    margin: 0.3125rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 0.3125rem !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 0.625rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 0.625rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 0.625rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 0.75rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 0.75rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 0.75rem !important;
  }

  .m-md-15 {
    margin: 0.9375rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 0.9375rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-25 {
    margin: 1.5625rem !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 1.5625rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 3.125rem !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 3.125rem !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 3.125rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-70 {
    margin: 4.375rem !important;
  }

  .mt-md-70,
.my-md-70 {
    margin-top: 4.375rem !important;
  }

  .mr-md-70,
.mx-md-70 {
    margin-right: 4.375rem !important;
  }

  .mb-md-70,
.my-md-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-md-70,
.mx-md-70 {
    margin-left: 4.375rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

  .m-md-90 {
    margin: 5.625rem !important;
  }

  .mt-md-90,
.my-md-90 {
    margin-top: 5.625rem !important;
  }

  .mr-md-90,
.mx-md-90 {
    margin-right: 5.625rem !important;
  }

  .mb-md-90,
.my-md-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-md-90,
.mx-md-90 {
    margin-left: 5.625rem !important;
  }

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .mt-md-100,
.my-md-100 {
    margin-top: 6.25rem !important;
  }

  .mr-md-100,
.mx-md-100 {
    margin-right: 6.25rem !important;
  }

  .mb-md-100,
.my-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-100,
.mx-md-100 {
    margin-left: 6.25rem !important;
  }

  .m-md-150 {
    margin: 9.375rem !important;
  }

  .mt-md-150,
.my-md-150 {
    margin-top: 9.375rem !important;
  }

  .mr-md-150,
.mx-md-150 {
    margin-right: 9.375rem !important;
  }

  .mb-md-150,
.my-md-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-md-150,
.mx-md-150 {
    margin-left: 9.375rem !important;
  }

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

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-5 {
    padding: 0.3125rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 0.3125rem !important;
  }

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 0.625rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 0.625rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 0.625rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 0.75rem !important;
  }

  .p-md-15 {
    padding: 0.9375rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 0.9375rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-25 {
    padding: 1.5625rem !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 1.5625rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 3.125rem !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 3.125rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-70 {
    padding: 4.375rem !important;
  }

  .pt-md-70,
.py-md-70 {
    padding-top: 4.375rem !important;
  }

  .pr-md-70,
.px-md-70 {
    padding-right: 4.375rem !important;
  }

  .pb-md-70,
.py-md-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-md-70,
.px-md-70 {
    padding-left: 4.375rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 5rem !important;
  }

  .p-md-90 {
    padding: 5.625rem !important;
  }

  .pt-md-90,
.py-md-90 {
    padding-top: 5.625rem !important;
  }

  .pr-md-90,
.px-md-90 {
    padding-right: 5.625rem !important;
  }

  .pb-md-90,
.py-md-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-md-90,
.px-md-90 {
    padding-left: 5.625rem !important;
  }

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .pt-md-100,
.py-md-100 {
    padding-top: 6.25rem !important;
  }

  .pr-md-100,
.px-md-100 {
    padding-right: 6.25rem !important;
  }

  .pb-md-100,
.py-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-100,
.px-md-100 {
    padding-left: 6.25rem !important;
  }

  .p-md-150 {
    padding: 9.375rem !important;
  }

  .pt-md-150,
.py-md-150 {
    padding-top: 9.375rem !important;
  }

  .pr-md-150,
.px-md-150 {
    padding-right: 9.375rem !important;
  }

  .pb-md-150,
.py-md-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-md-150,
.px-md-150 {
    padding-left: 9.375rem !important;
  }

  .m-md-n5 {
    margin: -0.3125rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-md-n10 {
    margin: -0.625rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -0.625rem !important;
  }

  .m-md-n12 {
    margin: -0.75rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -0.75rem !important;
  }

  .m-md-n15 {
    margin: -0.9375rem !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n25 {
    margin: -1.5625rem !important;
  }

  .mt-md-n25,
.my-md-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-md-n30 {
    margin: -1.875rem !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -1.875rem !important;
  }

  .m-md-n40 {
    margin: -2.5rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -2.5rem !important;
  }

  .m-md-n50 {
    margin: -3.125rem !important;
  }

  .mt-md-n50,
.my-md-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -3.125rem !important;
  }

  .m-md-n60 {
    margin: -3.75rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -3.75rem !important;
  }

  .m-md-n70 {
    margin: -4.375rem !important;
  }

  .mt-md-n70,
.my-md-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-md-n70,
.mx-md-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-md-n70,
.my-md-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-md-n70,
.mx-md-n70 {
    margin-left: -4.375rem !important;
  }

  .m-md-n80 {
    margin: -5rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -5rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -5rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -5rem !important;
  }

  .m-md-n90 {
    margin: -5.625rem !important;
  }

  .mt-md-n90,
.my-md-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-md-n90,
.mx-md-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-md-n90,
.my-md-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-md-n90,
.mx-md-n90 {
    margin-left: -5.625rem !important;
  }

  .m-md-n100 {
    margin: -6.25rem !important;
  }

  .mt-md-n100,
.my-md-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n100,
.mx-md-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n100,
.my-md-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n100,
.mx-md-n100 {
    margin-left: -6.25rem !important;
  }

  .m-md-n150 {
    margin: -9.375rem !important;
  }

  .mt-md-n150,
.my-md-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-md-n150,
.mx-md-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-md-n150,
.my-md-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-md-n150,
.mx-md-n150 {
    margin-left: -9.375rem !important;
  }

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

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-5 {
    margin: 0.3125rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 0.3125rem !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 0.625rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 0.75rem !important;
  }

  .m-lg-15 {
    margin: 0.9375rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 3.125rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-70 {
    margin: 4.375rem !important;
  }

  .mt-lg-70,
.my-lg-70 {
    margin-top: 4.375rem !important;
  }

  .mr-lg-70,
.mx-lg-70 {
    margin-right: 4.375rem !important;
  }

  .mb-lg-70,
.my-lg-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-lg-70,
.mx-lg-70 {
    margin-left: 4.375rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

  .m-lg-90 {
    margin: 5.625rem !important;
  }

  .mt-lg-90,
.my-lg-90 {
    margin-top: 5.625rem !important;
  }

  .mr-lg-90,
.mx-lg-90 {
    margin-right: 5.625rem !important;
  }

  .mb-lg-90,
.my-lg-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-lg-90,
.mx-lg-90 {
    margin-left: 5.625rem !important;
  }

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .mt-lg-100,
.my-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-100,
.mx-lg-100 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-100,
.my-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-100,
.mx-lg-100 {
    margin-left: 6.25rem !important;
  }

  .m-lg-150 {
    margin: 9.375rem !important;
  }

  .mt-lg-150,
.my-lg-150 {
    margin-top: 9.375rem !important;
  }

  .mr-lg-150,
.mx-lg-150 {
    margin-right: 9.375rem !important;
  }

  .mb-lg-150,
.my-lg-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-lg-150,
.mx-lg-150 {
    margin-left: 9.375rem !important;
  }

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

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-5 {
    padding: 0.3125rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 0.3125rem !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 0.625rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 0.75rem !important;
  }

  .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 3.125rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-70 {
    padding: 4.375rem !important;
  }

  .pt-lg-70,
.py-lg-70 {
    padding-top: 4.375rem !important;
  }

  .pr-lg-70,
.px-lg-70 {
    padding-right: 4.375rem !important;
  }

  .pb-lg-70,
.py-lg-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-lg-70,
.px-lg-70 {
    padding-left: 4.375rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 5rem !important;
  }

  .p-lg-90 {
    padding: 5.625rem !important;
  }

  .pt-lg-90,
.py-lg-90 {
    padding-top: 5.625rem !important;
  }

  .pr-lg-90,
.px-lg-90 {
    padding-right: 5.625rem !important;
  }

  .pb-lg-90,
.py-lg-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-lg-90,
.px-lg-90 {
    padding-left: 5.625rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .pt-lg-100,
.py-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-100,
.px-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-100,
.py-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-100,
.px-lg-100 {
    padding-left: 6.25rem !important;
  }

  .p-lg-150 {
    padding: 9.375rem !important;
  }

  .pt-lg-150,
.py-lg-150 {
    padding-top: 9.375rem !important;
  }

  .pr-lg-150,
.px-lg-150 {
    padding-right: 9.375rem !important;
  }

  .pb-lg-150,
.py-lg-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-lg-150,
.px-lg-150 {
    padding-left: 9.375rem !important;
  }

  .m-lg-n5 {
    margin: -0.3125rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-lg-n10 {
    margin: -0.625rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n12 {
    margin: -0.75rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n15 {
    margin: -0.9375rem !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n25 {
    margin: -1.5625rem !important;
  }

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-lg-n30 {
    margin: -1.875rem !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n40 {
    margin: -2.5rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n50 {
    margin: -3.125rem !important;
  }

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -3.125rem !important;
  }

  .m-lg-n60 {
    margin: -3.75rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n70 {
    margin: -4.375rem !important;
  }

  .mt-lg-n70,
.my-lg-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-lg-n70,
.mx-lg-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-lg-n70,
.my-lg-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-lg-n70,
.mx-lg-n70 {
    margin-left: -4.375rem !important;
  }

  .m-lg-n80 {
    margin: -5rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -5rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -5rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -5rem !important;
  }

  .m-lg-n90 {
    margin: -5.625rem !important;
  }

  .mt-lg-n90,
.my-lg-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-lg-n90,
.mx-lg-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-lg-n90,
.my-lg-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-lg-n90,
.mx-lg-n90 {
    margin-left: -5.625rem !important;
  }

  .m-lg-n100 {
    margin: -6.25rem !important;
  }

  .mt-lg-n100,
.my-lg-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n100,
.mx-lg-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n100,
.my-lg-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n100,
.mx-lg-n100 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n150 {
    margin: -9.375rem !important;
  }

  .mt-lg-n150,
.my-lg-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-lg-n150,
.mx-lg-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-lg-n150,
.my-lg-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-lg-n150,
.mx-lg-n150 {
    margin-left: -9.375rem !important;
  }

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

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-5 {
    margin: 0.3125rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 0.3125rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-70 {
    margin: 4.375rem !important;
  }

  .mt-xl-70,
.my-xl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xl-70,
.mx-xl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xl-70,
.my-xl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xl-70,
.mx-xl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-90 {
    margin: 5.625rem !important;
  }

  .mt-xl-90,
.my-xl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xl-90,
.mx-xl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xl-90,
.my-xl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xl-90,
.mx-xl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .mt-xl-100,
.my-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-100,
.mx-xl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-100,
.my-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-100,
.mx-xl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xl-150 {
    margin: 9.375rem !important;
  }

  .mt-xl-150,
.my-xl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xl-150,
.mx-xl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xl-150,
.my-xl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xl-150,
.mx-xl-150 {
    margin-left: 9.375rem !important;
  }

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-5 {
    padding: 0.3125rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 0.3125rem !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-70 {
    padding: 4.375rem !important;
  }

  .pt-xl-70,
.py-xl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xl-70,
.px-xl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xl-70,
.py-xl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xl-70,
.px-xl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-90 {
    padding: 5.625rem !important;
  }

  .pt-xl-90,
.py-xl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xl-90,
.px-xl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xl-90,
.py-xl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xl-90,
.px-xl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .pt-xl-100,
.py-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-100,
.px-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-100,
.py-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-100,
.px-xl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xl-150 {
    padding: 9.375rem !important;
  }

  .pt-xl-150,
.py-xl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xl-150,
.px-xl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xl-150,
.py-xl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xl-150,
.px-xl-150 {
    padding-left: 9.375rem !important;
  }

  .m-xl-n5 {
    margin: -0.3125rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-xl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n15 {
    margin: -0.9375rem !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n25 {
    margin: -1.5625rem !important;
  }

  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-xl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xl-n70,
.my-xl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xl-n70,
.mx-xl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xl-n70,
.my-xl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xl-n70,
.mx-xl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xl-n80 {
    margin: -5rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -5rem !important;
  }

  .m-xl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xl-n90,
.my-xl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xl-n90,
.mx-xl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xl-n90,
.my-xl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xl-n90,
.mx-xl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xl-n100,
.my-xl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n100,
.mx-xl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n100,
.my-xl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n100,
.mx-xl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xl-n150 {
    margin: -9.375rem !important;
  }

  .mt-xl-n150,
.my-xl-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-xl-n150,
.mx-xl-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-xl-n150,
.my-xl-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xl-n150,
.mx-xl-n150 {
    margin-left: -9.375rem !important;
  }

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

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-5 {
    margin: 0.3125rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 0.3125rem !important;
  }

  .m-xxl-10 {
    margin: 0.625rem !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-50 {
    margin: 3.125rem !important;
  }

  .mt-xxl-50,
.my-xxl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xxl-50,
.mx-xxl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xxl-50,
.my-xxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxl-50,
.mx-xxl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxl-70,
.my-xxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxl-70,
.mx-xxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxl-70,
.my-xxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxl-70,
.mx-xxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxl-90,
.my-xxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxl-90,
.mx-xxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxl-90,
.my-xxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxl-90,
.mx-xxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxl-100,
.my-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-100,
.mx-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-100,
.my-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-100,
.mx-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-150 {
    margin: 9.375rem !important;
  }

  .mt-xxl-150,
.my-xxl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xxl-150,
.mx-xxl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xxl-150,
.my-xxl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xxl-150,
.mx-xxl-150 {
    margin-left: 9.375rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-5 {
    padding: 0.3125rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 0.3125rem !important;
  }

  .p-xxl-10 {
    padding: 0.625rem !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-50 {
    padding: 3.125rem !important;
  }

  .pt-xxl-50,
.py-xxl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xxl-50,
.px-xxl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xxl-50,
.py-xxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxl-50,
.px-xxl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxl-70,
.py-xxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxl-70,
.px-xxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxl-70,
.py-xxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxl-70,
.px-xxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxl-90,
.py-xxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxl-90,
.px-xxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxl-90,
.py-xxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxl-90,
.px-xxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxl-100,
.py-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-100,
.px-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-100,
.py-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-100,
.px-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-150 {
    padding: 9.375rem !important;
  }

  .pt-xxl-150,
.py-xxl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xxl-150,
.px-xxl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xxl-150,
.py-xxl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xxl-150,
.px-xxl-150 {
    padding-left: 9.375rem !important;
  }

  .m-xxl-n5 {
    margin: -0.3125rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-xxl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n15 {
    margin: -0.9375rem !important;
  }

  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n25 {
    margin: -1.5625rem !important;
  }

  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-xxl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xxl-n50,
.my-xxl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xxl-n50,
.mx-xxl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xxl-n50,
.my-xxl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xxl-n50,
.mx-xxl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xxl-n70,
.my-xxl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xxl-n70,
.mx-xxl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xxl-n70,
.my-xxl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xxl-n70,
.mx-xxl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xxl-n90,
.my-xxl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xxl-n90,
.mx-xxl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xxl-n90,
.my-xxl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xxl-n90,
.mx-xxl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xxl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xxl-n100,
.my-xxl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xxl-n100,
.mx-xxl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xxl-n100,
.my-xxl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxl-n100,
.mx-xxl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xxl-n150 {
    margin: -9.375rem !important;
  }

  .mt-xxl-n150,
.my-xxl-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-xxl-n150,
.mx-xxl-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-xxl-n150,
.my-xxl-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xxl-n150,
.mx-xxl-n150 {
    margin-left: -9.375rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1560px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-5 {
    margin: 0.3125rem !important;
  }

  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 0.3125rem !important;
  }

  .m-xxxl-10 {
    margin: 0.625rem !important;
  }

  .mt-xxxl-10,
.my-xxxl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xxxl-10,
.mx-xxxl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xxxl-10,
.my-xxxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxxl-10,
.mx-xxxl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xxxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxxl-12,
.my-xxxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxxl-12,
.mx-xxxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxxl-12,
.my-xxxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxxl-12,
.mx-xxxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxxl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xxxl-15,
.my-xxxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xxxl-15,
.mx-xxxl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xxxl-15,
.mx-xxxl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xxxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxxl-20,
.my-xxxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxxl-20,
.mx-xxxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxxl-20,
.my-xxxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxxl-20,
.mx-xxxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxxl-25,
.my-xxxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxxl-25,
.mx-xxxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxxl-25,
.my-xxxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxxl-25,
.mx-xxxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxxl-30,
.my-xxxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxxl-30,
.mx-xxxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxxl-30,
.mx-xxxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxxl-40,
.my-xxxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxl-40,
.mx-xxxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxl-40,
.my-xxxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxl-40,
.mx-xxxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxxl-50 {
    margin: 3.125rem !important;
  }

  .mt-xxxl-50,
.my-xxxl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xxxl-50,
.mx-xxxl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xxxl-50,
.my-xxxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxxl-50,
.mx-xxxl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xxxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxxl-60,
.my-xxxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxxl-60,
.mx-xxxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxxl-60,
.my-xxxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxxl-60,
.mx-xxxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxxl-70,
.my-xxxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxxl-70,
.mx-xxxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxxl-70,
.my-xxxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxxl-70,
.mx-xxxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxxl-80 {
    margin: 5rem !important;
  }

  .mt-xxxl-80,
.my-xxxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxxl-80,
.mx-xxxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxxl-80,
.my-xxxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxl-80,
.mx-xxxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxxl-90,
.my-xxxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxxl-90,
.mx-xxxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxxl-90,
.my-xxxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxxl-90,
.mx-xxxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxxl-100,
.my-xxxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxxl-100,
.mx-xxxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxxl-100,
.my-xxxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxxl-100,
.mx-xxxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxxl-150 {
    margin: 9.375rem !important;
  }

  .mt-xxxl-150,
.my-xxxl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xxxl-150,
.mx-xxxl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xxxl-150,
.my-xxxl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xxxl-150,
.mx-xxxl-150 {
    margin-left: 9.375rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-5 {
    padding: 0.3125rem !important;
  }

  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 0.3125rem !important;
  }

  .p-xxxl-10 {
    padding: 0.625rem !important;
  }

  .pt-xxxl-10,
.py-xxxl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xxxl-10,
.px-xxxl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xxxl-10,
.py-xxxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxxl-10,
.px-xxxl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xxxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxxl-12,
.py-xxxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxxl-12,
.px-xxxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxxl-12,
.py-xxxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxxl-12,
.px-xxxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxxl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xxxl-15,
.py-xxxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xxxl-15,
.px-xxxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xxxl-15,
.px-xxxl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xxxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxxl-20,
.py-xxxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxxl-20,
.px-xxxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxxl-20,
.py-xxxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxxl-20,
.px-xxxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxxl-25,
.py-xxxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxxl-25,
.px-xxxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxxl-25,
.py-xxxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxxl-25,
.px-xxxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxxl-30,
.py-xxxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxxl-30,
.px-xxxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxxl-30,
.px-xxxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxxl-40,
.py-xxxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxl-40,
.px-xxxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxl-40,
.py-xxxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxl-40,
.px-xxxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxxl-50 {
    padding: 3.125rem !important;
  }

  .pt-xxxl-50,
.py-xxxl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xxxl-50,
.px-xxxl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xxxl-50,
.py-xxxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxxl-50,
.px-xxxl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xxxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxxl-60,
.py-xxxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxxl-60,
.px-xxxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxxl-60,
.py-xxxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxxl-60,
.px-xxxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxxl-70,
.py-xxxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxxl-70,
.px-xxxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxxl-70,
.py-xxxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxxl-70,
.px-xxxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxxl-80 {
    padding: 5rem !important;
  }

  .pt-xxxl-80,
.py-xxxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxxl-80,
.px-xxxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxxl-80,
.py-xxxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxl-80,
.px-xxxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxxl-90,
.py-xxxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxxl-90,
.px-xxxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxxl-90,
.py-xxxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxxl-90,
.px-xxxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxxl-100,
.py-xxxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxxl-100,
.px-xxxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxxl-100,
.py-xxxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxxl-100,
.px-xxxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxxl-150 {
    padding: 9.375rem !important;
  }

  .pt-xxxl-150,
.py-xxxl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xxxl-150,
.px-xxxl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xxxl-150,
.py-xxxl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xxxl-150,
.px-xxxl-150 {
    padding-left: 9.375rem !important;
  }

  .m-xxxl-n5 {
    margin: -0.3125rem !important;
  }

  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-xxxl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xxxl-n10,
.my-xxxl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xxxl-n10,
.mx-xxxl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xxxl-n10,
.my-xxxl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxxl-n10,
.mx-xxxl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xxxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxxl-n12,
.my-xxxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxxl-n12,
.mx-xxxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxxl-n12,
.my-xxxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxxl-n12,
.mx-xxxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxxl-n15 {
    margin: -0.9375rem !important;
  }

  .mt-xxxl-n15,
.my-xxxl-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xxxl-n15,
.mx-xxxl-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xxxl-n15,
.my-xxxl-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xxxl-n15,
.mx-xxxl-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-xxxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxxl-n20,
.my-xxxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxxl-n20,
.mx-xxxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxxl-n20,
.my-xxxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxxl-n20,
.mx-xxxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxxl-n25 {
    margin: -1.5625rem !important;
  }

  .mt-xxxl-n25,
.my-xxxl-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-xxxl-n25,
.mx-xxxl-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-xxxl-n25,
.my-xxxl-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xxxl-n25,
.mx-xxxl-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-xxxl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xxxl-n30,
.my-xxxl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xxxl-n30,
.mx-xxxl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xxxl-n30,
.my-xxxl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxxl-n30,
.mx-xxxl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xxxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxxl-n40,
.my-xxxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxl-n40,
.mx-xxxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxl-n40,
.my-xxxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxl-n40,
.mx-xxxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxxl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xxxl-n50,
.my-xxxl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xxxl-n50,
.mx-xxxl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xxxl-n50,
.my-xxxl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xxxl-n50,
.mx-xxxl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xxxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxxl-n60,
.my-xxxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxxl-n60,
.mx-xxxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxxl-n60,
.my-xxxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxxl-n60,
.mx-xxxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxxl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xxxl-n70,
.my-xxxl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xxxl-n70,
.mx-xxxl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xxxl-n70,
.my-xxxl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xxxl-n70,
.mx-xxxl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xxxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxxl-n80,
.my-xxxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxxl-n80,
.mx-xxxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxxl-n80,
.my-xxxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxl-n80,
.mx-xxxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxxl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xxxl-n90,
.my-xxxl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xxxl-n90,
.mx-xxxl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xxxl-n90,
.my-xxxl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xxxl-n90,
.mx-xxxl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xxxl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xxxl-n100,
.my-xxxl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xxxl-n100,
.mx-xxxl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xxxl-n100,
.my-xxxl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxxl-n100,
.mx-xxxl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xxxl-n150 {
    margin: -9.375rem !important;
  }

  .mt-xxxl-n150,
.my-xxxl-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-xxxl-n150,
.mx-xxxl-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-xxxl-n150,
.my-xxxl-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xxxl-n150,
.mx-xxxl-n150 {
    margin-left: -9.375rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-full-0 {
    margin: 0 !important;
  }

  .mt-full-0,
.my-full-0 {
    margin-top: 0 !important;
  }

  .mr-full-0,
.mx-full-0 {
    margin-right: 0 !important;
  }

  .mb-full-0,
.my-full-0 {
    margin-bottom: 0 !important;
  }

  .ml-full-0,
.mx-full-0 {
    margin-left: 0 !important;
  }

  .m-full-5 {
    margin: 0.3125rem !important;
  }

  .mt-full-5,
.my-full-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-full-5,
.mx-full-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-full-5,
.my-full-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-full-5,
.mx-full-5 {
    margin-left: 0.3125rem !important;
  }

  .m-full-10 {
    margin: 0.625rem !important;
  }

  .mt-full-10,
.my-full-10 {
    margin-top: 0.625rem !important;
  }

  .mr-full-10,
.mx-full-10 {
    margin-right: 0.625rem !important;
  }

  .mb-full-10,
.my-full-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-full-10,
.mx-full-10 {
    margin-left: 0.625rem !important;
  }

  .m-full-12 {
    margin: 0.75rem !important;
  }

  .mt-full-12,
.my-full-12 {
    margin-top: 0.75rem !important;
  }

  .mr-full-12,
.mx-full-12 {
    margin-right: 0.75rem !important;
  }

  .mb-full-12,
.my-full-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-full-12,
.mx-full-12 {
    margin-left: 0.75rem !important;
  }

  .m-full-15 {
    margin: 0.9375rem !important;
  }

  .mt-full-15,
.my-full-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-full-15,
.mx-full-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-full-15,
.my-full-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-full-15,
.mx-full-15 {
    margin-left: 0.9375rem !important;
  }

  .m-full-20 {
    margin: 1.25rem !important;
  }

  .mt-full-20,
.my-full-20 {
    margin-top: 1.25rem !important;
  }

  .mr-full-20,
.mx-full-20 {
    margin-right: 1.25rem !important;
  }

  .mb-full-20,
.my-full-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-full-20,
.mx-full-20 {
    margin-left: 1.25rem !important;
  }

  .m-full-25 {
    margin: 1.5625rem !important;
  }

  .mt-full-25,
.my-full-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-full-25,
.mx-full-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-full-25,
.my-full-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-full-25,
.mx-full-25 {
    margin-left: 1.5625rem !important;
  }

  .m-full-30 {
    margin: 1.875rem !important;
  }

  .mt-full-30,
.my-full-30 {
    margin-top: 1.875rem !important;
  }

  .mr-full-30,
.mx-full-30 {
    margin-right: 1.875rem !important;
  }

  .mb-full-30,
.my-full-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-full-30,
.mx-full-30 {
    margin-left: 1.875rem !important;
  }

  .m-full-40 {
    margin: 2.5rem !important;
  }

  .mt-full-40,
.my-full-40 {
    margin-top: 2.5rem !important;
  }

  .mr-full-40,
.mx-full-40 {
    margin-right: 2.5rem !important;
  }

  .mb-full-40,
.my-full-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-full-40,
.mx-full-40 {
    margin-left: 2.5rem !important;
  }

  .m-full-50 {
    margin: 3.125rem !important;
  }

  .mt-full-50,
.my-full-50 {
    margin-top: 3.125rem !important;
  }

  .mr-full-50,
.mx-full-50 {
    margin-right: 3.125rem !important;
  }

  .mb-full-50,
.my-full-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-full-50,
.mx-full-50 {
    margin-left: 3.125rem !important;
  }

  .m-full-60 {
    margin: 3.75rem !important;
  }

  .mt-full-60,
.my-full-60 {
    margin-top: 3.75rem !important;
  }

  .mr-full-60,
.mx-full-60 {
    margin-right: 3.75rem !important;
  }

  .mb-full-60,
.my-full-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-full-60,
.mx-full-60 {
    margin-left: 3.75rem !important;
  }

  .m-full-70 {
    margin: 4.375rem !important;
  }

  .mt-full-70,
.my-full-70 {
    margin-top: 4.375rem !important;
  }

  .mr-full-70,
.mx-full-70 {
    margin-right: 4.375rem !important;
  }

  .mb-full-70,
.my-full-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-full-70,
.mx-full-70 {
    margin-left: 4.375rem !important;
  }

  .m-full-80 {
    margin: 5rem !important;
  }

  .mt-full-80,
.my-full-80 {
    margin-top: 5rem !important;
  }

  .mr-full-80,
.mx-full-80 {
    margin-right: 5rem !important;
  }

  .mb-full-80,
.my-full-80 {
    margin-bottom: 5rem !important;
  }

  .ml-full-80,
.mx-full-80 {
    margin-left: 5rem !important;
  }

  .m-full-90 {
    margin: 5.625rem !important;
  }

  .mt-full-90,
.my-full-90 {
    margin-top: 5.625rem !important;
  }

  .mr-full-90,
.mx-full-90 {
    margin-right: 5.625rem !important;
  }

  .mb-full-90,
.my-full-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-full-90,
.mx-full-90 {
    margin-left: 5.625rem !important;
  }

  .m-full-100 {
    margin: 6.25rem !important;
  }

  .mt-full-100,
.my-full-100 {
    margin-top: 6.25rem !important;
  }

  .mr-full-100,
.mx-full-100 {
    margin-right: 6.25rem !important;
  }

  .mb-full-100,
.my-full-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-full-100,
.mx-full-100 {
    margin-left: 6.25rem !important;
  }

  .m-full-150 {
    margin: 9.375rem !important;
  }

  .mt-full-150,
.my-full-150 {
    margin-top: 9.375rem !important;
  }

  .mr-full-150,
.mx-full-150 {
    margin-right: 9.375rem !important;
  }

  .mb-full-150,
.my-full-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-full-150,
.mx-full-150 {
    margin-left: 9.375rem !important;
  }

  .p-full-0 {
    padding: 0 !important;
  }

  .pt-full-0,
.py-full-0 {
    padding-top: 0 !important;
  }

  .pr-full-0,
.px-full-0 {
    padding-right: 0 !important;
  }

  .pb-full-0,
.py-full-0 {
    padding-bottom: 0 !important;
  }

  .pl-full-0,
.px-full-0 {
    padding-left: 0 !important;
  }

  .p-full-5 {
    padding: 0.3125rem !important;
  }

  .pt-full-5,
.py-full-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-full-5,
.px-full-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-full-5,
.py-full-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-full-5,
.px-full-5 {
    padding-left: 0.3125rem !important;
  }

  .p-full-10 {
    padding: 0.625rem !important;
  }

  .pt-full-10,
.py-full-10 {
    padding-top: 0.625rem !important;
  }

  .pr-full-10,
.px-full-10 {
    padding-right: 0.625rem !important;
  }

  .pb-full-10,
.py-full-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-full-10,
.px-full-10 {
    padding-left: 0.625rem !important;
  }

  .p-full-12 {
    padding: 0.75rem !important;
  }

  .pt-full-12,
.py-full-12 {
    padding-top: 0.75rem !important;
  }

  .pr-full-12,
.px-full-12 {
    padding-right: 0.75rem !important;
  }

  .pb-full-12,
.py-full-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-full-12,
.px-full-12 {
    padding-left: 0.75rem !important;
  }

  .p-full-15 {
    padding: 0.9375rem !important;
  }

  .pt-full-15,
.py-full-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-full-15,
.px-full-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-full-15,
.py-full-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-full-15,
.px-full-15 {
    padding-left: 0.9375rem !important;
  }

  .p-full-20 {
    padding: 1.25rem !important;
  }

  .pt-full-20,
.py-full-20 {
    padding-top: 1.25rem !important;
  }

  .pr-full-20,
.px-full-20 {
    padding-right: 1.25rem !important;
  }

  .pb-full-20,
.py-full-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-full-20,
.px-full-20 {
    padding-left: 1.25rem !important;
  }

  .p-full-25 {
    padding: 1.5625rem !important;
  }

  .pt-full-25,
.py-full-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-full-25,
.px-full-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-full-25,
.py-full-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-full-25,
.px-full-25 {
    padding-left: 1.5625rem !important;
  }

  .p-full-30 {
    padding: 1.875rem !important;
  }

  .pt-full-30,
.py-full-30 {
    padding-top: 1.875rem !important;
  }

  .pr-full-30,
.px-full-30 {
    padding-right: 1.875rem !important;
  }

  .pb-full-30,
.py-full-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-full-30,
.px-full-30 {
    padding-left: 1.875rem !important;
  }

  .p-full-40 {
    padding: 2.5rem !important;
  }

  .pt-full-40,
.py-full-40 {
    padding-top: 2.5rem !important;
  }

  .pr-full-40,
.px-full-40 {
    padding-right: 2.5rem !important;
  }

  .pb-full-40,
.py-full-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-full-40,
.px-full-40 {
    padding-left: 2.5rem !important;
  }

  .p-full-50 {
    padding: 3.125rem !important;
  }

  .pt-full-50,
.py-full-50 {
    padding-top: 3.125rem !important;
  }

  .pr-full-50,
.px-full-50 {
    padding-right: 3.125rem !important;
  }

  .pb-full-50,
.py-full-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-full-50,
.px-full-50 {
    padding-left: 3.125rem !important;
  }

  .p-full-60 {
    padding: 3.75rem !important;
  }

  .pt-full-60,
.py-full-60 {
    padding-top: 3.75rem !important;
  }

  .pr-full-60,
.px-full-60 {
    padding-right: 3.75rem !important;
  }

  .pb-full-60,
.py-full-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-full-60,
.px-full-60 {
    padding-left: 3.75rem !important;
  }

  .p-full-70 {
    padding: 4.375rem !important;
  }

  .pt-full-70,
.py-full-70 {
    padding-top: 4.375rem !important;
  }

  .pr-full-70,
.px-full-70 {
    padding-right: 4.375rem !important;
  }

  .pb-full-70,
.py-full-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-full-70,
.px-full-70 {
    padding-left: 4.375rem !important;
  }

  .p-full-80 {
    padding: 5rem !important;
  }

  .pt-full-80,
.py-full-80 {
    padding-top: 5rem !important;
  }

  .pr-full-80,
.px-full-80 {
    padding-right: 5rem !important;
  }

  .pb-full-80,
.py-full-80 {
    padding-bottom: 5rem !important;
  }

  .pl-full-80,
.px-full-80 {
    padding-left: 5rem !important;
  }

  .p-full-90 {
    padding: 5.625rem !important;
  }

  .pt-full-90,
.py-full-90 {
    padding-top: 5.625rem !important;
  }

  .pr-full-90,
.px-full-90 {
    padding-right: 5.625rem !important;
  }

  .pb-full-90,
.py-full-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-full-90,
.px-full-90 {
    padding-left: 5.625rem !important;
  }

  .p-full-100 {
    padding: 6.25rem !important;
  }

  .pt-full-100,
.py-full-100 {
    padding-top: 6.25rem !important;
  }

  .pr-full-100,
.px-full-100 {
    padding-right: 6.25rem !important;
  }

  .pb-full-100,
.py-full-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-full-100,
.px-full-100 {
    padding-left: 6.25rem !important;
  }

  .p-full-150 {
    padding: 9.375rem !important;
  }

  .pt-full-150,
.py-full-150 {
    padding-top: 9.375rem !important;
  }

  .pr-full-150,
.px-full-150 {
    padding-right: 9.375rem !important;
  }

  .pb-full-150,
.py-full-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-full-150,
.px-full-150 {
    padding-left: 9.375rem !important;
  }

  .m-full-n5 {
    margin: -0.3125rem !important;
  }

  .mt-full-n5,
.my-full-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-full-n5,
.mx-full-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-full-n5,
.my-full-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-full-n5,
.mx-full-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-full-n10 {
    margin: -0.625rem !important;
  }

  .mt-full-n10,
.my-full-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-full-n10,
.mx-full-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-full-n10,
.my-full-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-full-n10,
.mx-full-n10 {
    margin-left: -0.625rem !important;
  }

  .m-full-n12 {
    margin: -0.75rem !important;
  }

  .mt-full-n12,
.my-full-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-full-n12,
.mx-full-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-full-n12,
.my-full-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-full-n12,
.mx-full-n12 {
    margin-left: -0.75rem !important;
  }

  .m-full-n15 {
    margin: -0.9375rem !important;
  }

  .mt-full-n15,
.my-full-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-full-n15,
.mx-full-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-full-n15,
.my-full-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-full-n15,
.mx-full-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-full-n20 {
    margin: -1.25rem !important;
  }

  .mt-full-n20,
.my-full-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-full-n20,
.mx-full-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-full-n20,
.my-full-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-full-n20,
.mx-full-n20 {
    margin-left: -1.25rem !important;
  }

  .m-full-n25 {
    margin: -1.5625rem !important;
  }

  .mt-full-n25,
.my-full-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-full-n25,
.mx-full-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-full-n25,
.my-full-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-full-n25,
.mx-full-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-full-n30 {
    margin: -1.875rem !important;
  }

  .mt-full-n30,
.my-full-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-full-n30,
.mx-full-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-full-n30,
.my-full-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-full-n30,
.mx-full-n30 {
    margin-left: -1.875rem !important;
  }

  .m-full-n40 {
    margin: -2.5rem !important;
  }

  .mt-full-n40,
.my-full-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-full-n40,
.mx-full-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-full-n40,
.my-full-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-full-n40,
.mx-full-n40 {
    margin-left: -2.5rem !important;
  }

  .m-full-n50 {
    margin: -3.125rem !important;
  }

  .mt-full-n50,
.my-full-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-full-n50,
.mx-full-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-full-n50,
.my-full-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-full-n50,
.mx-full-n50 {
    margin-left: -3.125rem !important;
  }

  .m-full-n60 {
    margin: -3.75rem !important;
  }

  .mt-full-n60,
.my-full-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-full-n60,
.mx-full-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-full-n60,
.my-full-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-full-n60,
.mx-full-n60 {
    margin-left: -3.75rem !important;
  }

  .m-full-n70 {
    margin: -4.375rem !important;
  }

  .mt-full-n70,
.my-full-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-full-n70,
.mx-full-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-full-n70,
.my-full-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-full-n70,
.mx-full-n70 {
    margin-left: -4.375rem !important;
  }

  .m-full-n80 {
    margin: -5rem !important;
  }

  .mt-full-n80,
.my-full-n80 {
    margin-top: -5rem !important;
  }

  .mr-full-n80,
.mx-full-n80 {
    margin-right: -5rem !important;
  }

  .mb-full-n80,
.my-full-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-full-n80,
.mx-full-n80 {
    margin-left: -5rem !important;
  }

  .m-full-n90 {
    margin: -5.625rem !important;
  }

  .mt-full-n90,
.my-full-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-full-n90,
.mx-full-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-full-n90,
.my-full-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-full-n90,
.mx-full-n90 {
    margin-left: -5.625rem !important;
  }

  .m-full-n100 {
    margin: -6.25rem !important;
  }

  .mt-full-n100,
.my-full-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-full-n100,
.mx-full-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-full-n100,
.my-full-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-full-n100,
.mx-full-n100 {
    margin-left: -6.25rem !important;
  }

  .m-full-n150 {
    margin: -9.375rem !important;
  }

  .mt-full-n150,
.my-full-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-full-n150,
.mx-full-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-full-n150,
.my-full-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-full-n150,
.mx-full-n150 {
    margin-left: -9.375rem !important;
  }

  .m-full-auto {
    margin: auto !important;
  }

  .mt-full-auto,
.my-full-auto {
    margin-top: auto !important;
  }

  .mr-full-auto,
.mx-full-auto {
    margin-right: auto !important;
  }

  .mb-full-auto,
.my-full-auto {
    margin-bottom: auto !important;
  }

  .ml-full-auto,
.mx-full-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-fullMax-0 {
    margin: 0 !important;
  }

  .mt-fullMax-0,
.my-fullMax-0 {
    margin-top: 0 !important;
  }

  .mr-fullMax-0,
.mx-fullMax-0 {
    margin-right: 0 !important;
  }

  .mb-fullMax-0,
.my-fullMax-0 {
    margin-bottom: 0 !important;
  }

  .ml-fullMax-0,
.mx-fullMax-0 {
    margin-left: 0 !important;
  }

  .m-fullMax-5 {
    margin: 0.3125rem !important;
  }

  .mt-fullMax-5,
.my-fullMax-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-fullMax-5,
.mx-fullMax-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-fullMax-5,
.my-fullMax-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-fullMax-5,
.mx-fullMax-5 {
    margin-left: 0.3125rem !important;
  }

  .m-fullMax-10 {
    margin: 0.625rem !important;
  }

  .mt-fullMax-10,
.my-fullMax-10 {
    margin-top: 0.625rem !important;
  }

  .mr-fullMax-10,
.mx-fullMax-10 {
    margin-right: 0.625rem !important;
  }

  .mb-fullMax-10,
.my-fullMax-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-fullMax-10,
.mx-fullMax-10 {
    margin-left: 0.625rem !important;
  }

  .m-fullMax-12 {
    margin: 0.75rem !important;
  }

  .mt-fullMax-12,
.my-fullMax-12 {
    margin-top: 0.75rem !important;
  }

  .mr-fullMax-12,
.mx-fullMax-12 {
    margin-right: 0.75rem !important;
  }

  .mb-fullMax-12,
.my-fullMax-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-fullMax-12,
.mx-fullMax-12 {
    margin-left: 0.75rem !important;
  }

  .m-fullMax-15 {
    margin: 0.9375rem !important;
  }

  .mt-fullMax-15,
.my-fullMax-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-fullMax-15,
.mx-fullMax-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-fullMax-15,
.my-fullMax-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-fullMax-15,
.mx-fullMax-15 {
    margin-left: 0.9375rem !important;
  }

  .m-fullMax-20 {
    margin: 1.25rem !important;
  }

  .mt-fullMax-20,
.my-fullMax-20 {
    margin-top: 1.25rem !important;
  }

  .mr-fullMax-20,
.mx-fullMax-20 {
    margin-right: 1.25rem !important;
  }

  .mb-fullMax-20,
.my-fullMax-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-fullMax-20,
.mx-fullMax-20 {
    margin-left: 1.25rem !important;
  }

  .m-fullMax-25 {
    margin: 1.5625rem !important;
  }

  .mt-fullMax-25,
.my-fullMax-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-fullMax-25,
.mx-fullMax-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-fullMax-25,
.my-fullMax-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-fullMax-25,
.mx-fullMax-25 {
    margin-left: 1.5625rem !important;
  }

  .m-fullMax-30 {
    margin: 1.875rem !important;
  }

  .mt-fullMax-30,
.my-fullMax-30 {
    margin-top: 1.875rem !important;
  }

  .mr-fullMax-30,
.mx-fullMax-30 {
    margin-right: 1.875rem !important;
  }

  .mb-fullMax-30,
.my-fullMax-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-fullMax-30,
.mx-fullMax-30 {
    margin-left: 1.875rem !important;
  }

  .m-fullMax-40 {
    margin: 2.5rem !important;
  }

  .mt-fullMax-40,
.my-fullMax-40 {
    margin-top: 2.5rem !important;
  }

  .mr-fullMax-40,
.mx-fullMax-40 {
    margin-right: 2.5rem !important;
  }

  .mb-fullMax-40,
.my-fullMax-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-fullMax-40,
.mx-fullMax-40 {
    margin-left: 2.5rem !important;
  }

  .m-fullMax-50 {
    margin: 3.125rem !important;
  }

  .mt-fullMax-50,
.my-fullMax-50 {
    margin-top: 3.125rem !important;
  }

  .mr-fullMax-50,
.mx-fullMax-50 {
    margin-right: 3.125rem !important;
  }

  .mb-fullMax-50,
.my-fullMax-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-fullMax-50,
.mx-fullMax-50 {
    margin-left: 3.125rem !important;
  }

  .m-fullMax-60 {
    margin: 3.75rem !important;
  }

  .mt-fullMax-60,
.my-fullMax-60 {
    margin-top: 3.75rem !important;
  }

  .mr-fullMax-60,
.mx-fullMax-60 {
    margin-right: 3.75rem !important;
  }

  .mb-fullMax-60,
.my-fullMax-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-fullMax-60,
.mx-fullMax-60 {
    margin-left: 3.75rem !important;
  }

  .m-fullMax-70 {
    margin: 4.375rem !important;
  }

  .mt-fullMax-70,
.my-fullMax-70 {
    margin-top: 4.375rem !important;
  }

  .mr-fullMax-70,
.mx-fullMax-70 {
    margin-right: 4.375rem !important;
  }

  .mb-fullMax-70,
.my-fullMax-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-fullMax-70,
.mx-fullMax-70 {
    margin-left: 4.375rem !important;
  }

  .m-fullMax-80 {
    margin: 5rem !important;
  }

  .mt-fullMax-80,
.my-fullMax-80 {
    margin-top: 5rem !important;
  }

  .mr-fullMax-80,
.mx-fullMax-80 {
    margin-right: 5rem !important;
  }

  .mb-fullMax-80,
.my-fullMax-80 {
    margin-bottom: 5rem !important;
  }

  .ml-fullMax-80,
.mx-fullMax-80 {
    margin-left: 5rem !important;
  }

  .m-fullMax-90 {
    margin: 5.625rem !important;
  }

  .mt-fullMax-90,
.my-fullMax-90 {
    margin-top: 5.625rem !important;
  }

  .mr-fullMax-90,
.mx-fullMax-90 {
    margin-right: 5.625rem !important;
  }

  .mb-fullMax-90,
.my-fullMax-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-fullMax-90,
.mx-fullMax-90 {
    margin-left: 5.625rem !important;
  }

  .m-fullMax-100 {
    margin: 6.25rem !important;
  }

  .mt-fullMax-100,
.my-fullMax-100 {
    margin-top: 6.25rem !important;
  }

  .mr-fullMax-100,
.mx-fullMax-100 {
    margin-right: 6.25rem !important;
  }

  .mb-fullMax-100,
.my-fullMax-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-fullMax-100,
.mx-fullMax-100 {
    margin-left: 6.25rem !important;
  }

  .m-fullMax-150 {
    margin: 9.375rem !important;
  }

  .mt-fullMax-150,
.my-fullMax-150 {
    margin-top: 9.375rem !important;
  }

  .mr-fullMax-150,
.mx-fullMax-150 {
    margin-right: 9.375rem !important;
  }

  .mb-fullMax-150,
.my-fullMax-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-fullMax-150,
.mx-fullMax-150 {
    margin-left: 9.375rem !important;
  }

  .p-fullMax-0 {
    padding: 0 !important;
  }

  .pt-fullMax-0,
.py-fullMax-0 {
    padding-top: 0 !important;
  }

  .pr-fullMax-0,
.px-fullMax-0 {
    padding-right: 0 !important;
  }

  .pb-fullMax-0,
.py-fullMax-0 {
    padding-bottom: 0 !important;
  }

  .pl-fullMax-0,
.px-fullMax-0 {
    padding-left: 0 !important;
  }

  .p-fullMax-5 {
    padding: 0.3125rem !important;
  }

  .pt-fullMax-5,
.py-fullMax-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-fullMax-5,
.px-fullMax-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-fullMax-5,
.py-fullMax-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-fullMax-5,
.px-fullMax-5 {
    padding-left: 0.3125rem !important;
  }

  .p-fullMax-10 {
    padding: 0.625rem !important;
  }

  .pt-fullMax-10,
.py-fullMax-10 {
    padding-top: 0.625rem !important;
  }

  .pr-fullMax-10,
.px-fullMax-10 {
    padding-right: 0.625rem !important;
  }

  .pb-fullMax-10,
.py-fullMax-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-fullMax-10,
.px-fullMax-10 {
    padding-left: 0.625rem !important;
  }

  .p-fullMax-12 {
    padding: 0.75rem !important;
  }

  .pt-fullMax-12,
.py-fullMax-12 {
    padding-top: 0.75rem !important;
  }

  .pr-fullMax-12,
.px-fullMax-12 {
    padding-right: 0.75rem !important;
  }

  .pb-fullMax-12,
.py-fullMax-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-fullMax-12,
.px-fullMax-12 {
    padding-left: 0.75rem !important;
  }

  .p-fullMax-15 {
    padding: 0.9375rem !important;
  }

  .pt-fullMax-15,
.py-fullMax-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-fullMax-15,
.px-fullMax-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-fullMax-15,
.py-fullMax-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-fullMax-15,
.px-fullMax-15 {
    padding-left: 0.9375rem !important;
  }

  .p-fullMax-20 {
    padding: 1.25rem !important;
  }

  .pt-fullMax-20,
.py-fullMax-20 {
    padding-top: 1.25rem !important;
  }

  .pr-fullMax-20,
.px-fullMax-20 {
    padding-right: 1.25rem !important;
  }

  .pb-fullMax-20,
.py-fullMax-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-fullMax-20,
.px-fullMax-20 {
    padding-left: 1.25rem !important;
  }

  .p-fullMax-25 {
    padding: 1.5625rem !important;
  }

  .pt-fullMax-25,
.py-fullMax-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-fullMax-25,
.px-fullMax-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-fullMax-25,
.py-fullMax-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-fullMax-25,
.px-fullMax-25 {
    padding-left: 1.5625rem !important;
  }

  .p-fullMax-30 {
    padding: 1.875rem !important;
  }

  .pt-fullMax-30,
.py-fullMax-30 {
    padding-top: 1.875rem !important;
  }

  .pr-fullMax-30,
.px-fullMax-30 {
    padding-right: 1.875rem !important;
  }

  .pb-fullMax-30,
.py-fullMax-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-fullMax-30,
.px-fullMax-30 {
    padding-left: 1.875rem !important;
  }

  .p-fullMax-40 {
    padding: 2.5rem !important;
  }

  .pt-fullMax-40,
.py-fullMax-40 {
    padding-top: 2.5rem !important;
  }

  .pr-fullMax-40,
.px-fullMax-40 {
    padding-right: 2.5rem !important;
  }

  .pb-fullMax-40,
.py-fullMax-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-fullMax-40,
.px-fullMax-40 {
    padding-left: 2.5rem !important;
  }

  .p-fullMax-50 {
    padding: 3.125rem !important;
  }

  .pt-fullMax-50,
.py-fullMax-50 {
    padding-top: 3.125rem !important;
  }

  .pr-fullMax-50,
.px-fullMax-50 {
    padding-right: 3.125rem !important;
  }

  .pb-fullMax-50,
.py-fullMax-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-fullMax-50,
.px-fullMax-50 {
    padding-left: 3.125rem !important;
  }

  .p-fullMax-60 {
    padding: 3.75rem !important;
  }

  .pt-fullMax-60,
.py-fullMax-60 {
    padding-top: 3.75rem !important;
  }

  .pr-fullMax-60,
.px-fullMax-60 {
    padding-right: 3.75rem !important;
  }

  .pb-fullMax-60,
.py-fullMax-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-fullMax-60,
.px-fullMax-60 {
    padding-left: 3.75rem !important;
  }

  .p-fullMax-70 {
    padding: 4.375rem !important;
  }

  .pt-fullMax-70,
.py-fullMax-70 {
    padding-top: 4.375rem !important;
  }

  .pr-fullMax-70,
.px-fullMax-70 {
    padding-right: 4.375rem !important;
  }

  .pb-fullMax-70,
.py-fullMax-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-fullMax-70,
.px-fullMax-70 {
    padding-left: 4.375rem !important;
  }

  .p-fullMax-80 {
    padding: 5rem !important;
  }

  .pt-fullMax-80,
.py-fullMax-80 {
    padding-top: 5rem !important;
  }

  .pr-fullMax-80,
.px-fullMax-80 {
    padding-right: 5rem !important;
  }

  .pb-fullMax-80,
.py-fullMax-80 {
    padding-bottom: 5rem !important;
  }

  .pl-fullMax-80,
.px-fullMax-80 {
    padding-left: 5rem !important;
  }

  .p-fullMax-90 {
    padding: 5.625rem !important;
  }

  .pt-fullMax-90,
.py-fullMax-90 {
    padding-top: 5.625rem !important;
  }

  .pr-fullMax-90,
.px-fullMax-90 {
    padding-right: 5.625rem !important;
  }

  .pb-fullMax-90,
.py-fullMax-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-fullMax-90,
.px-fullMax-90 {
    padding-left: 5.625rem !important;
  }

  .p-fullMax-100 {
    padding: 6.25rem !important;
  }

  .pt-fullMax-100,
.py-fullMax-100 {
    padding-top: 6.25rem !important;
  }

  .pr-fullMax-100,
.px-fullMax-100 {
    padding-right: 6.25rem !important;
  }

  .pb-fullMax-100,
.py-fullMax-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-fullMax-100,
.px-fullMax-100 {
    padding-left: 6.25rem !important;
  }

  .p-fullMax-150 {
    padding: 9.375rem !important;
  }

  .pt-fullMax-150,
.py-fullMax-150 {
    padding-top: 9.375rem !important;
  }

  .pr-fullMax-150,
.px-fullMax-150 {
    padding-right: 9.375rem !important;
  }

  .pb-fullMax-150,
.py-fullMax-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-fullMax-150,
.px-fullMax-150 {
    padding-left: 9.375rem !important;
  }

  .m-fullMax-n5 {
    margin: -0.3125rem !important;
  }

  .mt-fullMax-n5,
.my-fullMax-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-fullMax-n5,
.mx-fullMax-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-fullMax-n5,
.my-fullMax-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-fullMax-n5,
.mx-fullMax-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-fullMax-n10 {
    margin: -0.625rem !important;
  }

  .mt-fullMax-n10,
.my-fullMax-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-fullMax-n10,
.mx-fullMax-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-fullMax-n10,
.my-fullMax-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-fullMax-n10,
.mx-fullMax-n10 {
    margin-left: -0.625rem !important;
  }

  .m-fullMax-n12 {
    margin: -0.75rem !important;
  }

  .mt-fullMax-n12,
.my-fullMax-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-fullMax-n12,
.mx-fullMax-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-fullMax-n12,
.my-fullMax-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-fullMax-n12,
.mx-fullMax-n12 {
    margin-left: -0.75rem !important;
  }

  .m-fullMax-n15 {
    margin: -0.9375rem !important;
  }

  .mt-fullMax-n15,
.my-fullMax-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-fullMax-n15,
.mx-fullMax-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-fullMax-n15,
.my-fullMax-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-fullMax-n15,
.mx-fullMax-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-fullMax-n20 {
    margin: -1.25rem !important;
  }

  .mt-fullMax-n20,
.my-fullMax-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-fullMax-n20,
.mx-fullMax-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-fullMax-n20,
.my-fullMax-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-fullMax-n20,
.mx-fullMax-n20 {
    margin-left: -1.25rem !important;
  }

  .m-fullMax-n25 {
    margin: -1.5625rem !important;
  }

  .mt-fullMax-n25,
.my-fullMax-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-fullMax-n25,
.mx-fullMax-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-fullMax-n25,
.my-fullMax-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-fullMax-n25,
.mx-fullMax-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-fullMax-n30 {
    margin: -1.875rem !important;
  }

  .mt-fullMax-n30,
.my-fullMax-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-fullMax-n30,
.mx-fullMax-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-fullMax-n30,
.my-fullMax-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-fullMax-n30,
.mx-fullMax-n30 {
    margin-left: -1.875rem !important;
  }

  .m-fullMax-n40 {
    margin: -2.5rem !important;
  }

  .mt-fullMax-n40,
.my-fullMax-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-fullMax-n40,
.mx-fullMax-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-fullMax-n40,
.my-fullMax-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-fullMax-n40,
.mx-fullMax-n40 {
    margin-left: -2.5rem !important;
  }

  .m-fullMax-n50 {
    margin: -3.125rem !important;
  }

  .mt-fullMax-n50,
.my-fullMax-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-fullMax-n50,
.mx-fullMax-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-fullMax-n50,
.my-fullMax-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-fullMax-n50,
.mx-fullMax-n50 {
    margin-left: -3.125rem !important;
  }

  .m-fullMax-n60 {
    margin: -3.75rem !important;
  }

  .mt-fullMax-n60,
.my-fullMax-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-fullMax-n60,
.mx-fullMax-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-fullMax-n60,
.my-fullMax-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-fullMax-n60,
.mx-fullMax-n60 {
    margin-left: -3.75rem !important;
  }

  .m-fullMax-n70 {
    margin: -4.375rem !important;
  }

  .mt-fullMax-n70,
.my-fullMax-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-fullMax-n70,
.mx-fullMax-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-fullMax-n70,
.my-fullMax-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-fullMax-n70,
.mx-fullMax-n70 {
    margin-left: -4.375rem !important;
  }

  .m-fullMax-n80 {
    margin: -5rem !important;
  }

  .mt-fullMax-n80,
.my-fullMax-n80 {
    margin-top: -5rem !important;
  }

  .mr-fullMax-n80,
.mx-fullMax-n80 {
    margin-right: -5rem !important;
  }

  .mb-fullMax-n80,
.my-fullMax-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-fullMax-n80,
.mx-fullMax-n80 {
    margin-left: -5rem !important;
  }

  .m-fullMax-n90 {
    margin: -5.625rem !important;
  }

  .mt-fullMax-n90,
.my-fullMax-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-fullMax-n90,
.mx-fullMax-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-fullMax-n90,
.my-fullMax-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-fullMax-n90,
.mx-fullMax-n90 {
    margin-left: -5.625rem !important;
  }

  .m-fullMax-n100 {
    margin: -6.25rem !important;
  }

  .mt-fullMax-n100,
.my-fullMax-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-fullMax-n100,
.mx-fullMax-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-fullMax-n100,
.my-fullMax-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-fullMax-n100,
.mx-fullMax-n100 {
    margin-left: -6.25rem !important;
  }

  .m-fullMax-n150 {
    margin: -9.375rem !important;
  }

  .mt-fullMax-n150,
.my-fullMax-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-fullMax-n150,
.mx-fullMax-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-fullMax-n150,
.my-fullMax-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-fullMax-n150,
.mx-fullMax-n150 {
    margin-left: -9.375rem !important;
  }

  .m-fullMax-auto {
    margin: auto !important;
  }

  .mt-fullMax-auto,
.my-fullMax-auto {
    margin-top: auto !important;
  }

  .mr-fullMax-auto,
.mx-fullMax-auto {
    margin-right: auto !important;
  }

  .mb-fullMax-auto,
.my-fullMax-auto {
    margin-bottom: auto !important;
  }

  .ml-fullMax-auto,
.mx-fullMax-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1560px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-full-left {
    text-align: left !important;
  }

  .text-full-right {
    text-align: right !important;
  }

  .text-full-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fullMax-left {
    text-align: left !important;
  }

  .text-fullMax-right {
    text-align: right !important;
  }

  .text-fullMax-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #111111 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}
.text-secondary {
  color: #B1EFD6 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #72e2b5 !important;
}
.text-tertiary {
  color: #A9D0D5 !important;
}
a.text-tertiary:hover, a.text-tertiary:focus {
  color: #76b4bc !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}
.text-light {
  color: #FAFAFA !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important;
}
.text-black {
  color: #000 !important;
}
a.text-black:hover, a.text-black:focus {
  color: black !important;
}
.text-gray {
  color: #C9C9C9 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #a3a3a3 !important;
}
.text-gray-light {
  color: #F3F3F3 !important;
}
a.text-gray-light:hover, a.text-gray-light:focus {
  color: #cdcdcd !important;
}
.text-gray-dark {
  color: #565656 !important;
}
a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #303030 !important;
}
.text-danger {
  color: #FF8C8C !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #ff4040 !important;
}
.text-success {
  color: #8EECC6 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #4de1a5 !important;
}
.text-info {
  color: #8CD6FF !important;
}
a.text-info:hover, a.text-info:focus {
  color: #40bbff !important;
}
.text-body {
  color: #111111 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
:root {
  --surface-a:#ffffff;
  --surface-b:#f8f9fa;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#111111;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-disabled, .p-component:disabled {
  opacity: 0.8;
}
.p-error, .p-invalid {
  color: #e4677e;
}
.p-text-secondary {
  color: #6c757d;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 4px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.5rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.857rem;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 0.219rem 0.5rem;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #111111;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.219rem 0;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.219rem 0.5rem;
  margin-right: 0.5rem;
  background: #111111;
  color: #ffffff;
  border-radius: 4px;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
.p-autocomplete.p-error > .p-inputtext, .p-autocomplete.p-invalid > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-calendar.p-error > .p-inputtext, .p-calendar.p-invalid > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #495057;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 1;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #C9C9C9;
  color: #495057;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.286rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.429rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dee2e6;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #C9C9C9;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  border-color: #111111;
}
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #111111;
  background: #111111;
}
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}
.p-checkbox.p-error > .p-checkbox-box, .p-checkbox.p-invalid > .p-checkbox-box {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #111111;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  background: #000000;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #ffffff;
}
.p-chips .p-chips-multiple-container {
  padding: 0.219rem 0.5rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #111111;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.219rem 0.5rem;
  margin-right: 0.5rem;
  background: #111111;
  color: #ffffff;
  border-radius: 4px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.219rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-chips.p-error > .p-inputtext, .p-chips.p-invalid > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-colorpicker-preview {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border-color: #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #C9C9C9;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #111111;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.5rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #495057;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.5rem;
  color: #495057;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-dropdown-panel.p-error, .p-dropdown-panel.p-invalid {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-input-filled .p-dropdown {
  background: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #f8f9fa;
}
.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #111111;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #111111;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #111111;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #111111;
}
.p-inputgroup-addon {
  background: #e9ecef;
  color: #6c757d;
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  padding: 0.438rem 0.5rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #C9C9C9;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-inputswitch {
  width: 42px;
  height: 22px;
}
.p-inputswitch .p-inputswitch-slider {
  background: #C9C9C9;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
  border: 1px solid #D1D1D1;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #141414;
  width: 16px;
  height: 16px;
  left: 0.25rem;
  margin-top: -8px;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(16px);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #C9C9C9;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #111111;
  border: 1px solid #111111;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #000000;
}
.p-inputswitch.p-error, .p-inputswitch.p-invalid {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  color: #495057;
  background: #ffffff;
  padding: 0.438rem 0.5rem;
  border: 1px solid #C9C9C9;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  width: 100%;
}
.p-inputtext:enabled:hover {
  border-color: #111111;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-inputtext.p-error, .p-inputtext.p-invalid, .p-inputtext.ng-dirty.ng-invalid {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.765625rem;
  padding: 0.38325rem 0.4375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.09375rem;
  padding: 0.5475rem 0.625rem;
}
.p-float-label > label {
  left: 0.5rem;
  color: #6c757d;
  transition-duration: 0.2s;
}
.p-input-icon-left > i:first-of-type {
  left: 0.5rem;
  color: #495057;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 2rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.5rem;
  color: #495057;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 2rem;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.p-input-filled .p-inputtext {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #f8f9fa;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.765625rem;
  padding: 0.38325rem 0.4375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.09375rem;
  padding: 0.5475rem 0.625rem;
}
.p-listbox {
  background: #ffffff;
  color: #495057;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
}
.p-listbox .p-listbox-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.5rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.5rem;
  color: #495057;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-listbox.p-error, .p-listbox.p-invalid {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #C9C9C9;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #111111;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-multiselect .p-multiselect-label {
  padding: 0.438rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #495057;
  width: 2.357rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-multiselect.p-error, .p-multiselect.p-invalid {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #495057;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-input-filled .p-multiselect {
  background: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #f8f9fa;
}
.p-password-panel {
  padding: 1rem;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #C9C9C9;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #111111;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  border-color: #111111;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #111111;
  background: #111111;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}
.p-radiobutton.p-error > .p-radiobutton-box, .p-radiobutton.p-invalid > .p-radiobutton-box {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #111111;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #000000;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #ffffff;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e74c3c;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star {
  color: #111111;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #111111;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #c0392b;
}
.p-highlight .p-rating .p-rating-icon {
  color: #ffffff;
}
.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button.p-highlight {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton.p-error > .p-button, .p-selectbutton.p-invalid > .p-button {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-slider {
  background: #dee2e6;
  border: 0 none;
  border-radius: 4px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-slider .p-slider-range {
  background: #111111;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #111111;
  border-color: #111111;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}
.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button.p-highlight {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-error, .p-togglebutton.p-button.p-invalid {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #C9C9C9 #C9C9C9 #C9C9C9 #e4677e;
}
.p-button {
  color: #ffffff;
  background: #111111;
  border: 1px solid #111111;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-button:enabled:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.p-button:enabled:active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #111111;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(17, 17, 17, 0.04);
  color: #111111;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(17, 17, 17, 0.16);
  color: #111111;
  border: 1px solid;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #111111;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(17, 17, 17, 0.04);
  color: #111111;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(17, 17, 17, 0.16);
  color: #111111;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #111111;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #111111;
  background: #C9C9C9;
  border: 1px solid #C9C9C9;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #BCBCBC;
  color: #111111;
  border-color: #BCBCBC;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: none;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #BCBCBC;
  color: #111111;
  border-color: #BCBCBC;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #C9C9C9;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(201, 201, 201, 0.04);
  color: #C9C9C9;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(201, 201, 201, 0.16);
  color: #C9C9C9;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #C9C9C9;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(201, 201, 201, 0.04);
  border-color: transparent;
  color: #C9C9C9;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(201, 201, 201, 0.16);
  border-color: transparent;
  color: #C9C9C9;
}
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #03A9F4;
  border: 1px solid #03A9F4;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #039BE5;
  color: #ffffff;
  border-color: #039BE5;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: none;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #0288D1;
  color: #ffffff;
  border-color: #0288D1;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #03A9F4;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(3, 169, 244, 0.04);
  color: #03A9F4;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(3, 169, 244, 0.16);
  color: #03A9F4;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #03A9F4;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(3, 169, 244, 0.04);
  border-color: transparent;
  color: #03A9F4;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(3, 169, 244, 0.16);
  border-color: transparent;
  color: #03A9F4;
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #4CAF50;
  border: 1px solid #4CAF50;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #43A047;
  color: #ffffff;
  border-color: #43A047;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: none;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #388E3C;
  color: #ffffff;
  border-color: #388E3C;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #4CAF50;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(76, 175, 80, 0.04);
  color: #4CAF50;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(76, 175, 80, 0.16);
  color: #4CAF50;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #4CAF50;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(76, 175, 80, 0.04);
  border-color: transparent;
  color: #4CAF50;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(76, 175, 80, 0.16);
  border-color: transparent;
  color: #4CAF50;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #495057;
  background: #FFC107;
  border: 1px solid #FFC107;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #FFB300;
  color: #495057;
  border-color: #FFB300;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: none;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #FFA000;
  color: #495057;
  border-color: #FFA000;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  color: #FFC107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  color: #FFC107;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #FFC107;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 193, 7, 0.04);
  border-color: transparent;
  color: #FFC107;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 193, 7, 0.16);
  border-color: transparent;
  color: #FFC107;
}
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8E24AA;
  color: #ffffff;
  border-color: #8E24AA;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: none;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7B1FA2;
  color: #ffffff;
  border-color: #7B1FA2;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #e53935;
  color: #ffffff;
  border-color: #e53935;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: none;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #d32f2f;
  color: #ffffff;
  border-color: #d32f2f;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #f44336;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(244, 67, 54, 0.04);
  color: #f44336;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(244, 67, 54, 0.16);
  color: #f44336;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #f44336;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(244, 67, 54, 0.04);
  border-color: transparent;
  color: #f44336;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(244, 67, 54, 0.16);
  border-color: transparent;
  color: #f44336;
}
.p-button.p-button-link {
  color: #000000;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #000000;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #000000;
  border-color: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #111111;
  color: #ffffff;
}
.p-datatable .p-paginator-top {
  border-width: 1px 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-datatable .p-sortable-column {
  outline-color: none;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #111111;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #111111;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #111111;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  outline-color: none;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #111111;
  color: #ffffff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #111111;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #111111;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-column-resizer-helper {
  background: #111111;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #111111;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 1px 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid #e9ecef;
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1rem;
}
.fc .fc-view-container th {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc .fc-view-container .fc-event {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.fc .fc-view-container .fc-divider {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}
.fc .fc-toolbar .fc-button {
  color: #ffffff;
  background: #111111;
  border: 1px solid #111111;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.fc .fc-toolbar .fc-button:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
  z-index: 1;
}
.fc .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-orderlist .p-orderlist-controls {
  padding: 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.5rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.5rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-orderlist .p-orderlist-list .p-orderlist-droppoint.p-orderlist-droppoint-highlight {
  background-color: #0e0e0e;
}
@media screen and (max-width: 769px) {
  .p-orderlist {
    flex-direction: column;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1rem;
    flex-direction: row;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .p-orderlist .p-orderlist-controls .p-button:last-child {
    margin-right: 0;
  }
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #111111;
  color: #ffffff;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: black;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-paginator {
  background: #ffffff;
  color: #6c757d;
  border: solid #e9ecef;
  border-width: 0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #6c757d;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #6c757d;
}
.p-picklist .p-picklist-buttons {
  padding: 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.5rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.5rem;
  color: #495057;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #111111;
}
.p-picklist .p-picklist-list .p-picklist-droppoint.p-picklist-droppoint-highlight {
  background-color: #0e0e0e;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
@media screen and (max-width: 769px) {
  .p-picklist {
    flex-direction: column;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1rem;
    flex-direction: row;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .p-picklist .p-picklist-buttons .p-button:last-child {
    margin-right: 0;
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
    content: "";
  }
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
    content: "";
  }
}
.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
  border-radius: 4px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  padding: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #111111;
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.5rem;
  color: #495057;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #0e0e0e;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 4px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #495057;
  padding: 0.5rem;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #111111;
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-checkbox-icon {
  color: #111111;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-treetable .p-paginator-top {
  border-width: 1px 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-treetable .p-sortable-column {
  outline-color: none;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #111111;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #111111;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #111111;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  outline-color: none;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #111111;
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-column-resizer-helper {
  background: #111111;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f8f9fa;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: 1px solid #dee2e6;
  color: #495057;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-accordion .p-accordion-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-card {
  background: #ffffff;
  color: #495057;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-radius: 4px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 4px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem;
  color: #495057;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #f8f9fa;
  color: #495057;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1rem;
}
.p-panel .p-panel-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f9fa;
  border: 0 none;
}
.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #9ba2aa;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #111111;
  color: #111111;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1rem;
  border: 0 none;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-toolbar {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 4px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-dialog {
  border-radius: 4px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1.5rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1.5rem;
  text-align: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-overlaypanel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #111111;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #000000;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}
.p-sidebar {
  background: #ffffff;
  color: #495057;
  padding: 1rem;
  border: 0 none;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.p-sidebar .p-sidebar-close {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-sidebar .p-sidebar-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-sidebar-mask.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-tooltip .p-tooltip-text {
  background: #111111;
  color: #ffffff;
  padding: 0.438rem 0.5rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #111111;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #111111;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #111111;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #111111;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f8f9fa;
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom: 0 none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-megamenu {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menubar {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #6c757d;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #495057;
    border-radius: 0;
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: 1px solid #dee2e6;
  color: #495057;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-slidemenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #495057;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #495057;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #495057;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #111111;
  color: #ffffff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #495057;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #9ba2aa;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #111111;
  color: #111111;
}
.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem none;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.438rem 0.5rem;
  margin: 0;
  border-radius: 4px;
}
.p-inline-message.p-inline-message-info {
  background: #039BE5;
  border: solid #027cb7;
  border-width: 1px;
  color: #ffffff;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #ffffff;
}
.p-inline-message.p-inline-message-success {
  background: #43A047;
  border: 0 none;
  border-width: 1px;
  color: #ffffff;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #ffffff;
}
.p-inline-message.p-inline-message-warn {
  background: #FFB300;
  border: 0 none;
  border-width: 1px;
  color: #495057;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #495057;
}
.p-inline-message.p-inline-message-error {
  background: #E53935;
  border: 0 none;
  border-width: 1px;
  color: #ffffff;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #ffffff;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 4px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.5rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-message.p-message-info {
  background: #039BE5;
  border: solid #027cb7;
  border-width: 0 0 0 4px;
  color: #ffffff;
}
.p-message.p-message-info .p-message-icon {
  color: #ffffff;
}
.p-message.p-message-info .p-message-close {
  color: #ffffff;
}
.p-message.p-message-success {
  background: #43A047;
  border: 0 none;
  border-width: 0 0 0 4px;
  color: #ffffff;
}
.p-message.p-message-success .p-message-icon {
  color: #ffffff;
}
.p-message.p-message-success .p-message-close {
  color: #ffffff;
}
.p-message.p-message-warn {
  background: #FFB300;
  border: 0 none;
  border-width: 0 0 0 4px;
  color: #495057;
}
.p-message.p-message-warn .p-message-icon {
  color: #495057;
}
.p-message.p-message-warn .p-message-close {
  color: #495057;
}
.p-message.p-message-error {
  background: #E53935;
  border: 0 none;
  border-width: 0 0 0 4px;
  color: #ffffff;
}
.p-message.p-message-error .p-message-icon {
  color: #ffffff;
}
.p-message.p-message-error .p-message-close {
  color: #ffffff;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 4px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #039BE5;
  border: solid #027cb7;
  border-width: 0 0 0 4px;
  color: #ffffff;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #ffffff;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #43A047;
  border: 0 none;
  border-width: 0 0 0 4px;
  color: #ffffff;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #ffffff;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #FFB300;
  border: 0 none;
  border-width: 0 0 0 4px;
  color: #495057;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #495057;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #E53935;
  border: 0 none;
  border-width: 0 0 0 4px;
  color: #ffffff;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #ffffff;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #ebedef;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ebedef;
}
.p-galleria .p-galleria-item-nav {
  background: rgba(0, 0, 0, 0.2);
  color: #aeb6bf;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
  margin: 0.5rem 0;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #ebedef;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #ebedef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #111111;
  color: #ffffff;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #111111;
  color: #ffffff;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #aeb6bf;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #aeb6bf;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-galleria-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-inplace .p-inplace-display {
  padding: 0.438rem 0.5rem;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #495057;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #dee2e6;
  border-radius: 4px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #111111;
}
.p-progressbar .p-progressbar-label {
  color: #495057;
  line-height: 1.5rem;
}
.p-terminal {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.p-blockui.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-badge {
  background: #111111;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #C9C9C9;
  color: #111111;
}
.p-badge.p-badge-success {
  background-color: #4CAF50;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #03A9F4;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #FFC107;
  color: #495057;
}
.p-badge.p-badge-danger {
  background-color: #f44336;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-tag {
  background: #111111;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 4px;
}
.p-tag.p-tag-success {
  background-color: #4CAF50;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #03A9F4;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #FFC107;
  color: #495057;
}
.p-tag.p-tag-danger {
  background-color: #f44336;
  color: #ffffff;
}
/* Customizations to the designer theme should be defined here */
.p-float-label .p-inputtext {
  padding: 15px 8px 4px;
}
.p-float-label .p-inputtext:focus ~ label, .p-float-label .p-inputtext.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label {
  top: 0.875rem;
  font-size: 11px;
}
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
  top: 0.875rem;
  font-size: 11px;
}
.p-float-label .p-dropdown {
  width: 100%;
}
.p-inputtext.p-error, .p-inputtext.p-invalid, .p-inputtext.ng-dirty.ng-invalid {
  border-color: #e4677e;
}
.p-inputtext {
  line-height: normal;
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  box-shadow: none;
}
.p-inputswitch .p-inputswitch-slider {
  background: transparent;
  border-color: #111111;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #111111;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  border-color: #111111;
  background: #B1EFD6;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #111111;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: transparent;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: transparent;
}
.p-button {
  font-size: 0.8125rem;
}
.p-togglebutton-text.p-button, .p-togglebutton-text.p-button.p-highlight {
  background-color: transparent !important;
  border-color: transparent !important;
}
.p-togglebutton-text.p-button:hover .p-button-icon-left,
.p-togglebutton-text.p-button:hover .p-button-icon-right, .p-togglebutton-text.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton-text.p-button.p-highlight:hover .p-button-icon-right {
  color: rgba(17, 17, 17, 0.4) !important;
}
.p-togglebutton-text.p-button .p-button-icon-left,
.p-togglebutton-text.p-button .p-button-icon-right {
  color: rgba(17, 17, 17, 0.1);
}
.p-togglebutton-text.p-button.p-highlight .p-button-icon-left,
.p-togglebutton-text.p-button.p-highlight .p-button-icon-right {
  color: rgba(17, 17, 17, 0.4);
}
.p-button.p-fileupload-choose {
  padding: 5px 10px;
  font-size: 14px;
}
.p-tabview .p-tabview-nav {
  background: transparent;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
}
.p-tabview .p-tabview-nav li {
  flex: 1;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5625rem;
  border: 1px solid #111111;
  border-radius: 0;
  margin: 0;
  color: #111111;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:hover {
  text-decoration: none;
}
.p-tabview .p-tabview-nav li:first-child .p-tabview-nav-link {
  border-radius: 6px 0 0 6px;
}
.p-tabview .p-tabview-nav li:nth-last-child(2) .p-tabview-nav-link {
  border-radius: 0 6px 6px 0;
}
.p-tabview .p-tabview-nav li:not(:first-child) .p-tabview-nav-link {
  margin-left: -1px;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  border-color: #111111;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
  font-weight: 500;
}
.p-tabview .p-tabview-nav li .p-tabview-title {
  margin: 0 auto;
}
.p-tabview .p-tabview-panels {
  padding: 0.9375rem 0 0;
  background: transparent;
}
.p-chips .p-chips-multiple-container {
  padding-top: 0.156rem;
  padding-bottom: 0.156rem;
}
@media (max-width: 575.98px) {
  .p-dialog {
    width: 100%;
  }
}
.p-dialog .p-dialog-header {
  padding: var(--modal-padding-y) var(--modal-padding-x);
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-dialog .p-dialog-content {
  padding: var(--modal-padding-y) var(--modal-padding-x);
}
.p-dialog .p-dialog-content .pi {
  display: none;
}
.p-dialog .p-dialog-footer {
  padding: var(--modal-padding-y) var(--modal-padding-x);
}
@media (max-width: 575.98px) {
  .p-dialog .p-dialog-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.p-dialog .p-confirm-dialog-message {
  margin-left: 0 !important;
}
.p-dialog .p-button.btn-reject, .p-dialog .p-button.btn-accept {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.p-dialog .p-button.btn-reject .p-button-icon, .p-dialog .p-button.btn-accept .p-button-icon {
  display: none;
}
.p-dialog .p-button.btn-reject {
  color: rgba(17, 17, 17, 0.5);
  background-color: #fff;
  border-color: #fff;
}
.p-dialog .p-button.btn-accept {
  background-color: #FF8C8C;
  border-color: #FF8C8C;
  color: #fff;
}
.p-dialog-content::-webkit-scrollbar {
  width: 5px;
}
.p-dialog-content::-webkit-scrollbar-track {
  background: #C9C9C9;
}
.p-dialog-content::-webkit-scrollbar-thumb {
  background: #b0b0b0;
}
@media (max-width: 575.98px) {
  .p-dialog-mask {
    align-items: flex-end !important;
  }
}
.p-tooltip .p-tooltip-text {
  font-size: 0.8125rem;
  padding: 0.375rem 0.75rem 0.5rem;
}
.p-inputnumber-buttons-horizontal .p-button {
  width: 3.75rem;
  color: #111111 !important;
  border-color: #dee2e6 !important;
}
.p-inputnumber-buttons-horizontal .p-inputnumber-input {
  flex: 0 0 5rem;
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  border-color: #dee2e6 !important;
  font-size: 1rem;
}
.p-button {
  padding: 0.375rem 0.75rem;
}
.p-datatable .p-datatable-tbody > tr:last-child td {
  border: none;
}
.p-datatable .p-datatable-tbody > tr > td {
  padding: 1rem 0;
}
.btn {
  position: relative;
}
.btn .icon {
  transition: fill 0.15s ease-in-out, stroke 0.15s ease-in-out;
}
.btn-link {
  color: #111111;
}
.btn-link:hover {
  color: #111111;
}
.btn-link.btn-edit {
  color: #8CD6FF;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}
.btn-link.btn-edit:hover {
  color: #8CD6FF;
  text-decoration: none;
}
.btn .badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.btn-landing-title {
  min-height: 34px;
}
.btn-label {
  border-radius: 3.125rem;
  cursor: inherit !important;
}
.btn-xs {
  padding: 0.0625rem 0.375rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-plus {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  flex: 0 0 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: #fff;
  border: none;
}
.btn-plus span {
  height: auto !important;
}
.btn-plus .icon {
  opacity: 0.3;
  margin: 0;
}
.btn-plus .ic-plus {
  display: block;
}
.btn-plus .ic-check {
  display: none;
}
.btn-plus:hover, .btn-plus.active, .btn-plus.check {
  background-color: #111111;
}
.btn-plus:hover .icon, .btn-plus.active .icon, .btn-plus.check .icon {
  opacity: 1;
  fill: #fff;
}
.btn-plus.btn-primary {
  background-color: #111111;
}
.btn-plus.btn-primary .icon {
  opacity: 1;
}
.btn-plus.btn-xs {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.btn-plus.checked {
  background-color: #111111;
}
.btn-plus.checked .icon {
  opacity: 1;
  fill: #fff;
}
.btn-plus.checked .ic-plus {
  display: none;
}
.btn-plus.checked .ic-check {
  display: block;
}
.btn-menu {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.btn-menu.active, .btn-menu:hover {
  background-color: #111111;
  color: #fff;
  text-decoration: none;
}
.btn-menu.active .icon, .btn-menu:hover .icon {
  fill: #fff;
}
.btn-menu.active .icon-stroke, .btn-menu:hover .icon-stroke {
  stroke: #fff;
  fill: none;
}
@media (max-width: 1023.98px) {
  .btn-menu {
    padding: 0.375rem 0.75rem;
  }
}
.btn-submenu {
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 0;
  color: #6c757d;
  font-weight: 400;
}
.btn-submenu .icon {
  margin-right: 8px;
}
.btn-submenu .badge {
  margin-left: 10px;
  transform: none;
  position: relative;
}
.btn-submenu.active {
  color: #111111;
  font-weight: 700;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-icon.btn-block {
  display: flex;
}
.btn-icon__right .icon {
  margin-left: 0.5rem;
}
.btn-icon__left .icon {
  margin-right: 0.5rem;
}
.btn-icon-only {
  padding: 0;
  height: 2.25rem;
  width: 2.25rem;
}
.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
  height: 1.625rem;
  width: 1.625rem;
}
.btn-icon-only.btn-lg, .btn-group-lg > .btn-icon-only.btn {
  height: 3rem;
  width: 3rem;
}
.btn-default, .btn-default-primary {
  background-color: #C9C9C9;
  color: #565656;
}
.btn-default:hover, .btn-default-primary:hover {
  background-color: #b0b0b0;
  color: #3d3d3d;
}
.btn-default.btn-sm, .btn-sm.btn-default-primary, .btn-group-sm > .btn-default.btn, .btn-group-sm > .btn.btn-default-primary {
  padding: 5px 15px;
}
.btn-default-primary {
  color: #fff;
  background-color: #111111;
}
.btn-default-primary:hover {
  background-color: black;
  color: #fff;
}
.btn-landing-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 1024px) {
  .btn-landing-title {
    width: 100%;
  }
}
.btn-landing-title:focus {
  box-shadow: none;
}
.btn-fixed-width {
  width: 12.5rem;
}
.btn-size-type-up,
.btn-size-type-down {
  padding: 0.375rem;
  display: inline-flex;
  justify-content: center;
  width: 2.625rem;
  height: 2.5rem;
}
.btn-size-type-up span,
.btn-size-type-down span {
  line-height: 1.4375rem;
}
.btn-size-type-up span {
  font-size: 1.25rem;
}
.btn-size-type-up span.pi {
  font-size: 0.6875rem;
  font-weight: bold;
}
.btn-size-type-down span {
  font-size: 0.9375rem;
}
.btn-size-type-down span.pi {
  font-size: 0.6875rem;
  font-weight: bold;
}
.btn-save {
  font-weight: bold;
}
.btn-save .icon svg {
  fill: #fff;
}
.btn-spinning {
  transition: padding-right 0.3s ease;
}
.btn-spinning.spinning {
  background-color: #111111;
  padding-right: 40px;
  color: #fff;
}
.btn-spinning.spinning:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px black;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
.btn-spinning.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 6px;
  top: 50%;
  position: absolute;
  border: 2px solid #1e1e1e;
  border-right: 2px solid #fff;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
.btn-spinning.checkmark {
  padding-right: 40px;
}
.btn-spinning.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: checkmark;
          animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.btn-spinning.checkmark:after {
  opacity: 1;
  height: 20px;
  width: 10px;
  transform-origin: left top;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  right: 20px;
  top: 50%;
  position: absolute;
}
@-webkit-keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes exist {
  100% {
    width: 20px;
    height: 20px;
    margin: -10.5px 5px 0 0;
  }
}
@keyframes exist {
  100% {
    width: 20px;
    height: 20px;
    margin: -10.5px 5px 0 0;
  }
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 10px;
    opacity: 1;
  }
  40% {
    height: 20px;
    width: 10px;
    opacity: 1;
  }
  100% {
    height: 20px;
    width: 10px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 10px;
    opacity: 1;
  }
  40% {
    height: 20px;
    width: 10px;
    opacity: 1;
  }
  100% {
    height: 20px;
    width: 10px;
    opacity: 1;
  }
}
.btn-outline-primary svg:not(.icon-stroke) {
  fill: #111111;
}
.btn-outline-primary svg.icon-stroke {
  stroke: #111111;
}
.btn-outline-primary:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-primary:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-primary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-primary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-primary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-primary.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-primary svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-primary svg.icon-stroke {
  stroke: #fff;
}
.btn-primary:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-primary:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-primary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-primary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-primary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-primary.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-text-primary {
  color: #111111;
}
.btn-text-primary svg:not(.icon-stroke) {
  fill: #111111;
}
.btn-text-primary svg.icon-stroke {
  stroke: #111111;
}
.btn-text-primary:hover {
  color: black;
}
.btn-text-primary:hover svg:not(.icon-stroke) {
  fill: black;
}
.btn-text-primary:hover svg.icon-stroke {
  stroke: black;
}
.btn-text-primary:not(:disabled):not(.disabled):active, .btn-text-primary:not(:disabled):not(.disabled).active, .show > .btn-text-primary.dropdown-toggle {
  color: black;
}
.btn-text-primary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-primary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-primary.dropdown-toggle svg:not(.icon-stroke) {
  fill: black;
}
.btn-text-primary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-primary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-primary.dropdown-toggle svg.icon-stroke {
  stroke: black;
}
.btn-outline-secondary svg:not(.icon-stroke) {
  fill: #B1EFD6;
}
.btn-outline-secondary svg.icon-stroke {
  stroke: #B1EFD6;
}
.btn-outline-secondary:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-secondary:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-secondary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-secondary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-secondary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-secondary.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-secondary svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-secondary svg.icon-stroke {
  stroke: #212529;
}
.btn-secondary:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-secondary:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-secondary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-secondary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-secondary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-secondary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-secondary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-secondary.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-secondary {
  color: #B1EFD6;
}
.btn-text-secondary svg:not(.icon-stroke) {
  fill: #B1EFD6;
}
.btn-text-secondary svg.icon-stroke {
  stroke: #B1EFD6;
}
.btn-text-secondary:hover {
  color: #91e8c5;
}
.btn-text-secondary:hover svg:not(.icon-stroke) {
  fill: #91e8c5;
}
.btn-text-secondary:hover svg.icon-stroke {
  stroke: #91e8c5;
}
.btn-text-secondary:not(:disabled):not(.disabled):active, .btn-text-secondary:not(:disabled):not(.disabled).active, .show > .btn-text-secondary.dropdown-toggle {
  color: #91e8c5;
}
.btn-text-secondary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-secondary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-secondary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #91e8c5;
}
.btn-text-secondary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-secondary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-secondary.dropdown-toggle svg.icon-stroke {
  stroke: #91e8c5;
}
.btn-outline-tertiary svg:not(.icon-stroke) {
  fill: #A9D0D5;
}
.btn-outline-tertiary svg.icon-stroke {
  stroke: #A9D0D5;
}
.btn-outline-tertiary:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-tertiary:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-tertiary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-tertiary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-tertiary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-tertiary.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-tertiary svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-tertiary svg.icon-stroke {
  stroke: #212529;
}
.btn-tertiary:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-tertiary:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-tertiary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-tertiary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-tertiary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-tertiary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-tertiary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-tertiary.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-tertiary {
  color: #A9D0D5;
}
.btn-text-tertiary svg:not(.icon-stroke) {
  fill: #A9D0D5;
}
.btn-text-tertiary svg.icon-stroke {
  stroke: #A9D0D5;
}
.btn-text-tertiary:hover {
  color: #8fc2c8;
}
.btn-text-tertiary:hover svg:not(.icon-stroke) {
  fill: #8fc2c8;
}
.btn-text-tertiary:hover svg.icon-stroke {
  stroke: #8fc2c8;
}
.btn-text-tertiary:not(:disabled):not(.disabled):active, .btn-text-tertiary:not(:disabled):not(.disabled).active, .show > .btn-text-tertiary.dropdown-toggle {
  color: #8fc2c8;
}
.btn-text-tertiary:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-tertiary:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-tertiary.dropdown-toggle svg:not(.icon-stroke) {
  fill: #8fc2c8;
}
.btn-text-tertiary:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-tertiary:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-tertiary.dropdown-toggle svg.icon-stroke {
  stroke: #8fc2c8;
}
.btn-outline-white svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-white svg.icon-stroke {
  stroke: #fff;
}
.btn-outline-white:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-white:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-white:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-white:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-white.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-white:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-white:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-white.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-white svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-white svg.icon-stroke {
  stroke: #212529;
}
.btn-white:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-white:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-white:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-white:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-white.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-white:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-white:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-white.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-white {
  color: #fff;
}
.btn-text-white svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-text-white svg.icon-stroke {
  stroke: #fff;
}
.btn-text-white:hover {
  color: #ececec;
}
.btn-text-white:hover svg:not(.icon-stroke) {
  fill: #ececec;
}
.btn-text-white:hover svg.icon-stroke {
  stroke: #ececec;
}
.btn-text-white:not(:disabled):not(.disabled):active, .btn-text-white:not(:disabled):not(.disabled).active, .show > .btn-text-white.dropdown-toggle {
  color: #ececec;
}
.btn-text-white:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-white:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-white.dropdown-toggle svg:not(.icon-stroke) {
  fill: #ececec;
}
.btn-text-white:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-white:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-white.dropdown-toggle svg.icon-stroke {
  stroke: #ececec;
}
.btn-outline-light svg:not(.icon-stroke) {
  fill: #FAFAFA;
}
.btn-outline-light svg.icon-stroke {
  stroke: #FAFAFA;
}
.btn-outline-light:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-light:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-light:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-light.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-light:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-light.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-light svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-light svg.icon-stroke {
  stroke: #212529;
}
.btn-light:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-light:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-light:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-light:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-light.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-light:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-light:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-light.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-light {
  color: #FAFAFA;
}
.btn-text-light svg:not(.icon-stroke) {
  fill: #FAFAFA;
}
.btn-text-light svg.icon-stroke {
  stroke: #FAFAFA;
}
.btn-text-light:hover {
  color: #e7e7e7;
}
.btn-text-light:hover svg:not(.icon-stroke) {
  fill: #e7e7e7;
}
.btn-text-light:hover svg.icon-stroke {
  stroke: #e7e7e7;
}
.btn-text-light:not(:disabled):not(.disabled):active, .btn-text-light:not(:disabled):not(.disabled).active, .show > .btn-text-light.dropdown-toggle {
  color: #e7e7e7;
}
.btn-text-light:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-light:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-light.dropdown-toggle svg:not(.icon-stroke) {
  fill: #e7e7e7;
}
.btn-text-light:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-light:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-light.dropdown-toggle svg.icon-stroke {
  stroke: #e7e7e7;
}
.btn-outline-black svg:not(.icon-stroke) {
  fill: #000;
}
.btn-outline-black svg.icon-stroke {
  stroke: #000;
}
.btn-outline-black:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-black:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-outline-black:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-black:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-black.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-black:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-black:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-black.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-black svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-black svg.icon-stroke {
  stroke: #fff;
}
.btn-black:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-black:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-black:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-black:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-black.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-black:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-black:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-black.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-text-black {
  color: #000;
}
.btn-text-black svg:not(.icon-stroke) {
  fill: #000;
}
.btn-text-black svg.icon-stroke {
  stroke: #000;
}
.btn-text-black:hover {
  color: black;
}
.btn-text-black:hover svg:not(.icon-stroke) {
  fill: black;
}
.btn-text-black:hover svg.icon-stroke {
  stroke: black;
}
.btn-text-black:not(:disabled):not(.disabled):active, .btn-text-black:not(:disabled):not(.disabled).active, .show > .btn-text-black.dropdown-toggle {
  color: black;
}
.btn-text-black:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-black:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-black.dropdown-toggle svg:not(.icon-stroke) {
  fill: black;
}
.btn-text-black:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-black:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-black.dropdown-toggle svg.icon-stroke {
  stroke: black;
}
.btn-outline-gray svg:not(.icon-stroke) {
  fill: #C9C9C9;
}
.btn-outline-gray svg.icon-stroke {
  stroke: #C9C9C9;
}
.btn-outline-gray:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-gray:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-gray:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-gray:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-gray.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-gray:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-gray:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-gray.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-gray svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-gray svg.icon-stroke {
  stroke: #212529;
}
.btn-gray:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-gray:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-gray:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-gray:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-gray.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-gray:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-gray:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-gray.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-gray {
  color: #C9C9C9;
}
.btn-text-gray svg:not(.icon-stroke) {
  fill: #C9C9C9;
}
.btn-text-gray svg.icon-stroke {
  stroke: #C9C9C9;
}
.btn-text-gray:hover {
  color: #b6b6b6;
}
.btn-text-gray:hover svg:not(.icon-stroke) {
  fill: #b6b6b6;
}
.btn-text-gray:hover svg.icon-stroke {
  stroke: #b6b6b6;
}
.btn-text-gray:not(:disabled):not(.disabled):active, .btn-text-gray:not(:disabled):not(.disabled).active, .show > .btn-text-gray.dropdown-toggle {
  color: #b6b6b6;
}
.btn-text-gray:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-gray:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-gray.dropdown-toggle svg:not(.icon-stroke) {
  fill: #b6b6b6;
}
.btn-text-gray:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-gray:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-gray.dropdown-toggle svg.icon-stroke {
  stroke: #b6b6b6;
}
.btn-outline-gray-light svg:not(.icon-stroke) {
  fill: #F3F3F3;
}
.btn-outline-gray-light svg.icon-stroke {
  stroke: #F3F3F3;
}
.btn-outline-gray-light:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-gray-light:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-gray-light:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-gray-light.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-gray-light:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-gray-light.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-gray-light svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-gray-light svg.icon-stroke {
  stroke: #212529;
}
.btn-gray-light:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-gray-light:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-gray-light:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-gray-light:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-gray-light.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-gray-light:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-gray-light:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-gray-light.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-gray-light {
  color: #F3F3F3;
}
.btn-text-gray-light svg:not(.icon-stroke) {
  fill: #F3F3F3;
}
.btn-text-gray-light svg.icon-stroke {
  stroke: #F3F3F3;
}
.btn-text-gray-light:hover {
  color: #e0e0e0;
}
.btn-text-gray-light:hover svg:not(.icon-stroke) {
  fill: #e0e0e0;
}
.btn-text-gray-light:hover svg.icon-stroke {
  stroke: #e0e0e0;
}
.btn-text-gray-light:not(:disabled):not(.disabled):active, .btn-text-gray-light:not(:disabled):not(.disabled).active, .show > .btn-text-gray-light.dropdown-toggle {
  color: #e0e0e0;
}
.btn-text-gray-light:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-gray-light:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-gray-light.dropdown-toggle svg:not(.icon-stroke) {
  fill: #e0e0e0;
}
.btn-text-gray-light:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-gray-light:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-gray-light.dropdown-toggle svg.icon-stroke {
  stroke: #e0e0e0;
}
.btn-outline-gray-dark svg:not(.icon-stroke) {
  fill: #565656;
}
.btn-outline-gray-dark svg.icon-stroke {
  stroke: #565656;
}
.btn-outline-gray-dark:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-gray-dark:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-gray-dark:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-gray-dark.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-gray-dark:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-gray-dark.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-gray-dark svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-gray-dark svg.icon-stroke {
  stroke: #fff;
}
.btn-gray-dark:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-gray-dark:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-gray-dark:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-gray-dark:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-gray-dark.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-gray-dark:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-gray-dark:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-gray-dark.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-text-gray-dark {
  color: #565656;
}
.btn-text-gray-dark svg:not(.icon-stroke) {
  fill: #565656;
}
.btn-text-gray-dark svg.icon-stroke {
  stroke: #565656;
}
.btn-text-gray-dark:hover {
  color: #434343;
}
.btn-text-gray-dark:hover svg:not(.icon-stroke) {
  fill: #434343;
}
.btn-text-gray-dark:hover svg.icon-stroke {
  stroke: #434343;
}
.btn-text-gray-dark:not(:disabled):not(.disabled):active, .btn-text-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-text-gray-dark.dropdown-toggle {
  color: #434343;
}
.btn-text-gray-dark:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-gray-dark:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-gray-dark.dropdown-toggle svg:not(.icon-stroke) {
  fill: #434343;
}
.btn-text-gray-dark:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-gray-dark:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-gray-dark.dropdown-toggle svg.icon-stroke {
  stroke: #434343;
}
.btn-outline-danger svg:not(.icon-stroke) {
  fill: #FF8C8C;
}
.btn-outline-danger svg.icon-stroke {
  stroke: #FF8C8C;
}
.btn-outline-danger:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-danger:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-danger:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-danger:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-danger.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-danger:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-danger:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-danger.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-danger svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-danger svg.icon-stroke {
  stroke: #212529;
}
.btn-danger:hover svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-danger:hover svg.icon-stroke {
  stroke: #fff;
}
.btn-danger:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-danger:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-danger.dropdown-toggle svg:not(.icon-stroke) {
  fill: #fff;
}
.btn-danger:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-danger:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-danger.dropdown-toggle svg.icon-stroke {
  stroke: #fff;
}
.btn-text-danger {
  color: #FF8C8C;
}
.btn-text-danger svg:not(.icon-stroke) {
  fill: #FF8C8C;
}
.btn-text-danger svg.icon-stroke {
  stroke: #FF8C8C;
}
.btn-text-danger:hover {
  color: #ff6666;
}
.btn-text-danger:hover svg:not(.icon-stroke) {
  fill: #ff6666;
}
.btn-text-danger:hover svg.icon-stroke {
  stroke: #ff6666;
}
.btn-text-danger:not(:disabled):not(.disabled):active, .btn-text-danger:not(:disabled):not(.disabled).active, .show > .btn-text-danger.dropdown-toggle {
  color: #ff6666;
}
.btn-text-danger:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-danger:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-danger.dropdown-toggle svg:not(.icon-stroke) {
  fill: #ff6666;
}
.btn-text-danger:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-danger:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-danger.dropdown-toggle svg.icon-stroke {
  stroke: #ff6666;
}
.btn-outline-success svg:not(.icon-stroke) {
  fill: #8EECC6;
}
.btn-outline-success svg.icon-stroke {
  stroke: #8EECC6;
}
.btn-outline-success:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-success:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-success:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-success:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-success.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-success:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-success:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-success.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-success svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-success svg.icon-stroke {
  stroke: #212529;
}
.btn-success:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-success:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-success:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-success:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-success.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-success:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-success:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-success.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-success {
  color: #8EECC6;
}
.btn-text-success svg:not(.icon-stroke) {
  fill: #8EECC6;
}
.btn-text-success svg.icon-stroke {
  stroke: #8EECC6;
}
.btn-text-success:hover {
  color: #6de6b5;
}
.btn-text-success:hover svg:not(.icon-stroke) {
  fill: #6de6b5;
}
.btn-text-success:hover svg.icon-stroke {
  stroke: #6de6b5;
}
.btn-text-success:not(:disabled):not(.disabled):active, .btn-text-success:not(:disabled):not(.disabled).active, .show > .btn-text-success.dropdown-toggle {
  color: #6de6b5;
}
.btn-text-success:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-success:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-success.dropdown-toggle svg:not(.icon-stroke) {
  fill: #6de6b5;
}
.btn-text-success:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-success:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-success.dropdown-toggle svg.icon-stroke {
  stroke: #6de6b5;
}
.btn-outline-info svg:not(.icon-stroke) {
  fill: #8CD6FF;
}
.btn-outline-info svg.icon-stroke {
  stroke: #8CD6FF;
}
.btn-outline-info:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-info:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-outline-info:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-outline-info:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-outline-info.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-outline-info:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-outline-info:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-outline-info.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-info svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-info svg.icon-stroke {
  stroke: #212529;
}
.btn-info:hover svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-info:hover svg.icon-stroke {
  stroke: #212529;
}
.btn-info:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-info:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-info.dropdown-toggle svg:not(.icon-stroke) {
  fill: #212529;
}
.btn-info:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-info:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-info.dropdown-toggle svg.icon-stroke {
  stroke: #212529;
}
.btn-text-info {
  color: #8CD6FF;
}
.btn-text-info svg:not(.icon-stroke) {
  fill: #8CD6FF;
}
.btn-text-info svg.icon-stroke {
  stroke: #8CD6FF;
}
.btn-text-info:hover {
  color: #66c8ff;
}
.btn-text-info:hover svg:not(.icon-stroke) {
  fill: #66c8ff;
}
.btn-text-info:hover svg.icon-stroke {
  stroke: #66c8ff;
}
.btn-text-info:not(:disabled):not(.disabled):active, .btn-text-info:not(:disabled):not(.disabled).active, .show > .btn-text-info.dropdown-toggle {
  color: #66c8ff;
}
.btn-text-info:not(:disabled):not(.disabled):active svg:not(.icon-stroke), .btn-text-info:not(:disabled):not(.disabled).active svg:not(.icon-stroke), .show > .btn-text-info.dropdown-toggle svg:not(.icon-stroke) {
  fill: #66c8ff;
}
.btn-text-info:not(:disabled):not(.disabled):active svg.icon-stroke, .btn-text-info:not(:disabled):not(.disabled).active svg.icon-stroke, .show > .btn-text-info.dropdown-toggle svg.icon-stroke {
  stroke: #66c8ff;
}
.alert {
  border: none;
  border-radius: 0;
  color: #111111;
  margin-bottom: 0;
}
.alert .ic-svg {
  margin: 0 5px;
}
.alert-link {
  text-decoration: underline;
}
.alert-link:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .alert {
    font-size: 14px;
    line-height: 1.2;
  }
}
.alert-primary {
  background-color: #111111;
}
.alert-secondary {
  background-color: #B1EFD6;
}
.alert-tertiary {
  background-color: #A9D0D5;
}
.alert-white {
  background-color: #fff;
}
.alert-light {
  background-color: #FAFAFA;
}
.alert-black {
  background-color: #000;
}
.alert-gray {
  background-color: #C9C9C9;
}
.alert-gray-light {
  background-color: #F3F3F3;
}
.alert-gray-dark {
  background-color: #565656;
}
.alert-danger {
  background-color: #FF8C8C;
}
.alert-success {
  background-color: #8EECC6;
}
.alert-info {
  background-color: #8CD6FF;
}
.badge-pill {
  height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-profile-btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #111111;
}
.c-profile:hover {
  color: #111111;
  text-decoration: none;
}
.c-profile-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  background-image: url('bg-avatar.svg');
  background-size: cover;
}
.c-profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-profile.dropdown-toggle::after {
  content: none;
}
.c-profile-user {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.c-profile-name {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  line-height: 1.2;
}
.c-profile-name span {
  display: block;
  font-size: 0.75rem;
  color: #565656;
  font-weight: 300;
}
.c-profile .dropdown-menu {
  padding: 0;
  min-width: 16.5625rem;
}
.c-profile .dropdown-item:hover,
.c-profile .dropdown-item:focus {
  background-color: #F3F3F3;
}
.c-profile .dropdown-item.active {
  background-color: #111111;
  color: #fff;
}
.c-profile-storage {
  background-color: #F3F3F3;
  border-radius: 3px;
  padding: 0.5rem;
  margin: 0.5rem;
}
.c-profile-storage__cab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-profile-storage__title {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.c-profile-storage__percent {
  color: #FFC693;
  font-weight: 700;
}
.c-profile-storage small {
  font-size: 0.625rem;
  color: #565656;
  display: block;
}
.c-profile-list {
  padding: 0.5rem;
}
.c-profile-footer {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.scroll-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.scroll-wrap::-webkit-scrollbar {
  width: 5px;
}
.scroll-wrap::-webkit-scrollbar-track {
  background: #C9C9C9;
}
.scroll-wrap::-webkit-scrollbar-thumb {
  background: #b0b0b0;
}
.scroll-hide::-webkit-scrollbar {
  width: 0px;
}
iframe ::-webkit-scrollbar {
  width: 5px;
}
iframe ::-webkit-scrollbar-track {
  background: #C9C9C9;
}
iframe ::-webkit-scrollbar-thumb {
  background: #b0b0b0;
}
div.landing-thumb {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 37, 136, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
}
div.landing-thumb div.landing-thumb-top {
  flex: 1;
  background-color: #fbfafa;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
div.landing-thumb div.landing-thumb-top .thumb-wrapper {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
div.landing-thumb div.landing-thumb-top iframe {
  width: 1366px;
  height: 768px;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0.249);
  position: absolute;
  pointer-events: none;
}
div.landing-thumb div.landing-thumb-top .c-status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
div.landing-thumb div.landing-thumb-bottom {
  border-radius: 0px 0px 5px 5px;
  padding: 12px 16px;
  background-color: #fff;
  display: flex;
}
div.landing-thumb div.landing-thumb-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
div.landing-thumb div.landing-thumb-info div {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  color: #111111;
}
div.landing-thumb div.landing-thumb-info a {
  display: block;
  text-decoration: none;
  color: #111111;
}
div.landing-thumb div.landing-thumb-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
div.landing-thumb div.landing-thumb-menu .landing-thumb-menu-btn {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0px;
  margin: 0 0 5px 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}
div.landing-thumb div.landing-thumb-menu .landing-thumb-menu-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
div.landing-thumb div.landing-thumb-menu .landing-thumb-menu-btn span svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #111111;
}
div.landing-thumb:hover div.landing-thumb-menu .landing-thumb-menu-btn {
  opacity: 1;
}
div.landing-thumb:hover div.landing-thumb-menu .landing-thumb-menu-btn:hover {
  background-color: white;
}
.dropdown-toggle::after {
  display: none;
}
.add-thumb {
  background-color: #FAFAFA;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 37, 136, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}
.add-thumb-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.add-thumb-top span:nth-child(1) {
  width: 48px;
  height: 48px;
  background-color: #111111;
  border-radius: 100%;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-thumb-top span:nth-child(1) .icon {
  stroke: #fff;
}
.add-thumb-top span:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}
.add-thumb-bottom {
  display: flex;
  height: 60px;
  padding: 12px 16px;
  border-top: 1px solid #F3F3F3;
}
.add-thumb-bottom div {
  height: 36px;
}
.add-thumb-bottom div:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}
.add-thumb-bottom div:nth-child(1) span:nth-child(1) {
  display: block;
  background-color: #F3F3F3;
  height: 13px;
  width: 90%;
  border-radius: 3px;
}
.add-thumb-bottom div:nth-child(1) span:nth-child(2) {
  display: block;
  background-color: #F3F3F3;
  height: 9px;
  width: 75px;
  border-radius: 3px;
}
.add-thumb-bottom div:nth-child(2), .add-thumb-bottom div:nth-child(3) {
  background-color: #F3F3F3;
  width: 36px;
  margin-left: 10px;
  border-radius: 100%;
}
.loading-thumb {
  background-color: #FAFAFA;
  border-radius: 5px;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 120ms ease-out 0s, display 0s ease-out 120ms;
}
.loading-thumb .top {
  flex: 1;
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-thumb .bottom {
  height: 60px;
  padding: 12px 16px;
  display: flex;
}
.loading-thumb .bottom div {
  height: 36px;
}
.loading-thumb .bottom div:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
}
.loading-thumb .bottom div:nth-child(1) span:nth-child(1) {
  display: block;
  background-color: #F3F3F3;
  height: 13px;
  width: 90%;
  border-radius: 3px;
}
.loading-thumb .bottom div:nth-child(1) span:nth-child(2) {
  display: block;
  background-color: #F3F3F3;
  height: 9px;
  width: 75px;
  border-radius: 3px;
}
.loading-thumb .bottom div:nth-child(2), .loading-thumb .bottom div:nth-child(3) {
  background-color: #F3F3F3;
  width: 36px;
  margin-left: 10px;
  border-radius: 100%;
}
.loading-thumb.on {
  opacity: 1;
  display: flex;
}
.loading-thumb.off {
  opacity: 1;
  display: none;
}
@-webkit-keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
.placeholder-loading::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
  -webkit-animation: load 1s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ghost-thumb {
  border-radius: 5px;
  border: 2px dashed #E4E4E4;
}
.action-menu {
  /*display: none;*/
  width: 180px;
  border-radius: 5px;
  background-color: #fff;
  padding: 14px 12px;
  margin: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.action-menu li {
  display: flex;
}
.action-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.action-menu li button {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0%;
  display: flex;
  align-items: center;
  padding: 7px 0;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #111111;
}
.action-menu li button span {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.action-menu li button span svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #111111;
}
.action-menu li button.warning {
  color: #FF8C8C;
}
.action-menu li button.warning span svg {
  fill: #FF8C8C;
}
.dropdown-menu {
  border: none;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.tab-nav {
  display: flex;
  margin-left: 1rem;
}
.tab-nav div {
  height: 35px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #111111;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.tab-nav div.on {
  font-weight: 700;
  opacity: 1;
}
.tab-nav div.on:after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #111111;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 767.98px) {
  .tab-nav {
    display: none;
  }
}
.tab-nav-alt {
  display: none;
}
@media (max-width: 767.98px) {
  .tab-nav-alt {
    display: block;
    width: 160px;
    height: 36px;
  }
  .tab-nav-alt select {
    width: 160px;
    height: 36px;
    border: 1px solid rgba(17, 17, 17, 0.15);
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    background-image: url('chevron-down.svg');
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-color: #fff;
    margin: 0px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0px 12px;
  }
}
.shorthand-fav-off, .shorthand-fav-on, .shorthand-share-off, .shorthand-share-on, .shorthand-collaborating {
  display: flex;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.shorthand-fav-off, .shorthand-fav-on {
  transition: background-color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s;
}
.shorthand-fav-off svg, .shorthand-fav-on svg {
  transition: fill 0.3s ease-in-out 0s;
}
.shorthand-fav-off {
  background-color: #fff;
  border: 2px solid #F3F3F3;
}
.shorthand-fav-off svg {
  fill: #F3F3F3;
}
.shorthand-fav-on {
  background-color: #FDFAE5;
  border: 0px solid #F3F3F3;
}
.shorthand-fav-on svg {
  fill: #E9CA00;
}
.shorthand-share-off, .shorthand-share-on {
  background-color: #F3F3F3;
  border: 2px solid #F3F3F3;
}
.shorthand-share-off svg, .shorthand-share-on svg {
  fill: #111111;
}
.shorthand-share-off i {
  display: none;
}
.shorthand-share-on i {
  position: absolute;
  top: -9px;
  left: -9px;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #111111;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  font-style: normal;
}
.shorthand-collaborating {
  background-color: #B1E5F2;
  border: 2px solid #B1E5F2;
}
.shorthand-collaborating svg {
  fill: #396D7A;
}
.shorthand-collaborating i {
  display: none;
}
.list-modules-hd {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-modules-hd .ic-svg {
  margin-left: 5px;
}
.list-modules-item-left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 1px;
}
.list-modules-item-text {
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  flex-grow: 1;
  min-width: 1px;
}
.list-modules-item-text .text-small {
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .list-modules-item-text span:not(:first-child) {
    display: none;
  }
}
.list-modules-cnt-item-wrap {
  width: 100%;
  width: 100%;
  padding: 0 42px 0 32px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 1560px) {
  .list-modules-cnt-item-wrap {
    padding: 0 50px 0 32px;
  }
}
.menuEditor__show .list-modules-cnt-item-wrap {
  padding-right: 0;
  padding-left: 0;
}
.list-modules-cnt-item-wrap .visibility-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.c-module {
  cursor: move;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 35px 8px 8px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  color: #565656;
  font-size: 14px;
}
.c-module:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E1E1E1;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0 0h2.4v2H0V0zM3.8 2h2.4V0H3.8V2zM7.6 0v2H10V0H7.6zM0 6h2.4V4H0V6zM3.8 6h2.4V4H3.8V6zM7.6 6H10V4H7.6V6zM0 10h2.4V8H0V10zM3.8 10h2.4V8H3.8V10zM7.6 10H10V8H7.6V10z'/%3E%3C/svg%3E");
}
.c-module span {
  color: #111111;
}
.c-module .btn-plus {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: -5px;
  z-index: 1;
}
.c-module .dropdown {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.c-module p {
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
}
.c-module.hover {
  border: 1px solid rgba(17, 17, 17, 0.3);
}
.c-module:hover {
  border: 1px solid rgba(17, 17, 17, 0.2);
}
.c-module:hover .btn-plus {
  opacity: 1;
  visibility: visible;
}
.c-module:hover .dropdown {
  opacity: 1;
}
.c-module-box {
  padding: 1.5rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 auto 20px;
  background-color: #fff;
}
@media (max-width: 1559.98px) {
  .c-module-box {
    padding: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .c-module-box {
    padding: 1rem;
  }
}
.c-module-box-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.c-module-box-title span {
  font-size: 400;
}
.c-module-box-subtitle {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}
.c-module-box.no-bg {
  background-color: transparent;
  padding: 0 0 10px 0;
  border: none;
  width: 100%;
}
.c-module-box.no-bg .c-module-box-title {
  margin-bottom: 15px;
}
.c-module-box.active {
  border-color: #000;
}
.c-module-box:last-child {
  margin-bottom: 0;
}
.c-module-box .c-module-box {
  width: 100%;
  max-width: 100%;
}
.c-module-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  cursor: pointer;
}
@media (max-width: 1559.98px) {
  .c-module-item {
    padding: 10px 0;
  }
}
.c-module-item + .c-module-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-module-item.no-cursor {
  cursor: auto;
}
.c-module-item.active {
  border: 2px solid #111111;
  border-radius: 5px;
}
.c-module-item .btn-add {
  display: block;
}
.c-module-item .btn-edit {
  display: none;
}
.c-module-item-cab {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-module-item-name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 20px;
}
.c-module-item-name .ic-svg {
  opacity: 0.1;
  margin-right: 10px;
}
.c-module-item-name .ic-svg svg {
  fill: #61A725;
}
.c-module-item-name .form-group {
  width: 100%;
}
.c-module-item-name .form-group > div {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.c-module-item-name label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.c-module-item-image, .c-module-item-miniature {
  position: relative;
}
.c-module-item-image .badge, .c-module-item-miniature .badge {
  position: absolute;
  top: -8px;
  right: -8px;
}
.c-module-item-miniature {
  width: 80px;
  flex: 0 0 80px;
  margin-right: 25px;
}
.c-module-item.add .c-module-item-name .form-group > div {
  height: auto;
}
.c-module-item.added .c-module-item-name .ic-svg, .c-module-item.resend .c-module-item-name .ic-svg {
  opacity: 1;
}
.c-module-item.added .btn-add, .c-module-item.resend .btn-add {
  display: none;
}
.c-module-item.added .btn-edit, .c-module-item.resend .btn-edit {
  display: block;
  white-space: nowrap;
}
.c-module-item .form-group label,
.c-module-item .form-group .label {
  margin-bottom: 3px;
}
.col-form-sidebar .c-module-item {
  font-weight: 400;
  font-size: inherit;
}
.c-module-font {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #111111;
  cursor: pointer;
}
.c-module-paragraph {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.c-module-miniature {
  width: 45px;
  height: 24px;
  flex: 0 0 45px;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-module-miniature .icon {
  margin: 0;
}
.add-module {
  position: relative;
  padding: 8px 55px 8px 8px;
  width: 100%;
  color: #111111;
  text-align: left !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menuEditor__show .add-module {
  margin-left: 0;
  margin-right: 0;
}
.add-module:after {
  content: none;
}
.col-form-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.col-form-sidebar .scroll-wrap {
  flex-grow: 1;
}
.detail-module {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.detail-module-hd {
  padding: 0 24px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-module-hd p {
  margin-bottom: 0;
  margin-left: 5px;
}
.detail-module-cnt {
  flex-grow: 1;
  overflow: hidden;
}
.detail-module-cnt .scroll-wrap {
  padding: 25px 0;
}
.module-section {
  height: calc(100% - 60px);
}
.module-section-components .scroll-wrap {
  padding: 25px;
}
@media (max-width: 1679.98px) {
  .module-section-components .scroll-wrap {
    padding: 15px 25px;
  }
}
.module-section-components .scroll-wrap.show {
  padding: 15px 25px;
}
.module-component {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 15px;
}
.module-component h6 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.module-component-prev {
  width: 100%;
}
.module-component-icons {
  flex: 0 0 60px;
  position: relative;
}
.module-component .ic-svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.6s;
}
.module-component .ic-rocket {
  opacity: 0;
  visibility: hidden;
}
.module-component .ic-check {
  opacity: 0.1;
  margin-right: 5px;
  visibility: visible;
}
.module-component .ic-check svg {
  fill: #61A725;
}
.module-component-desc {
  font-weight: 400;
  font-size: 0.75rem;
}
.module-component-btn {
  flex: 0 0 auto;
}
.module-component:hover .ic-rocket {
  opacity: 1;
  visibility: visible;
}
.module-component:hover .ic-check {
  opacity: 0;
  visibility: hidden;
}
.module-component.added .ic-rocket {
  display: none;
}
.module-component.added .ic-check {
  opacity: 1;
  visibility: visible;
}
.module-component.added .btn-add {
  display: block;
}
.preview-component {
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border: 1px solid #FAFAFA;
}
.preview-component-top {
  flex: 1;
  background-color: #fbfafa;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.preview-component-top .preview-component-wrapper {
  border-radius: 6px 6px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.preview-component iframe {
  width: 1366px !important;
  height: 768px !important;
  transform-origin: left top;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: scale(0.249);
  position: absolute;
}
.preview-component-add {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.preview-component-bottom {
  border-radius: 0px 0px 5px 5px;
  padding: 12px 16px;
  background-color: #fff;
}
.preview-component-bottom div {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  color: #111111;
  font-size: 0.75rem;
  opacity: 0.5;
}
.preview-component-bottom a {
  display: block;
  text-decoration: none;
  color: #111111;
  font-size: 0.875rem;
  margin-bottom: 3px;
}
.preview-component .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
@media (min-width: 1560px) and (max-width: 1679.98px) {
  .preview-component .badge {
    top: 3px;
    right: 5px;
  }
}
@media (min-width: 1366px) and (max-width: 1559.98px) {
  .preview-component .badge {
    top: 12px;
    right: 15px;
  }
}
.preview-component-image {
  width: 100%;
}
.preview-component:hover {
  border-color: rgba(17, 17, 17, 0.2);
}
.preview-component:hover .preview-component-add {
  opacity: 1;
  visibility: visible;
}
.module-item-lock {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visibility-selector {
  width: 24px;
  height: 24px;
  background-color: darkturquoise !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -200px;
}
.dashboard-table-item {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 50px 5px 5px;
  margin-bottom: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  position: relative;
}
.dashboard-table-item:not(:first-child) {
  margin-top: 8px;
}
.dashboard-table-item-lft {
  width: 120px;
  background-color: #F3F3F3;
  border-radius: 3px;
  margin-right: 10px;
}
.dashboard-table-item-rgt {
  flex: 1;
  padding: 18px 0px;
  display: flex;
  align-items: stretch;
}
.dashboard-table-item-rgt .wrap {
  width: 100%;
  list-style-type: none;
  display: flex;
}
.dashboard-table-item-rgt .wrap .bullet {
  flex: 1;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.dashboard-table-item-rgt .wrap .bullet .bullet-txt {
  flex: 1;
  overflow: hidden;
}
.dashboard-table-item-rgt .wrap .bullet .bullet-txt span, .dashboard-table-item-rgt .wrap .bullet .bullet-txt a {
  display: block;
  line-height: 1.2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111111;
}
.dashboard-table-item-rgt .wrap .bullet .bullet-txt button {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111111;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.dashboard-table-item-rgt .wrap .bullet .bullet-shorthand {
  display: flex;
}
.dashboard-table-item-rgt .wrap > div:not(:first-child) {
  border-left: 1px solid #F3F3F3;
}
.dashboard-table-item-rgt .menu {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 44px;
  cursor: pointer;
}
.dashboard-table-item-rgt .menu ul {
  position: absolute;
  top: -50%;
  left: 50px;
  transform: translateY(-50%);
}
.list-group {
  padding: 10px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-group-item .close .sr-only {
  display: none;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 0;
}
.form-group small {
  opacity: 0.6;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
.form-group .p-float-label label {
  font-size: 14px;
}
.iconListInput li {
  width: 15%;
  float: left;
}
.json-schema-form root-widget > div {
  padding: 0 25px;
}
.json-schema-form root-widget > div root-widget > div {
  padding: 0;
}
.json-schema-form .btn {
  padding-top: 10px;
}
.json-schema-form .help-block {
  font-size: 12px;
  opacity: 0.5;
}
.json-schema-form .list-group {
  padding: 10px 0;
  border-bottom: none;
}
.json-schema-form .control-label {
  font-size: 12px;
  margin-bottom: 0;
}
.search-box {
  width: 300px;
  height: 36px;
  margin-right: 50px;
  display: flex;
}
.search-box [type=submit] {
  width: 36px;
  height: 36px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  color: #C9C9C9;
  cursor: pointer;
  background-image: url('search.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-color: #fff;
  margin: 0px;
  outline: none;
}
.search-box [type=search] {
  width: 264px;
  height: 36px;
  background-color: #fff;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  outline: none;
}
.search-box [type=search]::-moz-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.search-box [type=search]::placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.search-box [type=search]:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.search-box [type=search]::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 1365.98px) {
  .search-box {
    /* from 1280px down */
    display: none;
  }
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.color-palette {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .color-palette {
    flex-direction: column;
  }
  .color-palette .btn-icon {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.color-palette-items {
  display: flex;
}
@media (min-width: 576px) {
  .color-palette-items {
    margin-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .color-palette-items {
    width: 100%;
  }
}
.color-palette-item {
  height: 2.8125rem;
  display: block;
  border-radius: 3px;
  padding: 0;
}
.color-palette-item:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .color-palette-item {
    width: 2.8125rem;
    flex: 0 0 2.8125rem;
  }
}
@media (min-width: 1560px) and (max-width: 1679.98px) {
  .color-palette-item {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .color-palette-item:not(:last-child) {
    margin-right: 0.25rem;
  }
}
.color-palette-item .btn-plus {
  min-width: inherit;
  background-color: #111111;
}
.color-palette-item .btn-plus .icon {
  opacity: 1;
}
.color-palette-colors {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 1px;
  width: 100%;
}
@media (min-width: 576px) {
  .color-palette-colors {
    flex-direction: row;
    align-items: center;
  }
}
.color-palette + p {
  font-size: 12px;
  opacity: 0.8;
}
.color-palette-name {
  font-weight: 700;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
@media (max-width: 575.98px) {
  .color-palette-name {
    margin-bottom: 0.5rem;
  }
}
.list-color-schema {
  font-size: 12px;
}
.list-color-schema div {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.list-color-schema div:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.c-step-counter {
  position: relative;
  display: flex;
  height: 55px;
  width: 55px;
  padding: 10px;
}
.c-step-counter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) rotate(-45deg);
}
.c-step-counter-current {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: -3px;
}
.c-step-counter-total {
  font-size: 18px;
  line-height: 1;
  margin-top: auto;
  margin-left: auto;
}
.modal-content {
  background-color: rgba(17, 17, 17, 0.85);
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content .modal-card {
  width: 450px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(17, 17, 17, 0.1);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .modal-content .modal-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
}
.modal-content .modal-card.modal--code {
  width: 36rem;
}
.modal-content .modal-header {
  padding: var(--modal-padding-y) var(--modal-padding-x);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-content .modal-header h4 {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.modal-content .modal-header .close {
  font-size: 0;
}
.modal-content .modal-body {
  background-color: #fff;
  padding: var(--modal-padding-y) var(--modal-padding-x);
}
@media (max-width: 575.98px) {
  .modal-content .modal-body {
    flex-grow: 1;
  }
}
.modal-content .modal-body label {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #565656;
  font-weight: 500;
  margin-bottom: 5px;
}
.modal-content .modal-body input, .modal-content .modal-body select {
  display: block;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.1;
  color: #000;
  outline: none;
  padding: 0px 12px;
  position: relative;
}
.modal-content .modal-body select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('chevron-down.svg');
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #fff;
  cursor: pointer;
}
.modal-content .modal-footer {
  padding: var(--modal-padding-y) var(--modal-padding-x);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal-content .modal-footer button {
  height: 36px;
  padding: 0px 21px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 0px;
  outline: none;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  margin-left: 10px;
}
.modal-content .modal-footer .focus-button {
  background-color: #FF8C8C;
  color: #fff;
}
.modal-content .modal-footer .alt-button {
  background-color: #fff;
  color: rgba(17, 17, 17, 0.5);
}
@media (min-width: 1024px) {
  .c-create-start {
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .c-create-start-col:first-child {
    padding-left: 1.875rem;
    padding-right: 4.375rem;
  }
  .c-create-start-col:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 4.375rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .c-create-start-col {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}
@media (max-width: 1023.98px) {
  .c-create-start-col:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1560px) {
  .c-create-start img.img-fluid {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) and (max-width: 1559.98px) {
  .c-create-start img.img-fluid {
    padding: 0 10%;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .c-create-start img.img-fluid {
    padding-right: 1.875rem;
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .c-create-start img.img-fluid {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1559.98px) {
  .c-create-start h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 1023.98px) {
  .c-create-start h2 {
    font-size: 1.5rem;
  }
}
.c-create-panel-header {
  margin-bottom: 3.125rem;
}
@media (max-width: 767.98px) {
  .c-create-panel-header {
    margin-bottom: 0.9375rem;
  }
}
.c-create-panel-content {
  width: 43.75rem;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 767.98px) {
  .c-create-panel-content {
    width: 100%;
    max-width: 100%;
  }
}
.c-create-panel-footer {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
  margin-top: 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-create-panel-footer .c-progress {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  margin-bottom: -1px;
}
@media (max-width: 767.98px) {
  .c-create-panel-footer {
    margin-top: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .c-create-panel-footer .btn-fixed-width {
    width: 100%;
  }
}
.c-create-form-question {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767.98px) {
  .c-create-form-question {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.c-choice {
  display: inline-block;
  cursor: pointer;
}
.c-choice-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.c-choice-content {
  display: flex;
  align-items: center;
  border: 2px solid #E9E9E9;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 11px;
}
.c-choice-content.active {
  border-color: #32be85;
}
.c-choice-key {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  width: 24px;
  height: 24px;
  margin-right: 0.9375rem;
  border-radius: 3px;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
}
.c-choice-value {
  font-size: 1rem;
  font-weight: 500;
}
.c-choice__block {
  display: block;
}
.c-progress {
  overflow: hidden;
  height: 20px;
}
.c-progress-bar {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background-color: #111111;
}
.c-progress-bar span {
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 11px;
  font-weight: 700;
}
.c-prev-mockup {
  overflow: hidden;
  border: 1px solid #111111;
  border-radius: 0.25rem;
  padding: 1rem;
}
.c-prev-mockup__iframe {
  position: relative;
  height: 100%;
  width: 100%;
}
.c-prev-mockup__iframe::before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.c-prev-mockup__iframe > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-prev-mockup__iframe--1x1 {
  --aspect-ratio: 100%;
}
.c-prev-mockup__iframe--4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}
.c-prev-mockup__iframe--16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}
.c-prev-mockup__iframe--21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}
.c-prev-mockup iframe {
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
}
.c-prev-mockup iframe body::-webkit-scrollbar {
  width: 0;
}
.editor-btn {
  width: 36px;
  min-height: 34px;
  padding: 0;
  position: relative;
}
.editor-btn .ic-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form-editor-repetible {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 2px 28px 2px 2px;
  max-width: 520px;
  width: 100%;
  position: relative;
  border: 1px solid #e8e8e8;
  color: #565656;
  font-size: 12px;
  margin-bottom: 0;
}
.c-form-editor-repetible-drag-element {
  cursor: move;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E1E1E1;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0 0h2.4v2H0V0zM3.8 2h2.4V0H3.8V2zM7.6 0v2H10V0H7.6zM0 6h2.4V4H0V6zM3.8 6h2.4V4H3.8V6zM7.6 6H10V4H7.6V6zM0 10h2.4V8H0V10zM3.8 10h2.4V8H3.8V10zM7.6 10H10V8H7.6V10z'/%3E%3C/svg%3E");
}
.c-form-editor {
  max-width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 1.25rem;
  background-color: #fff;
  position: relative;
}
@media (min-width: 576px) {
  .c-form-editor {
    padding: 1.5rem 1.5rem;
  }
}
.c-form-editor-title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.c-form-editor-title span {
  font-size: 400;
}
.c-form-editor-body .form-group {
  position: relative;
  margin-bottom: 0.625rem;
}
.c-form-editor-body .form-group:last-child {
  margin-bottom: 0;
}
.c-form-editor-body .p-tabview .p-tabview-panels {
  padding: 0.9375rem;
}
.c-form-editor-cab {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.c-form-editor-line {
  margin: 0.9375rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-form-editor-btn-visible {
  width: 2.125rem !important;
  min-height: 2.5rem !important;
}
.c-form-editor-item {
  position: relative;
  display: flex;
}
.c-form-editor-item + .c-form-editor-item {
  margin-top: 0.5rem;
}
.c-form-editor-item .row {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
}
.c-form-editor-item .row > .col, .c-form-editor-item .row > [class*=col-] {
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
}
.c-form-editor-item .p-dropdown {
  width: 100%;
}
.c-form-editor-item-left {
  margin-left: -0.5625rem;
  width: 2.125rem;
}
.c-form-editor-item__bg::before, .c-form-editor-item:nth-child(even)::before {
  content: "";
}
.c-form-editor-item__bg::before {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.c-form-editor-form {
  flex-grow: 1;
}
.c-form-editor-plan {
  margin: 0;
  border-top-left-radius: 0;
  height: 100%;
}
.c-form-editor-plan .c-form-editor-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-form-editor-hide {
  opacity: 0.3;
}
.c-form-config {
  width: 100%;
}
.c-form-config-header {
  display: flex;
  align-items: center;
  min-height: 2.1875rem;
}
.c-form-config-header-icon {
  opacity: 0.2;
  margin-right: 0.625rem;
  transition: opacity 0.15s ease-in-out;
}
.c-form-config-header-text {
  overflow: hidden;
  flex-grow: 1;
  line-height: 1.375;
  font-size: 0.75rem;
}
.c-form-config-header-label {
  display: block;
  font-weight: 700;
  margin-right: 1.25rem;
}
.c-form-config-header-value {
  display: block;
  font-weight: 400;
}
.c-form-config-content {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.c-form-config-content-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: -0.3125rem;
}
.c-form-config-toggleable {
  overflow: hidden;
}
.c-form-config.active .c-form-config-header-icon {
  opacity: 1;
}
.text-small {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 0.3125rem;
  display: block;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  min-width: 1px;
}
.dropdown-menu {
  box-shadow: 0 0 8px 0 rgba(0, 37, 136, 0.05);
}
.dropdown-item {
  padding: 8px;
  font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #000;
}
.icon {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
.icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-stroke.ic-18 {
  stroke-width: 2;
}
.ic-14 {
  height: 0.875rem;
  width: 0.875rem;
  flex: 0 0 0.875rem;
}
.ic-16 {
  height: 1rem;
  width: 1rem;
  flex: 0 0 1rem;
}
.ic-18 {
  height: 1.125rem;
  width: 1.125rem;
  flex: 0 0 1.125rem;
}
.ic-20 {
  height: 1.25rem;
  width: 1.25rem;
  flex: 0 0 1.25rem;
}
.ic-22 {
  height: 1.375rem;
  width: 1.375rem;
  flex: 0 0 1.375rem;
}
.ic-24 {
  height: 1.5rem;
  width: 1.5rem;
  flex: 0 0 1.5rem;
}
.ic-32 {
  height: 2rem;
  width: 2rem;
  flex: 0 0 2rem;
}
.ic-64 {
  height: 4rem;
  width: 4rem;
  flex: 0 0 4rem;
}
.ic-primary {
  fill: #111111;
}
.icon-stroke.ic-primary {
  fill: none;
  stroke: #111111;
}
.ic-secondary {
  fill: #B1EFD6;
}
.icon-stroke.ic-secondary {
  fill: none;
  stroke: #B1EFD6;
}
.ic-tertiary {
  fill: #A9D0D5;
}
.icon-stroke.ic-tertiary {
  fill: none;
  stroke: #A9D0D5;
}
.ic-white {
  fill: #fff;
}
.icon-stroke.ic-white {
  fill: none;
  stroke: #fff;
}
.ic-light {
  fill: #FAFAFA;
}
.icon-stroke.ic-light {
  fill: none;
  stroke: #FAFAFA;
}
.ic-black {
  fill: #000;
}
.icon-stroke.ic-black {
  fill: none;
  stroke: #000;
}
.ic-gray {
  fill: #C9C9C9;
}
.icon-stroke.ic-gray {
  fill: none;
  stroke: #C9C9C9;
}
.ic-gray-light {
  fill: #F3F3F3;
}
.icon-stroke.ic-gray-light {
  fill: none;
  stroke: #F3F3F3;
}
.ic-gray-dark {
  fill: #565656;
}
.icon-stroke.ic-gray-dark {
  fill: none;
  stroke: #565656;
}
.ic-danger {
  fill: #FF8C8C;
}
.icon-stroke.ic-danger {
  fill: none;
  stroke: #FF8C8C;
}
.ic-success {
  fill: #8EECC6;
}
.icon-stroke.ic-success {
  fill: none;
  stroke: #8EECC6;
}
.ic-info {
  fill: #8CD6FF;
}
.icon-stroke.ic-info {
  fill: none;
  stroke: #8CD6FF;
}
.ic-inline {
  display: inline-block;
  vertical-align: middle;
}
.c-menu {
  width: var(--menu-width);
}
.c-menu .btn {
  margin: 15px 0;
  padding: 7px;
  width: 100%;
  text-align: start;
  font-size: 0.875rem;
}
.c-menu .btn .icon {
  margin-left: 0;
}
.c-menu-block {
  padding: 0 10px;
}
.c-menu-block:first-child {
  height: var(--panel-header-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu-block:first-child .btn {
  margin: 0;
}
.c-menu-block:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.db-sidebar-expand .c-menu {
  width: 60px;
}
.db-sidebar-expand .c-menu .c-menu-block {
  padding: 0;
}
.db-sidebar-expand .c-menu .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 38px;
  height: 38px;
  margin: 15px auto;
}
.db-sidebar-expand .c-menu .btn span {
  display: none;
}
.c-menu-mobile-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  height: 47px;
}
@media (min-width: 768px) {
  .c-menu-mobile-header {
    height: 56px;
  }
}
.c-menu-mobile-header__left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 3.125rem;
  border-right: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .c-menu-mobile-header__left {
    width: 56px;
  }
}
.c-menu-mobile-header__left .btn-icon-only {
  width: 100%;
  height: 100%;
}
.c-menu-mobile-header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  min-width: 1px;
  padding-right: var(--panel-padding-x);
  padding-left: 1rem;
}
.c-menu-mobile-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  overflow-x: auto;
  height: 62px;
  padding-right: var(--panel-padding-x);
  padding-left: var(--panel-padding-x);
}
.c-menu-mobile-footer .btn-submenu {
  border-radius: 50px;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  width: auto;
}
.c-menu-mobile-footer .btn-submenu .icon {
  margin-right: 0.375rem;
}
.c-menu-mobile-footer .btn-submenu.active {
  background-color: #111111;
  color: #fff;
  font-weight: 400;
}
.c-submenu {
  width: 250px;
}
.c-submenu-block {
  padding: 24px 24px 0 24px;
}
.c-submenu-block:first-child {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: var(--panel-header-height);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-submenu-title {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
  margin-bottom: 12px;
}
.c-status {
  display: inline-flex;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 0.125rem solid transparent;
  padding: 0.375rem 0.9375rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  border-radius: 10rem;
  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) {
  .c-status {
    transition: none;
  }
}
.c-status:hover, .c-status:focus {
  text-decoration: none;
}
.c-status__badge {
  padding: 0 0.375rem;
  border-radius: 10rem;
  margin-left: 0.5rem;
  margin-right: -0.5625rem;
}
.c-status--success {
  background-color: #8EECC6;
  color: #212529;
}
.c-status--success .c-status__badge {
  color: #8EECC6;
  background-color: #212529;
}
.c-status--warning {
  background-color: #FFC693;
  color: #212529;
}
.c-status--warning .c-status__badge {
  color: #FFC693;
  background-color: #212529;
}
.c-status--info {
  background-color: #8CD6FF;
  color: #212529;
}
.c-status--info .c-status__badge {
  color: #8CD6FF;
  background-color: #212529;
}
.c-status--danger {
  background-color: #FF8C8C;
  color: #212529;
}
.c-status--danger .c-status__badge {
  color: #FF8C8C;
  background-color: #212529;
}
.c-status--sm {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 10rem;
}
.c-status--sm .c-status__badge {
  padding: 0 0.313rem;
  margin-right: -0.375rem;
}
.c-status--xs {
  padding: 0.0625rem 0.375rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 10rem;
}
.c-status--xs .c-status__badge {
  padding: 0 0.313rem;
  margin-right: -0.3125rem;
}
.c-timer {
  font-size: 12px;
  line-height: 1;
  color: #6c757d;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 1560px) {
  .c-timer {
    right: 10px;
  }
}
.c-timer span {
  text-transform: uppercase;
  font-size: 7px;
  margin-bottom: 2px;
  display: block;
}
.c-data-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.375;
  min-width: 1px;
}
.c-data-label__caption {
  font-size: 0.875rem;
  color: #adb5bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-data-label__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.c-data-label__actions {
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-data-label__actions a {
  text-decoration: none;
  opacity: 0.5;
}
.c-data-label__actions a:hover {
  opacity: 1;
}
.c-data-label__actions a:not(:last-child) {
  margin-right: 0.5rem;
}
.c-data-label-group {
  display: flex;
}
.c-data-label-group .c-data-label {
  margin-left: 0.75rem;
}
.c-data-label--sm {
  line-height: 1.5;
}
.c-data-label--sm .c-data-label__caption, .c-data-label--sm .c-data-label__actions {
  font-size: 0.6875rem;
  line-height: 1.25;
}
.c-data-label--sm .c-data-label__text {
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .c-data-label--row {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .c-data-label--row .c-data-label__text {
    margin-right: 1rem;
  }
}
.c-card-row {
  display: flex;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  width: 100%;
}
.c-card-row__col {
  display: flex;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 1px;
  padding: 0.75rem;
  background-color: #fff;
}
.c-card-row__col:last-child {
  padding-right: 1rem;
}
.c-card-row__col .c-add-btn {
  margin: 0 auto;
}
.c-card-row__col--media {
  flex: 0 0 4.5rem;
  max-width: 4.5rem;
  padding: 0.75rem;
  margin-right: -0.75rem;
}
.c-card-row__col--media .c-device-badge {
  border-radius: 0.25rem;
}
.c-card-row__col--data {
  flex: 0 0 10rem;
  max-width: 10rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 1.875rem;
}
.c-card-row__col--data + .c-card-row__col--data {
  padding-left: 0.75rem;
}
@media (max-width: 767.98px) {
  .c-card-row__col--data {
    display: none;
  }
}
.c-card-row__col--status {
  justify-content: flex-end;
  flex: 0 0 9rem;
  max-width: 9rem;
}
.c-card-row__col--actions {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.section-thumbs .c-card-row {
  cursor: pointer;
}
.c-list-row__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.c-list-row__item__content {
  flex-grow: 1;
}
.c-list-row__item__actions {
  margin-left: 0.5rem;
  width: 2.25rem;
}
.c-list-row__item__actions .btn {
  opacity: 0.5;
}
.c-list-row__item__actions .btn:hover {
  opacity: 0.8;
}
.c-add-btn {
  display: flex;
  align-items: center;
}
.c-add-btn__btn {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.5);
}
.c-add-btn__label {
  font-weight: 700;
  margin-left: 0.75rem;
}
.c-message-no-content {
  text-align: center;
}
.c-message-no-content__media {
  margin-bottom: 1.5rem;
}
.c-message-no-content__media img {
  max-height: 15rem;
}
.c-message-no-content__body {
  margin-bottom: 1.5rem;
}
.c-message-no-content__title {
  margin-bottom: 0.5rem;
}
.c-message-no-content__description {
  font-size: 0.875rem;
  margin-bottom: -0.5rem;
}
.c-message-no-content__link {
  font-size: 0.875rem;
  font-weight: 500;
}
.c-code-input code-input {
  --item-spacing: 1rem;
  --item-height: 5.5rem;
  --item-border-has-value: 1px solid #111111;
  --item-border-focused: 1px solid #8CD6FF;
  --item-border-radius: .188rem;
  --color: #111111;
  font-size: 3rem;
}
.c-code-input code-input span:first-child {
  padding-left: 0 !important;
}
.c-code-input code-input span:last-child {
  padding-right: 0;
}
.c-weekly {
  font-size: 0.625rem;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: 0.625rem;
}
@media (max-width: 575.98px) {
  .c-weekly-list {
    display: flex;
  }
}
.c-weekly-list .p-component {
  font-size: 0.875rem;
  border-radius: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
}
.c-weekly-list .p-component.p-highlight {
  border-color: #111111 !important;
}
@media (min-width: 576px) {
  .c-weekly-list .p-component:not(:last-child) {
    margin-right: 0.375rem;
  }
}
@media (max-width: 575.98px) {
  .c-weekly-list .p-component {
    padding: 0.5rem !important;
    flex-grow: 1;
  }
  .c-weekly-list .p-component:not(:last-child) {
    margin-right: 2px;
  }
}
.c-device-badge {
  position: relative;
  width: 100%;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.c-device-badge::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.c-device-badge > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-device-badge--1x1 {
  --aspect-ratio: 100%;
}
.c-line {
  position: relative;
  display: flex;
}
.c-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #e9ecef;
}
.c-line__text {
  position: relative;
  line-height: 1;
  margin: 0 auto;
  padding: 0.5rem;
  background-color: #fff;
}
.c-dropzone {
  padding: 2rem;
  text-align: center;
  border: dashed 1px rgba(17, 17, 17, 0.5);
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
}
.c-dropzone input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-dropzone span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.6;
  line-height: 1.2;
}
.c-files-list {
  margin-top: 1.5rem;
}
.c-single-file {
  display: flex;
  padding: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.c-single-file + .c-single-file {
  border-top: 1px solid #dee2e6;
}
.c-single-file__delete {
  margin-left: 0.5rem;
  cursor: pointer;
  display: flex;
}
.c-single-file__name {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
.c-single-file__size {
  font-size: 12px;
  opacity: 0.6;
  margin: 0;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.c-single-file__info {
  width: 100%;
}
.c-add-media {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-add-media span {
  font-size: 0.875rem;
  color: #6c757d;
}
.c-add-media__preview, .c-add-media__btn {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-right: 1rem;
}
.c-add-media__preview {
  position: relative;
}
.c-add-media__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-add-media__preview-hover {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-add-media__btn {
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-add-media:hover .c-add-media__preview-hover {
  display: flex;
}
.c-add-media:hover span {
  color: #111111;
}
@media (min-width: 576px) {
  .p-dialog-media {
    width: 95%;
  }
}
@media (min-width: 1024px) {
  .p-dialog-media {
    width: 55rem;
  }
}
.p-dialog-media .p-dialog-content {
  padding: 0;
  background-color: #F3F3F3;
  overflow: inherit;
}
@media (min-width: 576px) {
  .p-dialog-media .p-dialog-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media (min-width: 576px) {
  .p-dialog-media__row {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .p-dialog-media__row {
    flex-direction: column;
  }
}
.p-dialog-media__sidebar {
  padding: 0;
}
@media (min-width: 1024px) {
  .p-dialog-media__sidebar {
    width: 15rem;
  }
}
@media (min-width: 576px) {
  .p-dialog-media__sidebar {
    width: 13rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    background-color: #fff;
  }
}
@media (min-width: 576px) {
  .p-dialog-media__sidebar {
    padding: var(--modal-padding-x);
  }
  .p-dialog-media__sidebar .p-dropdown {
    display: none;
  }
}
.p-dialog-media__sidebar .p-dropdown {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
}
.p-dialog-media__sidebar .p-dropdown .p-dropdown-label {
  display: flex;
  align-items: center;
  height: 3rem;
  padding-left: 1.5rem;
}
.p-dialog-media__sidebar .p-dropdown:not(.p-disabled).p-focus {
  border-bottom: 1px solid #dee2e6;
}
.p-dialog-media__cnt {
  height: 70vh;
  padding: var(--modal-padding-y) var(--modal-padding-x);
  overflow-y: auto;
}
.p-dialog-media__cnt::-webkit-scrollbar {
  width: 5px;
}
.p-dialog-media__cnt::-webkit-scrollbar-thumb {
  background: #b0b0b0;
}
.p-dialog-media__cnt::-webkit-scrollbar-track {
  background: #C9C9C9;
}
.p-dialog-media__cnt .embed-responsive {
  overflow: hidden;
  border-radius: 3px;
}
.p-dialog-media__cnt .embed-responsive-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dialog-media__cnt .preview-component {
  border: none;
}
.p-dialog-media__cnt .preview-component-top {
  border-radius: 3px;
}
.p-dialog-media__cnt .preview-component-top .preview-component-wrapper {
  border-radius: 0;
}
.p-dialog-media__search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #F3F3F3;
  z-index: 1;
  padding: var(--modal-padding-y) var(--modal-padding-x);
}
.p-dialog-media__search + .p-dialog-media__cnt {
  padding-top: 0;
  height: calc(70vh - 5.5rem);
}
@media (max-width: 575.98px) {
  .p-dialog-media-menu {
    display: none;
  }
}
.p-dialog-media-menu__icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  overflow: hidden;
}
.p-dialog-media-menu__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dialog-media-menu__name {
  font-size: 0.875rem;
}
.p-dialog-media-menu__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-dialog-media-menu__item:not(:last-child) {
  margin-bottom: 1rem;
}
.p-dialog-media-menu__item.active .p-dialog-media-menu__name {
  font-weight: 700;
}
.c-burguer {
  padding: 1rem;
  border-right: 1px solid #dee2e6;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-burguer {
    display: none;
  }
}
.c-burguer-menu {
  width: 16px;
  height: 14px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.c-burguer-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #111111;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.c-burguer-menu span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.c-burguer-menu span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.c-burguer-menu span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
.c-burguer.open .c-burguer-menu span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}
.c-burguer.open .c-burguer-menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.c-burguer.open .c-burguer-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
  left: 3px;
}
.visibility-toggle-item {
  width: 42px;
  height: 42px;
}
.visibility-toggle-item div[role=checkbox] {
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
}
.visibility-toggle-item div[role=checkbox]:hover, .visibility-toggle-item div[role=checkbox]:active {
  background-color: transparent !important;
}
.visibility-toggle-item div[role=checkbox].p-highlight, .visibility-toggle-item div[role=checkbox].p-highlight:hover, .visibility-toggle-item div[role=checkbox].p-highlight:active {
  background-color: transparent;
}
.visibility-toggle-item div[role=checkbox].p-highlight span, .visibility-toggle-item div[role=checkbox].p-highlight:hover span, .visibility-toggle-item div[role=checkbox].p-highlight:active span {
  color: #6c757d;
}
.c-bar {
  height: 0.25rem;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin: 0.5rem 0;
  position: relative;
}
.c-bar span {
  background-color: #FFC693;
  height: 100%;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-table-edit .btn-link .p-button-label {
  display: none;
}
.c-table-edit__actions {
  text-align: right !important;
  width: 5.625rem;
}
.c-table-edit__actions--sm {
  width: 3.125rem;
}
.c-table-invoices__name {
  font-size: 0.875rem;
  font-weight: 700;
  width: 12.5rem;
}
@media (min-width: 768px) {
  .c-table-invoices__name {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .c-table-invoices__name {
    width: 40%;
  }
}
.c-table-invoices__label {
  font-size: 0.75rem;
  color: #C9C9C9;
}
@media (max-width: 575.98px) {
  .c-table-invoices__label {
    width: 6.25rem;
  }
}
.c-table-invoices__status {
  width: 4.6875rem;
}
.c-table-invoices__status .c-status {
  width: 100%;
  font-size: 0.625rem;
  justify-content: center;
}
.c-table-invoices__download {
  text-align: right !important;
}
@media (max-width: 575.98px) {
  .c-table-invoices__download {
    width: 7.5rem;
  }
}
.c-table-responsive .p-datatable {
  overflow-x: auto;
  white-space: nowrap;
}
.add-row {
  display: none;
}
.add-row.show {
  display: flex;
}
.dialog-tool .p-dialog-content {
  min-height: 18.75rem;
  padding: 1.5rem;
}
.dialog-tool .p-field > label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
html,
body {
  height: 100%;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
}
button:focus {
  outline: none;
}
.cursor-pointer {
  cursor: pointer;
}
.header {
  position: fixed;
  z-index: 3;
  top: 0px;
  right: 0px;
  height: 62px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 37, 136, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.header .btn-link {
  font-size: 13px;
}
.header .btn-link:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .header {
    height: 47px;
    border-bottom: 1px solid #dee2e6;
    box-shadow: none;
    padding: 0 var(--panel-padding-x) 0 0;
  }
}
.header-brand {
  height: 48px;
  flex: 1;
  display: flex;
  align-items: center;
  letter-spacing: -0.5px;
}
.header-brand img {
  height: 48px;
  width: auto;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .header-brand {
    padding-left: var(--panel-padding-x);
  }
}
.header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header-profile {
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
}
.header-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-menu {
    position: fixed;
    top: 47px;
    left: -100vw;
    bottom: 62px;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    transition: 0.5s;
  }
  .header-menu.show {
    display: flex;
    left: 0;
  }
}
.header-menu-item {
  color: #111111;
  text-decoration: none;
}
.header-menu-item:not(:last-child) {
  margin-right: 24px;
}
.header-menu-item:hover {
  text-decoration: none;
  color: #111111;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .header-menu-item {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .header-menu-item:not(:last-child) {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.header-content {
  padding: 0 25px;
}
@media (max-width: 575.98px) {
  .header-content {
    padding-left: 0;
  }
}
.block-save {
  display: flex;
}
.block-save span {
  font-size: 13px;
}
.block-save .btn {
  margin-left: 0.5rem;
}
.block-save .save-date {
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .block-save .save-date {
    display: none;
  }
}
.log-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  width: 25%;
}
@media (min-width: 1280px) and (max-width: 1559.98px) {
  .log-header {
    width: 30%;
  }
}
@media (max-width: 1279.98px) {
  .log-header {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .log-header {
    position: relative;
    width: 100%;
  }
}
.log-header .log-header-main {
  background-color: #111111;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .log-header .log-header-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px 50px;
  }
}
.log-header .log-header-brand {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100px;
  height: 22px;
}
.log-header .log-header-brand svg {
  fill: #B1EFD6;
  width: 100px;
  height: 22px;
}
@media (max-width: 767.98px) {
  .log-header .log-header-brand {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
  }
}
.log-header .log-header-title {
  font-size: 48px;
  color: #fff;
  line-height: 1.03;
  font-weight: 700;
}
@media (max-width: 1279.98px) {
  .log-header .log-header-title {
    font-size: 40px;
  }
}
.log-header-footer {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 0;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .log-header-footer {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 40px;
    color: #111111;
    display: block;
    text-align: center;
  }
}
.log-grid {
  background-color: #fff;
  padding: 100px 0 100px 25%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1559.98px) {
  .log-grid {
    padding: 80px 0 80px 30%;
  }
}
@media (min-width: 1280px) {
  .log-grid {
    position: fixed;
    overflow-y: scroll;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 1279.98px) {
  .log-grid {
    padding: 60px 0 60px 40%;
  }
}
@media (max-width: 767.98px) {
  .log-grid {
    padding: 50px 30px;
    height: auto;
  }
}
.log-box {
  width: 89.34%;
  max-width: 500px;
  min-width: 280px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .log-box {
    max-width: 65%;
  }
}
@media (max-width: 1023.98px) {
  .log-box {
    max-width: 75%;
  }
}
@media (max-width: 575.98px) {
  .log-box {
    max-width: 100%;
    width: 100%;
  }
}
.log-box-title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.034;
  color: #111111;
}
@media (max-width: 1279.98px) {
  .log-box-title {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .log-box-title {
    font-size: 30px;
  }
}
.log-box-social {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.log-box-social-btn {
  cursor: pointer;
  width: 48.148%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #111111;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (min-width: 1560px) {
  .log-box-social-btn {
    height: 52px;
  }
}
@media (max-width: 1559.98px) {
  .log-box-social-btn {
    height: 48px;
  }
}
@media (max-width: 1279.98px) {
  .log-box-social-btn {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
  }
}
.log-box-social-btn span:first-child {
  border-right: 2px solid #111111;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1560px) {
  .log-box-social-btn span:first-child {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 1559.98px) {
  .log-box-social-btn span:first-child {
    height: 46px;
    width: 46px;
  }
}
@media (max-width: 1279.98px) {
  .log-box-social-btn span:first-child {
    height: 48px;
    width: 48px;
  }
}
.log-box-social-btn span:first-child svg {
  width: 16px;
  height: 16px;
}
.log-box-social-btn span:last-child {
  flex: 1;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #111111;
  padding: 0 17px;
}
@media (min-width: 1280px) {
  .log-box-social-btn span:last-child {
    text-align: center;
  }
}
@media (max-width: 1279.98px) {
  .log-box-social-btn span:last-child {
    font-size: 12px;
    text-align: left;
  }
}
.log-box-social-btn:focus {
  outline: none;
}
.log-box-custom {
  margin-top: 30px;
}
@media (max-width: 1559.98px) {
  .log-box-custom {
    margin-top: 20px;
  }
}
.log-box-custom-title {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  text-align: center;
}
@media (max-width: 1279.98px) {
  .log-box-custom-title {
    font-size: 12px;
  }
}
.log-box-custom-intro {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #111111;
}
@media (max-width: 1559.98px) {
  .log-box-custom-intro {
    font-size: 14px;
  }
}
.log-box-custom-form {
  margin-top: 30px;
}
.log-box-custom-form-fieldset.input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1559.98px) {
  .log-box-custom-form-fieldset.input {
    margin-bottom: 15px;
  }
}
.log-box-custom-form-fieldset.input input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #C9C9C9;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #111111;
}
@media (min-width: 1560px) {
  .log-box-custom-form-fieldset.input input {
    height: 52px;
  }
}
@media (min-width: 1280px) and (max-width: 1559.98px) {
  .log-box-custom-form-fieldset.input input {
    height: 48px;
  }
}
@media (max-width: 1279.98px) {
  .log-box-custom-form-fieldset.input input {
    height: 50px;
    font-size: 12px;
  }
}
.log-box-custom-form-fieldset.input input::-webkit-input-placeholder, .log-box-custom-form-fieldset.input input:-ms-input-placeholder, .log-box-custom-form-fieldset.input input::placeholder {
  color: #111111;
  opacity: 0.5;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media (max-width: 1279.98px) {
  .log-box-custom-form-fieldset.input input::-webkit-input-placeholder, .log-box-custom-form-fieldset.input input:-ms-input-placeholder, .log-box-custom-form-fieldset.input input::placeholder {
    font-size: 12px;
  }
}
.log-box-custom-form-fieldset.input input:focus {
  outline: none;
}
.log-box-custom-form-fieldset.input span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #111111;
  margin-top: 6px;
  position: relative;
  padding: 0 5px;
  margin-left: 15px;
}
@media (max-width: 1279.98px) {
  .log-box-custom-form-fieldset.input span {
    font-size: 12px;
  }
}
.log-box-custom-form-fieldset.input span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #111111;
  opacity: 0.25;
}
.log-box-custom-form-fieldset.check {
  width: 100%;
}
.log-box-custom-form-fieldset.check p {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
}
@media (max-width: 1279.98px) {
  .log-box-custom-form-fieldset.check p {
    font-size: 12px;
  }
}
.log-box-custom-form-fieldset.check p a:link {
  color: #111111;
  text-decoration: none;
}
.log-box-custom-form-fieldset.check p a:visited {
  color: #111111;
  text-decoration: none;
}
.log-box-custom-form-fieldset.check p a:hover {
  color: #000000;
  text-decoration: none;
}
.log-box-custom-form-fieldset.check p a:active {
  color: #000000;
  text-decoration: none;
}
.log-box-custom-form-fieldset.submit {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1559.98px) {
  .log-box-custom-form-fieldset.submit {
    margin-top: 20px;
  }
}
.log-box-custom-form-fieldset.submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 4px;
  background-color: #000;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
}
@media (max-width: 1559.98px) {
  .log-box-custom-form-fieldset.submit input {
    height: 48px;
  }
}
@media (min-width: 1280px) {
  .log-box-custom-form-fieldset.submit input {
    flex: 1;
    order: 2;
    font-size: 12px;
  }
}
@media (max-width: 1279.98px) {
  .log-box-custom-form-fieldset.submit input {
    width: 100%;
    order: 1;
    height: 50px;
  }
}
.log-box-custom-form-fieldset.submit input:hover {
  background-color: #87e6c0;
}
.log-box-custom-form-fieldset.submit input:focus {
  outline: none;
  background-color: #87e6c0;
}
.log-box-custom-form-fieldset.submit a {
  padding: 20px;
  align-items: center;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .log-box-custom-form-fieldset.submit a {
    width: 50%;
    order: 1;
    display: flex;
    font-size: 14px;
  }
}
@media (max-width: 1279.98px) {
  .log-box-custom-form-fieldset.submit a {
    display: block;
    width: 100%;
    order: 2;
    text-align: center;
    font-size: 12px;
  }
}
.log-box-custom-form-fieldset.submit a a:link {
  color: #000;
}
.log-box-custom-form-fieldset.submit a a:visited {
  color: #000;
}
.log-box-custom-form-fieldset.submit a a:hover {
  color: #000;
}
.log-box-custom-form-fieldset.submit a a:active {
  color: #000;
}
.log-box-custom-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.log-box-custom-btn button {
  width: 100%;
  max-width: 250px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 4px;
  background-color: #111111;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
}
@media (min-width: 1560px) {
  .log-box-custom-btn button {
    height: 52px;
  }
}
@media (min-width: 1280px) and (max-width: 1559.98px) {
  .log-box-custom-btn button {
    height: 48px;
  }
}
@media (max-width: 1279.98px) {
  .log-box-custom-btn button {
    height: 50px;
    font-size: 12px;
  }
}
.log-box-custom-btn button:hover {
  background-color: #000000;
}
.log-box-custom-btn button:focus {
  outline: none;
  background-color: #000000;
}
.log-box-footer {
  margin-top: 45px;
  text-align: center;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #111111;
}
@media (max-width: 1279.98px) {
  .log-box-footer {
    margin-top: 30px;
  }
}
.log-box-footer a {
  text-decoration: underline;
  cursor: pointer;
}
.log-box-footer a:link {
  color: #111111;
}
.log-box-footer a:visited {
  color: #111111;
}
.log-box-footer a:hover {
  color: #000000;
}
.log-box-footer a:active {
  color: #000000;
}
.editor-container {
  height: calc(100% - 60px);
}
.editor-prev {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editor-prev .prev-hd {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  flex: 0 0 60px;
}
.editor-prev .prev-cnt {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.editor-prev .prev-cnt.desktop iframe {
  max-height: 100%;
}
.editor-prev .prev-cnt .scroll-wrap {
  width: 100%;
}
.editor-modu {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
}
.editor-modu .modu-hd {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.editor-modu .modu-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.editor-modu .modu-nav a {
  padding: 10px 0;
  margin: 0 5px;
  position: relative;
}
.editor-modu .modu-nav a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: #111111;
}
.sec-editor {
  display: flex;
  overflow: hidden;
}
/* Drag and Drop */
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.example-box:last-child {
  border: none;
}
.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.db {
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .db.db-sidebar-expand .header {
    display: none;
  }
}
.db-sidebar {
  position: fixed;
  z-index: 2;
  top: 62px;
  bottom: 0px;
  left: 0px;
  overflow-y: hidden;
  overflow-x: visible;
}
@media (max-width: 1023.98px) {
  .db-sidebar {
    display: none;
  }
}
.db-sidebar-menu, .db-sidebar-submenu {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow-y: auto;
  /* vertical scroll is allowed! */
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE and Edge */
  overflow: -moz-scrollbars-none;
  /* Hide scrollbar for Firefox Old Version */
}
.db-sidebar-menu::-webkit-scrollbar, .db-sidebar-submenu::-webkit-scrollbar {
  width: 0 !important;
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}
.db-sidebar-menu {
  width: var(--menu-width);
  background-color: #fff;
}
.db-sidebar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.db-sidebar-footer {
  padding: 16px;
  font-size: 10px;
  border-top: 1px solid #dee2e6;
}
.db-sidebar-submenu {
  width: 250px;
  background-color: #F3F3F3;
}
.db-sidebar-submenu .db-sidebar-footer {
  border-top: none;
}
@media (min-width: 1024px) {
  .db-sidebar-expand .db-sidebar {
    display: flex;
  }
}
.db-sidebar-expand .db-sidebar-menu {
  width: 60px;
}
.db-panel {
  padding: 47px 0 0 0;
  height: 100vh;
  background-color: #F3F3F3;
}
@media (min-width: 1024px) {
  .db-panel {
    padding: 62px 0 0 var(--menu-width);
  }
}
.db-panel-inner {
  height: 100%;
  overflow-x: hidden;
  /* horizontal scroll not allowed! */
  overflow-y: auto;
  /* vertical scroll is allowed! */
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE and Edge */
  overflow: -moz-scrollbars-none;
  /* Hide scrollbar for Firefox Old Version */
}
.db-panel-inner::-webkit-scrollbar {
  width: 0 !important;
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}
@media (max-width: 767.98px) {
  .db-panel-inner {
    padding-bottom: 62px;
  }
}
.db-panel-wrap {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0 70px;
}
@media (max-width: 1365.98px) {
  .db-panel {
    /* from 1280px down */
    left: 0px;
  }
  .db-panel-wrap {
    width: 95%;
    max-width: 1080px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .db-panel-wrap {
    width: 100%;
  }
}
.db-sidebar-expand .db-panel {
  padding: 47px 0 0 0;
}
@media (min-width: 768px) {
  .db-sidebar-expand .db-panel {
    padding: 56px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .db-sidebar-expand .db-panel {
    padding: 62px 0 0 310px;
  }
}
[class^=db-panel-section] {
  margin-bottom: 20px;
}
.section-header {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding: 2rem 0 1.25rem;
}
@media (max-width: 767.98px) {
  .section-header {
    display: flex;
    align-items: center;
    height: var(--panel-header-height);
    flex: 0 0 var(--panel-header-height);
    padding: 0 var(--panel-padding-x);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #F3F3F3;
  }
}
.section-header h2 {
  font-size: 1.25rem;
  flex: 1;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #111111;
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section-header__filters {
    display: none;
  }
}
@media (min-width: 1366px) {
  .section-thumbs {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-thumbs {
    padding: var(--panel-body-padding-y) var(--panel-padding-x);
  }
}
.section-thumbs .landing-thumb,
.section-thumbs .add-thumb,
.section-thumbs .ghost-thumb,
.section-thumbs .loading-thumb {
  height: 250px;
  margin-bottom: 30px;
}
.db-menu-mobile-header,
.db-menu-mobile-footer {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .db-menu-mobile-header,
.db-menu-mobile-footer {
    display: none;
  }
}
.db-menu-mobile-header {
  top: 0;
}
.db-menu-mobile-footer {
  bottom: 0;
}
.pricing {
  display: flex;
}
.pricing .inner-pricing {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0px;
}
.pricing-h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.pricing-h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.pricing-subtxt {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
}
.pricing-subscription {
  background-color: #FFFFFF;
  padding: 24px;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pricing-subscription .most-chosen {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  background-color: #B1EFD6;
  padding: 10px 16px;
  border-radius: 16px;
}
.pricing-subscription .no-fees {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
.pricing-subscription .flat-rate {
  width: 100%;
  background-color: #F2F2F2;
  padding: 11px 16px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-subscription .flat-rate-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.pricing-subscription .flat-rate-plans {
  display: flex;
  align-items: center;
}
.pricing-subscription .flat-rate-plans input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 32px;
  background-color: #111111;
  border: none;
  border-radius: 16px;
  top: 0px;
  left: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.pricing-subscription .flat-rate-plans input[type=checkbox]:before {
  content: "";
  background-color: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: left 0.3s ease-in-out 0s;
}
.pricing-subscription .flat-rate-plans input:checked[type=checkbox]:before {
  left: 35px;
}
.pricing-subscription .flat-rate-plans input:focus[type=checkbox] {
  outline: none;
}
.pricing-subscription .flat-rate-plans label {
  margin: 0;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
}
.pricing-subscription .flat-rate-plans label strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4px;
}
.pricing-subscription .flat-rate-plans label[for=monthly] {
  padding-right: 16px;
}
.pricing-subscription .flat-rate-plans label[for=annual] {
  padding-left: 16px;
}
.pricing-subscription .flat-rate-amont {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.pricing-subscription .flat-rate-amont-price {
  font-size: 15px;
  line-height: 1;
}
.pricing-subscription .flat-rate-amont-price strong {
  font-size: 35px;
  font-weight: 700;
  margin-right: 2px;
}
.pricing-subscription .flat-rate-amont-btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border: 1px solid #111111;
  border-radius: 4px;
  background-color: #111111;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding: 0px 16px;
  margin-left: 16px;
}
.pricing-subscription .flat-rate-amont-btn:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M15.1 10.2c0.4 0.4 0.4 1.1 0 1.6l-3.3 3.3c-0.1 0.1-0.2 0.2-0.4 0.2 -0.3 0.1-0.6 0.1-0.8 0 -0.1-0.1-0.3-0.1-0.4-0.2l-3.3-3.3c0 0 0 0 0 0 -0.4-0.4-0.4-1.1 0-1.6 0 0 0 0 0 0 0.4-0.4 1.1-0.4 1.6 0l1.4 1.4V7.7c0-0.6 0.5-1.1 1.1-1.1s1.1 0.5 1.1 1.1v3.9l1.4-1.4C14 9.8 14.6 9.8 15.1 10.2zM22 11c0 6.1-4.9 11-11 11S0 17.1 0 11 4.9 0 11 0 22 4.9 22 11zM19.8 11c0-4.9-3.9-8.8-8.8-8.8S2.2 6.1 2.2 11s3.9 8.8 8.8 8.8S19.8 15.9 19.8 11z'/%3E%3C/svg%3E");
  margin-left: 16px;
}
.pricing-subscription .flat-rate-amont-btn:hover {
  text-decoration: none;
}
.pricing-subscription .flat-rate-amont-btn:active {
  text-decoration: none;
}
.pricing-subscription .terms {
  display: flex;
  list-style-type: none;
  padding: 0px 16px;
  margin: 12px 0 0px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
.pricing-subscription .terms li {
  display: flex;
  align-items: center;
}
.pricing-subscription .terms li:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23111111;%7D%0A%3C/style%3E%3Cpath class='st0' d='M10.7 7.8l-5.9 5.9C4.6 13.9 4.3 14 4 14c-0.3 0-0.5-0.1-0.7-0.3 -0.4-0.4-0.4-1.1 0-1.5l5.2-5.2L3.3 1.8c-0.4-0.4-0.4-1.1 0-1.5 0 0 0 0 0 0 0.4-0.4 1.1-0.4 1.5 0l5.9 5.9c0 0 0 0 0.1 0.1C11.2 6.7 11.1 7.4 10.7 7.8z'/%3E%3C/svg%3E");
  margin-right: 5px;
}
.pricing-subscription .terms li:not(:last-child) {
  margin-right: 36px;
}
.pricing-table {
  margin-top: 20px;
}
.pricing-table th, .pricing-table td {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.pricing-table th strong, .pricing-table td strong {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}
.pricing-table th:first-child(), .pricing-table td:first-child() {
  width: 205px;
}
.pricing-table th:first-child() a, .pricing-table td:first-child() a {
  color: #111111;
  text-decoration: underline;
}
.pricing-table th:not(:first-child), .pricing-table td:not(:first-child) {
  text-align: center;
}
.pricing-table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.pricing-table .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1px;
  color: transparent;
  width: 100%;
  height: 30px;
}
.pricing-table .logo:after {
  content: "";
  width: 132px;
  height: 30px;
}
.pricing-table .logo.hubspot:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='30' viewBox='0 0 132 30'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23111111;%7D .st1%7Bfill:%23707070;%7D%0A%3C/style%3E%3Cpath class='st0' d='M40 9.9h3.5v8.6c0 3.7-2.9 6.6-6.6 6.6s-6.6-2.9-6.6-6.6V9.9h3.5v8.6c0 1.7 1.4 3.1 3.1 3.1s3.1-1.4 3.1-3.1V9.9zM24.6 13.4h-7.8V5h-3.7v20.2h3.7V17h7.8v8.2h3.7V5h-3.7C24.6 5 24.6 13.4 24.6 13.4zM117.7 21.9L117.7 21.9c-2.1 0-2.6-0.9-2.6-2.3v-6.1h3.2v-3.1H115v-4l-3.6 1.6v12.4c0 3.2 2.2 4.8 5.2 4.8 0.5 0 0.9 0 1.4-0.1l0.8-3.2C118.5 21.9 118 21.9 117.7 21.9zM60.7 17.6c0 4.3-3.7 7.5-7.8 7.5 -3.8 0-7.1-3.2-7.1-7.8V5.1h3.5v6.7c1.1-1.1 2.3-1.7 4.1-1.7l0 0C57.3 10.1 60.7 13.3 60.7 17.6zM57.3 17.7c0-2.2-1.8-3.9-3.9-3.9s-3.9 1.8-3.9 3.9 1.8 3.9 3.9 3.9C55.5 21.7 57.3 19.9 57.3 17.7zM91.4 17.4L91.4 17.4c0 4.3-3.4 7.5-7.3 7.5 -1.7 0-2.9-0.5-4.1-1.7V30h-3.5V17.7c0-4.6 3.4-7.8 7.1-7.8C87.8 9.9 91.4 13.1 91.4 17.4zM88.1 17.4c0-2.2-1.8-3.9-3.9-3.9 -2.2 0-3.9 1.8-3.9 3.9s1.8 3.9 3.9 3.9C86.3 21.4 88.1 19.6 88.1 17.4zM66 10.9L66 10.9c0-1.8 1.2-2.3 2.4-2.3 1 0 2.4 0.8 3.3 1.8L74 7.6C72.8 6 70.5 5 68.6 5c-3.8 0-6.6 2.3-6.6 5.9 0 6.8 8.3 4.7 8.3 8.5 0 1.2-1.1 2.3-2.4 2.3 -2.1 0-2.7-1-3.7-2.1l-2.5 2.6c1.6 2 3.7 3 6 3 3.6 0 6.5-2.3 6.5-5.8C74.3 11.8 66 14.2 66 10.9z'/%3E%3Cpath class='st1' d='M106.3 11.3c-1-0.8-2.3-1.3-3.6-1.5V6.2c0.9-0.5 1.6-1.4 1.6-2.4V3.7c0-1.5-1.2-2.7-2.7-2.7h-0.1c-1.5 0-2.7 1.2-2.7 2.7v0.1c0 1 0.7 2 1.6 2.4v3.6c-1.3 0.2-2.6 0.8-3.7 1.6l-9.7-7.5c0.1-0.3 0.1-0.5 0.1-0.7 0-1.7-1.4-3.1-3.1-3.1C82.4 0 81 1.4 81 3.1s1.4 3.1 3.1 3.1l0 0c0.6 0 1-0.2 1.5-0.4l9.5 7.4c-1.8 2.6-1.7 6.1 0.1 8.7l-2.9 2.9c-0.2-0.1-0.5-0.1-0.8-0.1 -1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-0.3 0-0.5-0.1-0.8l2.9-2.9c3.4 2.6 8.3 2 10.8-1.4C110.3 18.7 109.7 13.9 106.3 11.3zM101.5 21.3L101.5 21.3c-2.2 0.1-4-1.7-4-3.8 -0.1-2.2 1.7-4 3.8-4 0.1 0 0.2 0 0.2 0 2.2 0.1 3.9 1.9 3.8 4.1C105.3 19.6 103.6 21.2 101.5 21.3z'/%3E%3C/svg%3E");
}
.pricing-table .logo.wordpress:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='30' viewBox='0 0 132 30'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23707070;%7D .st1%7Bfill:%23111111;%7D%0A%3C/style%3E%3Cpath class='st0' d='M76.6 11.8h-5.2v0.6c1.6 0 1.9 0.4 1.9 2.4v3.8c0 2.1-0.3 2.4-1.9 2.4 -1.2-0.2-2.1-0.8-3.3-2.2l-1.3-1.5c1.8-0.3 2.7-1.5 2.7-2.7 0-1.6-1.4-2.8-3.9-2.8h-5.1v0.6c1.6 0 1.9 0.4 1.9 2.4v3.8c0 2.1-0.3 2.4-1.9 2.4v0.6h5.8V21c-1.6 0-1.9-0.4-1.9-2.4v-1h0.5l3.2 4h8.4c4.1 0 6-2.3 6-4.9C82.5 14 80.7 11.8 76.6 11.8zM64.4 16.6L64.4 16.6v-3.8h1.2c1.3 0 1.9 0.9 1.9 2s-0.6 1.9-1.9 1.9H64.4zM76.7 20.6h-0.2c-1 0-1.2-0.3-1.2-1.6v-6.3c0 0 1.3 0 1.4 0 3 0 3.6 2.3 3.6 3.9C80.2 18.4 79.7 20.6 76.7 20.6zM50.3 9.5c-1.9 0-2.2 0.5-3 2.5L44 21.9h-0.5l-3-9.1 -3 9.1h-0.4L34 12c-0.7-2.2-1.1-2.5-2.8-2.5V8.9h6.5v0.6c-1.7 0-2.2 0.4-1.6 2.3l2 5.9 2.9-8.7h0.6l2.9 8.7 2-5.9c0.6-1.7 0.3-2.3-1.5-2.3V8.9h5.4L50.3 9.5 50.3 9.5zM54.2 11.4c-3.2 0-5.8 2.3-5.8 5.3s2.6 5.3 5.8 5.3 5.8-2.3 5.8-5.3S57.4 11.4 54.2 11.4zM54.2 20.9c-2.7 0-3.6-2.3-3.6-4.3 0-1.9 0.9-4.3 3.6-4.3 2.7 0 3.7 2.4 3.7 4.3C57.9 18.6 56.9 20.9 54.2 20.9z'/%3E%3Cpath class='st1' d='M89 8.9h-6v0.6c2 0 2.3 0.5 2.3 3.4v4.7c0 2.9-0.4 3.4-2.3 3.4v0.6h6.6v-0.6c-2 0-2.3-0.5-2.3-3.4v-1.4H89c3 0 4.7-1.6 4.7-3.6C93.7 10.4 92 8.9 89 8.9zM89 15h-1.7V9.9H89c1.6 0 2.3 1.1 2.3 2.5C91.5 13.9 90.7 15 89 15zM113.7 18.8l-0.2 0.6c-0.3 0.9-0.6 1.3-2.6 1.3h-0.4c-1.5 0-1.8-0.4-1.8-2.4v-1.3c2.2 0 2.4 0.2 2.4 1.7h0.6v-4.3h-0.6c0 1.5-0.2 1.7-2.4 1.7v-3.3h1.6c2.1 0 2.3 0.4 2.6 1.3l0.2 0.6h0.5l-0.2-2.7h-8.5v0.6c1.6 0 1.9 0.4 1.9 2.4v3.8c0 1.9-0.2 2.3-1.5 2.4 -1.2-0.2-2.1-0.8-3.2-2.2l-1.3-1.5c1.8-0.3 2.7-1.5 2.7-2.7 0-1.6-1.4-2.8-3.9-2.8h-5.1v0.6c1.6 0 1.9 0.4 1.9 2.4v3.8c0 2.1-0.3 2.4-1.9 2.4v0.6h5.8V21c-1.6 0-1.9-0.4-1.9-2.4v-1h0.5l3.2 4h11.9l0.2-2.7L113.7 18.8 113.7 18.8zM98.2 16.6L98.2 16.6v-3.8h1.2c1.3 0 1.9 0.9 1.9 2s-0.6 1.9-1.9 1.9H98.2zM123.1 18.8c0 1.9-1.6 3.1-3.6 3.1 -1.1 0-2.2-0.7-2.6-1 -0.2 0.2-0.4 0.6-0.5 1h-0.6v-4h0.6c0.2 1.9 1.6 3.1 3.3 3.1 0.9 0 1.7-0.6 1.7-1.4 0-0.8-0.7-1.3-1.9-1.9l-1.7-0.8c-1.1-0.6-2.1-1.5-2.1-2.8 0-1.4 1.3-2.6 3.1-2.6 0.9 0 1.8 0.4 2.2 0.8 0.2-0.1 0.3-0.5 0.4-0.8h0.6v3.5h-0.7c-0.2-1.4-0.9-2.5-2.5-2.5 -0.8 0-1.6 0.5-1.6 1.2s0.7 1.1 2 1.8l1.6 0.7C122.5 16.8 123.1 17.9 123.1 18.8zM132 18.8c0 1.9-1.6 3.1-3.6 3.1 -1.1 0-2.2-0.7-2.6-1 -0.2 0.2-0.4 0.6-0.5 1h-0.6v-4h0.6c0.2 1.9 1.6 3.1 3.3 3.1 0.9 0 1.7-0.6 1.7-1.4 0-0.8-0.7-1.3-1.9-1.9l-1.6-0.8c-1.1-0.6-2.1-1.5-2.1-2.8 0-1.4 1.3-2.6 3.1-2.6 0.9 0 1.8 0.4 2.2 0.8 0.2-0.1 0.3-0.5 0.4-0.8h0.6v3.5h-0.7c-0.2-1.4-0.9-2.5-2.5-2.5 -0.8 0-1.6 0.5-1.6 1.2s0.7 1.1 2 1.8l1.6 0.7C131.4 16.8 132 17.9 132 18.8zM3.2 9.8l6.1 16.8C5 24.5 2.1 20.1 2.1 14.9 2.2 13.1 2.5 11.3 3.2 9.8zM22.7 18.5l-1.3 4.3L16.7 8.9c0.7 0 1.5-0.1 1.5-0.1 0.7-0.1 0.7-1.1-0.1-1 0 0-2.1 0.2-3.5 0.2 -1.2 0-3.4-0.2-3.4-0.2 -0.7 0-0.7 1-0.1 1 0 0 0.7 0.1 1.3 0.1l2 5.5 -2.8 8.4 -4.7-14c0.7 0 1.5-0.1 1.5-0.1 0.7-0.1 0.7-1.1-0.1-1 0 0-2.1 0.2-3.5 0.2C4.6 8 4.3 8 4 8c2.3-3.5 6.3-5.8 10.8-5.8 3.4 0 6.4 1.3 8.7 3.4 -0.1 0-0.1 0-0.2 0 -1.2 0-2.2 1.1-2.2 2.3 0 1 0.7 2 1.2 3 0.5 0.8 1 2 1 3.6C23.6 15.5 23.2 16.7 22.7 18.5zM19.1 27c0 0.1 0.1 0.1 0.1 0.2 -1.3 0.5-2.8 0.8-4.3 0.8 -1.2 0-2.4-0.2-3.7-0.6l3.8-11.3L19.1 27zM25.4 14.7c0.7-1.9 0.9-3.3 0.9-4.6 0-0.5 0-0.9-0.1-1.3 1 1.9 1.6 3.9 1.6 6.2 0 4.8-2.5 8.9-6.4 11.2L25.4 14.7zM15 0C6.7 0 0 6.8 0 15s6.7 15 15 15 15-6.8 15-15S23.2 0 15 0zM15 29.3C7.1 29.3 0.7 23 0.7 15 0.7 7.1 7 0.7 15 0.7 22.8 0.7 29.3 7 29.3 15 29.2 22.9 22.8 29.3 15 29.3z'/%3E%3C/svg%3E");
}
.pricing-table .logo.pardot:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='30' viewBox='0 0 132 30'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23111111;%7D .st1%7Bfill:%23707070;%7D%0A%3C/style%3E%3Cpath class='st0' d='M41.9 12.8c-0.3 0-0.6 0.1-0.7 0.4 -0.1 0.2-0.2 0.4-0.2 0.6h1.8c0-0.2-0.1-0.4-0.2-0.6C42.4 12.9 42.2 12.8 41.9 12.8z'/%3E%3Cpath class='st0' d='M51.9 12.8c-0.3 0-0.6 0.1-0.8 0.4 -0.3 0.7-0.3 1.4 0 2 0.2 0.2 0.5 0.4 0.8 0.4s0.6-0.1 0.8-0.4c0.2-0.3 0.3-0.7 0.3-1 0-0.4-0.1-0.7-0.3-1C52.5 12.9 52.2 12.8 51.9 12.8z'/%3E%3Cpath class='st0' d='M35.7 14.4c-0.2 0.2-0.3 0.6-0.1 0.8 0 0.1 0.1 0.1 0.1 0.2 0.2 0.1 0.5 0.2 0.8 0.1 0.2 0 0.5 0 0.7-0.1v-1.1c-0.2 0-0.5-0.1-0.7-0.1C36.2 14.2 35.9 14.3 35.7 14.4z'/%3E%3Cpath class='st0' d='M58.7 4.1c-1.3 0-2.5 0.3-3.8 0.8 -0.4-0.7-0.8-1.3-1.4-1.9 -3-2.9-7.8-2.7-10.6 0.3l0 0C41.2 1.2 38.8 0 36.2 0c-4.6 0-8.4 3.8-8.4 8.4 0 1.1 0.2 2.3 0.7 3.3C26.4 13 25 15.3 25 17.8c-0.1 4 3.2 7.3 7.1 7.3 0.5 0 1-0.1 1.5-0.2 0.8 2 2.3 3.6 4.2 4.4 3.9 1.7 8.4-0.2 10.1-4 0.9 0.5 2 0.7 2.9 0.7 2.4 0 4.7-1.3 5.9-3.5 0.6 0.1 1.2 0.2 1.8 0.2 5.2 0 9.3-4.2 9.3-9.3C68 8.3 63.8 4.1 58.7 4.1zM34.2 14.9c0 0.8-0.6 1.2-1.4 1.2 -0.5 0-0.8-0.1-1.3-0.3 -0.1-0.1-0.2-0.1-0.3-0.2v-0.1l0.2-0.5 0 0h0.1l0.1 0.1c0.4 0.2 0.8 0.4 1.1 0.3 0.4 0 0.7-0.2 0.7-0.5l0 0c0-0.3-0.4-0.4-0.8-0.6h-0.1c-0.6-0.2-1.2-0.4-1.2-1.1l0 0c0-0.7 0.6-1.2 1.4-1.2h0.1c0.5 0 0.8 0.1 1.3 0.4v0.1L33.9 13l0 0h-0.1c-0.4-0.2-0.8-0.3-1.1-0.3s-0.6 0.2-0.6 0.5l0 0c0 0.3 0.4 0.4 0.8 0.6h0.1C33.6 14 34.2 14.2 34.2 14.9L34.2 14.9zM37.8 15.8C37.8 15.9 37.8 15.9 37.8 15.8c-0.1 0.1-0.2 0.1-0.2 0.1 -0.1 0-0.4 0.1-0.7 0.1C36.7 16 36.5 16 36.2 16c-0.2 0-0.5 0-0.7-0.1 -0.2 0-0.4-0.1-0.5-0.2 -0.1-0.1-0.3-0.3-0.3-0.4 -0.1-0.2-0.1-0.4-0.1-0.6 0-0.2 0.1-0.4 0.1-0.6 0.1-0.2 0.2-0.3 0.4-0.4 0.2-0.1 0.4-0.2 0.5-0.3 0.2-0.1 0.4-0.1 0.7-0.1 0.2 0 0.3 0 0.4 0l0 0h0.4v-0.1c0-0.4-0.1-0.5-0.2-0.6 -0.2-0.1-0.4-0.2-0.7-0.2 -0.4 0-0.8 0.1-1 0.3l0 0 0 0 0 0h-0.1l-0.2-0.5v-0.1c0.3-0.1 0.5-0.2 0.8-0.3 0.2-0.1 0.5-0.1 0.7-0.1 0.4 0 0.8 0.1 1.1 0.4 0.3 0.3 0.5 0.7 0.4 1.1C37.8 13.5 37.8 15.8 37.8 15.8zM39.4 16h-0.7c0 0-0.1 0-0.1-0.1v-5.3c0 0 0-0.1 0.1-0.1h0.7c0 0 0.1 0 0.1 0.1L39.4 16 39.4 16C39.4 16 39.4 16 39.4 16zM43.5 14.3L43.5 14.3C43.5 14.3 43.5 14.4 43.5 14.3l-2.5 0.1c0 0.3 0.1 0.6 0.3 0.8 0.3 0.2 0.6 0.3 0.8 0.3 0.4 0 0.8-0.1 1-0.2l0 0 0 0h0.1l0.2 0.5c0 0.1 0 0.1 0 0.1 -0.4 0.2-0.8 0.3-1.2 0.3 -0.3 0-0.7 0-0.9-0.1 -0.2-0.1-0.5-0.3-0.7-0.4 -0.2-0.2-0.3-0.4-0.4-0.7 -0.1-0.3-0.1-0.6-0.1-0.8 0-0.3 0-0.6 0.1-0.8 0.1-0.3 0.2-0.5 0.4-0.7 0.2-0.2 0.4-0.4 0.6-0.5 0.3-0.1 0.6-0.2 0.8-0.2s0.5 0 0.8 0.1c0.2 0.1 0.4 0.2 0.5 0.4 0.2 0.2 0.3 0.4 0.3 0.6l0 0C43.7 13.7 43.6 14.3 43.5 14.3zM45.6 16.1c-0.5 0-0.8-0.1-1.3-0.3 -0.1-0.1-0.2-0.1-0.3-0.2v-0.1l0.2-0.5 0 0h0.1l0.1 0.1c0.4 0.2 0.8 0.4 1.1 0.3 0.4 0 0.7-0.2 0.7-0.5l0 0c0-0.3-0.4-0.4-0.8-0.6h-0.1c-0.6-0.2-1.2-0.4-1.2-1.1l0 0c0-0.7 0.6-1.2 1.4-1.2h0.1c0.5 0 0.8 0.1 1.3 0.4v0.1L46.8 13l0 0h-0.1c-0.4-0.2-0.8-0.3-1.1-0.3S45 13 45 13.2l0 0c0 0.3 0.4 0.4 0.8 0.6h0.1c0.6 0.2 1.2 0.5 1.2 1.1l0 0C47 15.7 46.5 16.1 45.6 16.1zM50 12.8C50 12.8 50 12.8 50 12.8l-0.9 0.1L48.5 16c-0.1 0.3-0.1 0.6-0.2 0.8 -0.1 0.2-0.2 0.4-0.3 0.6s-0.3 0.3-0.5 0.3c-0.2 0.1-0.4 0.1-0.7 0.1 -0.1 0-0.3 0-0.4 0 -0.1 0-0.2 0-0.2-0.1 0 0-0.1-0.1 0-0.1l0.2-0.5h0.1c0 0 0.1 0 0.1 0.1 0.1 0 0.2 0 0.2 0 0.1 0 0.2 0 0.3 0s0.2-0.1 0.2-0.2c0.1-0.1 0.1-0.2 0.2-0.4 0.1-0.2 0.1-0.4 0.2-0.7l0.6-3.1h-0.6c0 0-0.1 0-0.1-0.1l0.1-0.5c0 0 0-0.1 0.1-0.1h0.6V12c0.1-0.4 0.2-0.8 0.5-1.1 0.3-0.3 0.7-0.4 1-0.4 0.1 0 0.2 0 0.4 0l0.3 0.1 0 0c0 0 0.1 0 0.1 0.1l-0.2 0.5c0 0 0 0.1-0.1 0h-0.1c-0.1 0-0.1 0-0.2 0 -0.1 0-0.2 0-0.3 0s-0.2 0.1-0.2 0.1c-0.1 0.1-0.1 0.2-0.2 0.3 -0.1 0.2-0.1 0.4-0.1 0.6H50c0 0 0.1 0 0.1 0.1L50 12.8zM53.6 14.9c-0.1 0.2-0.2 0.5-0.3 0.7C53.1 15.8 53 16 52.8 16c-0.5 0.2-1 0.2-1.6 0 -0.2-0.1-0.4-0.3-0.6-0.5 -0.2-0.2-0.3-0.4-0.3-0.7 -0.1-0.6-0.1-1 0-1.6 0.1-0.2 0.2-0.5 0.3-0.7 0.2-0.2 0.4-0.3 0.6-0.5 0.5-0.2 1-0.2 1.6 0 0.2 0.1 0.4 0.3 0.6 0.5 0.2 0.2 0.3 0.4 0.3 0.7l0 0c0.1 0.3 0.1 0.6 0.1 0.8C53.7 14.4 53.7 14.6 53.6 14.9zM56.5 12.9C56.5 12.9 56.4 12.9 56.5 12.9c-0.2 0-0.3 0-0.4 0s-0.2 0-0.3 0.1c-0.1 0-0.2 0.1-0.3 0.2 -0.1 0.1-0.2 0.2-0.2 0.4 -0.1 0.2-0.1 0.5-0.1 0.7V16c0 0 0 0.1-0.1 0.1h-0.7c0 0-0.1 0-0.1-0.1v-3.8c0 0 0-0.1 0.1-0.1h0.7c0 0 0.1 0 0.1 0.1v0.3c0.1-0.1 0.3-0.3 0.4-0.3 0.2-0.1 0.4-0.1 0.7-0.1 0.1 0 0.3 0 0.4 0.1v0.1l0 0C56.7 12.4 56.5 12.7 56.5 12.9zM59.8 16c-0.4 0.1-0.7 0.2-1 0.2 -0.6 0-1-0.2-1.5-0.6 -0.4-0.4-0.5-0.9-0.5-1.5 0-0.3 0-0.6 0.1-0.8s0.2-0.5 0.4-0.7c0.2-0.2 0.4-0.4 0.6-0.5 0.3-0.1 0.6-0.2 0.8-0.2 0.2 0 0.4 0 0.6 0 0.2 0 0.4 0.1 0.5 0.1 0 0 0.1 0.1 0 0.1 -0.1 0.2-0.1 0.3-0.2 0.5l-0.1 0.1c-0.3-0.1-0.5-0.1-0.8-0.1 -0.3 0-0.7 0.1-0.8 0.4 -0.2 0.3-0.3 0.7-0.3 0.9 0 0.4 0.1 0.8 0.3 1 0.2 0.2 0.6 0.3 0.8 0.3 0.1 0 0.3 0 0.4 0s0.2-0.1 0.4-0.1c0 0 0.1 0 0.1 0.1L59.8 16C59.9 15.9 59.9 16 59.8 16zM63.5 14.3L63.5 14.3 63.5 14.3l-2.5 0.1c0 0.3 0.1 0.6 0.3 0.8 0.3 0.2 0.6 0.3 0.8 0.3 0.4 0 0.8-0.1 1-0.2l0 0 0 0h0.1l0.2 0.5c0 0.1 0 0.1 0 0.1 -0.4 0.2-0.8 0.3-1.2 0.3 -0.3 0-0.7 0-0.9-0.1 -0.2-0.1-0.5-0.3-0.7-0.4 -0.2-0.2-0.3-0.4-0.4-0.7 -0.1-0.3-0.1-0.6-0.1-0.8 0-0.3 0-0.6 0.1-0.8 0.1-0.3 0.2-0.5 0.4-0.7 0.2-0.2 0.4-0.4 0.6-0.5 0.3-0.1 0.6-0.2 0.8-0.2s0.5 0 0.8 0.1c0.2 0.1 0.4 0.2 0.5 0.4 0.2 0.2 0.3 0.4 0.3 0.6l0 0C63.6 13.7 63.5 14.3 63.5 14.3z'/%3E%3Cpath class='st0' d='M61.9 12.8c-0.3 0-0.6 0.1-0.7 0.4 -0.1 0.2-0.2 0.4-0.2 0.6h1.8c0-0.2-0.1-0.4-0.2-0.6C62.4 12.9 62.2 12.8 61.9 12.8z'/%3E%3Cpath class='st1' d='M72.6 11c-0.1 0.1-0.2 0.1-0.2 0.2v-1h-0.9v8h0.9v-2.9c1.3 1.5 2.8 1.4 3.8 0.8 1.2-0.8 1.7-2.3 1.3-3.8C76.8 9.9 74.1 9.2 72.6 11zM74.3 15.5L74.3 15.5 74.3 15.5 74.3 15.5c-1.2 0-2-1-2-2.3s1-2.3 2.2-2.3c1.2 0 2.2 1 2.2 2.3C76.6 14.5 75.6 15.5 74.3 15.5zM105.1 10.9c0 0.2 0 0.4 0 0.5 0 0.9 0 1.9 0 2.8 -0.1 1.1 0.5 1.3 1.5 1.1 0.1 0 0.2-0.1 0.3-0.1 0.2 0.7 0.1 0.9-0.7 1 -1.4 0.2-2.2-0.5-2.2-1.9v-3.5h-0.8v-0.8l0.8-0.1V8.3h0.9V10h1.9v0.8C106.9 10.9 105.1 10.9 105.1 10.9zM88.6 10V11c-1.8 0.4-2.4 1.1-2.4 3 0 0.8 0 1.5 0 2.3h-0.9v-6.1h0.9v1.4C86.8 10.6 87.5 9.9 88.6 10zM94.3 7.6v3.6c-1.6-1.4-3.1-1.5-4.3-0.4 -1.2 1.1-1.3 3.2-0.3 4.5 0.4 0.6 1 0.9 1.7 1 1.1 0.2 2.1-0.2 2.9-1.2v1.1h0.8V7.6H94.3L94.3 7.6zM92.1 15.5L92.1 15.5c-1.2 0-2.2-1.1-2.1-2.4 0-1.3 0.9-2.3 2.2-2.3s2.2 1 2.2 2.4C94.3 14.5 93.2 15.6 92.1 15.5zM82.1 10.1c-1.1-0.3-2.3-0.2-3.3 0.4l0.3 0.8c1-0.4 1.7-0.5 2.3-0.4 0.8 0.1 1.5 0.8 1.2 1.8l-0.3-0.1c-1-0.2-2.1-0.3-3 0.2 -0.9 0.4-1.3 1.5-0.9 2.3 0.1 0.3 0.4 0.6 0.7 0.8 0.5 0.4 1.1 0.5 1.8 0.5 0.8-0.1 1.4-0.4 2-0.9v0.8h0.8c0-0.1 0-0.3 0-0.4 0-1.3 0-2.6-0.1-3.9C83.6 11 83.1 10.4 82.1 10.1zM82 15.3L82 15.3c-0.8 0.4-1.5 0.5-2.3-0.1 -0.5-0.4-0.6-1-0.2-1.5 0.1-0.1 0.2-0.2 0.3-0.2 0.8-0.4 1.9-0.5 2.7-0.2 0.2 0.1 0.3 0.2 0.3 0.4C82.9 14.4 82.5 15.1 82 15.3zM99.7 9.9L99.7 9.9 99.7 9.9c-1.8 0-3.3 1.4-3.3 3.2s1.4 3.3 3.2 3.3c1.8 0 3.2-1.4 3.3-3.2l0 0C102.8 11.5 101.4 9.9 99.7 9.9zM99.6 15.5c-1.2 0-2.3-1-2.3-2.4 0-1.3 0.9-2.3 2.3-2.3 1.3 0 2.3 1 2.3 2.3C101.9 14.5 100.9 15.5 99.6 15.5z'/%3E%3C/svg%3E");
}
.pricing-table .logo.html:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='30' viewBox='0 0 132 30'%3E%3Cpath d='M54 8.5h4.3v4.2h3.9V8.5h4.3v12.8h-4.3v-4.3h-3.9v4.3H54M72.2 12.8h-3.8V8.5h11.9v4.3h-3.8v8.6h-4.3M82.1 8.5h4.5l2.7 4.5 2.7-4.5h4.5v12.8h-4.3V15l-3 4.6L86.3 15v6.4h-4.2M98.8 8.5h4.3v8.6h6.1v4.2H98.8'/%3E%3Cpolygon points='31.7 12.2 36 12.2 36 8.8 31.3 8.8 '/%3E%3Cpath d='M22.8 0l2.4 27L36 30l10.9-3 2.3-27H22.8zM44.8 25.2L36 27.7v-3.4l-6.8-1.9 -0.5-5.2h3.3l0.2 2.6 3.8 1v-5.3h-7.4l-0.9-10H36V2.3h10.8L44.8 25.2z'/%3E%3Cpath d='M44.3 5.5H36v3.3h8M43.7 12.2H36v3.3h4.1l-0.4 4.4L36 20.8v3.5l6.8-1.9'/%3E%3C/svg%3E%0A");
}
.pricing-table .price {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.pricing-table .price i {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
.pricing-table .download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  border: 1px solid #111111;
  border-radius: 4px;
  background-color: #111111;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding: 0px 16px;
}
.pricing-table .download:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M15.1 10.2c0.4 0.4 0.4 1.1 0 1.6l-3.3 3.3c-0.1 0.1-0.2 0.2-0.4 0.2 -0.3 0.1-0.6 0.1-0.8 0 -0.1-0.1-0.3-0.1-0.4-0.2l-3.3-3.3c0 0 0 0 0 0 -0.4-0.4-0.4-1.1 0-1.6 0 0 0 0 0 0 0.4-0.4 1.1-0.4 1.6 0l1.4 1.4V7.7c0-0.6 0.5-1.1 1.1-1.1s1.1 0.5 1.1 1.1v3.9l1.4-1.4C14 9.8 14.6 9.8 15.1 10.2zM22 11c0 6.1-4.9 11-11 11S0 17.1 0 11 4.9 0 11 0 22 4.9 22 11zM19.8 11c0-4.9-3.9-8.8-8.8-8.8S2.2 6.1 2.2 11s3.9 8.8 8.8 8.8S19.8 15.9 19.8 11z'/%3E%3C/svg%3E");
  margin-left: 16px;
}
.pricing-thumb {
  background-color: #fff;
  padding: 24px 24px 0;
}
.sec-preview {
  display: flex;
  overflow: hidden;
}
.sec-preview .editor-prev .prev-cnt.desktop {
  transform-origin: top;
}
.sec-preview .editor-prev .prev-cnt.desktop iframe {
  left: 50%;
}
@media (min-width: 1560px) {
  .sec-preview .editor-prev .prev-cnt.desktop iframe {
    transform: translateX(-47%) scale(0.9);
  }
}
@media (min-width: 1024px) and (max-width: 1559.98px) {
  .sec-preview .editor-prev .prev-cnt.desktop iframe {
    transform: translateX(-36.5%) scale(0.7);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .sec-preview .editor-prev .prev-cnt.desktop iframe {
    transform: translateX(-26.5%) scale(0.5);
  }
}
@media (max-width: 767.98px) {
  .sec-preview .editor-prev .prev-cnt.desktop iframe {
    transform: translateX(-14%) scale(0.25);
  }
}
@media (min-width: 1024px) and (max-width: 1559.98px) {
  .sec-preview .editor-prev .prev-cnt.tablet iframe {
    transform: translateX(-50%) scale(0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .sec-preview .editor-prev .prev-cnt.tablet iframe {
    transform: translateX(-50%) scale(0.7);
  }
}
@media (max-width: 767.98px) {
  .sec-preview .editor-prev .prev-cnt.tablet iframe {
    transform: translateX(-50%) scale(0.4);
  }
}
@media (max-width: 767.98px) {
  .sec-preview .editor-prev .prev-hd-left .btn .ic-svg, .sec-preview .editor-prev .prev-hd-right .btn .ic-svg {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .prev-hd .prev-hd-left {
    display: none;
  }
}
.prev-hd .prev-nav {
  width: auto;
}
.prev-hd .prev-hd-right {
  display: flex;
  justify-content: flex-end;
}
.l-template-container {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.l-template-container__editor {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1560px) {
  .l-template-container__editor {
    flex: 0 0 34rem;
    max-width: 34rem;
  }
}
@media (min-width: 1680px) {
  .l-template-container__editor {
    flex: 0 0 39rem;
    max-width: 39rem;
  }
}
.l-template-container__preview {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 1559.98px) {
  .l-template-container__preview {
    display: none;
  }
}
.l-template-container app-preferences,
.l-template-container app-current-plan,
.l-template-container app-tools,
.l-template-container app-user-profile {
  width: 100%;
}
.l-panel-editor {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 1px;
  background-color: #FAFAFA;
}
.l-panel-editor__header {
  display: flex;
  align-items: center;
  height: var(--panel-header-height);
  flex: 0 0 var(--panel-header-height);
  padding-right: var(--panel-padding-x);
  padding-left: var(--panel-padding-x);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.l-panel-editor__header__title {
  font-size: 1rem;
  font-weight: 700;
}
.l-panel-editor__header__actions {
  margin-left: auto;
  padding-left: 2rem;
}
.l-panel-editor__header__actions .btn-publish,
.l-panel-editor__header__actions .btn-pause {
  margin-left: 0.5rem;
}
.l-panel-editor__body {
  min-height: 1px;
  flex-grow: 1;
}
.l-panel-editor__body__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding: var(--panel-body-padding-y) var(--panel-padding-x);
}
@media (max-width: 1023.98px) {
  .l-panel-editor__body__content {
    padding-bottom: 62px;
  }
}
.l-panel-editor__body__content .l-module-detail {
  margin: calc(var(--panel-body-padding-y) * -1) calc(var(--panel-padding-x) * -1);
}
@media (max-width: 1559.98px) {
  .editor-cnt-mw {
    max-width: 40rem;
    margin: 0 auto;
    width: 100%;
  }
}
.l-panel-preview {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.l-panel-preview__header {
  display: flex;
  align-items: center;
  height: var(--panel-header-height);
  flex: 0 0 var(--panel-header-height);
  padding-right: var(--panel-padding-x);
  padding-left: var(--panel-padding-x);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.l-panel-preview__header__left {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.l-panel-preview__header__center {
  display: flex;
  justify-content: center;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.l-panel-preview__header__right {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.l-panel-preview__body {
  min-height: 1px;
  flex-grow: 1;
}
.l-panel-preview__body__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding: var(--panel-body-padding-y) var(--panel-padding-x);
}
.l-panel-preview__body__content .c-prev-mockup {
  margin: auto 3.5rem;
}
.l-module-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
@media (max-width: 767.98px) {
  .l-module-detail {
    position: fixed;
    top: var(--panel-header-height)var(--header-height);
    height: calc(100% - (var(--panel-header-height) + var(--header-height)));
    width: 100%;
    z-index: 1010;
    background: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
}
.l-module-detail__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: var(--panel-header-height);
  padding-right: var(--panel-padding-x);
  padding-left: var(--panel-padding-x);
  margin-bottom: -1rem;
  background-color: #FAFAFA;
}
@media (max-width: 767.98px) {
  .l-module-detail__header {
    background-color: #fff;
    flex: 0 0 var(--panel-header-height);
  }
}
.l-module-detail__header__title {
  font-size: 1rem;
}
.l-module-detail__header__actions {
  margin-left: auto;
  padding-left: 2rem;
}
.l-module-detail__body {
  min-height: 1px;
  flex-grow: 1;
}
.l-module-detail__body__content {
  position: relative;
  padding: var(--panel-body-padding-y) var(--panel-padding-x);
}
.l-module-detail__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1010;
}
@media (min-width: 768px) {
  .l-module-detail__backdrop {
    display: none;
  }
}
.l-panel-full {
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
}
.l-panel-full::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.l-panel-full__content {
  max-width: 70.5rem;
  width: 100%;
  padding-left: var(--panel-padding-x);
  padding-right: var(--panel-padding-x);
  margin: 0 auto;
}
.l-panel-full__header {
  width: 100%;
  padding: 2rem 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.l-panel-full__header h5 {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .l-panel-full__header {
    font-size: 0.875rem;
  }
}
.l-panel-full__body {
  width: 100%;
  padding: 1.5rem 0;
}
@media (max-width: 1023.98px) {
  .l-panel-full__body {
    padding-bottom: 62px;
  }
}
.l-plan-item {
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 2px;
  color: #565656;
}
.l-plan-item .icon {
  margin-right: 0.5rem;
}
.l-plan-item span {
  margin-top: 2px;
}
.l-plan-storage {
  padding: 2rem 0 1rem;
}
.l-plan-storage__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-plan-storage__data h5 {
  margin-bottom: 0;
}
.l-plan-storage__data h5 span {
  font-weight: 400;
  font-size: 0.75rem;
}
.l-plan-storage .c-bar {
  background-color: #F3F3F3;
}
.l-plan-storage .c-bar span {
  background-color: #FF8C8C;
}
.l-plan-storage__size {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
}
.l-plan-storage__size span {
  font-weight: 400;
  font-size: 1rem;
  margin-left: -5px;
}
.l-plan-block {
  background-color: #F3F3F3;
  border-radius: 3px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.l-plan-block .l-plan-cloud {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-plan-block .l-plan-icon {
  margin-right: 1rem;
}
.l-plan-icon {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-plan-comment {
  font-size: 0.75rem;
  color: #ced4da;
  margin-top: 1.5rem;
}
.l-plan-tab {
  position: absolute;
  top: -1.6875rem;
  left: -1px;
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  background-color: #111111;
  color: #fff;
}
.l-plan-tab__current {
  background-color: #B1EFD6;
  color: #111111;
}
.l-plan-text {
  color: #565656;
  font-size: 0.75rem;
}
.l-plan-price {
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1;
}
.l-plan-filters {
  display: flex;
}
@media (min-width: 576px) {
  .l-plan-filters {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .l-plan-filters {
    flex-direction: column;
  }
}
.l-plan-subscription {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .l-plan-subscription {
    order: 2;
  }
}
.l-plan-subscription__label {
  margin-top: -4px;
}
.l-plan-subscription__label.active {
  font-weight: 700;
}
.l-plan-subscription .p-inputswitch {
  margin: 0 0.75rem;
}
.l-plan-subscription .p-inputswitch .p-inputswitch-slider {
  border-color: #111111;
}
.l-plan-subscription .p-inputswitch .p-inputswitch-slider:before {
  background: #111111;
}
.l-plan-subscription p-inputswitch {
  line-height: 1;
}
.l-plan-label {
  background-color: #111111;
  color: #fff;
  font-size: 0.625rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.625rem;
  display: inline-block;
  font-weight: 400;
}
.l-plan-currency {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .l-plan-currency {
    order: 1;
    margin-bottom: 1.5rem;
  }
}
.l-plan-currency__label {
  margin-right: 0.75rem;
  font-size: 0.875rem;
}
.bg-primary {
  background-color: #111111 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}
.bg-secondary {
  background-color: #B1EFD6 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #87e6c0 !important;
}
.bg-tertiary {
  background-color: #A9D0D5 !important;
}
a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #87bdc4 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-light {
  background-color: #FAFAFA !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important;
}
.bg-black {
  background-color: #000 !important;
}
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}
.bg-gray {
  background-color: #C9C9C9 !important;
}
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #b0b0b0 !important;
}
.bg-gray-light {
  background-color: #F3F3F3 !important;
}
a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #dadada !important;
}
.bg-gray-dark {
  background-color: #565656 !important;
}
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #3d3d3d !important;
}
.bg-danger {
  background-color: #FF8C8C !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff5959 !important;
}
.bg-success {
  background-color: #8EECC6 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #62e5b0 !important;
}
.bg-info {
  background-color: #8CD6FF !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #59c4ff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #111111 !important;
}
.border-secondary {
  border-color: #B1EFD6 !important;
}
.border-tertiary {
  border-color: #A9D0D5 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-light {
  border-color: #FAFAFA !important;
}
.border-black {
  border-color: #000 !important;
}
.border-gray {
  border-color: #C9C9C9 !important;
}
.border-gray-light {
  border-color: #F3F3F3 !important;
}
.border-gray-dark {
  border-color: #565656 !important;
}
.border-danger {
  border-color: #FF8C8C !important;
}
.border-success {
  border-color: #8EECC6 !important;
}
.border-info {
  border-color: #8CD6FF !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1560px) {
  .d-xxxl-none {
    display: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-full-none {
    display: none !important;
  }

  .d-full-inline {
    display: inline !important;
  }

  .d-full-inline-block {
    display: inline-block !important;
  }

  .d-full-block {
    display: block !important;
  }

  .d-full-table {
    display: table !important;
  }

  .d-full-table-row {
    display: table-row !important;
  }

  .d-full-table-cell {
    display: table-cell !important;
  }

  .d-full-flex {
    display: flex !important;
  }

  .d-full-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-fullMax-none {
    display: none !important;
  }

  .d-fullMax-inline {
    display: inline !important;
  }

  .d-fullMax-inline-block {
    display: inline-block !important;
  }

  .d-fullMax-block {
    display: block !important;
  }

  .d-fullMax-table {
    display: table !important;
  }

  .d-fullMax-table-row {
    display: table-row !important;
  }

  .d-fullMax-table-cell {
    display: table-cell !important;
  }

  .d-fullMax-flex {
    display: flex !important;
  }

  .d-fullMax-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1560px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-full-row {
    flex-direction: row !important;
  }

  .flex-full-column {
    flex-direction: column !important;
  }

  .flex-full-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-full-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-full-wrap {
    flex-wrap: wrap !important;
  }

  .flex-full-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-full-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-full-fill {
    flex: 1 1 auto !important;
  }

  .flex-full-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-full-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-full-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-full-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-full-start {
    justify-content: flex-start !important;
  }

  .justify-content-full-end {
    justify-content: flex-end !important;
  }

  .justify-content-full-center {
    justify-content: center !important;
  }

  .justify-content-full-between {
    justify-content: space-between !important;
  }

  .justify-content-full-around {
    justify-content: space-around !important;
  }

  .align-items-full-start {
    align-items: flex-start !important;
  }

  .align-items-full-end {
    align-items: flex-end !important;
  }

  .align-items-full-center {
    align-items: center !important;
  }

  .align-items-full-baseline {
    align-items: baseline !important;
  }

  .align-items-full-stretch {
    align-items: stretch !important;
  }

  .align-content-full-start {
    align-content: flex-start !important;
  }

  .align-content-full-end {
    align-content: flex-end !important;
  }

  .align-content-full-center {
    align-content: center !important;
  }

  .align-content-full-between {
    align-content: space-between !important;
  }

  .align-content-full-around {
    align-content: space-around !important;
  }

  .align-content-full-stretch {
    align-content: stretch !important;
  }

  .align-self-full-auto {
    align-self: auto !important;
  }

  .align-self-full-start {
    align-self: flex-start !important;
  }

  .align-self-full-end {
    align-self: flex-end !important;
  }

  .align-self-full-center {
    align-self: center !important;
  }

  .align-self-full-baseline {
    align-self: baseline !important;
  }

  .align-self-full-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-fullMax-row {
    flex-direction: row !important;
  }

  .flex-fullMax-column {
    flex-direction: column !important;
  }

  .flex-fullMax-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-fullMax-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-fullMax-wrap {
    flex-wrap: wrap !important;
  }

  .flex-fullMax-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-fullMax-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-fullMax-fill {
    flex: 1 1 auto !important;
  }

  .flex-fullMax-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-fullMax-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-fullMax-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-fullMax-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-fullMax-start {
    justify-content: flex-start !important;
  }

  .justify-content-fullMax-end {
    justify-content: flex-end !important;
  }

  .justify-content-fullMax-center {
    justify-content: center !important;
  }

  .justify-content-fullMax-between {
    justify-content: space-between !important;
  }

  .justify-content-fullMax-around {
    justify-content: space-around !important;
  }

  .align-items-fullMax-start {
    align-items: flex-start !important;
  }

  .align-items-fullMax-end {
    align-items: flex-end !important;
  }

  .align-items-fullMax-center {
    align-items: center !important;
  }

  .align-items-fullMax-baseline {
    align-items: baseline !important;
  }

  .align-items-fullMax-stretch {
    align-items: stretch !important;
  }

  .align-content-fullMax-start {
    align-content: flex-start !important;
  }

  .align-content-fullMax-end {
    align-content: flex-end !important;
  }

  .align-content-fullMax-center {
    align-content: center !important;
  }

  .align-content-fullMax-between {
    align-content: space-between !important;
  }

  .align-content-fullMax-around {
    align-content: space-around !important;
  }

  .align-content-fullMax-stretch {
    align-content: stretch !important;
  }

  .align-self-fullMax-auto {
    align-self: auto !important;
  }

  .align-self-fullMax-start {
    align-self: flex-start !important;
  }

  .align-self-fullMax-end {
    align-self: flex-end !important;
  }

  .align-self-fullMax-center {
    align-self: center !important;
  }

  .align-self-fullMax-baseline {
    align-self: baseline !important;
  }

  .align-self-fullMax-stretch {
    align-self: stretch !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-5 {
  margin: 0.3125rem !important;
}
.mt-5,
.my-5 {
  margin-top: 0.3125rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 0.3125rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 0.3125rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 0.3125rem !important;
}
.m-10 {
  margin: 0.625rem !important;
}
.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-15 {
  margin: 0.9375rem !important;
}
.mt-15,
.my-15 {
  margin-top: 0.9375rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}
.m-25 {
  margin: 1.5625rem !important;
}
.mt-25,
.my-25 {
  margin-top: 1.5625rem !important;
}
.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important;
}
.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important;
}
.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important;
}
.m-30 {
  margin: 1.875rem !important;
}
.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}
.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}
.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}
.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-50 {
  margin: 3.125rem !important;
}
.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}
.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}
.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}
.ml-50,
.mx-50 {
  margin-left: 3.125rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}
.m-70 {
  margin: 4.375rem !important;
}
.mt-70,
.my-70 {
  margin-top: 4.375rem !important;
}
.mr-70,
.mx-70 {
  margin-right: 4.375rem !important;
}
.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important;
}
.ml-70,
.mx-70 {
  margin-left: 4.375rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-90 {
  margin: 5.625rem !important;
}
.mt-90,
.my-90 {
  margin-top: 5.625rem !important;
}
.mr-90,
.mx-90 {
  margin-right: 5.625rem !important;
}
.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important;
}
.ml-90,
.mx-90 {
  margin-left: 5.625rem !important;
}
.m-100 {
  margin: 6.25rem !important;
}
.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}
.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}
.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}
.ml-100,
.mx-100 {
  margin-left: 6.25rem !important;
}
.m-150 {
  margin: 9.375rem !important;
}
.mt-150,
.my-150 {
  margin-top: 9.375rem !important;
}
.mr-150,
.mx-150 {
  margin-right: 9.375rem !important;
}
.mb-150,
.my-150 {
  margin-bottom: 9.375rem !important;
}
.ml-150,
.mx-150 {
  margin-left: 9.375rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 0.3125rem !important;
}
.pt-5,
.py-5 {
  padding-top: 0.3125rem !important;
}
.pr-5,
.px-5 {
  padding-right: 0.3125rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 0.3125rem !important;
}
.pl-5,
.px-5 {
  padding-left: 0.3125rem !important;
}
.p-10 {
  padding: 0.625rem !important;
}
.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}
.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}
.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-15 {
  padding: 0.9375rem !important;
}
.pt-15,
.py-15 {
  padding-top: 0.9375rem !important;
}
.pr-15,
.px-15 {
  padding-right: 0.9375rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important;
}
.pl-15,
.px-15 {
  padding-left: 0.9375rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}
.p-25 {
  padding: 1.5625rem !important;
}
.pt-25,
.py-25 {
  padding-top: 1.5625rem !important;
}
.pr-25,
.px-25 {
  padding-right: 1.5625rem !important;
}
.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important;
}
.pl-25,
.px-25 {
  padding-left: 1.5625rem !important;
}
.p-30 {
  padding: 1.875rem !important;
}
.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}
.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}
.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}
.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-50 {
  padding: 3.125rem !important;
}
.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}
.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}
.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}
.pl-50,
.px-50 {
  padding-left: 3.125rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}
.p-70 {
  padding: 4.375rem !important;
}
.pt-70,
.py-70 {
  padding-top: 4.375rem !important;
}
.pr-70,
.px-70 {
  padding-right: 4.375rem !important;
}
.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important;
}
.pl-70,
.px-70 {
  padding-left: 4.375rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-90 {
  padding: 5.625rem !important;
}
.pt-90,
.py-90 {
  padding-top: 5.625rem !important;
}
.pr-90,
.px-90 {
  padding-right: 5.625rem !important;
}
.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important;
}
.pl-90,
.px-90 {
  padding-left: 5.625rem !important;
}
.p-100 {
  padding: 6.25rem !important;
}
.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}
.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}
.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}
.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}
.p-150 {
  padding: 9.375rem !important;
}
.pt-150,
.py-150 {
  padding-top: 9.375rem !important;
}
.pr-150,
.px-150 {
  padding-right: 9.375rem !important;
}
.pb-150,
.py-150 {
  padding-bottom: 9.375rem !important;
}
.pl-150,
.px-150 {
  padding-left: 9.375rem !important;
}
.m-n5 {
  margin: -0.3125rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -0.3125rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -0.3125rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -0.3125rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -0.3125rem !important;
}
.m-n10 {
  margin: -0.625rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -0.625rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -0.625rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -0.625rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -0.625rem !important;
}
.m-n12 {
  margin: -0.75rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}
.m-n15 {
  margin: -0.9375rem !important;
}
.mt-n15,
.my-n15 {
  margin-top: -0.9375rem !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -0.9375rem !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -0.9375rem !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -0.9375rem !important;
}
.m-n20 {
  margin: -1.25rem !important;
}
.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}
.m-n25 {
  margin: -1.5625rem !important;
}
.mt-n25,
.my-n25 {
  margin-top: -1.5625rem !important;
}
.mr-n25,
.mx-n25 {
  margin-right: -1.5625rem !important;
}
.mb-n25,
.my-n25 {
  margin-bottom: -1.5625rem !important;
}
.ml-n25,
.mx-n25 {
  margin-left: -1.5625rem !important;
}
.m-n30 {
  margin: -1.875rem !important;
}
.mt-n30,
.my-n30 {
  margin-top: -1.875rem !important;
}
.mr-n30,
.mx-n30 {
  margin-right: -1.875rem !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -1.875rem !important;
}
.ml-n30,
.mx-n30 {
  margin-left: -1.875rem !important;
}
.m-n40 {
  margin: -2.5rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}
.m-n50 {
  margin: -3.125rem !important;
}
.mt-n50,
.my-n50 {
  margin-top: -3.125rem !important;
}
.mr-n50,
.mx-n50 {
  margin-right: -3.125rem !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -3.125rem !important;
}
.ml-n50,
.mx-n50 {
  margin-left: -3.125rem !important;
}
.m-n60 {
  margin: -3.75rem !important;
}
.mt-n60,
.my-n60 {
  margin-top: -3.75rem !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -3.75rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -3.75rem !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -3.75rem !important;
}
.m-n70 {
  margin: -4.375rem !important;
}
.mt-n70,
.my-n70 {
  margin-top: -4.375rem !important;
}
.mr-n70,
.mx-n70 {
  margin-right: -4.375rem !important;
}
.mb-n70,
.my-n70 {
  margin-bottom: -4.375rem !important;
}
.ml-n70,
.mx-n70 {
  margin-left: -4.375rem !important;
}
.m-n80 {
  margin: -5rem !important;
}
.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}
.m-n90 {
  margin: -5.625rem !important;
}
.mt-n90,
.my-n90 {
  margin-top: -5.625rem !important;
}
.mr-n90,
.mx-n90 {
  margin-right: -5.625rem !important;
}
.mb-n90,
.my-n90 {
  margin-bottom: -5.625rem !important;
}
.ml-n90,
.mx-n90 {
  margin-left: -5.625rem !important;
}
.m-n100 {
  margin: -6.25rem !important;
}
.mt-n100,
.my-n100 {
  margin-top: -6.25rem !important;
}
.mr-n100,
.mx-n100 {
  margin-right: -6.25rem !important;
}
.mb-n100,
.my-n100 {
  margin-bottom: -6.25rem !important;
}
.ml-n100,
.mx-n100 {
  margin-left: -6.25rem !important;
}
.m-n150 {
  margin: -9.375rem !important;
}
.mt-n150,
.my-n150 {
  margin-top: -9.375rem !important;
}
.mr-n150,
.mx-n150 {
  margin-right: -9.375rem !important;
}
.mb-n150,
.my-n150 {
  margin-bottom: -9.375rem !important;
}
.ml-n150,
.mx-n150 {
  margin-left: -9.375rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-5 {
    margin: 0.3125rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 0.3125rem !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 0.625rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 0.75rem !important;
  }

  .m-sm-15 {
    margin: 0.9375rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 0.9375rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 3.125rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-70 {
    margin: 4.375rem !important;
  }

  .mt-sm-70,
.my-sm-70 {
    margin-top: 4.375rem !important;
  }

  .mr-sm-70,
.mx-sm-70 {
    margin-right: 4.375rem !important;
  }

  .mb-sm-70,
.my-sm-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-sm-70,
.mx-sm-70 {
    margin-left: 4.375rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

  .m-sm-90 {
    margin: 5.625rem !important;
  }

  .mt-sm-90,
.my-sm-90 {
    margin-top: 5.625rem !important;
  }

  .mr-sm-90,
.mx-sm-90 {
    margin-right: 5.625rem !important;
  }

  .mb-sm-90,
.my-sm-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-sm-90,
.mx-sm-90 {
    margin-left: 5.625rem !important;
  }

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .mt-sm-100,
.my-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-100,
.mx-sm-100 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-100,
.my-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-100,
.mx-sm-100 {
    margin-left: 6.25rem !important;
  }

  .m-sm-150 {
    margin: 9.375rem !important;
  }

  .mt-sm-150,
.my-sm-150 {
    margin-top: 9.375rem !important;
  }

  .mr-sm-150,
.mx-sm-150 {
    margin-right: 9.375rem !important;
  }

  .mb-sm-150,
.my-sm-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-sm-150,
.mx-sm-150 {
    margin-left: 9.375rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-5 {
    padding: 0.3125rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 0.3125rem !important;
  }

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 0.625rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 0.75rem !important;
  }

  .p-sm-15 {
    padding: 0.9375rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 3.125rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-70 {
    padding: 4.375rem !important;
  }

  .pt-sm-70,
.py-sm-70 {
    padding-top: 4.375rem !important;
  }

  .pr-sm-70,
.px-sm-70 {
    padding-right: 4.375rem !important;
  }

  .pb-sm-70,
.py-sm-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-sm-70,
.px-sm-70 {
    padding-left: 4.375rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 5rem !important;
  }

  .p-sm-90 {
    padding: 5.625rem !important;
  }

  .pt-sm-90,
.py-sm-90 {
    padding-top: 5.625rem !important;
  }

  .pr-sm-90,
.px-sm-90 {
    padding-right: 5.625rem !important;
  }

  .pb-sm-90,
.py-sm-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-sm-90,
.px-sm-90 {
    padding-left: 5.625rem !important;
  }

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .pt-sm-100,
.py-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-100,
.px-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-100,
.py-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-100,
.px-sm-100 {
    padding-left: 6.25rem !important;
  }

  .p-sm-150 {
    padding: 9.375rem !important;
  }

  .pt-sm-150,
.py-sm-150 {
    padding-top: 9.375rem !important;
  }

  .pr-sm-150,
.px-sm-150 {
    padding-right: 9.375rem !important;
  }

  .pb-sm-150,
.py-sm-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-sm-150,
.px-sm-150 {
    padding-left: 9.375rem !important;
  }

  .m-sm-n5 {
    margin: -0.3125rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-sm-n10 {
    margin: -0.625rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n12 {
    margin: -0.75rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n15 {
    margin: -0.9375rem !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n25 {
    margin: -1.5625rem !important;
  }

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-sm-n30 {
    margin: -1.875rem !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n40 {
    margin: -2.5rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n50 {
    margin: -3.125rem !important;
  }

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -3.125rem !important;
  }

  .m-sm-n60 {
    margin: -3.75rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n70 {
    margin: -4.375rem !important;
  }

  .mt-sm-n70,
.my-sm-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-sm-n70,
.mx-sm-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-sm-n70,
.my-sm-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-sm-n70,
.mx-sm-n70 {
    margin-left: -4.375rem !important;
  }

  .m-sm-n80 {
    margin: -5rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -5rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -5rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -5rem !important;
  }

  .m-sm-n90 {
    margin: -5.625rem !important;
  }

  .mt-sm-n90,
.my-sm-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-sm-n90,
.mx-sm-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-sm-n90,
.my-sm-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-sm-n90,
.mx-sm-n90 {
    margin-left: -5.625rem !important;
  }

  .m-sm-n100 {
    margin: -6.25rem !important;
  }

  .mt-sm-n100,
.my-sm-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n100,
.mx-sm-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n100,
.my-sm-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n100,
.mx-sm-n100 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n150 {
    margin: -9.375rem !important;
  }

  .mt-sm-n150,
.my-sm-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-sm-n150,
.mx-sm-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-sm-n150,
.my-sm-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-sm-n150,
.mx-sm-n150 {
    margin-left: -9.375rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-5 {
    margin: 0.3125rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 0.3125rem !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 0.625rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 0.625rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 0.625rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 0.75rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 0.75rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 0.75rem !important;
  }

  .m-md-15 {
    margin: 0.9375rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 0.9375rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-25 {
    margin: 1.5625rem !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 1.5625rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 3.125rem !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 3.125rem !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 3.125rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-70 {
    margin: 4.375rem !important;
  }

  .mt-md-70,
.my-md-70 {
    margin-top: 4.375rem !important;
  }

  .mr-md-70,
.mx-md-70 {
    margin-right: 4.375rem !important;
  }

  .mb-md-70,
.my-md-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-md-70,
.mx-md-70 {
    margin-left: 4.375rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

  .m-md-90 {
    margin: 5.625rem !important;
  }

  .mt-md-90,
.my-md-90 {
    margin-top: 5.625rem !important;
  }

  .mr-md-90,
.mx-md-90 {
    margin-right: 5.625rem !important;
  }

  .mb-md-90,
.my-md-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-md-90,
.mx-md-90 {
    margin-left: 5.625rem !important;
  }

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .mt-md-100,
.my-md-100 {
    margin-top: 6.25rem !important;
  }

  .mr-md-100,
.mx-md-100 {
    margin-right: 6.25rem !important;
  }

  .mb-md-100,
.my-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-100,
.mx-md-100 {
    margin-left: 6.25rem !important;
  }

  .m-md-150 {
    margin: 9.375rem !important;
  }

  .mt-md-150,
.my-md-150 {
    margin-top: 9.375rem !important;
  }

  .mr-md-150,
.mx-md-150 {
    margin-right: 9.375rem !important;
  }

  .mb-md-150,
.my-md-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-md-150,
.mx-md-150 {
    margin-left: 9.375rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-5 {
    padding: 0.3125rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 0.3125rem !important;
  }

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 0.625rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 0.625rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 0.625rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 0.75rem !important;
  }

  .p-md-15 {
    padding: 0.9375rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 0.9375rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-25 {
    padding: 1.5625rem !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 1.5625rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 3.125rem !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 3.125rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-70 {
    padding: 4.375rem !important;
  }

  .pt-md-70,
.py-md-70 {
    padding-top: 4.375rem !important;
  }

  .pr-md-70,
.px-md-70 {
    padding-right: 4.375rem !important;
  }

  .pb-md-70,
.py-md-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-md-70,
.px-md-70 {
    padding-left: 4.375rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 5rem !important;
  }

  .p-md-90 {
    padding: 5.625rem !important;
  }

  .pt-md-90,
.py-md-90 {
    padding-top: 5.625rem !important;
  }

  .pr-md-90,
.px-md-90 {
    padding-right: 5.625rem !important;
  }

  .pb-md-90,
.py-md-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-md-90,
.px-md-90 {
    padding-left: 5.625rem !important;
  }

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .pt-md-100,
.py-md-100 {
    padding-top: 6.25rem !important;
  }

  .pr-md-100,
.px-md-100 {
    padding-right: 6.25rem !important;
  }

  .pb-md-100,
.py-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-100,
.px-md-100 {
    padding-left: 6.25rem !important;
  }

  .p-md-150 {
    padding: 9.375rem !important;
  }

  .pt-md-150,
.py-md-150 {
    padding-top: 9.375rem !important;
  }

  .pr-md-150,
.px-md-150 {
    padding-right: 9.375rem !important;
  }

  .pb-md-150,
.py-md-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-md-150,
.px-md-150 {
    padding-left: 9.375rem !important;
  }

  .m-md-n5 {
    margin: -0.3125rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-md-n10 {
    margin: -0.625rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -0.625rem !important;
  }

  .m-md-n12 {
    margin: -0.75rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -0.75rem !important;
  }

  .m-md-n15 {
    margin: -0.9375rem !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n25 {
    margin: -1.5625rem !important;
  }

  .mt-md-n25,
.my-md-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-md-n30 {
    margin: -1.875rem !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -1.875rem !important;
  }

  .m-md-n40 {
    margin: -2.5rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -2.5rem !important;
  }

  .m-md-n50 {
    margin: -3.125rem !important;
  }

  .mt-md-n50,
.my-md-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -3.125rem !important;
  }

  .m-md-n60 {
    margin: -3.75rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -3.75rem !important;
  }

  .m-md-n70 {
    margin: -4.375rem !important;
  }

  .mt-md-n70,
.my-md-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-md-n70,
.mx-md-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-md-n70,
.my-md-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-md-n70,
.mx-md-n70 {
    margin-left: -4.375rem !important;
  }

  .m-md-n80 {
    margin: -5rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -5rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -5rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -5rem !important;
  }

  .m-md-n90 {
    margin: -5.625rem !important;
  }

  .mt-md-n90,
.my-md-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-md-n90,
.mx-md-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-md-n90,
.my-md-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-md-n90,
.mx-md-n90 {
    margin-left: -5.625rem !important;
  }

  .m-md-n100 {
    margin: -6.25rem !important;
  }

  .mt-md-n100,
.my-md-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n100,
.mx-md-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n100,
.my-md-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n100,
.mx-md-n100 {
    margin-left: -6.25rem !important;
  }

  .m-md-n150 {
    margin: -9.375rem !important;
  }

  .mt-md-n150,
.my-md-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-md-n150,
.mx-md-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-md-n150,
.my-md-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-md-n150,
.mx-md-n150 {
    margin-left: -9.375rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-5 {
    margin: 0.3125rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 0.3125rem !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 0.625rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 0.75rem !important;
  }

  .m-lg-15 {
    margin: 0.9375rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 3.125rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-70 {
    margin: 4.375rem !important;
  }

  .mt-lg-70,
.my-lg-70 {
    margin-top: 4.375rem !important;
  }

  .mr-lg-70,
.mx-lg-70 {
    margin-right: 4.375rem !important;
  }

  .mb-lg-70,
.my-lg-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-lg-70,
.mx-lg-70 {
    margin-left: 4.375rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

  .m-lg-90 {
    margin: 5.625rem !important;
  }

  .mt-lg-90,
.my-lg-90 {
    margin-top: 5.625rem !important;
  }

  .mr-lg-90,
.mx-lg-90 {
    margin-right: 5.625rem !important;
  }

  .mb-lg-90,
.my-lg-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-lg-90,
.mx-lg-90 {
    margin-left: 5.625rem !important;
  }

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .mt-lg-100,
.my-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-100,
.mx-lg-100 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-100,
.my-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-100,
.mx-lg-100 {
    margin-left: 6.25rem !important;
  }

  .m-lg-150 {
    margin: 9.375rem !important;
  }

  .mt-lg-150,
.my-lg-150 {
    margin-top: 9.375rem !important;
  }

  .mr-lg-150,
.mx-lg-150 {
    margin-right: 9.375rem !important;
  }

  .mb-lg-150,
.my-lg-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-lg-150,
.mx-lg-150 {
    margin-left: 9.375rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-5 {
    padding: 0.3125rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 0.3125rem !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 0.625rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 0.75rem !important;
  }

  .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 3.125rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-70 {
    padding: 4.375rem !important;
  }

  .pt-lg-70,
.py-lg-70 {
    padding-top: 4.375rem !important;
  }

  .pr-lg-70,
.px-lg-70 {
    padding-right: 4.375rem !important;
  }

  .pb-lg-70,
.py-lg-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-lg-70,
.px-lg-70 {
    padding-left: 4.375rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 5rem !important;
  }

  .p-lg-90 {
    padding: 5.625rem !important;
  }

  .pt-lg-90,
.py-lg-90 {
    padding-top: 5.625rem !important;
  }

  .pr-lg-90,
.px-lg-90 {
    padding-right: 5.625rem !important;
  }

  .pb-lg-90,
.py-lg-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-lg-90,
.px-lg-90 {
    padding-left: 5.625rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .pt-lg-100,
.py-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-100,
.px-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-100,
.py-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-100,
.px-lg-100 {
    padding-left: 6.25rem !important;
  }

  .p-lg-150 {
    padding: 9.375rem !important;
  }

  .pt-lg-150,
.py-lg-150 {
    padding-top: 9.375rem !important;
  }

  .pr-lg-150,
.px-lg-150 {
    padding-right: 9.375rem !important;
  }

  .pb-lg-150,
.py-lg-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-lg-150,
.px-lg-150 {
    padding-left: 9.375rem !important;
  }

  .m-lg-n5 {
    margin: -0.3125rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-lg-n10 {
    margin: -0.625rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n12 {
    margin: -0.75rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n15 {
    margin: -0.9375rem !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n25 {
    margin: -1.5625rem !important;
  }

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-lg-n30 {
    margin: -1.875rem !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n40 {
    margin: -2.5rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n50 {
    margin: -3.125rem !important;
  }

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -3.125rem !important;
  }

  .m-lg-n60 {
    margin: -3.75rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n70 {
    margin: -4.375rem !important;
  }

  .mt-lg-n70,
.my-lg-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-lg-n70,
.mx-lg-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-lg-n70,
.my-lg-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-lg-n70,
.mx-lg-n70 {
    margin-left: -4.375rem !important;
  }

  .m-lg-n80 {
    margin: -5rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -5rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -5rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -5rem !important;
  }

  .m-lg-n90 {
    margin: -5.625rem !important;
  }

  .mt-lg-n90,
.my-lg-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-lg-n90,
.mx-lg-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-lg-n90,
.my-lg-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-lg-n90,
.mx-lg-n90 {
    margin-left: -5.625rem !important;
  }

  .m-lg-n100 {
    margin: -6.25rem !important;
  }

  .mt-lg-n100,
.my-lg-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n100,
.mx-lg-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n100,
.my-lg-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n100,
.mx-lg-n100 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n150 {
    margin: -9.375rem !important;
  }

  .mt-lg-n150,
.my-lg-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-lg-n150,
.mx-lg-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-lg-n150,
.my-lg-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-lg-n150,
.mx-lg-n150 {
    margin-left: -9.375rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-5 {
    margin: 0.3125rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 0.3125rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-70 {
    margin: 4.375rem !important;
  }

  .mt-xl-70,
.my-xl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xl-70,
.mx-xl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xl-70,
.my-xl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xl-70,
.mx-xl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-90 {
    margin: 5.625rem !important;
  }

  .mt-xl-90,
.my-xl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xl-90,
.mx-xl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xl-90,
.my-xl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xl-90,
.mx-xl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .mt-xl-100,
.my-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-100,
.mx-xl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-100,
.my-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-100,
.mx-xl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xl-150 {
    margin: 9.375rem !important;
  }

  .mt-xl-150,
.my-xl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xl-150,
.mx-xl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xl-150,
.my-xl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xl-150,
.mx-xl-150 {
    margin-left: 9.375rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-5 {
    padding: 0.3125rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 0.3125rem !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-70 {
    padding: 4.375rem !important;
  }

  .pt-xl-70,
.py-xl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xl-70,
.px-xl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xl-70,
.py-xl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xl-70,
.px-xl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-90 {
    padding: 5.625rem !important;
  }

  .pt-xl-90,
.py-xl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xl-90,
.px-xl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xl-90,
.py-xl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xl-90,
.px-xl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .pt-xl-100,
.py-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-100,
.px-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-100,
.py-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-100,
.px-xl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xl-150 {
    padding: 9.375rem !important;
  }

  .pt-xl-150,
.py-xl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xl-150,
.px-xl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xl-150,
.py-xl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xl-150,
.px-xl-150 {
    padding-left: 9.375rem !important;
  }

  .m-xl-n5 {
    margin: -0.3125rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-xl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n15 {
    margin: -0.9375rem !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n25 {
    margin: -1.5625rem !important;
  }

  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-xl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xl-n70,
.my-xl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xl-n70,
.mx-xl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xl-n70,
.my-xl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xl-n70,
.mx-xl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xl-n80 {
    margin: -5rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -5rem !important;
  }

  .m-xl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xl-n90,
.my-xl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xl-n90,
.mx-xl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xl-n90,
.my-xl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xl-n90,
.mx-xl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xl-n100,
.my-xl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n100,
.mx-xl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n100,
.my-xl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n100,
.mx-xl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xl-n150 {
    margin: -9.375rem !important;
  }

  .mt-xl-n150,
.my-xl-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-xl-n150,
.mx-xl-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-xl-n150,
.my-xl-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xl-n150,
.mx-xl-n150 {
    margin-left: -9.375rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-5 {
    margin: 0.3125rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 0.3125rem !important;
  }

  .m-xxl-10 {
    margin: 0.625rem !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-50 {
    margin: 3.125rem !important;
  }

  .mt-xxl-50,
.my-xxl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xxl-50,
.mx-xxl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xxl-50,
.my-xxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxl-50,
.mx-xxl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxl-70,
.my-xxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxl-70,
.mx-xxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxl-70,
.my-xxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxl-70,
.mx-xxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxl-90,
.my-xxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxl-90,
.mx-xxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxl-90,
.my-xxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxl-90,
.mx-xxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxl-100,
.my-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-100,
.mx-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-100,
.my-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-100,
.mx-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-150 {
    margin: 9.375rem !important;
  }

  .mt-xxl-150,
.my-xxl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xxl-150,
.mx-xxl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xxl-150,
.my-xxl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xxl-150,
.mx-xxl-150 {
    margin-left: 9.375rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-5 {
    padding: 0.3125rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 0.3125rem !important;
  }

  .p-xxl-10 {
    padding: 0.625rem !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-50 {
    padding: 3.125rem !important;
  }

  .pt-xxl-50,
.py-xxl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xxl-50,
.px-xxl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xxl-50,
.py-xxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxl-50,
.px-xxl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxl-70,
.py-xxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxl-70,
.px-xxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxl-70,
.py-xxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxl-70,
.px-xxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxl-90,
.py-xxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxl-90,
.px-xxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxl-90,
.py-xxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxl-90,
.px-xxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxl-100,
.py-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-100,
.px-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-100,
.py-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-100,
.px-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-150 {
    padding: 9.375rem !important;
  }

  .pt-xxl-150,
.py-xxl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xxl-150,
.px-xxl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xxl-150,
.py-xxl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xxl-150,
.px-xxl-150 {
    padding-left: 9.375rem !important;
  }

  .m-xxl-n5 {
    margin: -0.3125rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-xxl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n15 {
    margin: -0.9375rem !important;
  }

  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n25 {
    margin: -1.5625rem !important;
  }

  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-xxl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xxl-n50,
.my-xxl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xxl-n50,
.mx-xxl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xxl-n50,
.my-xxl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xxl-n50,
.mx-xxl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xxl-n70,
.my-xxl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xxl-n70,
.mx-xxl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xxl-n70,
.my-xxl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xxl-n70,
.mx-xxl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xxl-n90,
.my-xxl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xxl-n90,
.mx-xxl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xxl-n90,
.my-xxl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xxl-n90,
.mx-xxl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xxl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xxl-n100,
.my-xxl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xxl-n100,
.mx-xxl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xxl-n100,
.my-xxl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxl-n100,
.mx-xxl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xxl-n150 {
    margin: -9.375rem !important;
  }

  .mt-xxl-n150,
.my-xxl-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-xxl-n150,
.mx-xxl-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-xxl-n150,
.my-xxl-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xxl-n150,
.mx-xxl-n150 {
    margin-left: -9.375rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1560px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-5 {
    margin: 0.3125rem !important;
  }

  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 0.3125rem !important;
  }

  .m-xxxl-10 {
    margin: 0.625rem !important;
  }

  .mt-xxxl-10,
.my-xxxl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xxxl-10,
.mx-xxxl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xxxl-10,
.my-xxxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxxl-10,
.mx-xxxl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xxxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxxl-12,
.my-xxxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxxl-12,
.mx-xxxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxxl-12,
.my-xxxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxxl-12,
.mx-xxxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxxl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xxxl-15,
.my-xxxl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xxxl-15,
.mx-xxxl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xxxl-15,
.mx-xxxl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xxxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxxl-20,
.my-xxxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxxl-20,
.mx-xxxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxxl-20,
.my-xxxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxxl-20,
.mx-xxxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxxl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xxxl-25,
.my-xxxl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xxxl-25,
.mx-xxxl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xxxl-25,
.my-xxxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xxxl-25,
.mx-xxxl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xxxl-30 {
    margin: 1.875rem !important;
  }

  .mt-xxxl-30,
.my-xxxl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xxxl-30,
.mx-xxxl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxxl-30,
.mx-xxxl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xxxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxxl-40,
.my-xxxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxl-40,
.mx-xxxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxl-40,
.my-xxxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxl-40,
.mx-xxxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxxl-50 {
    margin: 3.125rem !important;
  }

  .mt-xxxl-50,
.my-xxxl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xxxl-50,
.mx-xxxl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xxxl-50,
.my-xxxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxxl-50,
.mx-xxxl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xxxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxxl-60,
.my-xxxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxxl-60,
.mx-xxxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxxl-60,
.my-xxxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxxl-60,
.mx-xxxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxxl-70 {
    margin: 4.375rem !important;
  }

  .mt-xxxl-70,
.my-xxxl-70 {
    margin-top: 4.375rem !important;
  }

  .mr-xxxl-70,
.mx-xxxl-70 {
    margin-right: 4.375rem !important;
  }

  .mb-xxxl-70,
.my-xxxl-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-xxxl-70,
.mx-xxxl-70 {
    margin-left: 4.375rem !important;
  }

  .m-xxxl-80 {
    margin: 5rem !important;
  }

  .mt-xxxl-80,
.my-xxxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxxl-80,
.mx-xxxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxxl-80,
.my-xxxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxl-80,
.mx-xxxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxxl-90 {
    margin: 5.625rem !important;
  }

  .mt-xxxl-90,
.my-xxxl-90 {
    margin-top: 5.625rem !important;
  }

  .mr-xxxl-90,
.mx-xxxl-90 {
    margin-right: 5.625rem !important;
  }

  .mb-xxxl-90,
.my-xxxl-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-xxxl-90,
.mx-xxxl-90 {
    margin-left: 5.625rem !important;
  }

  .m-xxxl-100 {
    margin: 6.25rem !important;
  }

  .mt-xxxl-100,
.my-xxxl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xxxl-100,
.mx-xxxl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xxxl-100,
.my-xxxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxxl-100,
.mx-xxxl-100 {
    margin-left: 6.25rem !important;
  }

  .m-xxxl-150 {
    margin: 9.375rem !important;
  }

  .mt-xxxl-150,
.my-xxxl-150 {
    margin-top: 9.375rem !important;
  }

  .mr-xxxl-150,
.mx-xxxl-150 {
    margin-right: 9.375rem !important;
  }

  .mb-xxxl-150,
.my-xxxl-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-xxxl-150,
.mx-xxxl-150 {
    margin-left: 9.375rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-5 {
    padding: 0.3125rem !important;
  }

  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 0.3125rem !important;
  }

  .p-xxxl-10 {
    padding: 0.625rem !important;
  }

  .pt-xxxl-10,
.py-xxxl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xxxl-10,
.px-xxxl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xxxl-10,
.py-xxxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxxl-10,
.px-xxxl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xxxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxxl-12,
.py-xxxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxxl-12,
.px-xxxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxxl-12,
.py-xxxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxxl-12,
.px-xxxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxxl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xxxl-15,
.py-xxxl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xxxl-15,
.px-xxxl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xxxl-15,
.px-xxxl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xxxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxxl-20,
.py-xxxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxxl-20,
.px-xxxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxxl-20,
.py-xxxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxxl-20,
.px-xxxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxxl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xxxl-25,
.py-xxxl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xxxl-25,
.px-xxxl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xxxl-25,
.py-xxxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xxxl-25,
.px-xxxl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xxxl-30 {
    padding: 1.875rem !important;
  }

  .pt-xxxl-30,
.py-xxxl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xxxl-30,
.px-xxxl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxxl-30,
.px-xxxl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xxxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxxl-40,
.py-xxxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxl-40,
.px-xxxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxl-40,
.py-xxxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxl-40,
.px-xxxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxxl-50 {
    padding: 3.125rem !important;
  }

  .pt-xxxl-50,
.py-xxxl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xxxl-50,
.px-xxxl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xxxl-50,
.py-xxxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxxl-50,
.px-xxxl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xxxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxxl-60,
.py-xxxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxxl-60,
.px-xxxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxxl-60,
.py-xxxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxxl-60,
.px-xxxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxxl-70 {
    padding: 4.375rem !important;
  }

  .pt-xxxl-70,
.py-xxxl-70 {
    padding-top: 4.375rem !important;
  }

  .pr-xxxl-70,
.px-xxxl-70 {
    padding-right: 4.375rem !important;
  }

  .pb-xxxl-70,
.py-xxxl-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-xxxl-70,
.px-xxxl-70 {
    padding-left: 4.375rem !important;
  }

  .p-xxxl-80 {
    padding: 5rem !important;
  }

  .pt-xxxl-80,
.py-xxxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxxl-80,
.px-xxxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxxl-80,
.py-xxxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxl-80,
.px-xxxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxxl-90 {
    padding: 5.625rem !important;
  }

  .pt-xxxl-90,
.py-xxxl-90 {
    padding-top: 5.625rem !important;
  }

  .pr-xxxl-90,
.px-xxxl-90 {
    padding-right: 5.625rem !important;
  }

  .pb-xxxl-90,
.py-xxxl-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-xxxl-90,
.px-xxxl-90 {
    padding-left: 5.625rem !important;
  }

  .p-xxxl-100 {
    padding: 6.25rem !important;
  }

  .pt-xxxl-100,
.py-xxxl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xxxl-100,
.px-xxxl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xxxl-100,
.py-xxxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxxl-100,
.px-xxxl-100 {
    padding-left: 6.25rem !important;
  }

  .p-xxxl-150 {
    padding: 9.375rem !important;
  }

  .pt-xxxl-150,
.py-xxxl-150 {
    padding-top: 9.375rem !important;
  }

  .pr-xxxl-150,
.px-xxxl-150 {
    padding-right: 9.375rem !important;
  }

  .pb-xxxl-150,
.py-xxxl-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-xxxl-150,
.px-xxxl-150 {
    padding-left: 9.375rem !important;
  }

  .m-xxxl-n5 {
    margin: -0.3125rem !important;
  }

  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-xxxl-n10 {
    margin: -0.625rem !important;
  }

  .mt-xxxl-n10,
.my-xxxl-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-xxxl-n10,
.mx-xxxl-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-xxxl-n10,
.my-xxxl-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxxl-n10,
.mx-xxxl-n10 {
    margin-left: -0.625rem !important;
  }

  .m-xxxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxxl-n12,
.my-xxxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxxl-n12,
.mx-xxxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxxl-n12,
.my-xxxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxxl-n12,
.mx-xxxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxxl-n15 {
    margin: -0.9375rem !important;
  }

  .mt-xxxl-n15,
.my-xxxl-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-xxxl-n15,
.mx-xxxl-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-xxxl-n15,
.my-xxxl-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xxxl-n15,
.mx-xxxl-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-xxxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxxl-n20,
.my-xxxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxxl-n20,
.mx-xxxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxxl-n20,
.my-xxxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxxl-n20,
.mx-xxxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxxl-n25 {
    margin: -1.5625rem !important;
  }

  .mt-xxxl-n25,
.my-xxxl-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-xxxl-n25,
.mx-xxxl-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-xxxl-n25,
.my-xxxl-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xxxl-n25,
.mx-xxxl-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-xxxl-n30 {
    margin: -1.875rem !important;
  }

  .mt-xxxl-n30,
.my-xxxl-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-xxxl-n30,
.mx-xxxl-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-xxxl-n30,
.my-xxxl-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxxl-n30,
.mx-xxxl-n30 {
    margin-left: -1.875rem !important;
  }

  .m-xxxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxxl-n40,
.my-xxxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxl-n40,
.mx-xxxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxl-n40,
.my-xxxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxl-n40,
.mx-xxxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxxl-n50 {
    margin: -3.125rem !important;
  }

  .mt-xxxl-n50,
.my-xxxl-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-xxxl-n50,
.mx-xxxl-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-xxxl-n50,
.my-xxxl-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xxxl-n50,
.mx-xxxl-n50 {
    margin-left: -3.125rem !important;
  }

  .m-xxxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxxl-n60,
.my-xxxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxxl-n60,
.mx-xxxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxxl-n60,
.my-xxxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxxl-n60,
.mx-xxxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxxl-n70 {
    margin: -4.375rem !important;
  }

  .mt-xxxl-n70,
.my-xxxl-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-xxxl-n70,
.mx-xxxl-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-xxxl-n70,
.my-xxxl-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-xxxl-n70,
.mx-xxxl-n70 {
    margin-left: -4.375rem !important;
  }

  .m-xxxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxxl-n80,
.my-xxxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxxl-n80,
.mx-xxxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxxl-n80,
.my-xxxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxl-n80,
.mx-xxxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxxl-n90 {
    margin: -5.625rem !important;
  }

  .mt-xxxl-n90,
.my-xxxl-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-xxxl-n90,
.mx-xxxl-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-xxxl-n90,
.my-xxxl-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-xxxl-n90,
.mx-xxxl-n90 {
    margin-left: -5.625rem !important;
  }

  .m-xxxl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xxxl-n100,
.my-xxxl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xxxl-n100,
.mx-xxxl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xxxl-n100,
.my-xxxl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxxl-n100,
.mx-xxxl-n100 {
    margin-left: -6.25rem !important;
  }

  .m-xxxl-n150 {
    margin: -9.375rem !important;
  }

  .mt-xxxl-n150,
.my-xxxl-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-xxxl-n150,
.mx-xxxl-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-xxxl-n150,
.my-xxxl-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-xxxl-n150,
.mx-xxxl-n150 {
    margin-left: -9.375rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-full-0 {
    margin: 0 !important;
  }

  .mt-full-0,
.my-full-0 {
    margin-top: 0 !important;
  }

  .mr-full-0,
.mx-full-0 {
    margin-right: 0 !important;
  }

  .mb-full-0,
.my-full-0 {
    margin-bottom: 0 !important;
  }

  .ml-full-0,
.mx-full-0 {
    margin-left: 0 !important;
  }

  .m-full-5 {
    margin: 0.3125rem !important;
  }

  .mt-full-5,
.my-full-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-full-5,
.mx-full-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-full-5,
.my-full-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-full-5,
.mx-full-5 {
    margin-left: 0.3125rem !important;
  }

  .m-full-10 {
    margin: 0.625rem !important;
  }

  .mt-full-10,
.my-full-10 {
    margin-top: 0.625rem !important;
  }

  .mr-full-10,
.mx-full-10 {
    margin-right: 0.625rem !important;
  }

  .mb-full-10,
.my-full-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-full-10,
.mx-full-10 {
    margin-left: 0.625rem !important;
  }

  .m-full-12 {
    margin: 0.75rem !important;
  }

  .mt-full-12,
.my-full-12 {
    margin-top: 0.75rem !important;
  }

  .mr-full-12,
.mx-full-12 {
    margin-right: 0.75rem !important;
  }

  .mb-full-12,
.my-full-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-full-12,
.mx-full-12 {
    margin-left: 0.75rem !important;
  }

  .m-full-15 {
    margin: 0.9375rem !important;
  }

  .mt-full-15,
.my-full-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-full-15,
.mx-full-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-full-15,
.my-full-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-full-15,
.mx-full-15 {
    margin-left: 0.9375rem !important;
  }

  .m-full-20 {
    margin: 1.25rem !important;
  }

  .mt-full-20,
.my-full-20 {
    margin-top: 1.25rem !important;
  }

  .mr-full-20,
.mx-full-20 {
    margin-right: 1.25rem !important;
  }

  .mb-full-20,
.my-full-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-full-20,
.mx-full-20 {
    margin-left: 1.25rem !important;
  }

  .m-full-25 {
    margin: 1.5625rem !important;
  }

  .mt-full-25,
.my-full-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-full-25,
.mx-full-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-full-25,
.my-full-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-full-25,
.mx-full-25 {
    margin-left: 1.5625rem !important;
  }

  .m-full-30 {
    margin: 1.875rem !important;
  }

  .mt-full-30,
.my-full-30 {
    margin-top: 1.875rem !important;
  }

  .mr-full-30,
.mx-full-30 {
    margin-right: 1.875rem !important;
  }

  .mb-full-30,
.my-full-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-full-30,
.mx-full-30 {
    margin-left: 1.875rem !important;
  }

  .m-full-40 {
    margin: 2.5rem !important;
  }

  .mt-full-40,
.my-full-40 {
    margin-top: 2.5rem !important;
  }

  .mr-full-40,
.mx-full-40 {
    margin-right: 2.5rem !important;
  }

  .mb-full-40,
.my-full-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-full-40,
.mx-full-40 {
    margin-left: 2.5rem !important;
  }

  .m-full-50 {
    margin: 3.125rem !important;
  }

  .mt-full-50,
.my-full-50 {
    margin-top: 3.125rem !important;
  }

  .mr-full-50,
.mx-full-50 {
    margin-right: 3.125rem !important;
  }

  .mb-full-50,
.my-full-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-full-50,
.mx-full-50 {
    margin-left: 3.125rem !important;
  }

  .m-full-60 {
    margin: 3.75rem !important;
  }

  .mt-full-60,
.my-full-60 {
    margin-top: 3.75rem !important;
  }

  .mr-full-60,
.mx-full-60 {
    margin-right: 3.75rem !important;
  }

  .mb-full-60,
.my-full-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-full-60,
.mx-full-60 {
    margin-left: 3.75rem !important;
  }

  .m-full-70 {
    margin: 4.375rem !important;
  }

  .mt-full-70,
.my-full-70 {
    margin-top: 4.375rem !important;
  }

  .mr-full-70,
.mx-full-70 {
    margin-right: 4.375rem !important;
  }

  .mb-full-70,
.my-full-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-full-70,
.mx-full-70 {
    margin-left: 4.375rem !important;
  }

  .m-full-80 {
    margin: 5rem !important;
  }

  .mt-full-80,
.my-full-80 {
    margin-top: 5rem !important;
  }

  .mr-full-80,
.mx-full-80 {
    margin-right: 5rem !important;
  }

  .mb-full-80,
.my-full-80 {
    margin-bottom: 5rem !important;
  }

  .ml-full-80,
.mx-full-80 {
    margin-left: 5rem !important;
  }

  .m-full-90 {
    margin: 5.625rem !important;
  }

  .mt-full-90,
.my-full-90 {
    margin-top: 5.625rem !important;
  }

  .mr-full-90,
.mx-full-90 {
    margin-right: 5.625rem !important;
  }

  .mb-full-90,
.my-full-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-full-90,
.mx-full-90 {
    margin-left: 5.625rem !important;
  }

  .m-full-100 {
    margin: 6.25rem !important;
  }

  .mt-full-100,
.my-full-100 {
    margin-top: 6.25rem !important;
  }

  .mr-full-100,
.mx-full-100 {
    margin-right: 6.25rem !important;
  }

  .mb-full-100,
.my-full-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-full-100,
.mx-full-100 {
    margin-left: 6.25rem !important;
  }

  .m-full-150 {
    margin: 9.375rem !important;
  }

  .mt-full-150,
.my-full-150 {
    margin-top: 9.375rem !important;
  }

  .mr-full-150,
.mx-full-150 {
    margin-right: 9.375rem !important;
  }

  .mb-full-150,
.my-full-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-full-150,
.mx-full-150 {
    margin-left: 9.375rem !important;
  }

  .p-full-0 {
    padding: 0 !important;
  }

  .pt-full-0,
.py-full-0 {
    padding-top: 0 !important;
  }

  .pr-full-0,
.px-full-0 {
    padding-right: 0 !important;
  }

  .pb-full-0,
.py-full-0 {
    padding-bottom: 0 !important;
  }

  .pl-full-0,
.px-full-0 {
    padding-left: 0 !important;
  }

  .p-full-5 {
    padding: 0.3125rem !important;
  }

  .pt-full-5,
.py-full-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-full-5,
.px-full-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-full-5,
.py-full-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-full-5,
.px-full-5 {
    padding-left: 0.3125rem !important;
  }

  .p-full-10 {
    padding: 0.625rem !important;
  }

  .pt-full-10,
.py-full-10 {
    padding-top: 0.625rem !important;
  }

  .pr-full-10,
.px-full-10 {
    padding-right: 0.625rem !important;
  }

  .pb-full-10,
.py-full-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-full-10,
.px-full-10 {
    padding-left: 0.625rem !important;
  }

  .p-full-12 {
    padding: 0.75rem !important;
  }

  .pt-full-12,
.py-full-12 {
    padding-top: 0.75rem !important;
  }

  .pr-full-12,
.px-full-12 {
    padding-right: 0.75rem !important;
  }

  .pb-full-12,
.py-full-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-full-12,
.px-full-12 {
    padding-left: 0.75rem !important;
  }

  .p-full-15 {
    padding: 0.9375rem !important;
  }

  .pt-full-15,
.py-full-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-full-15,
.px-full-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-full-15,
.py-full-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-full-15,
.px-full-15 {
    padding-left: 0.9375rem !important;
  }

  .p-full-20 {
    padding: 1.25rem !important;
  }

  .pt-full-20,
.py-full-20 {
    padding-top: 1.25rem !important;
  }

  .pr-full-20,
.px-full-20 {
    padding-right: 1.25rem !important;
  }

  .pb-full-20,
.py-full-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-full-20,
.px-full-20 {
    padding-left: 1.25rem !important;
  }

  .p-full-25 {
    padding: 1.5625rem !important;
  }

  .pt-full-25,
.py-full-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-full-25,
.px-full-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-full-25,
.py-full-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-full-25,
.px-full-25 {
    padding-left: 1.5625rem !important;
  }

  .p-full-30 {
    padding: 1.875rem !important;
  }

  .pt-full-30,
.py-full-30 {
    padding-top: 1.875rem !important;
  }

  .pr-full-30,
.px-full-30 {
    padding-right: 1.875rem !important;
  }

  .pb-full-30,
.py-full-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-full-30,
.px-full-30 {
    padding-left: 1.875rem !important;
  }

  .p-full-40 {
    padding: 2.5rem !important;
  }

  .pt-full-40,
.py-full-40 {
    padding-top: 2.5rem !important;
  }

  .pr-full-40,
.px-full-40 {
    padding-right: 2.5rem !important;
  }

  .pb-full-40,
.py-full-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-full-40,
.px-full-40 {
    padding-left: 2.5rem !important;
  }

  .p-full-50 {
    padding: 3.125rem !important;
  }

  .pt-full-50,
.py-full-50 {
    padding-top: 3.125rem !important;
  }

  .pr-full-50,
.px-full-50 {
    padding-right: 3.125rem !important;
  }

  .pb-full-50,
.py-full-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-full-50,
.px-full-50 {
    padding-left: 3.125rem !important;
  }

  .p-full-60 {
    padding: 3.75rem !important;
  }

  .pt-full-60,
.py-full-60 {
    padding-top: 3.75rem !important;
  }

  .pr-full-60,
.px-full-60 {
    padding-right: 3.75rem !important;
  }

  .pb-full-60,
.py-full-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-full-60,
.px-full-60 {
    padding-left: 3.75rem !important;
  }

  .p-full-70 {
    padding: 4.375rem !important;
  }

  .pt-full-70,
.py-full-70 {
    padding-top: 4.375rem !important;
  }

  .pr-full-70,
.px-full-70 {
    padding-right: 4.375rem !important;
  }

  .pb-full-70,
.py-full-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-full-70,
.px-full-70 {
    padding-left: 4.375rem !important;
  }

  .p-full-80 {
    padding: 5rem !important;
  }

  .pt-full-80,
.py-full-80 {
    padding-top: 5rem !important;
  }

  .pr-full-80,
.px-full-80 {
    padding-right: 5rem !important;
  }

  .pb-full-80,
.py-full-80 {
    padding-bottom: 5rem !important;
  }

  .pl-full-80,
.px-full-80 {
    padding-left: 5rem !important;
  }

  .p-full-90 {
    padding: 5.625rem !important;
  }

  .pt-full-90,
.py-full-90 {
    padding-top: 5.625rem !important;
  }

  .pr-full-90,
.px-full-90 {
    padding-right: 5.625rem !important;
  }

  .pb-full-90,
.py-full-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-full-90,
.px-full-90 {
    padding-left: 5.625rem !important;
  }

  .p-full-100 {
    padding: 6.25rem !important;
  }

  .pt-full-100,
.py-full-100 {
    padding-top: 6.25rem !important;
  }

  .pr-full-100,
.px-full-100 {
    padding-right: 6.25rem !important;
  }

  .pb-full-100,
.py-full-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-full-100,
.px-full-100 {
    padding-left: 6.25rem !important;
  }

  .p-full-150 {
    padding: 9.375rem !important;
  }

  .pt-full-150,
.py-full-150 {
    padding-top: 9.375rem !important;
  }

  .pr-full-150,
.px-full-150 {
    padding-right: 9.375rem !important;
  }

  .pb-full-150,
.py-full-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-full-150,
.px-full-150 {
    padding-left: 9.375rem !important;
  }

  .m-full-n5 {
    margin: -0.3125rem !important;
  }

  .mt-full-n5,
.my-full-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-full-n5,
.mx-full-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-full-n5,
.my-full-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-full-n5,
.mx-full-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-full-n10 {
    margin: -0.625rem !important;
  }

  .mt-full-n10,
.my-full-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-full-n10,
.mx-full-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-full-n10,
.my-full-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-full-n10,
.mx-full-n10 {
    margin-left: -0.625rem !important;
  }

  .m-full-n12 {
    margin: -0.75rem !important;
  }

  .mt-full-n12,
.my-full-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-full-n12,
.mx-full-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-full-n12,
.my-full-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-full-n12,
.mx-full-n12 {
    margin-left: -0.75rem !important;
  }

  .m-full-n15 {
    margin: -0.9375rem !important;
  }

  .mt-full-n15,
.my-full-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-full-n15,
.mx-full-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-full-n15,
.my-full-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-full-n15,
.mx-full-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-full-n20 {
    margin: -1.25rem !important;
  }

  .mt-full-n20,
.my-full-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-full-n20,
.mx-full-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-full-n20,
.my-full-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-full-n20,
.mx-full-n20 {
    margin-left: -1.25rem !important;
  }

  .m-full-n25 {
    margin: -1.5625rem !important;
  }

  .mt-full-n25,
.my-full-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-full-n25,
.mx-full-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-full-n25,
.my-full-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-full-n25,
.mx-full-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-full-n30 {
    margin: -1.875rem !important;
  }

  .mt-full-n30,
.my-full-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-full-n30,
.mx-full-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-full-n30,
.my-full-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-full-n30,
.mx-full-n30 {
    margin-left: -1.875rem !important;
  }

  .m-full-n40 {
    margin: -2.5rem !important;
  }

  .mt-full-n40,
.my-full-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-full-n40,
.mx-full-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-full-n40,
.my-full-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-full-n40,
.mx-full-n40 {
    margin-left: -2.5rem !important;
  }

  .m-full-n50 {
    margin: -3.125rem !important;
  }

  .mt-full-n50,
.my-full-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-full-n50,
.mx-full-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-full-n50,
.my-full-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-full-n50,
.mx-full-n50 {
    margin-left: -3.125rem !important;
  }

  .m-full-n60 {
    margin: -3.75rem !important;
  }

  .mt-full-n60,
.my-full-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-full-n60,
.mx-full-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-full-n60,
.my-full-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-full-n60,
.mx-full-n60 {
    margin-left: -3.75rem !important;
  }

  .m-full-n70 {
    margin: -4.375rem !important;
  }

  .mt-full-n70,
.my-full-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-full-n70,
.mx-full-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-full-n70,
.my-full-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-full-n70,
.mx-full-n70 {
    margin-left: -4.375rem !important;
  }

  .m-full-n80 {
    margin: -5rem !important;
  }

  .mt-full-n80,
.my-full-n80 {
    margin-top: -5rem !important;
  }

  .mr-full-n80,
.mx-full-n80 {
    margin-right: -5rem !important;
  }

  .mb-full-n80,
.my-full-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-full-n80,
.mx-full-n80 {
    margin-left: -5rem !important;
  }

  .m-full-n90 {
    margin: -5.625rem !important;
  }

  .mt-full-n90,
.my-full-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-full-n90,
.mx-full-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-full-n90,
.my-full-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-full-n90,
.mx-full-n90 {
    margin-left: -5.625rem !important;
  }

  .m-full-n100 {
    margin: -6.25rem !important;
  }

  .mt-full-n100,
.my-full-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-full-n100,
.mx-full-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-full-n100,
.my-full-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-full-n100,
.mx-full-n100 {
    margin-left: -6.25rem !important;
  }

  .m-full-n150 {
    margin: -9.375rem !important;
  }

  .mt-full-n150,
.my-full-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-full-n150,
.mx-full-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-full-n150,
.my-full-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-full-n150,
.mx-full-n150 {
    margin-left: -9.375rem !important;
  }

  .m-full-auto {
    margin: auto !important;
  }

  .mt-full-auto,
.my-full-auto {
    margin-top: auto !important;
  }

  .mr-full-auto,
.mx-full-auto {
    margin-right: auto !important;
  }

  .mb-full-auto,
.my-full-auto {
    margin-bottom: auto !important;
  }

  .ml-full-auto,
.mx-full-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-fullMax-0 {
    margin: 0 !important;
  }

  .mt-fullMax-0,
.my-fullMax-0 {
    margin-top: 0 !important;
  }

  .mr-fullMax-0,
.mx-fullMax-0 {
    margin-right: 0 !important;
  }

  .mb-fullMax-0,
.my-fullMax-0 {
    margin-bottom: 0 !important;
  }

  .ml-fullMax-0,
.mx-fullMax-0 {
    margin-left: 0 !important;
  }

  .m-fullMax-5 {
    margin: 0.3125rem !important;
  }

  .mt-fullMax-5,
.my-fullMax-5 {
    margin-top: 0.3125rem !important;
  }

  .mr-fullMax-5,
.mx-fullMax-5 {
    margin-right: 0.3125rem !important;
  }

  .mb-fullMax-5,
.my-fullMax-5 {
    margin-bottom: 0.3125rem !important;
  }

  .ml-fullMax-5,
.mx-fullMax-5 {
    margin-left: 0.3125rem !important;
  }

  .m-fullMax-10 {
    margin: 0.625rem !important;
  }

  .mt-fullMax-10,
.my-fullMax-10 {
    margin-top: 0.625rem !important;
  }

  .mr-fullMax-10,
.mx-fullMax-10 {
    margin-right: 0.625rem !important;
  }

  .mb-fullMax-10,
.my-fullMax-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-fullMax-10,
.mx-fullMax-10 {
    margin-left: 0.625rem !important;
  }

  .m-fullMax-12 {
    margin: 0.75rem !important;
  }

  .mt-fullMax-12,
.my-fullMax-12 {
    margin-top: 0.75rem !important;
  }

  .mr-fullMax-12,
.mx-fullMax-12 {
    margin-right: 0.75rem !important;
  }

  .mb-fullMax-12,
.my-fullMax-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-fullMax-12,
.mx-fullMax-12 {
    margin-left: 0.75rem !important;
  }

  .m-fullMax-15 {
    margin: 0.9375rem !important;
  }

  .mt-fullMax-15,
.my-fullMax-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-fullMax-15,
.mx-fullMax-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-fullMax-15,
.my-fullMax-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-fullMax-15,
.mx-fullMax-15 {
    margin-left: 0.9375rem !important;
  }

  .m-fullMax-20 {
    margin: 1.25rem !important;
  }

  .mt-fullMax-20,
.my-fullMax-20 {
    margin-top: 1.25rem !important;
  }

  .mr-fullMax-20,
.mx-fullMax-20 {
    margin-right: 1.25rem !important;
  }

  .mb-fullMax-20,
.my-fullMax-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-fullMax-20,
.mx-fullMax-20 {
    margin-left: 1.25rem !important;
  }

  .m-fullMax-25 {
    margin: 1.5625rem !important;
  }

  .mt-fullMax-25,
.my-fullMax-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-fullMax-25,
.mx-fullMax-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-fullMax-25,
.my-fullMax-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-fullMax-25,
.mx-fullMax-25 {
    margin-left: 1.5625rem !important;
  }

  .m-fullMax-30 {
    margin: 1.875rem !important;
  }

  .mt-fullMax-30,
.my-fullMax-30 {
    margin-top: 1.875rem !important;
  }

  .mr-fullMax-30,
.mx-fullMax-30 {
    margin-right: 1.875rem !important;
  }

  .mb-fullMax-30,
.my-fullMax-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-fullMax-30,
.mx-fullMax-30 {
    margin-left: 1.875rem !important;
  }

  .m-fullMax-40 {
    margin: 2.5rem !important;
  }

  .mt-fullMax-40,
.my-fullMax-40 {
    margin-top: 2.5rem !important;
  }

  .mr-fullMax-40,
.mx-fullMax-40 {
    margin-right: 2.5rem !important;
  }

  .mb-fullMax-40,
.my-fullMax-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-fullMax-40,
.mx-fullMax-40 {
    margin-left: 2.5rem !important;
  }

  .m-fullMax-50 {
    margin: 3.125rem !important;
  }

  .mt-fullMax-50,
.my-fullMax-50 {
    margin-top: 3.125rem !important;
  }

  .mr-fullMax-50,
.mx-fullMax-50 {
    margin-right: 3.125rem !important;
  }

  .mb-fullMax-50,
.my-fullMax-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-fullMax-50,
.mx-fullMax-50 {
    margin-left: 3.125rem !important;
  }

  .m-fullMax-60 {
    margin: 3.75rem !important;
  }

  .mt-fullMax-60,
.my-fullMax-60 {
    margin-top: 3.75rem !important;
  }

  .mr-fullMax-60,
.mx-fullMax-60 {
    margin-right: 3.75rem !important;
  }

  .mb-fullMax-60,
.my-fullMax-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-fullMax-60,
.mx-fullMax-60 {
    margin-left: 3.75rem !important;
  }

  .m-fullMax-70 {
    margin: 4.375rem !important;
  }

  .mt-fullMax-70,
.my-fullMax-70 {
    margin-top: 4.375rem !important;
  }

  .mr-fullMax-70,
.mx-fullMax-70 {
    margin-right: 4.375rem !important;
  }

  .mb-fullMax-70,
.my-fullMax-70 {
    margin-bottom: 4.375rem !important;
  }

  .ml-fullMax-70,
.mx-fullMax-70 {
    margin-left: 4.375rem !important;
  }

  .m-fullMax-80 {
    margin: 5rem !important;
  }

  .mt-fullMax-80,
.my-fullMax-80 {
    margin-top: 5rem !important;
  }

  .mr-fullMax-80,
.mx-fullMax-80 {
    margin-right: 5rem !important;
  }

  .mb-fullMax-80,
.my-fullMax-80 {
    margin-bottom: 5rem !important;
  }

  .ml-fullMax-80,
.mx-fullMax-80 {
    margin-left: 5rem !important;
  }

  .m-fullMax-90 {
    margin: 5.625rem !important;
  }

  .mt-fullMax-90,
.my-fullMax-90 {
    margin-top: 5.625rem !important;
  }

  .mr-fullMax-90,
.mx-fullMax-90 {
    margin-right: 5.625rem !important;
  }

  .mb-fullMax-90,
.my-fullMax-90 {
    margin-bottom: 5.625rem !important;
  }

  .ml-fullMax-90,
.mx-fullMax-90 {
    margin-left: 5.625rem !important;
  }

  .m-fullMax-100 {
    margin: 6.25rem !important;
  }

  .mt-fullMax-100,
.my-fullMax-100 {
    margin-top: 6.25rem !important;
  }

  .mr-fullMax-100,
.mx-fullMax-100 {
    margin-right: 6.25rem !important;
  }

  .mb-fullMax-100,
.my-fullMax-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-fullMax-100,
.mx-fullMax-100 {
    margin-left: 6.25rem !important;
  }

  .m-fullMax-150 {
    margin: 9.375rem !important;
  }

  .mt-fullMax-150,
.my-fullMax-150 {
    margin-top: 9.375rem !important;
  }

  .mr-fullMax-150,
.mx-fullMax-150 {
    margin-right: 9.375rem !important;
  }

  .mb-fullMax-150,
.my-fullMax-150 {
    margin-bottom: 9.375rem !important;
  }

  .ml-fullMax-150,
.mx-fullMax-150 {
    margin-left: 9.375rem !important;
  }

  .p-fullMax-0 {
    padding: 0 !important;
  }

  .pt-fullMax-0,
.py-fullMax-0 {
    padding-top: 0 !important;
  }

  .pr-fullMax-0,
.px-fullMax-0 {
    padding-right: 0 !important;
  }

  .pb-fullMax-0,
.py-fullMax-0 {
    padding-bottom: 0 !important;
  }

  .pl-fullMax-0,
.px-fullMax-0 {
    padding-left: 0 !important;
  }

  .p-fullMax-5 {
    padding: 0.3125rem !important;
  }

  .pt-fullMax-5,
.py-fullMax-5 {
    padding-top: 0.3125rem !important;
  }

  .pr-fullMax-5,
.px-fullMax-5 {
    padding-right: 0.3125rem !important;
  }

  .pb-fullMax-5,
.py-fullMax-5 {
    padding-bottom: 0.3125rem !important;
  }

  .pl-fullMax-5,
.px-fullMax-5 {
    padding-left: 0.3125rem !important;
  }

  .p-fullMax-10 {
    padding: 0.625rem !important;
  }

  .pt-fullMax-10,
.py-fullMax-10 {
    padding-top: 0.625rem !important;
  }

  .pr-fullMax-10,
.px-fullMax-10 {
    padding-right: 0.625rem !important;
  }

  .pb-fullMax-10,
.py-fullMax-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-fullMax-10,
.px-fullMax-10 {
    padding-left: 0.625rem !important;
  }

  .p-fullMax-12 {
    padding: 0.75rem !important;
  }

  .pt-fullMax-12,
.py-fullMax-12 {
    padding-top: 0.75rem !important;
  }

  .pr-fullMax-12,
.px-fullMax-12 {
    padding-right: 0.75rem !important;
  }

  .pb-fullMax-12,
.py-fullMax-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-fullMax-12,
.px-fullMax-12 {
    padding-left: 0.75rem !important;
  }

  .p-fullMax-15 {
    padding: 0.9375rem !important;
  }

  .pt-fullMax-15,
.py-fullMax-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-fullMax-15,
.px-fullMax-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-fullMax-15,
.py-fullMax-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-fullMax-15,
.px-fullMax-15 {
    padding-left: 0.9375rem !important;
  }

  .p-fullMax-20 {
    padding: 1.25rem !important;
  }

  .pt-fullMax-20,
.py-fullMax-20 {
    padding-top: 1.25rem !important;
  }

  .pr-fullMax-20,
.px-fullMax-20 {
    padding-right: 1.25rem !important;
  }

  .pb-fullMax-20,
.py-fullMax-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-fullMax-20,
.px-fullMax-20 {
    padding-left: 1.25rem !important;
  }

  .p-fullMax-25 {
    padding: 1.5625rem !important;
  }

  .pt-fullMax-25,
.py-fullMax-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-fullMax-25,
.px-fullMax-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-fullMax-25,
.py-fullMax-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-fullMax-25,
.px-fullMax-25 {
    padding-left: 1.5625rem !important;
  }

  .p-fullMax-30 {
    padding: 1.875rem !important;
  }

  .pt-fullMax-30,
.py-fullMax-30 {
    padding-top: 1.875rem !important;
  }

  .pr-fullMax-30,
.px-fullMax-30 {
    padding-right: 1.875rem !important;
  }

  .pb-fullMax-30,
.py-fullMax-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-fullMax-30,
.px-fullMax-30 {
    padding-left: 1.875rem !important;
  }

  .p-fullMax-40 {
    padding: 2.5rem !important;
  }

  .pt-fullMax-40,
.py-fullMax-40 {
    padding-top: 2.5rem !important;
  }

  .pr-fullMax-40,
.px-fullMax-40 {
    padding-right: 2.5rem !important;
  }

  .pb-fullMax-40,
.py-fullMax-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-fullMax-40,
.px-fullMax-40 {
    padding-left: 2.5rem !important;
  }

  .p-fullMax-50 {
    padding: 3.125rem !important;
  }

  .pt-fullMax-50,
.py-fullMax-50 {
    padding-top: 3.125rem !important;
  }

  .pr-fullMax-50,
.px-fullMax-50 {
    padding-right: 3.125rem !important;
  }

  .pb-fullMax-50,
.py-fullMax-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-fullMax-50,
.px-fullMax-50 {
    padding-left: 3.125rem !important;
  }

  .p-fullMax-60 {
    padding: 3.75rem !important;
  }

  .pt-fullMax-60,
.py-fullMax-60 {
    padding-top: 3.75rem !important;
  }

  .pr-fullMax-60,
.px-fullMax-60 {
    padding-right: 3.75rem !important;
  }

  .pb-fullMax-60,
.py-fullMax-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-fullMax-60,
.px-fullMax-60 {
    padding-left: 3.75rem !important;
  }

  .p-fullMax-70 {
    padding: 4.375rem !important;
  }

  .pt-fullMax-70,
.py-fullMax-70 {
    padding-top: 4.375rem !important;
  }

  .pr-fullMax-70,
.px-fullMax-70 {
    padding-right: 4.375rem !important;
  }

  .pb-fullMax-70,
.py-fullMax-70 {
    padding-bottom: 4.375rem !important;
  }

  .pl-fullMax-70,
.px-fullMax-70 {
    padding-left: 4.375rem !important;
  }

  .p-fullMax-80 {
    padding: 5rem !important;
  }

  .pt-fullMax-80,
.py-fullMax-80 {
    padding-top: 5rem !important;
  }

  .pr-fullMax-80,
.px-fullMax-80 {
    padding-right: 5rem !important;
  }

  .pb-fullMax-80,
.py-fullMax-80 {
    padding-bottom: 5rem !important;
  }

  .pl-fullMax-80,
.px-fullMax-80 {
    padding-left: 5rem !important;
  }

  .p-fullMax-90 {
    padding: 5.625rem !important;
  }

  .pt-fullMax-90,
.py-fullMax-90 {
    padding-top: 5.625rem !important;
  }

  .pr-fullMax-90,
.px-fullMax-90 {
    padding-right: 5.625rem !important;
  }

  .pb-fullMax-90,
.py-fullMax-90 {
    padding-bottom: 5.625rem !important;
  }

  .pl-fullMax-90,
.px-fullMax-90 {
    padding-left: 5.625rem !important;
  }

  .p-fullMax-100 {
    padding: 6.25rem !important;
  }

  .pt-fullMax-100,
.py-fullMax-100 {
    padding-top: 6.25rem !important;
  }

  .pr-fullMax-100,
.px-fullMax-100 {
    padding-right: 6.25rem !important;
  }

  .pb-fullMax-100,
.py-fullMax-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-fullMax-100,
.px-fullMax-100 {
    padding-left: 6.25rem !important;
  }

  .p-fullMax-150 {
    padding: 9.375rem !important;
  }

  .pt-fullMax-150,
.py-fullMax-150 {
    padding-top: 9.375rem !important;
  }

  .pr-fullMax-150,
.px-fullMax-150 {
    padding-right: 9.375rem !important;
  }

  .pb-fullMax-150,
.py-fullMax-150 {
    padding-bottom: 9.375rem !important;
  }

  .pl-fullMax-150,
.px-fullMax-150 {
    padding-left: 9.375rem !important;
  }

  .m-fullMax-n5 {
    margin: -0.3125rem !important;
  }

  .mt-fullMax-n5,
.my-fullMax-n5 {
    margin-top: -0.3125rem !important;
  }

  .mr-fullMax-n5,
.mx-fullMax-n5 {
    margin-right: -0.3125rem !important;
  }

  .mb-fullMax-n5,
.my-fullMax-n5 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-fullMax-n5,
.mx-fullMax-n5 {
    margin-left: -0.3125rem !important;
  }

  .m-fullMax-n10 {
    margin: -0.625rem !important;
  }

  .mt-fullMax-n10,
.my-fullMax-n10 {
    margin-top: -0.625rem !important;
  }

  .mr-fullMax-n10,
.mx-fullMax-n10 {
    margin-right: -0.625rem !important;
  }

  .mb-fullMax-n10,
.my-fullMax-n10 {
    margin-bottom: -0.625rem !important;
  }

  .ml-fullMax-n10,
.mx-fullMax-n10 {
    margin-left: -0.625rem !important;
  }

  .m-fullMax-n12 {
    margin: -0.75rem !important;
  }

  .mt-fullMax-n12,
.my-fullMax-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-fullMax-n12,
.mx-fullMax-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-fullMax-n12,
.my-fullMax-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-fullMax-n12,
.mx-fullMax-n12 {
    margin-left: -0.75rem !important;
  }

  .m-fullMax-n15 {
    margin: -0.9375rem !important;
  }

  .mt-fullMax-n15,
.my-fullMax-n15 {
    margin-top: -0.9375rem !important;
  }

  .mr-fullMax-n15,
.mx-fullMax-n15 {
    margin-right: -0.9375rem !important;
  }

  .mb-fullMax-n15,
.my-fullMax-n15 {
    margin-bottom: -0.9375rem !important;
  }

  .ml-fullMax-n15,
.mx-fullMax-n15 {
    margin-left: -0.9375rem !important;
  }

  .m-fullMax-n20 {
    margin: -1.25rem !important;
  }

  .mt-fullMax-n20,
.my-fullMax-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-fullMax-n20,
.mx-fullMax-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-fullMax-n20,
.my-fullMax-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-fullMax-n20,
.mx-fullMax-n20 {
    margin-left: -1.25rem !important;
  }

  .m-fullMax-n25 {
    margin: -1.5625rem !important;
  }

  .mt-fullMax-n25,
.my-fullMax-n25 {
    margin-top: -1.5625rem !important;
  }

  .mr-fullMax-n25,
.mx-fullMax-n25 {
    margin-right: -1.5625rem !important;
  }

  .mb-fullMax-n25,
.my-fullMax-n25 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-fullMax-n25,
.mx-fullMax-n25 {
    margin-left: -1.5625rem !important;
  }

  .m-fullMax-n30 {
    margin: -1.875rem !important;
  }

  .mt-fullMax-n30,
.my-fullMax-n30 {
    margin-top: -1.875rem !important;
  }

  .mr-fullMax-n30,
.mx-fullMax-n30 {
    margin-right: -1.875rem !important;
  }

  .mb-fullMax-n30,
.my-fullMax-n30 {
    margin-bottom: -1.875rem !important;
  }

  .ml-fullMax-n30,
.mx-fullMax-n30 {
    margin-left: -1.875rem !important;
  }

  .m-fullMax-n40 {
    margin: -2.5rem !important;
  }

  .mt-fullMax-n40,
.my-fullMax-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-fullMax-n40,
.mx-fullMax-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-fullMax-n40,
.my-fullMax-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-fullMax-n40,
.mx-fullMax-n40 {
    margin-left: -2.5rem !important;
  }

  .m-fullMax-n50 {
    margin: -3.125rem !important;
  }

  .mt-fullMax-n50,
.my-fullMax-n50 {
    margin-top: -3.125rem !important;
  }

  .mr-fullMax-n50,
.mx-fullMax-n50 {
    margin-right: -3.125rem !important;
  }

  .mb-fullMax-n50,
.my-fullMax-n50 {
    margin-bottom: -3.125rem !important;
  }

  .ml-fullMax-n50,
.mx-fullMax-n50 {
    margin-left: -3.125rem !important;
  }

  .m-fullMax-n60 {
    margin: -3.75rem !important;
  }

  .mt-fullMax-n60,
.my-fullMax-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-fullMax-n60,
.mx-fullMax-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-fullMax-n60,
.my-fullMax-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-fullMax-n60,
.mx-fullMax-n60 {
    margin-left: -3.75rem !important;
  }

  .m-fullMax-n70 {
    margin: -4.375rem !important;
  }

  .mt-fullMax-n70,
.my-fullMax-n70 {
    margin-top: -4.375rem !important;
  }

  .mr-fullMax-n70,
.mx-fullMax-n70 {
    margin-right: -4.375rem !important;
  }

  .mb-fullMax-n70,
.my-fullMax-n70 {
    margin-bottom: -4.375rem !important;
  }

  .ml-fullMax-n70,
.mx-fullMax-n70 {
    margin-left: -4.375rem !important;
  }

  .m-fullMax-n80 {
    margin: -5rem !important;
  }

  .mt-fullMax-n80,
.my-fullMax-n80 {
    margin-top: -5rem !important;
  }

  .mr-fullMax-n80,
.mx-fullMax-n80 {
    margin-right: -5rem !important;
  }

  .mb-fullMax-n80,
.my-fullMax-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-fullMax-n80,
.mx-fullMax-n80 {
    margin-left: -5rem !important;
  }

  .m-fullMax-n90 {
    margin: -5.625rem !important;
  }

  .mt-fullMax-n90,
.my-fullMax-n90 {
    margin-top: -5.625rem !important;
  }

  .mr-fullMax-n90,
.mx-fullMax-n90 {
    margin-right: -5.625rem !important;
  }

  .mb-fullMax-n90,
.my-fullMax-n90 {
    margin-bottom: -5.625rem !important;
  }

  .ml-fullMax-n90,
.mx-fullMax-n90 {
    margin-left: -5.625rem !important;
  }

  .m-fullMax-n100 {
    margin: -6.25rem !important;
  }

  .mt-fullMax-n100,
.my-fullMax-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-fullMax-n100,
.mx-fullMax-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-fullMax-n100,
.my-fullMax-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-fullMax-n100,
.mx-fullMax-n100 {
    margin-left: -6.25rem !important;
  }

  .m-fullMax-n150 {
    margin: -9.375rem !important;
  }

  .mt-fullMax-n150,
.my-fullMax-n150 {
    margin-top: -9.375rem !important;
  }

  .mr-fullMax-n150,
.mx-fullMax-n150 {
    margin-right: -9.375rem !important;
  }

  .mb-fullMax-n150,
.my-fullMax-n150 {
    margin-bottom: -9.375rem !important;
  }

  .ml-fullMax-n150,
.mx-fullMax-n150 {
    margin-left: -9.375rem !important;
  }

  .m-fullMax-auto {
    margin: auto !important;
  }

  .mt-fullMax-auto,
.my-fullMax-auto {
    margin-top: auto !important;
  }

  .mr-fullMax-auto,
.mx-fullMax-auto {
    margin-right: auto !important;
  }

  .mb-fullMax-auto,
.my-fullMax-auto {
    margin-bottom: auto !important;
  }

  .ml-fullMax-auto,
.mx-fullMax-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1560px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-full-left {
    text-align: left !important;
  }

  .text-full-right {
    text-align: right !important;
  }

  .text-full-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fullMax-left {
    text-align: left !important;
  }

  .text-fullMax-right {
    text-align: right !important;
  }

  .text-fullMax-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #111111 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}
.text-secondary {
  color: #B1EFD6 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #72e2b5 !important;
}
.text-tertiary {
  color: #A9D0D5 !important;
}
a.text-tertiary:hover, a.text-tertiary:focus {
  color: #76b4bc !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}
.text-light {
  color: #FAFAFA !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important;
}
.text-black {
  color: #000 !important;
}
a.text-black:hover, a.text-black:focus {
  color: black !important;
}
.text-gray {
  color: #C9C9C9 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #a3a3a3 !important;
}
.text-gray-light {
  color: #F3F3F3 !important;
}
a.text-gray-light:hover, a.text-gray-light:focus {
  color: #cdcdcd !important;
}
.text-gray-dark {
  color: #565656 !important;
}
a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #303030 !important;
}
.text-danger {
  color: #FF8C8C !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #ff4040 !important;
}
.text-success {
  color: #8EECC6 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #4de1a5 !important;
}
.text-info {
  color: #8CD6FF !important;
}
a.text-info:hover, a.text-info:focus {
  color: #40bbff !important;
}
.text-body {
  color: #111111 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
@-webkit-keyframes dotsmove01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(2);
  }
  40% {
    opacity: 1;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dotsmove01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(2);
  }
  40% {
    opacity: 1;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dotsmove02 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(2);
  }
  70% {
    opacity: 1;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dotsmove02 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(2);
  }
  70% {
    opacity: 1;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dotsmove03 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(2);
  }
  20% {
    opacity: 1;
    transform: scale(0.5);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dotsmove03 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(2);
  }
  20% {
    opacity: 1;
    transform: scale(0.5);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes dotsmove04 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(2);
  }
  40% {
    opacity: 1;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(2);
  }
  80% {
    opacity: 1;
    transform: scale(0.5);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dotsmove04 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(2);
  }
  40% {
    opacity: 1;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(2);
  }
  80% {
    opacity: 1;
    transform: scale(0.5);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes wavyEdge {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
@keyframes wavyEdge {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
@-webkit-keyframes wavyEdgeLog {
  0% {
    background-position: 50% 0px;
  }
  100% {
    background-position: 50% -1000px;
  }
}
@keyframes wavyEdgeLog {
  0% {
    background-position: 50% 0px;
  }
  100% {
    background-position: 50% -1000px;
  }
}
@-webkit-keyframes scrollMove {
  0% {
    transform: translateY(-100%);
  }
  25% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollMove {
  0% {
    transform: translateY(-100%);
  }
  25% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.bg-label-01 {
  background-color: #6FBAF1;
}
.bg-label-02 {
  background-color: #478E8A;
}
.bg-label-03 {
  background-color: #F2994A;
}
.bg-label-04 {
  background-color: #FB86C5;
}
.bg-label-05 {
  background-color: #BE8080;
}
.bg-label-06 {
  background-color: #BB6BD9;
}
.bg-label-07 {
  background-color: #FFD560;
}
.bg-label-08 {
  background-color: #6FCF97;
}
.bg-label-09 {
  background-color: #7AA5BB;
}
.bg-label-10 {
  background-color: #EE5252;
}
.bg-label-11 {
  background-color: #FF9FA5;
}
.bg-label-12 {
  background-color: #ACDB47;
}
.bg-label-13 {
  background-color: #BADACE;
}
.bg-label-14 {
  background-color: #D0C0DD;
}
.bg-label-15 {
  background-color: #7B61FF;
}
.bg-label-16 {
  background-color: #AAB0BB;
}
.bg-label-17 {
  background-color: #B96877;
}
.bg-label-18 {
  background-color: #FAB87C;
}
.bg-label-19 {
  background-color: #CAC3B3;
}
