@charset "UTF-8";
/*!
 * CubiVue v1.0.0
 * Copyright 2022 The CubiVue Authors
 * Copyright 2022 CubiVue
 * Licensed Coming Soon
 */
/* --------------------------------- Theme setup -------------------------------------------*/
/* Topbar Header */
/* Sidebar Navigation */
/* Sub Header */
/* Aside */
/* Icons */
/* Table */
/* Card */
/* Buttons */
/* Widgets */
/* Modal */
/* Form elements */
/* Board */
/* Layout variables */
/* List group */
/* Dropdown item */
/* Steps */
:root {
  --bs-primary-rgb: 61, 112, 178;
  --bs-secondary-rgb: 116, 128, 143;
  --bs-success-rgb: 0, 175, 18;
  --bs-info-rgb: 0, 139, 223;
  --bs-warning-rgb: 255, 151, 61;
  --bs-danger-rgb: 161, 38, 38;
  --bs-light-rgb: 247, 249, 250;
  --bs-dark-rgb: 31, 38, 46;
  --primary: RGB(var(--bs-primary-rgb));
  --secondary: RGB(var(--bs-secondary-rgb));
  --secondary-dark: #dbdbdb;
  --background-base: #f5f7fa;
  --icon-fill: #64748b;
  --success: RGB(var(--bs-success-rgb));
  --white: #fff;
  --black: 0, 0, 0;
  --btn-border-light: #bec3cb;
  --btn-bg-light: #f7f9fa;
  --btn-color-light: #647181;
  --body-bg: #f0f2f5;
  --login-body-bg: white;
  --logo-text-color: #333333;
  --header-bg: #fff;
  --header-icons-hover-bg: #f2f2f2;
  --header-icons-focus-bg: #dbdbdb;
  --sidebar-bg: #fff;
  --sidebar-bg-hover: #5f5e75;
  --sidebar-end-bg: #fff;
  --sidebar-icon-hover: #575757;
  --nav-link-color: #999;
  --text-color: #707090;
  --border-color: #eaeaea;
  --text-muted: #74808f;
  --breadcrumb-active-color: #74808f;
  --pagination-bg: #fff;
  --pagination-hover-bg: #e9ecef;
  --table-bg: #fff;
  --table-text-color: #6c757d;
  --table-border-collapse: #e8e8e8;
  --table-header-bg: #f8f9fa;
  --card-bg: #ffffff;
  --card-footer-bg: #ffffff;
  --card-border-color: var(--border-color);
  --illustration-bg-color: #ffffff;
  --form-control-bg: #fff;
  --form-label-color: #333;
  --input-border-color: #bfccd4;
  --input-group-color: #1f262e;
  --input-disabled-bg: #f7f9fa;
  --select-dropdown-icon: #000;
  --input-focus-shadow: 0 0 0 0.2rem #268fff80;
  --input-focus-border-color: #007bff;
  --input-placeholder-color: #adb2b7;
  --form-switch-input-bg: #d3d3d3;
  --modal-content-bg: #fff;
  --btn-close-color: #707090;
  --btn-close-filter: initial;
  --modal-title-color: #5a607f;
  --drag-drop-bg: #f5f7fa99;
  --pagination-color: #333333;
  --pagination-active-bg: #333333;
  --page-count-color: #333;
  --dropdown-border-color: rgba(0, 0, 0, 0.15);
  --dropdown-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  --dropdown-bg: #fff;
  --dropdown-bg-hover: #e9ecef;
  --dropdown-border-color: rgba(0, 0, 0, 0.15);
  --datepicker-bg: $white;
  --stepper-line: #ccd5e0;
  --scrollbar-bg: #eff2f6;
  --scrollbar-thumb-bg: #ccd5e0;
  --scrollbar-thumb-border: #ddd;
  --accordion-header-bg: #fcfeff;
  --accordion-header-border: #e8e8e8;
  --accordion-tabcontent-bg: #fff;
  --accordion-button-active-bg: #ecf1f7;
  --accordion-border-color: #0f141c20;
  --accordion-button-bg:#fff;
  --p-treenode-background: #fff;
  --p-treenode-input-group-bg: #f8f9fa;
  --p-treenod-highlight-bg: #ebf7ff;
  --p-treenod-highlight-color: #212529;
  --p-tree-toggler: #6c757d;
  --droppoint-placeholder: #f6f8fa;
  --droppoint-placeholder-border: #ccd5e0;
  --p-tag-success-color: #fff;
  --card-footer-bg: #f6f8fa;
  --p-multiselect-token-bg: #eff2f6;
  --p-multiselect-token-color: #151c26;
  --apex-tooltip-bg: white;
  --gray-shade-100: #fcfeff;
  --gray-shade-200: #f6f8fa;
  --gray-shade-300: #eff2f6;
  --gray-shade-400: #ccd5e0;
  --gray-shade-500: #a0adbd;
  --gray-shade-600: #74808f;
  --gray-shade-700: #424c59;
  --gray-shade-800: #38414d;
  --gray-shade-900: #1f262e;
  --gray-shade-1000: #151c26;
  --gray-shade-1100: #131a23;
  --gray-shade-1200: #0f141c;
  --success-100: #dffcf0;
  --success-200: #baf3db;
  --success-300: #4bce97;
  --success-400: #2abb7f;
  --success-500: #22a06b;
  --success-600: #1f845a;
  --success-700: #206b4b;
  --warning-100: #fffbeb;
  --warning-200: #fff2bf;
  --warning-300: #f8da62;
  --warning-400: #efce48;
  --warning-500: #e3c035;
  --warning-600: #c4a427;
  --warning-700: #9a811d;
  --danger-100: #ffedeb;
  --danger-200: #ffb6ac;
  --danger-300: #f87462;
  --danger-400: #ef5c48;
  --danger-500: #e34935;
  --danger-600: #CF282A;
  --danger-700: #A12626;
  --black-50: #f2f2f2;
  --black-100: #e5e5e5;
  --black-200: #ccd5e0;
  --black-300: #999999;
  --black-400: #666666;
  --black-500: #444444;
  --black-600: #333333;
  --black-700: #222222;
  --black-800: #0d0d0d;
  --black-900: #000000;
  --info-100: #ebf7ff;
  --info-200: #F8FBFF;
  --info-500: #35A0E3;
  --route-card-border-color: #6c757d;
}

.dark {
  --bs-primary-rgb: 61, 112, 178;
  --bs-secondary-rgb: 116, 128, 143;
  --bs-success-rgb: 0, 175, 18;
  --bs-info-rgb: 0, 139, 223;
  --bs-warning-rgb: 255, 151, 61;
  --bs-danger-rgb: 161, 38, 38;
  --bs-light-rgb: 247, 249, 250;
  --bs-dark-rgb: 31, 38, 46;
  --primary: RGB(var(--bs-primary-rgb));
  --secondary: RGB(var(--bs-secondary-rgb));
  --secondary-dark: #dbdbdb;
  --background-base: #0f172a;
  --icon-fill: #eeeeee;
  --icon-hover-fill: #fff;
  --success: RGB(var(--bs-success-rgb));
  --white: #131a23;
  --bs-btn-bg: #85d185;
  --btn-border-light: #74808f;
  --btn-bg-light: #2a323d;
  --btn-color-light: #ccd5e0;
  --bs-light-rgb: 42, 50, 61;
  --body-bg: #1f262e;
  --login-body-bg: var(--body-bg);
  --logo-text-color: white;
  --header-bg: #131a23;
  --header-icons-hover-bg: #273659;
  --header-icons-focus-bg: #1f4367;
  --sidebar-bg: #131a23;
  --sidebar-bg-hover: #5f5e75;
  --sidebar-end-bg: #1e293b;
  --sidebar-icon-hover: #575757;
  --nav-link-color: #fffdfd;
  --text-color: #ffffff;
  --text-muted: #a0adbd;
  --border-color: #2c343a;
  --breadcrumb-active-color: #fffdfd;
  --pagination-bg: #0f172a;
  --pagination-hover-bg: #19243e;
  --table-bg: #151c26;
  --table-text-color: #cbccce;
  --table-border-collapse: #7e88a0;
  --table-header-bg: #151c26;
  --card-bg: #131a23;
  --card-footer-bg: #131a23;
  --card-border-color: #424c59;
  --illustration-bg-color: #131a23;
  --form-control-bg: #20262e;
  --form-label-color: #fffdfd;
  --input-border-color: #3f4b5b;
  --input-group-color: #a0adbd;
  --input-disabled-bg: #4c5059;
  --select-dropdown-icon: #fff;
  --input-focus-shadow: 0 0 0 1px #e3f3fe;
  --input-focus-border-color: #8dd0ff;
  --input-placeholder-color: #adb2b7;
  --form-switch-input-bg: #3f4b5b;
  --modal-content-bg: #141e2a;
  --modal-bg: #fff;
  --btn-close-color: #ffffff;
  --btn-close-filter: invert(1) grayscale(100%) brightness(200%);
  --modal-title-color: #eff2f6;
  --drag-drop-bg: #141e2a;
  --pagination-color: #a0adbd;
  --pagination-active-bg: #38414d;
  --page-count-color: #74808f;
  --dropdown-border-color: rgba(255, 255, 255, 0.15);
  --dropdown-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  --dropdown-bg: #141e2a;
  --dropdown-bg-hover: #0f172a;
  --dropdown-border-color: rgba(255, 255, 255, 0.15);
  --black: #000;
  --datepicker-bg: #2a323d;
  --stepper-line: #74808f;
  --scrollbar-bg: #20262e;
  --scrollbar-thumb-bg: #38414d;
  --scrollbar-thumb-border: #38414d;
  --p-tag-success-color: #151515;
  --accordion-header-bg: #2a323d;
  --accordion-header-border: #3f4b5b;
  --accordion-tabcontent-bg: #131a23;
  --accordion-button-active-bg: #2a323d;
  --accordion-border-color: #3f4b5b;
  --accordion-button-bg:#2a323d;
  --p-treenode-background: #131a23;
  --p-treenode-input-group-bg: #1f262e;
  --p-tree-toggler: rgba(255, 255, 255, 0.87);
  --droppoint-placeholder: #1f262e;
  --droppoint-placeholder-border: #424c59;
  --card-footer-bg: #2a323d;
  --p-multiselect-token-bg: #38414d;
  --p-multiselect-token-color: #fff;
  --p-treenod-highlight-bg: #2a323d;
  --p-treenod-highlight-color: #fff;
  --apex-tooltip-bg: #1f262e;
  --gray-shade-100: #131a23;
  --gray-shade-200: #151c26;
  --gray-shade-300: #1f262e;
  --gray-shade-400: #38414d;
  --gray-shade-500: #424c59;
  --gray-shade-600: #74808f;
  --gray-shade-700: #a0adbd;
  --gray-shade-800: #ccd5e0;
  --gray-shade-900: #eff2f6;
  --gray-shade-1000: #f6f8fa;
  --gray-shade-1100: #fcfeff;
  --gray-shade-1200: #ffffff;
  --success-700: #dffcf0;
  --success-600: #baf3db;
  --success-500: #4bce97;
  --success-400: #2abb7f;
  --success-300: #22a06b;
  --success-200: #1f845a;
  --success-100: #206b4b;
  --warning-700: #fffbeb;
  --warning-600: #fff2bf;
  --warning-500: #f8da62;
  --warning-400: #efce48;
  --warning-300: #e3c035;
  --warning-200: #c4a427;
  --warning-100: #9a811d;
  --danger-700: #ffedeb;
  --danger-600: #ffb6ac;
  --danger-500: #f87462;
  --danger-400: #ef5c48;
  --danger-300: #e34935;
  --danger-200: #ca3521;
  --danger-100: #7c2626;
  --info-100: #ebf7ff;
}

/* Topbar Header */
/* Sidebar Navigation */
/* Sub Header */
/* Aside */
/* Icons */
/* Table */
/* Card */
/* Details */
/* Buttons */
/* Widgets */
/* Modal */
/* Form elements */
/* Board */
/* Chatroom */
/*List group */
@keyframes DropDownSlide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.form-label {
  margin-bottom: 0.15625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-shade-800);
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gray-shade-800);
}

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

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

.form-label-lg {
  font-size: 1.25rem;
}

.form-label-sm {
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--text-muted);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--form-control-bg);
  background-clip: padding-box;
  border: 1px solid var(--gray-shade-400);
  appearance: none;
  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[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--text-color);
  background-color: var(--form-control-bg);
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: var(--input-focus-shadow);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}

.form-control:disabled, .form-control.disabled {
  background-color: var(--gray-shade-200);
  color: var(--gray-shade-500);
  pointer-events: none;
}

.form-control[readonly] {
  pointer-events: none;
  background: var(--gray-shade-200);
  color: var(--gray-shade-700);
  border: 1px solid var(--gray-shade-400);
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #74808f;
  background-color: #f6f8fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #eaecee;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #74808f;
  background-color: #f6f8fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #eaecee;
}

.form-control.focus-none {
  box-shadow: unset !important;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #74808f;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding-block: 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.3rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  padding-block: 0.4rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.4rem 1rem;
  margin: -0.4rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.4rem 1rem;
  margin: -0.4rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

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

textarea.form-control-lg {
  min-height: calc(1.5em + 0.8rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.drag-area {
  width: 100%;
  min-height: 250px;
  background: var(--drag-drop-bg);
  border: 2px dashed #b0bec5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #607d8b;
  padding: 15px;
}

.drag-area .thumbnail-caption {
  color: inherit;
}

.upload-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 50px 0;
}

.upload-info label {
  cursor: pointer;
  font-weight: 600;
}

.thumbnails-block {
  border-top: 0.0625rem solid #cfd8dc;
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.thumbnails-block .thumbnail-section {
  flex: 0 0 30%;
  margin: 1%;
}

.thumbnails-block .thumbnail-section .thumbnail {
  max-height: 7.5rem;
  overflow: hidden;
  border: 0px solid #b0bec5;
  padding: 0px;
  position: relative;
  cursor: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnails-block .thumbnail-section .thumbnail:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumbnails-block .thumbnail-section .thumbnail img {
  width: 100%;
}

.thumbnails-block .thumbnail-section .thumbnail .action {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
}

.thumbnails-block .thumbnail-section .thumbnail-caption {
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid #b0bec5;
  width: 100%;
  height: 2.1875rem;
}

.thumbnails-block .thumbnail-section .thumbnail-caption:focus-visible {
  outline: none;
}

.form-footer {
  padding: 1.5rem 1.75rem;
  background-color: var(--white);
  border-top: 1px solid var(--gray-shade-400);
}

.filter-input.bootstrap-select {
  height: 30px;
}

.filter-input .dropdown-toggle {
  height: 30px !important;
  padding: 3px 22px 3px 6px !important;
  font-size: 12px !important;
}

.filter-input .dropdown-toggle:after {
  margin-top: 3px !important;
  font-size: 12px !important;
}

p-inputnumber .p-inputnumber-buttons-stacked input {
  border-inline-end: 0;
}

p-inputnumber .p-inputnumber-buttons-stacked input:focus {
  box-shadow: unset !important;
  border-color: var(--gray-shade-400) !important;
}

p-inputnumber .p-inputnumber .p-inputnumber-button-group .p-button {
  color: var(--gray-shade-600);
  background: white !important;
  border: 1px solid var(--gray-shade-400);
  border-inline-start: 0;
}

p-inputnumber .p-inputnumber .p-inputnumber-button-group .p-button:first-child {
  border-block-end: 0;
}

p-inputnumber .p-inputnumber .p-inputnumber-button-group .p-button:last-child {
  border-block-start: 0;
}

p-inputnumber .p-inputnumber .p-inputnumber-button-group .p-button .p-button-icon {
  color: var(--icon-fill);
}

p-calendar input {
  height: 2.375rem;
}

.p-inputnumber-input::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}

p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber .p-inputtext {
  border-color: #b10003 !important;
}

p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputnumber-button-group button {
  border-color: #b10003;
}

.p-fluid .p-inputtext {
  height: 2.375rem;
}

p-columnfilter .p-inputtext {
  height: 1.9375rem !important;
}

.p-inputtext {
  padding: 0.375rem 0.75rem !important;
}

.p-inputtext.ng-dirty.ng-invalid:focus {
  box-shadow: unset !important;
}

.p-inputtext::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}

.p-inputtext:disabled + .p-button-icon-only, .p-inputtext.disabled + .p-button-icon-only {
  background-color: var(--gray-shade-200) !important;
  color: var(--gray-shade-500);
  pointer-events: none;
}

.p-inputtext:disabled + .p-inputnumber-button-group, .p-inputtext.disabled + .p-inputnumber-button-group {
  background-color: var(--gray-shade-200);
  pointer-events: none;
}

.p-inputtext:disabled, .p-inputtext.disabled {
  background-color: var(--gray-shade-200);
  color: var(--gray-shade-500);
  pointer-events: none;
}

.p-inputtext[readonly] {
  pointer-events: none;
  background: var(--gray-shade-200);
  color: var(--gray-shade-700);
  border: 1px solid var(--gray-shade-400);
}

.form-group {
  margin-block-end: 1rem;
}

input.ng-dirty.ng-invalid {
  border: 1px solid #dc3545;
}

input[type="number"].input-controllers-none {
  -moz-appearance: textfield;
}

input[type="number"].input-controllers-none::-webkit-inner-spin-button, input[type="number"].input-controllers-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hierarchical-form {
  position: relative;
}

.hierarchical-form::before {
  content: "";
  border: dotted #bfc7d2;
  position: absolute;
  border-width: 0 0 0 2px;
  height: calc(100% - 50px);
  top: 40px;
  left: 15px;
}

.hierarchical-form .circle {
  position: relative;
}

.hierarchical-form .circle::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #bfc7d2;
  border-radius: 50%;
  left: -37px;
  top: 14px;
  transition: 0.5s;
}

.hierarchical-form .circle .line {
  position: relative;
}

.hierarchical-form .circle .line::before {
  content: "";
  border: dotted #bfc7d2;
  position: absolute;
  border-width: 2px 0 0 0;
  height: 4px;
  top: 20px;
  left: -27px;
  width: 27px;
}

.hierarchical-form.checkbox-timeline::before {
  z-index: 99;
  top: 24px;
  left: 19px;
  height: calc(100% - 44px);
}

.hierarchical-form.checkbox-timeline.timeline-top-20::before {
  top: 20px;
}

.hierarchical-form.checkbox-timeline.timeline-h-calc-30::before {
  height: calc(100% - 30px);
}

.hierarchical-form.checkbox-timeline .circle::before {
  display: none;
}

.hierarchical-form.checkbox-timeline .circle .line::before {
  left: -22px;
  width: 22px;
}

.hierarchical-form.checkbox-timeline .circle .line.line-top-per-50::before {
  top: 50%;
}

.placeholder-text-default .p-placeholder {
  text-transform: none;
}

.invalid-feedback {
  font-size: 13px !important;
}

.animated-search-hidden .p-autocomplete-input {
  border-style: none;
  padding: 0 !important;
  border: 0;
  transition: all 0.2s ease-in;
}

.animated-search-hidden .p-autocomplete-input::placeholder {
  color: white;
}

.animated-search-hidden .p-autocomplete-input:focus {
  box-shadow: unset !important;
  border: unset !important;
}

.animated-search-visible .p-autocomplete-input {
  transition: all 0.2s ease-in;
  border: 1px solid var(--gray-shade-400);
  padding: 0.375rem 0.75rem !important;
}

.animated-search-visible .p-autocomplete-input::placeholder {
  color: var(--input-placeholder-color);
}

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

.color-placeholder {
  color: var(--input-placeholder-color) !important;
}

.clearable-search .p-autocomplete-clear-icon {
  right: 35px;
  top: 18px;
  width: 12px;
  z-index: 1;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--form-control-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2374808f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--gray-shade-400);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.form-select:focus {
  color: var(--text-color);
  background-color: var(--form-control-bg);
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: var(--input-focus-shadow);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--input-disabled-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #74808f;
}

.form-select::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}

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

.form-select-lg {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bootstrap-select > .dropdown-toggle {
  display: block;
  width: 100%;
  padding: 0.375rem 1.8rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #74808f;
  background-color: var(--form-control-bg);
  border: 1px solid var(--gray-shade-400);
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: 2px;
  content: "\f107";
  font-family: FontAwesome;
  border: 0;
  vertical-align: unset;
  font-size: 14px;
}

.bootstrap-select > .dropdown-toggle.btn-light:hover {
  border: 1px solid var(--gray-shade-400);
  background-color: var(--form-control-bg);
  color: #74808f;
}

.bootstrap-select > .dropdown-toggle.btn-light:focus {
  outline-offset: unset;
  border-color: var(--input-focus-border-color);
  background-color: var(--form-control-bg);
  color: #74808f;
  outline: unset !important;
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.25);
}

.bootstrap-select .dropdown-menu {
  max-height: 240px;
}

.bootstrap-select .dropdown-item:hover, .bootstrap-select .dropdown-item:focus {
  background-color: rgba(61, 112, 178, 0.15);
}

.bootstrap-select .bs-ok-default::after {
  width: 6px;
  height: 11px;
  border-width: 0 0.18em 0.18em 0;
  border-color: var(--select-dropdown-icon);
  margin-top: 4px;
}

.bootstrap-select.rounded-select > .dropdown-toggle {
  border-radius: 100px;
}

.dropup .dropdown-toggle::after {
  content: "\f107" !important;
  font-family: FontAwesome;
  border: 0 !important;
  vertical-align: unset !important;
  font-size: 14px;
}

.form-check {
  display: block;
  padding-left: 1.625rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.625rem;
}

.form-check-input[type="checkbox"]:not(.switch) {
  display: none;
}

.form-check-input[type="checkbox"]:not(.switch) + label {
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.form-check-input[type="checkbox"]:not(.switch) + label:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  color: white;
  position: relative;
  border-radius: 0.125rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: white;
  border: 0.125rem solid #a0adbd;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-check-input[type="checkbox"]:not(.switch):checked + label:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.72rem;
  content: "\f00c";
  color: #3d70b2;
  border-color: #3d70b2;
}

.form-check-input[type="checkbox"]:not(.switch):checked.primary + label:before {
  border-color: #3d70b2;
  color: #3d70b2;
}

.form-check-input[type="checkbox"]:not(.switch):checked.secondary + label:before {
  border-color: #74808f;
  color: #74808f;
}

.form-check-input[type="checkbox"]:not(.switch):checked.success + label:before {
  border-color: #00af12;
  color: #00af12;
}

.form-check-input[type="checkbox"]:not(.switch):checked.info + label:before {
  border-color: #008bdf;
  color: #008bdf;
}

.form-check-input[type="checkbox"]:not(.switch):checked.warning + label:before {
  border-color: #ff973d;
  color: #ff973d;
}

.form-check-input[type="checkbox"]:not(.switch):checked.danger + label:before {
  border-color: #a12626;
  color: #a12626;
}

.form-check-input[type="checkbox"]:not(.switch):checked.light + label:before {
  border-color: #f7f9fa;
  color: #f7f9fa;
}

.form-check-input[type="checkbox"]:not(.switch):checked.dark + label:before {
  border-color: #1f262e;
  color: #1f262e;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.primary + label:before {
  background: #3d70b2;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.secondary + label:before {
  background: #74808f;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.success + label:before {
  background: #00af12;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.info + label:before {
  background: #008bdf;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.warning + label:before {
  background: #ff973d;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.danger + label:before {
  background: #a12626;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.light + label:before {
  background: #f7f9fa;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch):checked.filled.dark + label:before {
  background: #1f262e;
  color: white;
}

.form-check-input[type="checkbox"]:not(.switch).checkbox-lg + label {
  font-size: 0.938rem;
}

.form-check-input[type="checkbox"]:not(.switch).checkbox-lg + label:before {
  width: 1.25rem !important;
  height: 1.25rem !important;
  font-size: 0.8rem !important;
}

.form-check-input[type="checkbox"]:not(.switch).checkbox-sm + label {
  font-size: 0.813rem;
}

.form-check-input[type="checkbox"]:not(.switch).checkbox-sm + label:before {
  width: 1rem !important;
  height: 1rem !important;
  font-size: 0.625rem !important;
}

.form-check-input[type="checkbox"]:not(.switch):disabled + label:before {
  opacity: 0.8;
  cursor: no-drop !important;
  background-color: #f7f9fa;
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3d70b2;
  border-color: #3d70b2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"] {
  display: none;
}

.form-check-input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray-shade-1200);
}

.form-check-input[type="radio"] + label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 0.0625rem solid var(--primary);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 3px;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}

.form-check-input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 49%;
  left: 9px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(0);
}

.form-check-input[type="radio"].primary + label:before {
  border-color: #3d70b2;
}

.form-check-input[type="radio"].secondary + label:before {
  border-color: #74808f;
}

.form-check-input[type="radio"].success + label:before {
  border-color: #00af12;
}

.form-check-input[type="radio"].info + label:before {
  border-color: #008bdf;
}

.form-check-input[type="radio"].warning + label:before {
  border-color: #ff973d;
}

.form-check-input[type="radio"].danger + label:before {
  border-color: #a12626;
}

.form-check-input[type="radio"].light + label:before {
  border-color: #f7f9fa;
}

.form-check-input[type="radio"].dark + label:before {
  border-color: #1f262e;
}

.form-check-input[type="radio"]:checked + label:before {
  background: var(--primary);
  box-shadow: inset 0 0 0 3.5px var(--background-base);
  border-color: 0.125rem solid var(--primary);
}

.form-check-input[type="radio"]:checked + label:after {
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 1s none;
}

.form-check-input[type="radio"]:checked.primary + label:before {
  border-color: #3d70b2;
  background: #3d70b2;
}

.form-check-input[type="radio"]:checked.secondary + label:before {
  border-color: #74808f;
  background: #74808f;
}

.form-check-input[type="radio"]:checked.success + label:before {
  border-color: #00af12;
  background: #00af12;
}

.form-check-input[type="radio"]:checked.info + label:before {
  border-color: #008bdf;
  background: #008bdf;
}

.form-check-input[type="radio"]:checked.warning + label:before {
  border-color: #ff973d;
  background: #ff973d;
}

.form-check-input[type="radio"]:checked.danger + label:before {
  border-color: #a12626;
  background: #a12626;
}

.form-check-input[type="radio"]:checked.light + label:before {
  border-color: #f7f9fa;
  background: #f7f9fa;
}

.form-check-input[type="radio"]:checked.dark + label:before {
  border-color: #1f262e;
  background: #1f262e;
}

.form-check-input[type="radio"].radio-lg + label {
  font-size: 0.938rem;
}

.form-check-input[type="radio"].radio-lg + label:before {
  width: 1.125rem !important;
  height: 1.125rem !important;
  font-size: 0.8rem !important;
}

.form-check-input[type="radio"].radio-sm + label {
  font-size: 0.813rem;
}

.form-check-input[type="radio"].radio-sm + label:before {
  width: 0.875rem !important;
  height: 0.875rem !important;
  font-size: 0.6rem !important;
}

.form-check-input[type="radio"]:disabled + label:before {
  opacity: 0.8;
  cursor: no-drop !important;
  background-color: #f7f9fa;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233d70b2'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3d70b2;
  border-color: #3d70b2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  cursor: no-drop !important;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
  cursor: no-drop !important;
}

.form-switch .form-check-input {
  width: 2.1em;
  height: 1.1em;
  vertical-align: middle;
  background-color: var(--form-switch-input-bg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid var(--form-switch-input-bg);
  appearance: none;
  margin-left: -2.6em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2.1em;
  transition: background-position 0.15s ease-in-out;
  margin-left: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.25rem;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input + label {
  font-size: 0.875rem;
  padding-left: 0.375rem;
}

.form-switch .form-check-input:focus {
  border-color: rgba(var(--primary), 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--primary), 0.25);
}

.form-switch .form-check-input:focus.primary {
  border-color: rgba(61, 112, 178, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 112, 178, 0.25);
}

.form-switch .form-check-input:focus.secondary {
  border-color: rgba(116, 128, 143, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 128, 143, 0.25);
}

.form-switch .form-check-input:focus.success {
  border-color: rgba(0, 175, 18, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 18, 0.25);
}

.form-switch .form-check-input:focus.info {
  border-color: rgba(0, 139, 223, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 139, 223, 0.25);
}

.form-switch .form-check-input:focus.warning {
  border-color: rgba(255, 151, 61, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 151, 61, 0.25);
}

.form-switch .form-check-input:focus.danger {
  border-color: rgba(161, 38, 38, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 38, 38, 0.25);
}

.form-switch .form-check-input:focus.light {
  border-color: rgba(247, 249, 250, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 249, 250, 0.25);
}

.form-switch .form-check-input:focus.dark {
  border-color: rgba(31, 38, 46, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 38, 46, 0.25);
}

.form-switch .form-check-input.switch-icon:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: attr(data-icon-off);
  font-size: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #0f141c;
}

.form-switch .form-check-input.switch-label {
  min-width: 5em;
  width: unset;
  height: 1.3em;
  padding: 0.3125rem;
}

.form-switch .form-check-input.switch-label:before {
  font-weight: 500;
  content: attr(data-label-off);
  font-size: 0.6875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #0f141c;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-color: var(--primary);
  border-color: var(--primary);
  justify-content: flex-start;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked.primary {
  background-color: #3d70b2;
  border-color: #3d70b2;
}

.form-switch .form-check-input:checked.secondary {
  background-color: #74808f;
  border-color: #74808f;
}

.form-switch .form-check-input:checked.success {
  background-color: #00af12;
  border-color: #00af12;
}

.form-switch .form-check-input:checked.info {
  background-color: #008bdf;
  border-color: #008bdf;
}

.form-switch .form-check-input:checked.warning {
  background-color: #ff973d;
  border-color: #ff973d;
}

.form-switch .form-check-input:checked.danger {
  background-color: #a12626;
  border-color: #a12626;
}

.form-switch .form-check-input:checked.light {
  background-color: #f7f9fa;
  border-color: #f7f9fa;
}

.form-switch .form-check-input:checked.dark {
  background-color: #1f262e;
  border-color: #1f262e;
}

.form-switch .form-check-input:checked.switch-icon:before {
  content: attr(data-icon-on);
  color: white;
}

.form-switch .form-check-input:checked.switch-label:before {
  content: attr(data-label-on);
  color: white;
}

.form-switch .form-check-input.switch-lg {
  width: 2.5em;
  height: 1.3em;
  padding: 0.3125rem;
}

.form-switch .form-check-input.switch-lg + label {
  font-size: 0.938rem;
}

.form-switch .form-check-input.switch-lg.switch-icon:before {
  font-size: 0.625rem;
}

.form-switch .form-check-input.switch-sm {
  width: 1.8em;
  height: 1em;
}

.form-switch .form-check-input.switch-sm + label {
  font-size: 0.813rem;
}

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

.form-switch-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  cursor: no-drop !important;
  filter: none;
  opacity: 0.5;
}

.p-checkbox {
  align-items: center;
  justify-content: center;
}

.p-checkbox .p-checkbox-box {
  border: 0.125rem solid #a0adbd !important;
  border-radius: 0.125rem !important;
  width: 1rem !important;
  height: 1rem !important;
  font-size: 0.625rem !important;
}

.p-checkbox .p-checkbox-box.p-highlight {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
  font-size: 0.625rem !important;
  color: white;
  width: 12px !important;
  height: 12px !important;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon.pi-check::before {
  font-size: 0.625rem !important;
  color: white;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon.fs-11 {
  font-size: 11px !important;
}

.p-inputswitch {
  width: 2.1em !important;
  height: 1.1em !important;
}

.p-inputswitch .p-inputswitch-slider {
  background-color: var(--form-switch-input-bg) !important;
  border-radius: 0.625rem !important;
}

.p-inputswitch .p-inputswitch-slider:before {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin-top: -6px !important;
  border-radius: 0.375rem !important;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: var(--primary) !important;
  border-color: var(--primary);
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  left: -2px !important;
}

.p-inputswitch.p-focus .p-inputswitch-slider.primary {
  border-color: rgba(61, 112, 178, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 112, 178, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.secondary {
  border-color: rgba(116, 128, 143, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 128, 143, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.success {
  border-color: rgba(0, 175, 18, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 18, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.info {
  border-color: rgba(0, 139, 223, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 139, 223, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.warning {
  border-color: rgba(255, 151, 61, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 151, 61, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.danger {
  border-color: rgba(161, 38, 38, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 38, 38, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.light {
  border-color: rgba(247, 249, 250, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 249, 250, 0.25);
}

.p-inputswitch.p-focus .p-inputswitch-slider.dark {
  border-color: rgba(31, 38, 46, 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 38, 46, 0.25);
}

p-radiobutton .p-radiobutton {
  width: 1rem;
  height: 1rem;
}

p-radiobutton .p-radiobutton .p-radiobutton-box {
  width: 1rem;
  height: 1rem;
}

p-radiobutton .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 8px;
  height: 8px;
  transition-duration: 0.15s;
}

p-radiobutton .p-radiobutton.primary .p-radiobutton-box.p-highlight {
  background: transparent;
  border-color: var(--primary);
}

p-radiobutton .p-radiobutton.primary .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: transparent !important;
}

p-radiobutton .p-radiobutton.primary .p-radiobutton-box.p-highlight .p-radiobutton-icon {
  background-color: var(--primary);
}

.radio-relative::before {
  position: relative !important;
  display: inline-block;
}

.p-checkbox.p-chechbox-xs .p-checkbox-box {
  width: 14px !important;
  height: 14px !important;
}

.p-checkbox-sm .p-checkbox-box {
  width: 14px !important;
  height: 14px !important;
}

.p-checkbox-sm .p-checkbox-box .p-checkbox-icon {
  width: 10px !important;
  height: 10px !important;
}

.p-inputswitch.p-switch-sm {
  width: 1.8em !important;
  height: 0.9375rem !important;
}

.p-inputswitch.p-switch-sm .p-inputswitch-slider:before {
  width: 0.5625rem !important;
  height: 0.5625rem !important;
  margin-top: -5px !important;
  left: 0.1875rem;
}

.p-inputswitch.p-switch-sm.p-inputswitch-checked .p-inputswitch-slider:before {
  left: -4px !important;
}

.p-disabled {
  opacity: 0.55 !important;
}

p-tableCheckbox.keyboard-support .p-checkbox .p-checkbox-box:focus {
  box-shadow: var(--input-focus-shadow) !important;
}

.indeterminate-checkbox .p-checkbox-box {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}

.p-checkbox-dark .p-checkbox-box {
  background: var(--white) !important;
  border: 1px solid var(--white) !important;
}

.p-checkbox-dark .p-checkbox-box .p-checkbox-icon {
  color: var(--black-900) !important;
}

.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box, .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus) .p-checkbox-box {
  --p-checkbox-focus-border-color: var(--p-form-field-focus-border-color);
  --p-checkbox-focus-ring-shadow: var(--p-form-field-focus-ring-shadow);
  --p-checkbox-focus-ring-width: var(--p-form-field-focus-ring-width);
  --p-checkbox-focus-ring-style: var(--p-form-field-focus-ring-style);
  --p-checkbox-focus-ring-color: var(--p-form-field-focus-ring-color);
  --p-checkbox-focus-ring-offset: var(--p-form-field-focus-ring-offset);
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, var(--input-focus-shadow);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, var(--input-focus-shadow);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3d70b2;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #c5d4e8;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eff2f6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3d70b2;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #c5d4e8;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #eff2f6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #a0adbd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #a0adbd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-block: 2px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control {
  padding-block: 0.75rem;
  padding-inline: 2px;
  border: 0;
  border-bottom: 1px solid var(--gray-shade-400);
  border-radius: unset;
  height: 2.125rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.75;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 0.75;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus {
  box-shadow: 0 0.15rem 0 0 rgba(61, 112, 178, 0.25);
}

.form-floating > .form-select {
  padding-top: 0.75;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group > .form-control:focus {
  box-shadow: unset;
  border-color: var(--gray-shade-400);
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--input-group-color);
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--gray-shade-400);
  border-radius: 0.25rem;
}

.input-group-addon {
  border-radius: 0 5px 5px 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.4rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-wrapper {
  position: relative;
}

.input-group-wrapper .form-control {
  padding-inline-start: 2.1875rem;
}

.input-group-wrapper .input-group-media {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateY(-50%) !important;
}

.input-group-wrapper .input-group-media.icon {
  opacity: 0.5;
}

.input-group-wrapper .input-group-media.icon svg,
.input-group-wrapper .input-group-media.icon i {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.input-group-wrapper .input-group-media.text span {
  font-size: 1rem;
  font-weight: 400;
  color: #263238;
}

.input-group-wrapper.start .input-group-media {
  left: 0;
}

.input-group-wrapper.start .input-group-media .text {
  margin-inline-start: 0.75rem;
}

.input-group-wrapper.start .form-control {
  padding-inline-start: 2.1875rem;
}

.input-group-wrapper.end .input-group-media {
  right: 0;
}

.input-group-wrapper.end .input-group-media .text {
  margin-inline-end: 0.75rem;
}

.input-group-wrapper.end .form-control {
  padding-inline-end: 2.1875rem;
  padding-inline-start: 0.75rem;
}

.p-inputwrapper-focus .wrapper-focus.p-chips {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #007bff;
  border-radius: 4px 0 0 4px !important;
}

.p-inputgroup .p-chips ul {
  border-radius: 4px 0 0 4px;
}

.wrapper-focus.p-inputwrapper-focus.p-focus {
  box-shadow: var(--p-inputtext-focus-ring-shadow);
  outline: var(--p-inputtext-focus-ring-width) var(--p-inputtext-focus-ring-style) var(--p-inputtext-focus-ring-color);
  outline-offset: var(--p-inputtext-focus-ring-offset);
  border-radius: var(--p-form-field-border-radius);
}

.wrapper-focus.p-inputwrapper-focus.p-focus input:focus {
  border: 1px solid var(--p-inputtext-border-color);
  box-shadow: none;
  outline: none;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(0, 175, 18, 0.9);
  border-radius: 0.25rem;
}

.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: #00af12;
  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: #00af12;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.25);
}

.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 .form-select:valid, .form-select.is-valid {
  border-color: #00af12;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #00af12;
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #00af12;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #00af12;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.25);
}

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

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(177, 0, 3, 0.9);
  border-radius: 0.25rem;
}

.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: #b10003;
  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: #b10003;
  box-shadow: 0 0 0 0.25rem rgba(177, 0, 3, 0.25);
}

.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 .form-select:invalid, .form-select.is-invalid {
  border-color: #b10003;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #b10003;
  box-shadow: 0 0 0 0.25rem rgba(177, 0, 3, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #b10003;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #b10003;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(177, 0, 3, 0.25);
}

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

:root {
  --bs-blue: #3d70b2;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: white;
  --bs-gray: #74808f;
  --bs-gray-dark: #38414d;
  --bs-gray-100: var(--gray-shade-100);
  --bs-gray-200: var(--gray-shade-200);
  --bs-gray-300: var(--gray-shade-300);
  --bs-gray-400: var(--gray-shade-400);
  --bs-gray-500: var(--gray-shade-500);
  --bs-gray-600: var(--gray-shade-600);
  --bs-gray-700: var(--gray-shade-700);
  --bs-gray-800: var(--gray-shade-800);
  --bs-gray-900: var(--gray-shade-900);
  --bs-gray-1000: var(--gray-shade-1000);
  --bs-gray-1100: var(--gray-shade-1100);
  --bs-gray-1200: var(--gray-shade-1200);
  --bs-primary: #3d70b2;
  --bs-secondary: #74808f;
  --bs-success: #00af12;
  --bs-info: #008bdf;
  --bs-warning: #ff973d;
  --bs-danger: #a12626;
  --bs-light: #f7f9fa;
  --bs-dark: #1f262e;
  --bs-primary-rgb: 61, 112, 178;
  --bs-secondary-rgb: 116, 128, 143;
  --bs-success-rgb: 0, 175, 18;
  --bs-info-rgb: 0, 139, 223;
  --bs-warning-rgb: 255, 151, 61;
  --bs-danger-rgb: 161, 38, 38;
  --bs-light-rgb: 247, 249, 250;
  --bs-dark-rgb: 31, 38, 46;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 15, 20, 28;
  --bs-body-color-rgb: 116, 128, 143;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #74808f;
  --bs-body-bg: white;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3d70b2;
  text-decoration: none;
}

a:hover {
  color: #3765a0;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: #1f262e;
  border-radius: 0.3rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: var(--text-muted);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #74808f;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #eff2f6;
  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: 0.875em;
  color: #74808f;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 0.375rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 0.375rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 0.4375rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 0.4375rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 0.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 0.5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 0.5625rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 0.5625rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 0.6875rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 0.6875rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 0.75rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 0.75rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 0.8125rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 0.8125rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 0.875rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 0.875rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 0.9375rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 0.9375rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 1rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 1rem;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 1.0625rem;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 1.0625rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 1.125rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 1.125rem;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 1.1875rem;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 1.1875rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}

.g-21,
.gx-21 {
  --bs-gutter-x: 1.3125rem;
}

.g-21,
.gy-21 {
  --bs-gutter-y: 1.3125rem;
}

.g-22,
.gx-22 {
  --bs-gutter-x: 1.375rem;
}

.g-22,
.gy-22 {
  --bs-gutter-y: 1.375rem;
}

.g-23,
.gx-23 {
  --bs-gutter-x: 1.4375rem;
}

.g-23,
.gy-23 {
  --bs-gutter-y: 1.4375rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 1.5rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 1.5rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 1.5625rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 1.5625rem;
}

.g-26,
.gx-26 {
  --bs-gutter-x: 1.625rem;
}

.g-26,
.gy-26 {
  --bs-gutter-y: 1.625rem;
}

.g-27,
.gx-27 {
  --bs-gutter-x: 1.6875rem;
}

.g-27,
.gy-27 {
  --bs-gutter-y: 1.6875rem;
}

.g-28,
.gx-28 {
  --bs-gutter-x: 1.75rem;
}

.g-28,
.gy-28 {
  --bs-gutter-y: 1.75rem;
}

.g-29,
.gx-29 {
  --bs-gutter-x: 1.8125rem;
}

.g-29,
.gy-29 {
  --bs-gutter-y: 1.8125rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem;
}

.g-31,
.gx-31 {
  --bs-gutter-x: 1.9375rem;
}

.g-31,
.gy-31 {
  --bs-gutter-y: 1.9375rem;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 2rem;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 2rem;
}

.g-33,
.gx-33 {
  --bs-gutter-x: 2.0625rem;
}

.g-33,
.gy-33 {
  --bs-gutter-y: 2.0625rem;
}

.g-34,
.gx-34 {
  --bs-gutter-x: 2.125rem;
}

.g-34,
.gy-34 {
  --bs-gutter-y: 2.125rem;
}

.g-35,
.gx-35 {
  --bs-gutter-x: 2.1875rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 2.1875rem;
}

.g-36,
.gx-36 {
  --bs-gutter-x: 2.25rem;
}

.g-36,
.gy-36 {
  --bs-gutter-y: 2.25rem;
}

.g-37,
.gx-37 {
  --bs-gutter-x: 2.3125rem;
}

.g-37,
.gy-37 {
  --bs-gutter-y: 2.3125rem;
}

.g-38,
.gx-38 {
  --bs-gutter-x: 2.375rem;
}

.g-38,
.gy-38 {
  --bs-gutter-y: 2.375rem;
}

.g-39,
.gx-39 {
  --bs-gutter-x: 2.4375rem;
}

.g-39,
.gy-39 {
  --bs-gutter-y: 2.4375rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}

.g-41,
.gx-41 {
  --bs-gutter-x: 2.5625rem;
}

.g-41,
.gy-41 {
  --bs-gutter-y: 2.5625rem;
}

.g-42,
.gx-42 {
  --bs-gutter-x: 2.625rem;
}

.g-42,
.gy-42 {
  --bs-gutter-y: 2.625rem;
}

.g-43,
.gx-43 {
  --bs-gutter-x: 2.6875rem;
}

.g-43,
.gy-43 {
  --bs-gutter-y: 2.6875rem;
}

.g-44,
.gx-44 {
  --bs-gutter-x: 2.75rem;
}

.g-44,
.gy-44 {
  --bs-gutter-y: 2.75rem;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 2.8125rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 2.8125rem;
}

.g-46,
.gx-46 {
  --bs-gutter-x: 2.875rem;
}

.g-46,
.gy-46 {
  --bs-gutter-y: 2.875rem;
}

.g-47,
.gx-47 {
  --bs-gutter-x: 2.9375rem;
}

.g-47,
.gy-47 {
  --bs-gutter-y: 2.9375rem;
}

.g-48,
.gx-48 {
  --bs-gutter-x: 3rem;
}

.g-48,
.gy-48 {
  --bs-gutter-y: 3rem;
}

.g-49,
.gx-49 {
  --bs-gutter-x: 3.0625rem;
}

.g-49,
.gy-49 {
  --bs-gutter-y: 3.0625rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem;
}

.g-51,
.gx-51 {
  --bs-gutter-x: 3.1875rem;
}

.g-51,
.gy-51 {
  --bs-gutter-y: 3.1875rem;
}

.g-52,
.gx-52 {
  --bs-gutter-x: 3.25rem;
}

.g-52,
.gy-52 {
  --bs-gutter-y: 3.25rem;
}

.g-53,
.gx-53 {
  --bs-gutter-x: 3.3125rem;
}

.g-53,
.gy-53 {
  --bs-gutter-y: 3.3125rem;
}

.g-54,
.gx-54 {
  --bs-gutter-x: 3.375rem;
}

.g-54,
.gy-54 {
  --bs-gutter-y: 3.375rem;
}

.g-56,
.gx-56 {
  --bs-gutter-x: 3.5rem;
}

.g-56,
.gy-56 {
  --bs-gutter-y: 3.5rem;
}

.g-57,
.gx-57 {
  --bs-gutter-x: 3.5625rem;
}

.g-57,
.gy-57 {
  --bs-gutter-y: 3.5625rem;
}

.g-58,
.gx-58 {
  --bs-gutter-x: 3.625rem;
}

.g-58,
.gy-58 {
  --bs-gutter-y: 3.625rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 5.625rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 5.625rem;
}

.g-99,
.gx-99 {
  --bs-gutter-x: 6.1875rem;
}

.g-99,
.gy-99 {
  --bs-gutter-y: 6.1875rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 12.5rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 12.5rem;
}

.g-250,
.gx-250 {
  --bs-gutter-x: 15.625rem;
}

.g-250,
.gy-250 {
  --bs-gutter-y: 15.625rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 0.375rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 0.375rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 0.5625rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 0.5625rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 0.6875rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 0.6875rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 0.8125rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 0.8125rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 0.875rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 0.875rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 1.0625rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 1.0625rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 1.125rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 1.125rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 1.1875rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 1.1875rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 1.375rem;
  }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 1.375rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 1.4375rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 1.4375rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-sm-26,
  .gx-sm-26 {
    --bs-gutter-x: 1.625rem;
  }
  .g-sm-26,
  .gy-sm-26 {
    --bs-gutter-y: 1.625rem;
  }
  .g-sm-27,
  .gx-sm-27 {
    --bs-gutter-x: 1.6875rem;
  }
  .g-sm-27,
  .gy-sm-27 {
    --bs-gutter-y: 1.6875rem;
  }
  .g-sm-28,
  .gx-sm-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-28,
  .gy-sm-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-29,
  .gx-sm-29 {
    --bs-gutter-x: 1.8125rem;
  }
  .g-sm-29,
  .gy-sm-29 {
    --bs-gutter-y: 1.8125rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-31,
  .gx-sm-31 {
    --bs-gutter-x: 1.9375rem;
  }
  .g-sm-31,
  .gy-sm-31 {
    --bs-gutter-y: 1.9375rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-33,
  .gx-sm-33 {
    --bs-gutter-x: 2.0625rem;
  }
  .g-sm-33,
  .gy-sm-33 {
    --bs-gutter-y: 2.0625rem;
  }
  .g-sm-34,
  .gx-sm-34 {
    --bs-gutter-x: 2.125rem;
  }
  .g-sm-34,
  .gy-sm-34 {
    --bs-gutter-y: 2.125rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-sm-36,
  .gx-sm-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-36,
  .gy-sm-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-37,
  .gx-sm-37 {
    --bs-gutter-x: 2.3125rem;
  }
  .g-sm-37,
  .gy-sm-37 {
    --bs-gutter-y: 2.3125rem;
  }
  .g-sm-38,
  .gx-sm-38 {
    --bs-gutter-x: 2.375rem;
  }
  .g-sm-38,
  .gy-sm-38 {
    --bs-gutter-y: 2.375rem;
  }
  .g-sm-39,
  .gx-sm-39 {
    --bs-gutter-x: 2.4375rem;
  }
  .g-sm-39,
  .gy-sm-39 {
    --bs-gutter-y: 2.4375rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-41,
  .gx-sm-41 {
    --bs-gutter-x: 2.5625rem;
  }
  .g-sm-41,
  .gy-sm-41 {
    --bs-gutter-y: 2.5625rem;
  }
  .g-sm-42,
  .gx-sm-42 {
    --bs-gutter-x: 2.625rem;
  }
  .g-sm-42,
  .gy-sm-42 {
    --bs-gutter-y: 2.625rem;
  }
  .g-sm-43,
  .gx-sm-43 {
    --bs-gutter-x: 2.6875rem;
  }
  .g-sm-43,
  .gy-sm-43 {
    --bs-gutter-y: 2.6875rem;
  }
  .g-sm-44,
  .gx-sm-44 {
    --bs-gutter-x: 2.75rem;
  }
  .g-sm-44,
  .gy-sm-44 {
    --bs-gutter-y: 2.75rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-sm-46,
  .gx-sm-46 {
    --bs-gutter-x: 2.875rem;
  }
  .g-sm-46,
  .gy-sm-46 {
    --bs-gutter-y: 2.875rem;
  }
  .g-sm-47,
  .gx-sm-47 {
    --bs-gutter-x: 2.9375rem;
  }
  .g-sm-47,
  .gy-sm-47 {
    --bs-gutter-y: 2.9375rem;
  }
  .g-sm-48,
  .gx-sm-48 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-48,
  .gy-sm-48 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-49,
  .gx-sm-49 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-sm-49,
  .gy-sm-49 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-51,
  .gx-sm-51 {
    --bs-gutter-x: 3.1875rem;
  }
  .g-sm-51,
  .gy-sm-51 {
    --bs-gutter-y: 3.1875rem;
  }
  .g-sm-52,
  .gx-sm-52 {
    --bs-gutter-x: 3.25rem;
  }
  .g-sm-52,
  .gy-sm-52 {
    --bs-gutter-y: 3.25rem;
  }
  .g-sm-53,
  .gx-sm-53 {
    --bs-gutter-x: 3.3125rem;
  }
  .g-sm-53,
  .gy-sm-53 {
    --bs-gutter-y: 3.3125rem;
  }
  .g-sm-54,
  .gx-sm-54 {
    --bs-gutter-x: 3.375rem;
  }
  .g-sm-54,
  .gy-sm-54 {
    --bs-gutter-y: 3.375rem;
  }
  .g-sm-56,
  .gx-sm-56 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-56,
  .gy-sm-56 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-57,
  .gx-sm-57 {
    --bs-gutter-x: 3.5625rem;
  }
  .g-sm-57,
  .gy-sm-57 {
    --bs-gutter-y: 3.5625rem;
  }
  .g-sm-58,
  .gx-sm-58 {
    --bs-gutter-x: 3.625rem;
  }
  .g-sm-58,
  .gy-sm-58 {
    --bs-gutter-y: 3.625rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-99,
  .gx-sm-99 {
    --bs-gutter-x: 6.1875rem;
  }
  .g-sm-99,
  .gy-sm-99 {
    --bs-gutter-y: 6.1875rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-250,
  .gx-sm-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-sm-250,
  .gy-sm-250 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 0.375rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 0.375rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 0.5625rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 0.5625rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 0.6875rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 0.6875rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 0.8125rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 0.8125rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 0.875rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 0.875rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 1.0625rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 1.0625rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 1.125rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 1.125rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 1.1875rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 1.1875rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 1.375rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 1.375rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 1.4375rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 1.4375rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-md-26,
  .gx-md-26 {
    --bs-gutter-x: 1.625rem;
  }
  .g-md-26,
  .gy-md-26 {
    --bs-gutter-y: 1.625rem;
  }
  .g-md-27,
  .gx-md-27 {
    --bs-gutter-x: 1.6875rem;
  }
  .g-md-27,
  .gy-md-27 {
    --bs-gutter-y: 1.6875rem;
  }
  .g-md-28,
  .gx-md-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-28,
  .gy-md-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-29,
  .gx-md-29 {
    --bs-gutter-x: 1.8125rem;
  }
  .g-md-29,
  .gy-md-29 {
    --bs-gutter-y: 1.8125rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-31,
  .gx-md-31 {
    --bs-gutter-x: 1.9375rem;
  }
  .g-md-31,
  .gy-md-31 {
    --bs-gutter-y: 1.9375rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 2rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 2rem;
  }
  .g-md-33,
  .gx-md-33 {
    --bs-gutter-x: 2.0625rem;
  }
  .g-md-33,
  .gy-md-33 {
    --bs-gutter-y: 2.0625rem;
  }
  .g-md-34,
  .gx-md-34 {
    --bs-gutter-x: 2.125rem;
  }
  .g-md-34,
  .gy-md-34 {
    --bs-gutter-y: 2.125rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-md-36,
  .gx-md-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-36,
  .gy-md-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-37,
  .gx-md-37 {
    --bs-gutter-x: 2.3125rem;
  }
  .g-md-37,
  .gy-md-37 {
    --bs-gutter-y: 2.3125rem;
  }
  .g-md-38,
  .gx-md-38 {
    --bs-gutter-x: 2.375rem;
  }
  .g-md-38,
  .gy-md-38 {
    --bs-gutter-y: 2.375rem;
  }
  .g-md-39,
  .gx-md-39 {
    --bs-gutter-x: 2.4375rem;
  }
  .g-md-39,
  .gy-md-39 {
    --bs-gutter-y: 2.4375rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-41,
  .gx-md-41 {
    --bs-gutter-x: 2.5625rem;
  }
  .g-md-41,
  .gy-md-41 {
    --bs-gutter-y: 2.5625rem;
  }
  .g-md-42,
  .gx-md-42 {
    --bs-gutter-x: 2.625rem;
  }
  .g-md-42,
  .gy-md-42 {
    --bs-gutter-y: 2.625rem;
  }
  .g-md-43,
  .gx-md-43 {
    --bs-gutter-x: 2.6875rem;
  }
  .g-md-43,
  .gy-md-43 {
    --bs-gutter-y: 2.6875rem;
  }
  .g-md-44,
  .gx-md-44 {
    --bs-gutter-x: 2.75rem;
  }
  .g-md-44,
  .gy-md-44 {
    --bs-gutter-y: 2.75rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-md-46,
  .gx-md-46 {
    --bs-gutter-x: 2.875rem;
  }
  .g-md-46,
  .gy-md-46 {
    --bs-gutter-y: 2.875rem;
  }
  .g-md-47,
  .gx-md-47 {
    --bs-gutter-x: 2.9375rem;
  }
  .g-md-47,
  .gy-md-47 {
    --bs-gutter-y: 2.9375rem;
  }
  .g-md-48,
  .gx-md-48 {
    --bs-gutter-x: 3rem;
  }
  .g-md-48,
  .gy-md-48 {
    --bs-gutter-y: 3rem;
  }
  .g-md-49,
  .gx-md-49 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-md-49,
  .gy-md-49 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-51,
  .gx-md-51 {
    --bs-gutter-x: 3.1875rem;
  }
  .g-md-51,
  .gy-md-51 {
    --bs-gutter-y: 3.1875rem;
  }
  .g-md-52,
  .gx-md-52 {
    --bs-gutter-x: 3.25rem;
  }
  .g-md-52,
  .gy-md-52 {
    --bs-gutter-y: 3.25rem;
  }
  .g-md-53,
  .gx-md-53 {
    --bs-gutter-x: 3.3125rem;
  }
  .g-md-53,
  .gy-md-53 {
    --bs-gutter-y: 3.3125rem;
  }
  .g-md-54,
  .gx-md-54 {
    --bs-gutter-x: 3.375rem;
  }
  .g-md-54,
  .gy-md-54 {
    --bs-gutter-y: 3.375rem;
  }
  .g-md-56,
  .gx-md-56 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-56,
  .gy-md-56 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-57,
  .gx-md-57 {
    --bs-gutter-x: 3.5625rem;
  }
  .g-md-57,
  .gy-md-57 {
    --bs-gutter-y: 3.5625rem;
  }
  .g-md-58,
  .gx-md-58 {
    --bs-gutter-x: 3.625rem;
  }
  .g-md-58,
  .gy-md-58 {
    --bs-gutter-y: 3.625rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-99,
  .gx-md-99 {
    --bs-gutter-x: 6.1875rem;
  }
  .g-md-99,
  .gy-md-99 {
    --bs-gutter-y: 6.1875rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-250,
  .gx-md-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-md-250,
  .gy-md-250 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 0.375rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 0.375rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 0.5625rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 0.5625rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 0.6875rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 0.6875rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 0.8125rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 0.8125rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 0.875rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 0.875rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 1.0625rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 1.0625rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 1.125rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 1.125rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 1.1875rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 1.1875rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 1.375rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 1.375rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 1.4375rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 1.4375rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-lg-26,
  .gx-lg-26 {
    --bs-gutter-x: 1.625rem;
  }
  .g-lg-26,
  .gy-lg-26 {
    --bs-gutter-y: 1.625rem;
  }
  .g-lg-27,
  .gx-lg-27 {
    --bs-gutter-x: 1.6875rem;
  }
  .g-lg-27,
  .gy-lg-27 {
    --bs-gutter-y: 1.6875rem;
  }
  .g-lg-28,
  .gx-lg-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-28,
  .gy-lg-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-29,
  .gx-lg-29 {
    --bs-gutter-x: 1.8125rem;
  }
  .g-lg-29,
  .gy-lg-29 {
    --bs-gutter-y: 1.8125rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-31,
  .gx-lg-31 {
    --bs-gutter-x: 1.9375rem;
  }
  .g-lg-31,
  .gy-lg-31 {
    --bs-gutter-y: 1.9375rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-33,
  .gx-lg-33 {
    --bs-gutter-x: 2.0625rem;
  }
  .g-lg-33,
  .gy-lg-33 {
    --bs-gutter-y: 2.0625rem;
  }
  .g-lg-34,
  .gx-lg-34 {
    --bs-gutter-x: 2.125rem;
  }
  .g-lg-34,
  .gy-lg-34 {
    --bs-gutter-y: 2.125rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-lg-36,
  .gx-lg-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-36,
  .gy-lg-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-37,
  .gx-lg-37 {
    --bs-gutter-x: 2.3125rem;
  }
  .g-lg-37,
  .gy-lg-37 {
    --bs-gutter-y: 2.3125rem;
  }
  .g-lg-38,
  .gx-lg-38 {
    --bs-gutter-x: 2.375rem;
  }
  .g-lg-38,
  .gy-lg-38 {
    --bs-gutter-y: 2.375rem;
  }
  .g-lg-39,
  .gx-lg-39 {
    --bs-gutter-x: 2.4375rem;
  }
  .g-lg-39,
  .gy-lg-39 {
    --bs-gutter-y: 2.4375rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-41,
  .gx-lg-41 {
    --bs-gutter-x: 2.5625rem;
  }
  .g-lg-41,
  .gy-lg-41 {
    --bs-gutter-y: 2.5625rem;
  }
  .g-lg-42,
  .gx-lg-42 {
    --bs-gutter-x: 2.625rem;
  }
  .g-lg-42,
  .gy-lg-42 {
    --bs-gutter-y: 2.625rem;
  }
  .g-lg-43,
  .gx-lg-43 {
    --bs-gutter-x: 2.6875rem;
  }
  .g-lg-43,
  .gy-lg-43 {
    --bs-gutter-y: 2.6875rem;
  }
  .g-lg-44,
  .gx-lg-44 {
    --bs-gutter-x: 2.75rem;
  }
  .g-lg-44,
  .gy-lg-44 {
    --bs-gutter-y: 2.75rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-lg-46,
  .gx-lg-46 {
    --bs-gutter-x: 2.875rem;
  }
  .g-lg-46,
  .gy-lg-46 {
    --bs-gutter-y: 2.875rem;
  }
  .g-lg-47,
  .gx-lg-47 {
    --bs-gutter-x: 2.9375rem;
  }
  .g-lg-47,
  .gy-lg-47 {
    --bs-gutter-y: 2.9375rem;
  }
  .g-lg-48,
  .gx-lg-48 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-48,
  .gy-lg-48 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-49,
  .gx-lg-49 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-lg-49,
  .gy-lg-49 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-51,
  .gx-lg-51 {
    --bs-gutter-x: 3.1875rem;
  }
  .g-lg-51,
  .gy-lg-51 {
    --bs-gutter-y: 3.1875rem;
  }
  .g-lg-52,
  .gx-lg-52 {
    --bs-gutter-x: 3.25rem;
  }
  .g-lg-52,
  .gy-lg-52 {
    --bs-gutter-y: 3.25rem;
  }
  .g-lg-53,
  .gx-lg-53 {
    --bs-gutter-x: 3.3125rem;
  }
  .g-lg-53,
  .gy-lg-53 {
    --bs-gutter-y: 3.3125rem;
  }
  .g-lg-54,
  .gx-lg-54 {
    --bs-gutter-x: 3.375rem;
  }
  .g-lg-54,
  .gy-lg-54 {
    --bs-gutter-y: 3.375rem;
  }
  .g-lg-56,
  .gx-lg-56 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-56,
  .gy-lg-56 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-57,
  .gx-lg-57 {
    --bs-gutter-x: 3.5625rem;
  }
  .g-lg-57,
  .gy-lg-57 {
    --bs-gutter-y: 3.5625rem;
  }
  .g-lg-58,
  .gx-lg-58 {
    --bs-gutter-x: 3.625rem;
  }
  .g-lg-58,
  .gy-lg-58 {
    --bs-gutter-y: 3.625rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-99,
  .gx-lg-99 {
    --bs-gutter-x: 6.1875rem;
  }
  .g-lg-99,
  .gy-lg-99 {
    --bs-gutter-y: 6.1875rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-250,
  .gx-lg-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-lg-250,
  .gy-lg-250 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 0.5625rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 0.5625rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 0.6875rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 0.6875rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 0.8125rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 0.8125rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 0.875rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 0.875rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 1.0625rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 1.0625rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 1.125rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 1.125rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 1.1875rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 1.1875rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 1.375rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 1.375rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 1.4375rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 1.4375rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-xl-26,
  .gx-xl-26 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xl-26,
  .gy-xl-26 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xl-27,
  .gx-xl-27 {
    --bs-gutter-x: 1.6875rem;
  }
  .g-xl-27,
  .gy-xl-27 {
    --bs-gutter-y: 1.6875rem;
  }
  .g-xl-28,
  .gx-xl-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-28,
  .gy-xl-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-29,
  .gx-xl-29 {
    --bs-gutter-x: 1.8125rem;
  }
  .g-xl-29,
  .gy-xl-29 {
    --bs-gutter-y: 1.8125rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-31,
  .gx-xl-31 {
    --bs-gutter-x: 1.9375rem;
  }
  .g-xl-31,
  .gy-xl-31 {
    --bs-gutter-y: 1.9375rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-33,
  .gx-xl-33 {
    --bs-gutter-x: 2.0625rem;
  }
  .g-xl-33,
  .gy-xl-33 {
    --bs-gutter-y: 2.0625rem;
  }
  .g-xl-34,
  .gx-xl-34 {
    --bs-gutter-x: 2.125rem;
  }
  .g-xl-34,
  .gy-xl-34 {
    --bs-gutter-y: 2.125rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-xl-36,
  .gx-xl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-36,
  .gy-xl-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-37,
  .gx-xl-37 {
    --bs-gutter-x: 2.3125rem;
  }
  .g-xl-37,
  .gy-xl-37 {
    --bs-gutter-y: 2.3125rem;
  }
  .g-xl-38,
  .gx-xl-38 {
    --bs-gutter-x: 2.375rem;
  }
  .g-xl-38,
  .gy-xl-38 {
    --bs-gutter-y: 2.375rem;
  }
  .g-xl-39,
  .gx-xl-39 {
    --bs-gutter-x: 2.4375rem;
  }
  .g-xl-39,
  .gy-xl-39 {
    --bs-gutter-y: 2.4375rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-41,
  .gx-xl-41 {
    --bs-gutter-x: 2.5625rem;
  }
  .g-xl-41,
  .gy-xl-41 {
    --bs-gutter-y: 2.5625rem;
  }
  .g-xl-42,
  .gx-xl-42 {
    --bs-gutter-x: 2.625rem;
  }
  .g-xl-42,
  .gy-xl-42 {
    --bs-gutter-y: 2.625rem;
  }
  .g-xl-43,
  .gx-xl-43 {
    --bs-gutter-x: 2.6875rem;
  }
  .g-xl-43,
  .gy-xl-43 {
    --bs-gutter-y: 2.6875rem;
  }
  .g-xl-44,
  .gx-xl-44 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xl-44,
  .gy-xl-44 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xl-46,
  .gx-xl-46 {
    --bs-gutter-x: 2.875rem;
  }
  .g-xl-46,
  .gy-xl-46 {
    --bs-gutter-y: 2.875rem;
  }
  .g-xl-47,
  .gx-xl-47 {
    --bs-gutter-x: 2.9375rem;
  }
  .g-xl-47,
  .gy-xl-47 {
    --bs-gutter-y: 2.9375rem;
  }
  .g-xl-48,
  .gx-xl-48 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-48,
  .gy-xl-48 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-49,
  .gx-xl-49 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-xl-49,
  .gy-xl-49 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-51,
  .gx-xl-51 {
    --bs-gutter-x: 3.1875rem;
  }
  .g-xl-51,
  .gy-xl-51 {
    --bs-gutter-y: 3.1875rem;
  }
  .g-xl-52,
  .gx-xl-52 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xl-52,
  .gy-xl-52 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xl-53,
  .gx-xl-53 {
    --bs-gutter-x: 3.3125rem;
  }
  .g-xl-53,
  .gy-xl-53 {
    --bs-gutter-y: 3.3125rem;
  }
  .g-xl-54,
  .gx-xl-54 {
    --bs-gutter-x: 3.375rem;
  }
  .g-xl-54,
  .gy-xl-54 {
    --bs-gutter-y: 3.375rem;
  }
  .g-xl-56,
  .gx-xl-56 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-56,
  .gy-xl-56 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-57,
  .gx-xl-57 {
    --bs-gutter-x: 3.5625rem;
  }
  .g-xl-57,
  .gy-xl-57 {
    --bs-gutter-y: 3.5625rem;
  }
  .g-xl-58,
  .gx-xl-58 {
    --bs-gutter-x: 3.625rem;
  }
  .g-xl-58,
  .gy-xl-58 {
    --bs-gutter-y: 3.625rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-99,
  .gx-xl-99 {
    --bs-gutter-x: 6.1875rem;
  }
  .g-xl-99,
  .gy-xl-99 {
    --bs-gutter-y: 6.1875rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-250,
  .gx-xl-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-xl-250,
  .gy-xl-250 {
    --bs-gutter-y: 15.625rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 0.5625rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 0.5625rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 0.6875rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 0.6875rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 0.8125rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 0.8125rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 0.875rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 0.875rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 1.0625rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 1.0625rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 1.125rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 1.125rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 1.1875rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 1.1875rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-21,
  .gx-xxl-21 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-xxl-21,
  .gy-xxl-21 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 1.375rem;
  }
  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 1.375rem;
  }
  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 1.4375rem;
  }
  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 1.4375rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-xxl-26,
  .gx-xxl-26 {
    --bs-gutter-x: 1.625rem;
  }
  .g-xxl-26,
  .gy-xxl-26 {
    --bs-gutter-y: 1.625rem;
  }
  .g-xxl-27,
  .gx-xxl-27 {
    --bs-gutter-x: 1.6875rem;
  }
  .g-xxl-27,
  .gy-xxl-27 {
    --bs-gutter-y: 1.6875rem;
  }
  .g-xxl-28,
  .gx-xxl-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-28,
  .gy-xxl-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-29,
  .gx-xxl-29 {
    --bs-gutter-x: 1.8125rem;
  }
  .g-xxl-29,
  .gy-xxl-29 {
    --bs-gutter-y: 1.8125rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-31,
  .gx-xxl-31 {
    --bs-gutter-x: 1.9375rem;
  }
  .g-xxl-31,
  .gy-xxl-31 {
    --bs-gutter-y: 1.9375rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-33,
  .gx-xxl-33 {
    --bs-gutter-x: 2.0625rem;
  }
  .g-xxl-33,
  .gy-xxl-33 {
    --bs-gutter-y: 2.0625rem;
  }
  .g-xxl-34,
  .gx-xxl-34 {
    --bs-gutter-x: 2.125rem;
  }
  .g-xxl-34,
  .gy-xxl-34 {
    --bs-gutter-y: 2.125rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-xxl-36,
  .gx-xxl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-36,
  .gy-xxl-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-37,
  .gx-xxl-37 {
    --bs-gutter-x: 2.3125rem;
  }
  .g-xxl-37,
  .gy-xxl-37 {
    --bs-gutter-y: 2.3125rem;
  }
  .g-xxl-38,
  .gx-xxl-38 {
    --bs-gutter-x: 2.375rem;
  }
  .g-xxl-38,
  .gy-xxl-38 {
    --bs-gutter-y: 2.375rem;
  }
  .g-xxl-39,
  .gx-xxl-39 {
    --bs-gutter-x: 2.4375rem;
  }
  .g-xxl-39,
  .gy-xxl-39 {
    --bs-gutter-y: 2.4375rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-41,
  .gx-xxl-41 {
    --bs-gutter-x: 2.5625rem;
  }
  .g-xxl-41,
  .gy-xxl-41 {
    --bs-gutter-y: 2.5625rem;
  }
  .g-xxl-42,
  .gx-xxl-42 {
    --bs-gutter-x: 2.625rem;
  }
  .g-xxl-42,
  .gy-xxl-42 {
    --bs-gutter-y: 2.625rem;
  }
  .g-xxl-43,
  .gx-xxl-43 {
    --bs-gutter-x: 2.6875rem;
  }
  .g-xxl-43,
  .gy-xxl-43 {
    --bs-gutter-y: 2.6875rem;
  }
  .g-xxl-44,
  .gx-xxl-44 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xxl-44,
  .gy-xxl-44 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xxl-46,
  .gx-xxl-46 {
    --bs-gutter-x: 2.875rem;
  }
  .g-xxl-46,
  .gy-xxl-46 {
    --bs-gutter-y: 2.875rem;
  }
  .g-xxl-47,
  .gx-xxl-47 {
    --bs-gutter-x: 2.9375rem;
  }
  .g-xxl-47,
  .gy-xxl-47 {
    --bs-gutter-y: 2.9375rem;
  }
  .g-xxl-48,
  .gx-xxl-48 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-48,
  .gy-xxl-48 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-49,
  .gx-xxl-49 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-xxl-49,
  .gy-xxl-49 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-51,
  .gx-xxl-51 {
    --bs-gutter-x: 3.1875rem;
  }
  .g-xxl-51,
  .gy-xxl-51 {
    --bs-gutter-y: 3.1875rem;
  }
  .g-xxl-52,
  .gx-xxl-52 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xxl-52,
  .gy-xxl-52 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xxl-53,
  .gx-xxl-53 {
    --bs-gutter-x: 3.3125rem;
  }
  .g-xxl-53,
  .gy-xxl-53 {
    --bs-gutter-y: 3.3125rem;
  }
  .g-xxl-54,
  .gx-xxl-54 {
    --bs-gutter-x: 3.375rem;
  }
  .g-xxl-54,
  .gy-xxl-54 {
    --bs-gutter-y: 3.375rem;
  }
  .g-xxl-56,
  .gx-xxl-56 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-56,
  .gy-xxl-56 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-57,
  .gx-xxl-57 {
    --bs-gutter-x: 3.5625rem;
  }
  .g-xxl-57,
  .gy-xxl-57 {
    --bs-gutter-y: 3.5625rem;
  }
  .g-xxl-58,
  .gx-xxl-58 {
    --bs-gutter-x: 3.625rem;
  }
  .g-xxl-58,
  .gy-xxl-58 {
    --bs-gutter-y: 3.625rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xxl-99,
  .gx-xxl-99 {
    --bs-gutter-x: 6.1875rem;
  }
  .g-xxl-99,
  .gy-xxl-99 {
    --bs-gutter-y: 6.1875rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-250,
  .gx-xxl-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-xxl-250,
  .gy-xxl-250 {
    --bs-gutter-y: 15.625rem;
  }
}

.table {
  --bs-table-bg: var(--table-bg);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--table-text-color);
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-active-color: var(--table-text-color);
  --bs-table-active-bg: rgba(15, 20, 28, 0.1);
  --bs-table-hover-color: var(--table-text-color);
  --bs-table-hover-bg: rgba(15, 20, 28, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--table-text-color);
  vertical-align: top;
  border-color: var(--border-color);
  box-shadow: 0px 1px 0px rgba(17, 17, 26, 0.05), 0px 0px 8px rgba(17, 17, 26, 0.1);
  font-size: 0.875rem;
}

.table.transparent > tbody tr td {
  background-color: transparent;
}

.table.border-less tr td,
.table.border-less tr th {
  border-width: 0 !important;
}

.table.fw-regular tr td {
  font-weight: 400 !important;
}

.table.border-collapse-separate {
  border-collapse: separate;
  border-spacing: 0.3125rem;
}

.table.border-collapse-separate > tbody tr td {
  border: 1px solid var(--table-border-collapse);
}

.table.border-collapse-separate.border-spacing-vertical-10 {
  border-spacing: 0 10px;
}

.table > :not(caption) > * > * {
  padding: 0.6rem 0.5rem;
  background-color: var(--table-bg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.25rem;
}

.table > tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.25rem;
}

.table > tbody tr td {
  vertical-align: middle;
  position: relative;
  line-height: 1.15;
}

.table > tbody tr td .dropdown .dropdown-toggle {
  text-align: center;
  margin-top: 2.5px;
  display: block;
}

.table > tbody tr td .dropdown [data-popper-placement="bottom-end"] {
  transform: translate(-115px, 0) !important;
}

.table > tbody tr td .dropdown [data-popper-placement="top-end"] {
  transform: translate(-115px, 0) !important;
}

.table > tbody tr td .dropdown [data-popper-placement="bottom-start"] {
  transform: translate(-115px, 0) !important;
}

.table > tbody tr td .dropdown [data-popper-placement="top-start"] {
  transform: translate(-115px, 0) !important;
}

.table > tbody tr td .dropdown-menu {
  left: -50px !important;
}

.table > tbody tr td.menu {
  padding: 0 !important;
}

.table > tbody tr td.menu i {
  padding: 0.5rem 1.25rem;
  font-size: 1.125rem;
  color: #8c9ba5bf;
  z-index: 1;
  cursor: pointer;
}

.table > thead {
  vertical-align: bottom;
}

.table > thead tr th {
  background-color: var(--table-header-bg);
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}

.table > thead tr th i {
  color: #a0adbd;
  margin-left: 0.3125rem;
}

.table tr th,
.table tr td {
  background-clip: padding-box;
}

.table tr th .form-check-label,
.table tr td .form-check-label {
  position: unset;
}

.table tr th .form-check-label:before,
.table tr td .form-check-label:before {
  top: 0;
}

.table-sticky-header {
  overflow-y: auto;
}

.table-sticky-header .table thead tr {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: var(--table-header-bg);
}

.table-sticky-header .table tr th {
  position: sticky;
  top: 0;
  z-index: 3;
  color: var(--text-color);
}

.table tr .sticky-column-start {
  position: sticky;
  left: 0;
  color: var(--text-color);
}

.table tr .sticky-column-end {
  position: sticky;
  right: -1px;
  color: var(--text-color);
}

.table tr td.sticky-column-start, .table tr td.sticky-column-end {
  z-index: 2;
}

.table tr th.sticky-column-start, .table tr th.sticky-column-end {
  z-index: 5;
}

.table.table-p-3 td,
.table.table-p-3 th {
  padding: 1rem !important;
}

.table.table-border-end-0 td,
.table.table-border-end-0 th {
  border-inline-end: 0 !important;
}

.table.table-border-transparent td,
.table.table-border-transparent th {
  border: transparent !important;
}

.table.table-th-bg-white th {
  background-color: white;
}

.table.table-th-uppercase th {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #d8e2f0;
  --bs-table-striped-bg: #ced8e5;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #c4cddb;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #c9d3e0;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #c4cddb;
}

.table-secondary {
  --bs-table-bg: #e3e6e9;
  --bs-table-striped-bg: #d8dcdf;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #ced1d5;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #d3d6da;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #ced1d5;
}

.table-success {
  --bs-table-bg: #ccefd0;
  --bs-table-striped-bg: #c3e4c7;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #b9d9be;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #bedfc3;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #b9d9be;
}

.table-info {
  --bs-table-bg: #cce8f9;
  --bs-table-striped-bg: #c3ddee;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #b9d3e3;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #bed8e8;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #b9d3e3;
}

.table-warning {
  --bs-table-bg: #ffead8;
  --bs-table-striped-bg: #f3dfcf;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #e7d5c5;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #eddaca;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #e7d5c5;
}

.table-danger {
  --bs-table-bg: #efcccd;
  --bs-table-striped-bg: #e4c3c4;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #d9babb;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #debec0;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #d9babb;
}

.table-light {
  --bs-table-bg: #f7f9fa;
  --bs-table-striped-bg: #ebeeef;
  --bs-table-striped-color: #0f141c;
  --bs-table-active-bg: #e0e2e4;
  --bs-table-active-color: #0f141c;
  --bs-table-hover-bg: #e6e8e9;
  --bs-table-hover-color: #0f141c;
  color: #0f141c;
  border-color: #e0e2e4;
}

.table-dark {
  --bs-table-bg: #1f262e;
  --bs-table-striped-bg: #2a3138;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #353c43;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #30363e;
  --bs-table-hover-color: white;
  color: white;
  border-color: #353c43;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.p-datatable .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 63px);
}

.p-datatable.auto-height .p-datatable-wrapper {
  height: auto !important;
}

.p-datatable.w-100 .p-datatable-wrapper {
  width: 100% !important;
}

.p-datatable.h-100 .p-datatable-wrapper {
  height: 100% !important;
}

.p-datatable .table {
  margin-bottom: 0;
  box-shadow: none;
}

.p-datatable .p-datatable-thead tr th,
.p-datatable .p-datatable-thead tr td {
  padding: 0.6rem 0.5rem;
}

.p-datatable .p-datatable-thead tr th {
  background-color: var(--table-header-bg) !important;
  font-weight: 500 !important;
}

.p-datatable p-columnfilter .p-column-filter-menu-button {
  width: 1rem;
  height: 1rem;
  position: absolute !important;
  right: 7px;
  top: 7px;
}

.p-datatable p-columnfilter .p-column-filter-menu-button .p-icon {
  width: 13px;
  height: 13px;
}

.p-datatable p-columnfilter .p-column-filter-menu-button:focus {
  box-shadow: unset !important;
}

.p-datatable .p-sortable-column .pi {
  font-size: 0.75rem;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
  margin-inline-end: 1.5rem;
}

.p-datatable .p-sortable-column .p-column-filter-menu {
  padding-inline-start: 1rem;
}

.p-datatable .p-sortable-column:focus {
  box-shadow: unset !important;
}

.p-datatable .p-sortable-column.p-highlight {
  color: var(--primary) !important;
}

.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: var(--primary) !important;
}

.p-datatable .table.border-collapse-separate {
  border-collapse: separate;
  border-spacing: 0.3125rem;
}

.p-datatable .table.border-collapse-separate .p-datatable-thead tr th {
  background-color: var(--table-header-bg) !important;
  border-width: 0 1px 1px 0 !important;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td {
  background-color: white;
  border: 1px solid var(--table-border-collapse);
  padding-block: 0.6rem;
  padding-inline: 0.5rem;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td .p-inputtext {
  height: unset;
  border: 0;
  padding: 0;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td .p-inputtext:focus {
  box-shadow: unset;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td p-calendar .p-calendar {
  width: 100%;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td p-calendar .p-calendar input {
  padding: 0 !important;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td p-calendar .p-calendar-w-btn .p-button-icon-only {
  background: transparent !important;
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td p-calendar .p-calendar-w-btn .p-button-icon-only:enabled:hover {
  color: var(--gray-shade-900);
  background: transparent !important;
  border: 1px solid var(--white);
}

.p-datatable .table.border-collapse-separate .p-datatable-tbody tr td.ng-invalid {
  border-color: #dc3545;
}

.p-datatable .table.border-collapse-separate.border-spacing-vertical-10 {
  border-spacing: 0 10px;
}

.p-datatable.table-sticky-header {
  overflow-y: auto;
}

.p-datatable.table-sticky-header thead tr {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: var(--table-header-bg);
}

.p-datatable.table-sticky-header tr th {
  position: sticky;
  top: 0;
  z-index: 3;
  color: var(--text-color);
}

.p-datatable.datatable-footer-white .p-datatable-footer {
  background: #fff;
}

.p-datatable.datatable-footer-transparent .p-datatable-footer {
  background: transparent;
}

.p-datatable.datatable-footer-border-0 .p-datatable-footer {
  border: 0;
}

.p-datatable.p-datatable-gridlines .p-datatable-table {
  border-bottom: 1px solid #e5e7eb;
}

.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border: 1px solid #e5e7eb;
  border-width: 1px 0 1px 1px;
  padding: 0.5rem 1rem !important;
}

.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border: 1px solid #e5e7eb;
  border-width: 1px 0 0 1px;
  padding: 0.5rem 1rem !important;
}

.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td.menu {
  padding: 0 !important;
}

.p-datatable.p-datatable-white .p-datatable-tbody > tr:nth-child(2n) {
  background: #fff;
}

.p-column-filter-overlay .p-column-filter-row-items {
  padding: 8px !important;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  font-size: 14px;
  border-radius: 0.3rem !important;
  padding: 8px 16px !important;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: var(--white) !important;
  background: var(--primary) !important;
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: var(--text-color) !important;
  background: rgba(61, 112, 178, 0.1) !important;
}

.border-collapse-separate-container p-calendar .p-calendar .p-inputtext {
  border-inline-end: 0;
}

.border-collapse-separate-container p-calendar .p-calendar .p-inputtext:enabled:focus {
  box-shadow: none !important;
  border-color: var(--gray-shade-400);
}

.border-collapse-separate-container p-calendar .p-calendar .p-button-icon-only {
  border: 1px solid var(--gray-shade-400);
  border-inline-start: 0;
  padding-inline-end: 10px;
}

.border-collapse-separate-container p-calendar .p-calendar .p-button-icon-only:enabled:hover {
  color: var(--gray-shade-900);
  background: var(--white);
  border: 1px solid var(--gray-shade-400);
  border-inline-start: 0;
}

.border-collapse-separate-container p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext + button {
  border-color: #dc3545;
}

.p-datatable.datawrapper-vh-203 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 63px) !important;
}

.p-datatable.datawrapper-vh-206 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 66px) !important;
}

.p-datatable.datawrapper-vh-212 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 72px) !important;
}

.p-datatable.datawrapper-vh-228 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 88px) !important;
}

.p-datatable.datawrapper-vh-252 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 112px) !important;
}

.p-datatable.datawrapper-vh-278 .p-datatable-wrapper {
  max-height: calc(100vh - 60px - 80px - 138px) !important;
}

.p-datatable.datawrapper-vh-312 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 172px) !important;
}

.p-datatable.datawrapper-vh-335 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 195px) !important;
}

.p-datatable.datawrapper-vh-450 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 312px) !important;
}

.p-datatable.datawrapper-vh-495 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 355px) !important;
}

.p-datatable.datawrapper-vh-440 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 300px) !important;
}

.p-datatable.datawrapper-min-h-150 .p-datatable-wrapper {
  min-height: 150px !important;
}

.p-datatable.datawrapper-vh-304 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 164px) !important;
}

.p-datatable.datawrapper-vh-378 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 238px) !important;
}

.p-datatable.datawrapper-vh-190 .p-datatable-wrapper {
  height: calc(100vh - 60px - 80px - 50px) !important;
}

.p-datatable.auto-height .p-datatable-wrapper {
  height: auto !important;
}

.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 12px !important;
}

.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 6px 12px !important;
}

.p-datatable.p-datatable-md .p-datatable-tbody tr td {
  padding: 6px;
}

.p-datatable.table-p-3 .p-datatable-thead tr th {
  padding: 1rem;
}

.p-datatable.table-p-3 tr td {
  padding: 1rem;
}

.p-datatable.table-border-end-0 .p-datatable-table .p-datatable-tbody tr td {
  border-width: 1px 0 0 0 !important;
}

.p-datatable.table-border-end-0 .p-datatable-table .p-datatable-thead tr th {
  border-width: 1px 0 0 0 !important;
  color: var(--gray-shade-800) !important;
}

.p-datatable .p-datatable-tbody > .row-expanded > td:first-child {
  border-bottom-left-radius: 0px;
}

.p-datatable .p-datatable-tbody > .row-expanded > td:last-child {
  border-bottom-right-radius: 0px;
}

.p-datatable .p-datatable-tbody > .row-expanded.nested-table > td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
}

.p-datatable .p-datatable-tbody > .row-expanded.nested-table > td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.p-datatable .p-datatable-tbody > tr.p-highlight.td-bg-white > td {
  background: white !important;
}

.p-datatable .p-datatable-footer {
  background: var(--gray-shade-200) !important;
  border-width: 1px !important;
}

th.p-frozen-column,
td.p-frozen-column {
  border-width: 0 !important;
  border: unset !important;
  border-top: 1px solid #e5e7eb !important;
}

th.p-frozen-column::after,
td.p-frozen-column::after {
  content: "";
  position: absolute;
  right: 1px;
  height: 100%;
  top: 0;
  border: 1px solid #e5e7eb;
  border-width: 1px 0 0 1px;
}

p-tableCheckbox.keyboard-support .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  box-shadow: var(--input-focus-shadow) !important;
}

.p-datatable.overflow-hidden .p-datatable-wrapper {
  overflow: hidden !important;
}

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

.table-td-padding td {
  padding: 0.4rem 0.5rem !important;
}

.table-th-inline-p th {
  padding-inline: 0.5rem !important;
}

.table-td-p-8 td {
  padding: 8px !important;
}

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

.border-bottom-px-15 {
  border-bottom: 15px solid;
}

.border-color-gray-6 {
  border-color: rgba(221, 221, 221, 0.6);
}

.last-child-gap-0 .p-datatable-tbody tr:last-child .border-bottom-px-15 {
  border: unset;
}

.table.table-radius-8 > tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.p-table-header-white .p-datatable-thead tr th {
  background-color: var(--white) !important;
  font-weight: 400 !important;
}

.nested-grid-overflow-unset .p-datatable-table-container {
  overflow: unset !important;
}

.datatable-container-bottom-radius-4 .p-datatable-table-container {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

tr.new-salary-line td {
  background: var(--warning-100) !important;
}

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

.th-top-n1 th {
  top: -1px !important;
}

tr.bg-danger-100 td {
  background-color: var(--danger-100) !important;
}

.btn {
  --bs-btn-padding-x: 1.875rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--white);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.313rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-opacity: 0.5;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  padding: 0.5rem 1.875rem;
  font-size: 1rem;
  border-radius: 0.313rem;
  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: var(--bs-btn-color);
  background-color: var(--bs-btn-hover-bg);
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: var(--bs-btn-disabled-opacity);
}

.btn svg,
.btn i {
  margin-top: -0.25rem;
  margin-inline-end: 0.3125rem;
}

.btn svg {
  width: 15px;
  height: 15px;
}

.btn i {
  font-size: 0.9375rem;
}

.btn-primary {
  --bs-btn-color: white;
  --bs-btn-bg: #3d70b2;
  --bs-btn-border-color: #3d70b2;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #345f97;
  --bs-btn-hover-border-color: #315a8e;
  --bs-btn-focus-shadow-rgb: 90, 133, 190;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #315a8e;
  --bs-btn-active-border-color: #2e5486;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #3d70b2;
  --bs-btn-disabled-border-color: #3d70b2;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.5);
  background-color: #3d70b2;
  color: white;
}

.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: #74808f;
  --bs-btn-border-color: #74808f;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #636d7a;
  --bs-btn-hover-border-color: #5d6672;
  --bs-btn-focus-shadow-rgb: 137, 147, 160;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #5d6672;
  --bs-btn-active-border-color: #57606b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #74808f;
  --bs-btn-disabled-border-color: #74808f;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.5);
  background-color: #74808f;
  color: white;
}

.btn-success {
  --bs-btn-color: white;
  --bs-btn-bg: #00af12;
  --bs-btn-border-color: #00af12;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #00950f;
  --bs-btn-hover-border-color: #008c0e;
  --bs-btn-focus-shadow-rgb: 38, 187, 54;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #008c0e;
  --bs-btn-active-border-color: #00830e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #00af12;
  --bs-btn-disabled-border-color: #00af12;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.5);
  background-color: #00af12;
  color: white;
}

.btn-info {
  --bs-btn-color: white;
  --bs-btn-bg: #008bdf;
  --bs-btn-border-color: #008bdf;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #0076be;
  --bs-btn-hover-border-color: #006fb2;
  --bs-btn-focus-shadow-rgb: 38, 156, 228;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #006fb2;
  --bs-btn-active-border-color: #0068a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #008bdf;
  --bs-btn-disabled-border-color: #008bdf;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 223, 0.5);
  background-color: #008bdf;
  color: white;
}

.btn-warning {
  --bs-btn-color: white;
  --bs-btn-bg: #ff973d;
  --bs-btn-border-color: #ff973d;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #d98034;
  --bs-btn-hover-border-color: #cc7931;
  --bs-btn-focus-shadow-rgb: 255, 167, 90;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #cc7931;
  --bs-btn-active-border-color: #bf712e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #ff973d;
  --bs-btn-disabled-border-color: #ff973d;
}

.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 151, 61, 0.5);
  background-color: #ff973d;
  color: white;
}

.btn-danger {
  --bs-btn-color: white;
  --bs-btn-bg: #a12626;
  --bs-btn-border-color: #a12626;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #892020;
  --bs-btn-hover-border-color: #811e1e;
  --bs-btn-focus-shadow-rgb: 175, 71, 71;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #811e1e;
  --bs-btn-active-border-color: #791d1d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #a12626;
  --bs-btn-disabled-border-color: #a12626;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(161, 38, 38, 0.5);
  background-color: #a12626;
  color: white;
}

.btn-light {
  --bs-btn-color: #0f141c;
  --bs-btn-bg: #f7f9fa;
  --bs-btn-border-color: #f7f9fa;
  --bs-btn-hover-color: #0f141c;
  --bs-btn-hover-bg: #d2d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 212, 215, 217;
  --bs-btn-active-color: #0f141c;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #b9bbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: #0f141c;
  --bs-btn-disabled-bg: #f7f9fa;
  --bs-btn-disabled-border-color: #f7f9fa;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 249, 250, 0.5);
  background-color: #f7f9fa;
  color: #0f141c;
}

.btn-dark {
  --bs-btn-color: white;
  --bs-btn-bg: #1f262e;
  --bs-btn-border-color: #1f262e;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #41474d;
  --bs-btn-hover-border-color: #353c43;
  --bs-btn-focus-shadow-rgb: 65, 71, 77;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #4c5158;
  --bs-btn-active-border-color: #353c43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 20, 28, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #1f262e;
  --bs-btn-disabled-border-color: #1f262e;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 38, 46, 0.5);
  background-color: #1f262e;
  color: white;
}

.btn-outline-primary {
  color: #3d70b2;
  border-color: rgba(61, 112, 178, 0.5);
}

.btn-outline-primary:hover {
  color: white;
  background-color: #3d70b2;
  border-color: #3d70b2;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.5);
  background-color: #3d70b2;
  color: white;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: white;
  background-color: #3d70b2;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #3d70b2;
  background-color: transparent;
}

.btn-outline-primary svg {
  fill: #3d70b2;
}

.btn-outline-secondary {
  color: #74808f;
  border-color: rgba(116, 128, 143, 0.5);
}

.btn-outline-secondary:hover {
  color: white;
  background-color: #74808f;
  border-color: #74808f;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.5);
  background-color: #74808f;
  color: white;
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: white;
  background-color: #74808f;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #74808f;
  background-color: transparent;
}

.btn-outline-secondary svg {
  fill: #74808f;
}

.btn-outline-success {
  color: #00af12;
  border-color: rgba(0, 175, 18, 0.5);
}

.btn-outline-success:hover {
  color: white;
  background-color: #00af12;
  border-color: #00af12;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.5);
  background-color: #00af12;
  color: white;
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: white;
  background-color: #00af12;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #00af12;
  background-color: transparent;
}

.btn-outline-success svg {
  fill: #00af12;
}

.btn-outline-info {
  color: #008bdf;
  border-color: rgba(0, 139, 223, 0.5);
}

.btn-outline-info:hover {
  color: white;
  background-color: #008bdf;
  border-color: #008bdf;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 223, 0.5);
  background-color: #008bdf;
  color: white;
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: white;
  background-color: #008bdf;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 223, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #008bdf;
  background-color: transparent;
}

.btn-outline-info svg {
  fill: #008bdf;
}

.btn-outline-warning {
  color: #ff973d;
  border-color: rgba(255, 151, 61, 0.5);
}

.btn-outline-warning:hover {
  color: white;
  background-color: #ff973d;
  border-color: #ff973d;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 151, 61, 0.5);
  background-color: #ff973d;
  color: white;
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: white;
  background-color: #ff973d;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 151, 61, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff973d;
  background-color: transparent;
}

.btn-outline-warning svg {
  fill: #ff973d;
}

.btn-outline-danger {
  color: #a12626;
  border-color: rgba(161, 38, 38, 0.5);
}

.btn-outline-danger:hover {
  color: white;
  background-color: #a12626;
  border-color: #a12626;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(161, 38, 38, 0.5);
  background-color: #a12626;
  color: white;
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: white;
  background-color: #a12626;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(161, 38, 38, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #a12626;
  background-color: transparent;
}

.btn-outline-danger svg {
  fill: #a12626;
}

.btn-outline-light {
  color: #f7f9fa;
  border-color: rgba(247, 249, 250, 0.5);
}

.btn-outline-light:hover {
  color: #0f141c;
  background-color: #f7f9fa;
  border-color: #f7f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 249, 250, 0.5);
  background-color: #f7f9fa;
  color: #0f141c;
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #0f141c;
  background-color: #f7f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f7f9fa;
  background-color: transparent;
}

.btn-outline-light svg {
  fill: #f7f9fa;
}

.btn-outline-dark {
  color: #1f262e;
  border-color: rgba(31, 38, 46, 0.5);
}

.btn-outline-dark:hover {
  color: white;
  background-color: #1f262e;
  border-color: #1f262e;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 38, 46, 0.5);
  background-color: #1f262e;
  color: white;
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: white;
  background-color: #1f262e;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 38, 46, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #1f262e;
  background-color: transparent;
}

.btn-outline-dark svg {
  fill: #1f262e;
}

.btn-soft-primary {
  color: #3d70b2;
  border-color: rgba(61, 112, 178, 0.5);
  background-color: rgba(61, 112, 178, 0.15);
}

.btn-soft-primary:hover {
  color: white;
  background-color: #3d70b2;
  border-color: #3d70b2;
}

.btn-check:focus + .btn-soft-primary, .btn-soft-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.5);
  background-color: #3d70b2;
  color: white;
}

.btn-check:checked + .btn-soft-primary,
.btn-check:active + .btn-soft-primary, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.dropdown-toggle.show {
  color: white;
  background-color: #3d70b2;
  border-color: #3d70b2;
}

.btn-check:checked + .btn-soft-primary:focus,
.btn-check:active + .btn-soft-primary:focus, .btn-soft-primary:active:focus, .btn-soft-primary.active:focus, .btn-soft-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.5);
}

.btn-soft-primary:disabled, .btn-soft-primary.disabled {
  color: #3d70b2;
  background-color: rgba(61, 112, 178, 0.08);
}

.btn-soft-primary svg {
  fill: #3d70b2;
}

.btn-soft-secondary {
  color: #74808f;
  border-color: rgba(116, 128, 143, 0.5);
  background-color: rgba(116, 128, 143, 0.15);
}

.btn-soft-secondary:hover {
  color: white;
  background-color: #74808f;
  border-color: #74808f;
}

.btn-check:focus + .btn-soft-secondary, .btn-soft-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.5);
  background-color: #74808f;
  color: white;
}

.btn-check:checked + .btn-soft-secondary,
.btn-check:active + .btn-soft-secondary, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.dropdown-toggle.show {
  color: white;
  background-color: #74808f;
  border-color: #74808f;
}

.btn-check:checked + .btn-soft-secondary:focus,
.btn-check:active + .btn-soft-secondary:focus, .btn-soft-secondary:active:focus, .btn-soft-secondary.active:focus, .btn-soft-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.5);
}

.btn-soft-secondary:disabled, .btn-soft-secondary.disabled {
  color: #74808f;
  background-color: rgba(116, 128, 143, 0.08);
}

.btn-soft-secondary svg {
  fill: #74808f;
}

.btn-soft-success {
  color: #00af12;
  border-color: rgba(0, 175, 18, 0.5);
  background-color: rgba(0, 175, 18, 0.15);
}

.btn-soft-success:hover {
  color: white;
  background-color: #00af12;
  border-color: #00af12;
}

.btn-check:focus + .btn-soft-success, .btn-soft-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.5);
  background-color: #00af12;
  color: white;
}

.btn-check:checked + .btn-soft-success,
.btn-check:active + .btn-soft-success, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.dropdown-toggle.show {
  color: white;
  background-color: #00af12;
  border-color: #00af12;
}

.btn-check:checked + .btn-soft-success:focus,
.btn-check:active + .btn-soft-success:focus, .btn-soft-success:active:focus, .btn-soft-success.active:focus, .btn-soft-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 18, 0.5);
}

.btn-soft-success:disabled, .btn-soft-success.disabled {
  color: #00af12;
  background-color: rgba(0, 175, 18, 0.08);
}

.btn-soft-success svg {
  fill: #00af12;
}

.btn-soft-info {
  color: #008bdf;
  border-color: rgba(0, 139, 223, 0.5);
  background-color: rgba(0, 139, 223, 0.15);
}

.btn-soft-info:hover {
  color: white;
  background-color: #008bdf;
  border-color: #008bdf;
}

.btn-check:focus + .btn-soft-info, .btn-soft-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 223, 0.5);
  background-color: #008bdf;
  color: white;
}

.btn-check:checked + .btn-soft-info,
.btn-check:active + .btn-soft-info, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.dropdown-toggle.show {
  color: white;
  background-color: #008bdf;
  border-color: #008bdf;
}

.btn-check:checked + .btn-soft-info:focus,
.btn-check:active + .btn-soft-info:focus, .btn-soft-info:active:focus, .btn-soft-info.active:focus, .btn-soft-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 223, 0.5);
}

.btn-soft-info:disabled, .btn-soft-info.disabled {
  color: #008bdf;
  background-color: rgba(0, 139, 223, 0.08);
}

.btn-soft-info svg {
  fill: #008bdf;
}

.btn-soft-warning {
  color: #ff973d;
  border-color: rgba(255, 151, 61, 0.5);
  background-color: rgba(255, 151, 61, 0.15);
}

.btn-soft-warning:hover {
  color: white;
  background-color: #ff973d;
  border-color: #ff973d;
}

.btn-check:focus + .btn-soft-warning, .btn-soft-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 151, 61, 0.5);
  background-color: #ff973d;
  color: white;
}

.btn-check:checked + .btn-soft-warning,
.btn-check:active + .btn-soft-warning, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.dropdown-toggle.show {
  color: white;
  background-color: #ff973d;
  border-color: #ff973d;
}

.btn-check:checked + .btn-soft-warning:focus,
.btn-check:active + .btn-soft-warning:focus, .btn-soft-warning:active:focus, .btn-soft-warning.active:focus, .btn-soft-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 151, 61, 0.5);
}

.btn-soft-warning:disabled, .btn-soft-warning.disabled {
  color: #ff973d;
  background-color: rgba(255, 151, 61, 0.08);
}

.btn-soft-warning svg {
  fill: #ff973d;
}

.btn-soft-danger {
  color: #a12626;
  border-color: rgba(161, 38, 38, 0.5);
  background-color: rgba(161, 38, 38, 0.15);
}

.btn-soft-danger:hover {
  color: white;
  background-color: #a12626;
  border-color: #a12626;
}

.btn-check:focus + .btn-soft-danger, .btn-soft-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(161, 38, 38, 0.5);
  background-color: #a12626;
  color: white;
}

.btn-check:checked + .btn-soft-danger,
.btn-check:active + .btn-soft-danger, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.dropdown-toggle.show {
  color: white;
  background-color: #a12626;
  border-color: #a12626;
}

.btn-check:checked + .btn-soft-danger:focus,
.btn-check:active + .btn-soft-danger:focus, .btn-soft-danger:active:focus, .btn-soft-danger.active:focus, .btn-soft-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(161, 38, 38, 0.5);
}

.btn-soft-danger:disabled, .btn-soft-danger.disabled {
  color: #a12626;
  background-color: rgba(161, 38, 38, 0.08);
}

.btn-soft-danger svg {
  fill: #a12626;
}

.btn-soft-light {
  color: #f7f9fa;
  border-color: rgba(247, 249, 250, 0.5);
  background-color: rgba(247, 249, 250, 0.15);
}

.btn-soft-light:hover {
  color: #0f141c;
  background-color: #f7f9fa;
  border-color: #f7f9fa;
}

.btn-check:focus + .btn-soft-light, .btn-soft-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 249, 250, 0.5);
  background-color: #f7f9fa;
  color: #0f141c;
}

.btn-check:checked + .btn-soft-light,
.btn-check:active + .btn-soft-light, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.dropdown-toggle.show {
  color: #0f141c;
  background-color: #f7f9fa;
  border-color: #f7f9fa;
}

.btn-check:checked + .btn-soft-light:focus,
.btn-check:active + .btn-soft-light:focus, .btn-soft-light:active:focus, .btn-soft-light.active:focus, .btn-soft-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 249, 250, 0.5);
}

.btn-soft-light:disabled, .btn-soft-light.disabled {
  color: #f7f9fa;
  background-color: rgba(247, 249, 250, 0.08);
}

.btn-soft-light svg {
  fill: #f7f9fa;
}

.btn-soft-dark {
  color: #1f262e;
  border-color: rgba(31, 38, 46, 0.5);
  background-color: rgba(31, 38, 46, 0.15);
}

.btn-soft-dark:hover {
  color: white;
  background-color: #1f262e;
  border-color: #1f262e;
}

.btn-check:focus + .btn-soft-dark, .btn-soft-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 38, 46, 0.5);
  background-color: #1f262e;
  color: white;
}

.btn-check:checked + .btn-soft-dark,
.btn-check:active + .btn-soft-dark, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.dropdown-toggle.show {
  color: white;
  background-color: #1f262e;
  border-color: #1f262e;
}

.btn-check:checked + .btn-soft-dark:focus,
.btn-check:active + .btn-soft-dark:focus, .btn-soft-dark:active:focus, .btn-soft-dark.active:focus, .btn-soft-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 38, 46, 0.5);
}

.btn-soft-dark:disabled, .btn-soft-dark.disabled {
  color: #1f262e;
  background-color: rgba(31, 38, 46, 0.08);
}

.btn-soft-dark svg {
  fill: #1f262e;
}

.btn-text-primary {
  background-color: transparent;
  color: #3d70b2;
  border-color: transparent;
}

.btn-text-primary:hover {
  background: rgba(61, 112, 178, 0.06);
  color: #3d70b2;
  border-color: transparent;
}

.btn-text-secondary {
  background-color: transparent;
  color: #74808f;
  border-color: transparent;
}

.btn-text-secondary:hover {
  background: rgba(116, 128, 143, 0.06);
  color: #74808f;
  border-color: transparent;
}

.btn-text-success {
  background-color: transparent;
  color: #00af12;
  border-color: transparent;
}

.btn-text-success:hover {
  background: rgba(0, 175, 18, 0.06);
  color: #00af12;
  border-color: transparent;
}

.btn-text-info {
  background-color: transparent;
  color: #008bdf;
  border-color: transparent;
}

.btn-text-info:hover {
  background: rgba(0, 139, 223, 0.06);
  color: #008bdf;
  border-color: transparent;
}

.btn-text-warning {
  background-color: transparent;
  color: #ff973d;
  border-color: transparent;
}

.btn-text-warning:hover {
  background: rgba(255, 151, 61, 0.06);
  color: #ff973d;
  border-color: transparent;
}

.btn-text-danger {
  background-color: transparent;
  color: #a12626;
  border-color: transparent;
}

.btn-text-danger:hover {
  background: rgba(161, 38, 38, 0.06);
  color: #a12626;
  border-color: transparent;
}

.btn-text-light {
  background-color: transparent;
  color: #f7f9fa;
  border-color: transparent;
}

.btn-text-light:hover {
  background: rgba(247, 249, 250, 0.06);
  color: #f7f9fa;
  border-color: transparent;
}

.btn-text-dark {
  background-color: transparent;
  color: #1f262e;
  border-color: transparent;
}

.btn-text-dark:hover {
  background: rgba(31, 38, 46, 0.06);
  color: #1f262e;
  border-color: transparent;
}

.btn-icon-only {
  width: 2.357rem;
  height: 2.357rem;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-link {
  font-weight: 600;
  color: #3d70b2;
  text-decoration: none;
}

.btn-link:hover {
  color: #3765a0;
}

.btn-link:disabled, .btn-link.disabled {
  color: #74808f;
}

.btn-light {
  border: 2px solid var(--btn-border-light) !important;
  color: var(--btn-color-light) !important;
  background: var(--btn-bg-light) !important;
}

.btn-light:hover {
  color: var(--gray-shade-900) !important;
  border: 2px solid var(--btn-border-light) !important;
  background: var(--btn-border-light) !important;
}

.btn-light svg {
  fill: var(--btn-border-light);
}

.btn-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.3);
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.625rem 1.875rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 1.125rem;
  font-size: 0.875rem;
  border-radius: 0.3rem;
}

.icon-btn {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon-btn:hover {
  background-color: var(--header-icons-hover-bg);
  border: 1px solid var(--header-icons-hover-bg);
}

.icon-btn:focus {
  background-color: var(--header-icons-focus-bg);
  border: 1px solid var(--header-icons-focus-bg);
}

.icon-btn svg {
  fill: var(--icon-fill);
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}

.btn-panel-toggler {
  border: 0;
  background: unset;
  padding: 6px;
  color: white;
  background-color: #74808f;
  border-color: #74808f;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  font-size: 12px;
}

.btn.btn-tabindex-focus:focus {
  box-shadow: var(--input-focus-shadow);
}

.btn-primary:focus-visible {
  border-color: var(--p-select-focus-border-color);
  box-shadow: var(--p-select-focus-ring-shadow);
  outline: var(--p-select-focus-ring-width) var(--p-select-focus-ring-style) var(--p-select-focus-ring-color);
  outline-offset: var(--p-select-focus-ring-offset);
}

.focus-visible:focus-visible {
  box-shadow: var(--input-focus-shadow);
  outline: 0;
}

.btn-focus-visible:focus {
  border-color: var(--p-select-focus-border-color);
  box-shadow: var(--p-select-focus-ring-shadow);
  outline: var(--p-select-focus-ring-width) var(--p-select-focus-ring-style) var(--p-select-focus-ring-color);
  outline-offset: var(--p-select-focus-ring-offset);
}

.p-button-secondary:focus-visible {
  --p-button-secondary-focus-ring-shadow: var(--p-form-field-focus-ring-shadow);
  --p-button-secondary-focus-ring-color: var(--p-form-field-focus-ring-color)
      outline-color: var(--p-button-secondary-focus-ring-color);
  box-shadow: var(--p-button-secondary-focus-ring-shadow);
}

.fade {
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.darggable-list li {
  cursor: move;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  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);
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.darggable-list.cdk-drop-list-dragging li:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.darggable-custom-placeholder {
  background-color: var(--droppoint-placeholder) !important;
  border: dotted 3px var(--droppoint-placeholder-border) !important;
  min-height: 60px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.translate-x-n10 {
  transform: translateX(-10px) !important;
}

.translate-x-n170 {
  transform: translateX(-170px) !important;
}

.rotate-90 {
  transform: rotate(90deg);
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
  z-index: 2001 !important;
}

.dropdown-toggle {
  white-space: nowrap;
  cursor: pointer;
}

.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-toggle.dropdown-label::after {
  vertical-align: middle;
}

.dropdown-toggle.caret-none::after {
  display: none;
}

.dropdown-icon:after {
  display: none !important;
}

.dropdown-icon.btn {
  padding-inline: 1rem;
}

.dropdown-menu {
  position: absolute;
  z-index: 2002;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--dropdown-bg);
  background-clip: padding-box;
  border-radius: 0.35rem;
  box-shadow: var(--dropdown-box-shadow);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu.hover-unset .dropdown-item:hover {
  background: unset !important;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.start .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.start .dropdown-toggle::after {
  display: none;
}

.start .dropdown-toggle::before {
  display: inline-block;
  margin-right: 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;
}

.start .dropdown-toggle:empty::after {
  margin-left: 0;
}

.start .dropdown-toggle::before {
  vertical-align: middle;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--gray-shade-900);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.3rem;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--text-color);
  background: rgba(61, 112, 178, 0.15);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a0adbd;
  pointer-events: none;
  background-color: transparent;
  opacity: 0.5;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #74808f;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #1f262e;
}

.dropdown-menu-dark {
  color: #eff2f6;
  background-color: #38414d;
  border-color: var(--dropdown-border-color);
}

.dropdown-menu-dark .dropdown-item {
  color: #eff2f6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: white;
  background-color: #3d70b2;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #a0adbd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: var(--dropdown-border-color);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #eff2f6;
}

.dropdown-menu-dark .dropdown-header {
  color: #a0adbd;
}

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

.table > tbody tr td div[ngbDropdown] .dropdown-menu {
  left: -80px !important;
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 10px !important;
  justify-content: end !important;
  border-top: 0.0625rem solid rgba(191, 204, 212, 0.2);
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar .p-button {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar .p-button.p-button-sm {
  padding: 0.2375rem 0.95625rem !important;
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar .p-button.p-button-outlined {
  color: var(--primary) !important;
  background-color: transparent !important;
  border: unset !important;
}

.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 10px !important;
}

p-dropdown .p-dropdown {
  height: 2.375rem;
  align-items: center;
}

p-dropdown .p-dropdown .p-dropdown-clear-icon {
  width: 12px;
}

p-dropdown .p-dropdown .p-dropdown-label {
  padding: 0.375rem 0.75rem;
}

p-dropdown .p-dropdown .p-dropdown-trigger {
  color: var(--gray-shade-600);
}

p-dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
  font-size: 0.75rem;
  width: 14px;
}

p-dropdown .p-dropdown.p-dropdown-sm .p-dropdown-trigger .p-dropdown-trigger-icon {
  width: 0.75rem !important;
}

p-dropdown .p-dropdown.p-dropdown-sm .p-dropdown-label {
  font-size: 0.875rem !important;
}

p-dropdown .p-dropdown.p-dropdown-sm .p-dropdown-label.p-placeholder {
  font-size: 0.875rem !important;
}

.p-dropdown-panel .p-dropdown-items {
  padding-left: 0;
  margin-bottom: 0;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  font-size: 15px;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: var(--text-color) !important;
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:focus {
  box-shadow: unset !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
  background: rgba(61, 112, 178, 0.15);
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-dropdown-panel .p-dropdown-filter {
  height: 30px;
}

.p-dropdown-panel .p-dropdown-filter-icon {
  font-size: 0.875rem;
}

.p-dropdown-panel .p-dropdown-header {
  background: var(--gray-shade-200) !important;
  border: var(--gray-shade-200) !important;
}

.p-dropdown-panel.p-dropdown-panel-sm .p-dropdown-item {
  font-size: 0.875rem !important;
  padding-inline: 1.125rem !important;
}

.p-dropdown .p-dropdown-label.p-placeholder {
  color: var(--input-placeholder-color) !important;
  opacity: 1;
}

p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: white !important;
}

.p-tieredmenu.p-tieredmenu-overlay {
  z-index: 9999 !important;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--dropdown-bg);
  background-clip: padding-box;
  border-radius: 0.35rem;
  box-shadow: var(--dropdown-box-shadow);
  border: unset;
}

.p-tieredmenu .p-menuitem > .p-menuitem-link {
  display: flex;
  width: 100%;
  padding: 0.719rem 1rem;
  font-weight: 400;
  color: var(--text-color);
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  font-size: 0.875rem;
  font-family: system-ui;
  border-radius: 0.3rem;
}

.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-tieredmenu .p-menuitem-active > p-tieredmenusub > .p-submenu-list {
  padding: 0.5rem 0.5rem;
  border-radius: 0.35rem;
  box-shadow: var(--dropdown-box-shadow);
  border: unset;
  bottom: 0;
  top: unset !important;
}

.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-dropdown-panel.list-items-py-0 .p-dropdown-items {
  padding-block: 0 !important;
}

.p-dropdown-panel.list-item-py-14 .p-dropdown-item {
  padding-block: 14px !important;
}

.p-dropdown-panel.list-item-border-bottom .p-dropdown-item {
  border-bottom: 1px solid var(--gray-shade-300) !important;
}

.dropdown-border-less {
  border-inline: 0;
  border-top: 0;
  border-radius: 0;
  box-shadow: unset;
  border-bottom: 1px solid var(--gray-shade-800);
  padding-bottom: 10px;
}

p-dropdown .p-dropdown.p-drodown-chevron-none .p-dropdown-trigger {
  display: none;
}

p-dropdown .p-dropdown.placeholder-fs-32 .p-placeholder {
  font-size: 32px;
  color: var(--gray-shade-400) !important;
}

.placeholder-gray-400::placeholder {
  color: var(--gray-shade-400) !important;
}

.d-none-spinner .p-icon-spin {
  display: none;
}

p-dropdown .p-dropdown.p-dropdown-trigger-w-10 .p-dropdown-trigger {
  width: 10px;
}

p-dropdown .p-dropdown.p-droplabel-px-8 .p-dropdown-label {
  padding-inline: 8px !important;
}

p-dropdown .p-dropdown.p-droplabel-fs-12 .p-dropdown-label {
  font-size: 12px !important;
}

p-dropdown .p-dropdown.p-droplabel-fs-12 .p-dropdown-label.p-placeholder {
  font-size: 12px !important;
}

.p-dropdown-panel.p-droppanel-fs-12 .p-dropdown-item {
  font-size: 12px !important;
}

.p-dropdown-panel.p-droppanel-px-12 .p-dropdown-item {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.p-menu {
  z-index: 1022 !important;
}

.p-menu .p-menu-item-content {
  cursor: pointer;
  padding: var(--p-menu-item-padding);
}

.p-menu .p-menu-list {
  padding: var(--p-menu-list-padding);
}

.p-menu .p-menu-list .p-menu-item.disabled, .p-menu .p-menu-list .p-menu-item.p-disabled, .p-menu .p-menu-list .p-menu-item:disabled {
  pointer-events: none;
  background-color: transparent;
  opacity: 0.5 !important;
}

.p-select-dark .p-select-label {
  color: var(--white) !important;
}

.p-select-dark .p-select-dropdown-icon {
  color: var(--white) !important;
}

.p-select-dark.p-select-overlay {
  background: var(--black-900) !important;
  border-color: var(--black-600) !important;
}

.p-select-dark.p-select-overlay li {
  color: var(--white) !important;
}

.p-select-dark.p-select-overlay li.p-select-option-selected {
  background: var(--black-600) !important;
}

.p-select-dark.p-select-overlay li.p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus {
  background: var(--black-600) !important;
  color: var(--white) !important;
}

.p-select-dark.p-select-overlay li:hover {
  background: var(--black-600) !important;
}

.menu-content-p-0 .p-menu-item-content {
  padding: 0 !important;
}

.p-menu-start-auto {
  left: auto !important;
}

.p-menu-end-px-55 {
  right: 55px !important;
}

.p-menu-item-link-p-10 .p-menu-item-link {
  padding: 10px !important;
}

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

.dark-hover-p-menu-item .p-menu-item-content:hover {
  background-color: var(--black-600) !important;
}

.p-menu.menu-inline-start-10 {
  position: absolute !important;
  right: calc(100% + 8px) !important;
  left: auto !important;
  top: 0 !important;
  transform: none !important;
}

.menu-link-padding .p-menu-item-content {
  padding: 0 !important;
}

.menu-link-padding .p-menuitem-link {
  padding: var(--p-menu-item-padding);
  cursor: pointer;
}

.menu-link-py-px-11 .p-menu-item-link {
  padding-block: 11px !important;
}

.circle-select {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.circle-select.circle-select-size-30 {
  width: 30px;
  height: 30px;
}

.circle-select.circle-select-primary {
  background: var(--primary);
}

.circle-select.circle-select-primary .p-select-dropdown {
  background: var(--primary);
}

.circle-select.circle-select-primary .p-select-dropdown svg {
  color: var(--white);
}

.circle-select .p-select-label {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-select .p-select-dropdown {
  width: 12px;
  height: 12px;
  left: 20px;
  top: 16px;
  position: absolute;
  border-radius: 50%;
}

.circle-select .p-select-dropdown svg {
  width: 8px;
  margin: 0;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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 {
  border-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}

.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-group-outline-secondary > .btn {
  border-color: #d7dae2;
  font-weight: 400;
}

.btn-group.btn-group-outline-secondary > .btn.active {
  color: var(--primary);
  font-weight: 600;
}

.btn-group.btn-group-outline-secondary > .btn:hover {
  background-color: #f5f7f9;
}

.btn-group > .btn:first-child,
.btn-group > .btn-group:first-child {
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}

.btn-group > .btn:last-child,
.btn-group > .btn-group:last-child {
  border-top-right-radius: 0.313rem;
  border-bottom-right-radius: 0.313rem;
}

.dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
  opacity: 0.8;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}

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

.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 400;
  color: var(--gray-shade-800);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link:hover, .nav-link:focus {
  color: rgba(61, 112, 178, 0.15);
}

.nav-link.disabled {
  color: #74808f;
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #74808f;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #424c59;
  border-color: #eff2f6 #eff2f6 white;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: var(--gray-shade-800);
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 0.875rem;
  margin-block: 0.5rem;
  border-inline-start: 3px solid transparent;
  transition: all 0.6s;
}

.nav-tabs .nav-link.active {
  border-color: var(--primary) !important;
  color: var(--primary);
  opacity: 1 !important;
  font-weight: 600;
}

@-moz-document url-prefix() {
  .nav-tabs .nav-link.active {
    font-weight: 600;
    /* Slightly heavier weight in Firefox */
  }
}

.nav-tabs .nav-link:hover {
  color: var(--primary);
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    border-inline-start: unset;
    border-block-end: 3px solid transparent;
    white-space: nowrap;
  }
}

.nav-tabs.nav-border-left {
  border-bottom: 0;
}

.nav-tabs.nav-horizontal .nav-link {
  border-inline-start: 0;
  border-block-end: 3px solid transparent;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #3d70b2;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media (max-width: 992px) {
  .p-dialog-content .nav-link {
    border-inline-start: unset;
    border-block-end: 3px solid transparent;
    white-space: nowrap;
  }
}

@media (max-width: 1400px) {
  .nav-xxl-vertical .nav-link {
    border-inline-start: unset;
    border-block-end: 3px solid transparent;
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .nav-lg-vertical .nav-link {
    border-inline-start: unset;
    border-block-end: 3px solid transparent;
    white-space: nowrap;
  }
}

p-tabview.tabView-horizontal .p-tabview-nav {
  gap: 10px;
  border: unset;
}

p-tabview.tabView-horizontal .p-tabview-nav li .p-tabview-nav-link {
  border: 0;
  border-block-end: solid transparent;
  border-width: 3px;
  border-color: transparent;
}

p-tabview.tabView-horizontal .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  box-shadow: unset;
}

p-tabview.tabView-horizontal .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  border-color: var(--primary) !important;
  color: var(--primary);
}

p-tabview.tabView-horizontal .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  border-color: transparent !important;
  color: var(--primary);
}

p-tabview.tabView-nav-absolute .p-tabview-nav-container {
  position: absolute;
}

p-tabview.tabView-nav-left-327 .p-tabview-nav-container {
  top: 10px;
}

p-tabview.tabView-nav-top-10 .p-tabview-nav-container {
  left: 327px;
}

p-tabview .p-tabview .p-tabview-panels {
  padding: unset;
}

p-tabview .bg-tabview-panel-transparent .p-tabview-panels {
  background-color: transparent !important;
}

.border-before::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 5px;
  height: calc(100% - 20px);
  width: 2px;
  border-radius: 3px;
  background: var(--primary);
}

.p-tabview .p-tabview-nav-container {
  display: none;
}

.p-autocomplete-input {
  width: 100%;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.313rem;
  transition: box-shadow 0.15s ease-in-out;
}

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

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(15, 20, 28, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(15, 20, 28, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(15, 20, 28, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(15, 20, 28, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(15, 20, 28, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(15, 20, 28, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(15, 20, 28, 0.55);
  border-color: rgba(15, 20, 28, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 20, 28, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(15, 20, 28, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(15, 20, 28, 0.9);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: 1px solid var(--gray-shade-400);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer,
.card > .list-group + .p-paginator {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: var(--card-bg);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer, .p-paginator {
  padding: 1rem 1.5rem;
  background-color: var(--card-footer-bg);
  border-top: 1px solid var(--gray-shade-400);
  display: flex;
  justify-content: space-between;
}

.card-footer:last-child, .p-paginator:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-footer .pagination, .p-paginator .pagination {
  margin-bottom: 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--card-bg);
  border-bottom-color: var(--card-bg);
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .p-paginator {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .p-paginator {
    border-bottom-left-radius: 0;
  }
}

.radio-cards .card-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: start;
}

.radio-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background: var(--card-bg);
  border: 2px solid var(--card-border-color);
  border-radius: 6px;
  cursor: pointer;
  border-radius: 6px;
  cursor: pointer;
}

.radio-cards .card.active {
  border: 2px solid var(--primary);
  background: var(--card-bg);
}

.radio-cards .card .icon {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.radio-cards .card .icon svg {
  width: auto;
  height: 70px;
}

.radio-cards .card .form-check-input[type="radio"] {
  display: none;
}

.card-border-before::before {
  content: "";
  background: var(--route-card-border-color);
  position: absolute;
}

.card-border-before.border-before-px-2::before {
  top: 2px;
  left: 2px;
  width: 2px;
  border-radius: 2px;
  height: calc(100% - 4px);
}

.border-dotted-after-5px::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  border-inline-start: 2px dotted var(--gray-shade-400);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #74808f;
  text-align: left;
  background-color: var(--accordion-button-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
  color: #3765a0;
  background-color: var(--accordion-button-active-bg);
  box-shadow: inset 0 -1px 0 var(--accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233765a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2374808f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: white;
  border: 1px solid var(--accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
  background: var(--accordion-tabcontent-bg);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  box-shadow: unset !important;
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight {
  border-bottom: 1px solid var(--accordion-border-color);
}

.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  background: #fcfeff;
  border-color: #e8e8e8;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  background: var(--accordion-header-bg) !important;
  border-color: var(--accordion-header-border) !important;
  border: none !important;
  box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.06), 0 1px 1px 0px rgba(0, 0, 0, 0.06) !important;
  align-items: start;
  color: unset;
}

.p-accordion .p-accordion-header .p-accordion-header-link.highlight {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 0.5rem !important;
}

.p-accordion.accordion-caret-mt-0-7 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 0.7rem !important;
}

.p-accordion.accordion-caret-mt-0 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 0 !important;
}

.p-accordion.p-header-align-center p-accordiontab .p-accordion-header .p-accordion-header-link {
  align-items: center;
}

.p-accordion.p-header-align-center p-accordiontab .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 0 !important;
}

.p-accordion.bg-gray-200, .p-accordion.p-paginator {
  background: unset !important;
}

.p-accordion.bg-gray-200 p-accordiontab .p-accordion-header .p-accordion-header-link, .p-accordion.p-paginator p-accordiontab .p-accordion-header .p-accordion-header-link {
  background-color: var(--gray-shade-200) !important;
}

.p-accordion.p-toggle-icon-mt-px-5 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 5px !important;
}

.p-accordion.bg-gray-300 {
  background: unset !important;
}

.p-accordion.bg-gray-300 p-accordiontab .p-accordion-header .p-accordion-header-link {
  background-color: var(--gray-shade-300) !important;
}

.p-accordion.bg-light {
  background: unset !important;
}

.p-accordion.bg-light p-accordiontab .p-accordion-header .p-accordion-header-link {
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

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

.p-accordion .p-accordion-content.accordion-content-px-26 {
  padding-inline: 26px !important;
}

.p-accordion.bg-gray-100 p-accordiontab .p-accordion-header .p-accordion-header-link {
  background-color: var(--gray-shade-100) !important;
}

.p-accordion.p-header-border-bottom-0 .p-accordion-header:not(.p-disabled).p-highlight {
  border-bottom: unset !important;
}

.p-accordion.p-accordion-border .p-accordion-tab {
  border: 2px solid var(--card-border-color);
  border-radius: 4px;
}

.p-accordion.p-accordion-border-bottom .p-accordion-tab {
  border-bottom: 1px solid var(--gray-shade-300);
}

.p-accordion.accordion-shadow-0 .p-accordion-header-link {
  box-shadow: none !important;
}

.p-accordion .p-accordion-content {
  padding: 10px 15px !important;
  border: 0 !important;
}

.p-accordion .p-datatable .p-datatable-wrapper {
  height: auto;
  overflow: unset;
}

.p-accordion .p-accordion-toggle-icon {
  font-size: 0.8125rem;
}

.p-accordion.bg-transparent p-accordiontab .p-accordion-header .p-accordion-header-link {
  background-color: #fff !important;
}

.p-accordion.p-header-shadow-none p-accordiontab .p-accordion-header .p-accordion-header-link {
  box-shadow: unset !important;
}

.p-accordion.p-header-p-15 p-accordiontab .p-accordion-header .p-accordion-header-link {
  padding: 15px;
}

.p-accordion.p-accordion-content-py-0 p-accordiontab .p-accordion-tab .p-accordion-content {
  padding-block: 0 !important;
}

.p-accordion .p-accordian-tab-border-before {
  position: relative;
}

.p-accordion .p-accordian-tab-border-before.p-accordion-tab-active::before {
  content: "";
  border-left: 1px dashed var(--stepper-line);
  position: absolute;
  left: 27.4px;
  top: 34px;
  z-index: 9;
  height: 74px;
}

.p-accordion .p-accordian-tab-border-before.p-accordion-tab-active h6::before, .p-accordion .p-accordian-tab-border-before.p-accordion-tab-active .h6::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid var(--stepper-line);
  background: white;
  border-radius: 50%;
  top: 3px;
  left: -57.4px;
  z-index: 9;
}

.p-accordion .p-accordian-tab-border-before.p-accordion-tab-active .stepper-line::before {
  content: "";
  border-left: 1px dashed var(--stepper-line);
  position: absolute !important;
  left: -53px;
  top: 14px;
  z-index: 9;
  height: calc(100% + 12px);
}

.p-accordion .p-accordian-tab-border-before.p-accordion-tab-active .stepper-wrapper:last-child .stepper-line::before {
  content: unset;
}

.p-accordion.chevron-gray-400 .p-accordion-toggle-icon {
  color: var(--stepper-line);
}

.p-accordion.chevron-gray-600 .p-accordion-toggle-icon {
  color: var(--gray-shade-600);
}

.p-accordion.chevron-h-14 .p-accordion-toggle-icon svg {
  height: 14px;
}

.p-accordion.chevron-gray-900 .p-accordion-toggle-icon {
  color: var(--gray-shade-900);
}

.p-accordion.p-accordion.p-accordion-tab .p-accordion-content {
  background: var(--accordion-tabcontent-bg);
}

.p-accordion.p-accordion.bg-white {
  background: unset !important;
}

.p-accordion.p-accordion.bg-white .p-accordion-content {
  background: var(--accordion-tabcontent-bg) !important;
}

.p-accordion.p-accordion.bg-white .p-accordion-header .p-accordion-header-link {
  background: var(--accordion-tabcontent-bg) !important;
}

.p-accordion.border-success-500 .p-accordion-header .p-accordion-header-link {
  border-inline-start: 6px solid var(--success-500) !important;
}

.p-accordion.border-warning .p-accordion-header .p-accordion-header-link {
  border-inline-start: 6px solid var(--bs-warning) !important;
}

.p-accordion .p-accordion-tab.bg-warning {
  background: unset !important;
}

.p-accordion .p-accordion-tab.bg-warning .p-accordion-content {
  background: var(--warning-100) !important;
}

.p-accordion .p-accordion-tab.bg-warning .p-accordion-header .p-accordion-header-link {
  background: var(--warning-100) !important;
}

.p-accordion .p-accordion-tab.bg-success {
  background: unset !important;
}

.p-accordion .p-accordion-tab.bg-success .p-accordion-content {
  background: var(--success-100) !important;
}

.p-accordion .p-accordion-tab.bg-success .p-accordion-header .p-accordion-header-link {
  background: var(--success-100) !important;
}

.p-accordion .p-accordion-tab.bg-info {
  background: unset !important;
}

.p-accordion .p-accordion-tab.bg-info .p-accordion-content {
  background: var(--info-100) !important;
}

.p-accordion .p-accordion-tab.bg-info .p-accordion-header .p-accordion-header-link {
  background: var(--info-100) !important;
}

.p-accordion.chevron-absolute .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  position: absolute;
}

.p-accordion.chevron-end-12 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  inset-inline-end: 12px;
}

.p-accordion-active .p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
  background-color: #ebf0f7 !important;
  border: 2px solid var(--primary) !important;
}

.p-accordion-active .p-accordion .p-accordion-tab .p-accordion-content {
  background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
  border: 2px solid var(--primary) !important;
  border-top: unset !important;
}

.accordion-viewonly .p-toggleable-content {
  display: none;
}

.accordion-viewonly .p-accordion-header-link chevronrighticon {
  display: none;
}

.accordion-viewonly .p-accordion-header-link chevrondownicon {
  display: none;
}

.accordion-viewonly .p-accordian-tab-border-before.p-accordion-tab-active::before {
  content: unset !important;
}

.p-accordion p-accordiontab.accordion-viewonly .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  border-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.p-accordion.with-borders .p-accordion-content {
  border: 1px solid var(--card-border-color) !important;
  border-top: 0 !important;
}

.p-accordion.with-borders .p-accordion-header .p-accordion-header-link {
  border: 1px solid var(--card-border-color) !important;
}

.p-accordion.p-accordion-content-p-0 p-accordiontab .p-accordion-content {
  padding: 0 !important;
}

.p-accordion .p-accordion-tab.p-header-p-3 .p-accordion-header-link {
  padding: 16px !important;
}

.p-accordion.accordion-caret-mt-3 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 3px !important;
}

.p-accordion.accordion-caret-mt-2 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 2px !important;
}

.p-accordion.accordion-caret-me-18 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 18px !important;
}

.p-accordion.accordion-caret-me-0 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0 !important;
}

.p-accordion.accordion-caret-mt-1 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 1px !important;
}

.p-accordion.chevron-absolute-end-11 .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  position: absolute;
  inset-inline-end: 11px;
}

.p-accordion .p-accordion-header .p-accordion-header-link.hover-bg-gray-light:hover {
  background: #fafafa !important;
}

.p-accordion .p-accordion-header .p-accordion-header-link.bg-white {
  background: var(--white) !important;
}

.p-accordion p-accordiontab.bg-info-200.border-info-500 .p-accordion-header .p-accordion-header-link {
  background: var(--info-200) !important;
  border-color: var(--info-500) !important;
}

.p-accordion p-accordiontab.bg-info-200.border-info-500 .p-accordion-content {
  background: var(--info-200) !important;
  border-color: var(--info-500) !important;
}

.p-accordion p-accordiontab.border-primary .p-accordion-header .p-accordion-header-link {
  border-color: var(--primary) !important;
}

.p-accordion p-accordiontab.border-primary .p-accordion-content {
  border-color: var(--primary) !important;
}

.p-accordion.border-2 {
  border: unset !important;
}

.p-accordion.border-2 .p-accordion-header .p-accordion-header-link {
  border-width: 2px !important;
}

.p-accordion.border-2 .p-accordion-content {
  border-width: 2px !important;
}

.p-accordion .p-accordion-header .p-accordion-header-link.bg-light {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.p-accordion p-accordiontab .p-accordion-tab-active.active-border-bottom-0 .p-accordion-header .p-accordion-header-link {
  border-bottom: 0 !important;
}

.p-accordion p-accordiontab .p-accordion-tab-active .active-border-top-card {
  border-top: 2px solid var(--card-border-color) !important;
}

.p-accordion-header-link.flex-row-reverse chevrondownicon {
  transform: rotate(180deg);
}

.p-accordion-header-link.flex-row-reverse chevronrighticon {
  transform: rotate(90deg);
}

.bg-accordion {
  background: var(--accordion-header-bg) !important;
}

.p-accordion-radius-4 .p-accordion-header .p-accordion-header-link {
  border-radius: 4px !important;
}

.p-accordion-radius-4 .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button.after-content-unset::after {
  content: unset;
}

.accordion-button.chevron-bottom i:not(.collapsed) {
  transform: rotate(90deg);
}

.p-accordion.keyboard-support .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
  box-shadow: var(--input-focus-shadow) !important;
  margin-inline: 3px;
}

.ondrag-accordion-content-hidden.cdk-drag-preview .p-accordion-tab.p-accordion-tab-active {
  overflow: hidden;
}

.ondrag-accordion-content-hidden.cdk-drag-preview .p-accordion-tab.p-accordion-tab-active .p-toggleable-content {
  height: 0px !important;
}

.accordion-content-h-0.p-accordion-tab:not(.p-accordion-tab-active) {
  overflow: hidden;
}

.accordion-content-h-0.p-accordion-tab:not(.p-accordion-tab-active) .p-toggleable-content {
  height: 0px !important;
}

p-accordiontab.cdk-drag-preview .p-accordion-toggle-icon {
  display: none;
}

p-accordion.accordion-caret-mt-5 .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-top: 5px !important;
}

.p-accordionpanel:not(.p-disabled) .p-accordionheader:focus-visible, .p-accordionpanel:not(.p-disabled) .p-accordionheader.p-focus:focus {
  --p-accordion-header-focus-ring-shadow: var(--p-form-field-focus-ring-shadow);
  --p-accordion-header-focus-ring-width: var(--p-form-field-focus-ring-width);
  --p-accordion-header-focus-ring-style: var(--p-form-field-focus-ring-style);
  --p-accordion-header-focus-ring-color: var(--p-form-field-focus-ring-color);
  --p-accordion-header-focus-ring-offset: var(--p-form-field-focus-ring-offset);
  margin-inline: 3px;
  box-shadow: var(--p-accordion-header-focus-ring-shadow);
  outline: var(--p-accordion-header-focus-ring-width) var(--p-accordion-header-focus-ring-style) var(--p-accordion-header-focus-ring-color);
  outline-offset: var(--p-accordion-header-focus-ring-offset);
}

.accordion-content-bg-black-700 .p-accordioncontent-content {
  background: var(--black-700) !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb a {
  color: unset;
}

.breadcrumb .breadcrumb-item {
  color: var(--primary);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #74808f;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb .breadcrumb-item.active {
  color: var(--gray-shade-600);
}

.breadcrumb .breadcrumb-item.active:hover {
  opacity: 1;
}

.breadcrumb .breadcrumb-item:hover {
  opacity: 0.9;
}

.breadcrumb.breadcrumb-divider .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: FontAwesome;
  font-size: 0.6875rem;
}

.p-breadcrumb {
  padding: 0 !important;
  background: transparent !important;
}

.p-breadcrumb .p-breadcrumb-list {
  margin-bottom: 0;
  padding-left: 0;
}

.p-breadcrumb .p-breadcrumb-list homeicon {
  display: none !important;
}

.p-breadcrumb li .p-menuitem-link {
  max-width: 13rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-breadcrumb li .p-menuitem-link:focus {
  box-shadow: none !important;
}

.p-breadcrumb li .p-menuitem-link .p-menuitem-text {
  color: var(--primary) !important;
  font-weight: 500 !important;
}

.p-breadcrumb li .p-menuitem-link .p-menuitem-text:hover {
  opacity: 0.9;
}

.p-breadcrumb li:last-child .p-menuitem-text {
  color: var(--gray-shade-600) !important;
}

.p-breadcrumb .p-breadcrumb-chevron::before {
  content: none;
}

.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pagination-color);
  border-radius: 0.3rem;
  font-weight: 500;
  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) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #3765a0;
  background-color: var(--pagination-hover-bg);
  border-color: #eff2f6;
}

.page-link:focus {
  z-index: 3;
  color: #3765a0;
  background-color: #f6f8fa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.25);
}

.page-item {
  margin-inline: 0.5rem;
}

.page-item:first-child {
  margin-inline: unset;
}

.page-item:last-child {
  margin-inline: unset;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-bg);
  border-radius: 0.3rem;
}

.page-item.disabled .page-link {
  color: #74808f;
  pointer-events: none;
  background-color: white;
  border-color: rgba(108, 117, 125, 0.8);
}

.page-link {
  padding: 0 0.4375rem;
  font-size: calc(0.9375rem * 0.934);
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.p-paginator {
  justify-content: center;
  padding: 0.75rem;
}

.p-paginator .p-paginator-pages .p-paginator-page {
  border: none !important;
  color: var(--page-count-color) !important;
}

.p-paginator .p-paginator-pages .p-paginator-page:hover {
  background-color: transparent !important;
  color: var(--primary) !important;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  color: white !important;
  background-color: var(--pagination-active-bg) !important;
  border-color: var(--pagination-active-bg) !important;
  border-radius: 0.3rem !important;
  padding: 0 0 !important;
  height: 25px !important;
}

.p-paginator .p-paginator-current {
  border: none !important;
  color: var(--pagination-color) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
}

.p-paginator .p-dropdown {
  border-radius: 100px !important;
  min-width: 100px;
  max-width: 100px;
}

.p-paginator .p-paginator-element {
  background-color: transparent !important;
}

.p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: var(--text-color) !important;
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  color: var(--pagination-color) !important;
  border: none !important;
}

p-paginator .p-paginator {
  padding: 0.5rem 0.75rem;
}

.paginator-current-start .p-paginator-current {
  position: absolute;
  inset-inline-start: 12px;
}

.p-paginator {
  background: var(--white) !important;
  border-top: 1px solid var(--gray-shade-300);
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  height: var(--p-paginator-button-size);
  width: var(--p-paginator-button-size);
  border-radius: 50%;
  min-width: unset;
}

.p-paginator .p-paginator-first.p-disabled,
.p-paginator .p-paginator-prev.p-disabled,
.p-paginator .p-paginator-next.p-disabled,
.p-paginator .p-paginator-last.p-disabled {
  opacity: 0.5 !important;
}

.p-paginator .p-paginator-page {
  min-width: var(--p-paginator-button-size);
  height: var(--p-paginator-button-size);
  border-radius: 50%;
}

.p-paginator .p-paginator-page:focus,
.p-paginator .p-paginator-next:focus,
.p-paginator .p-paginator-prev:focus,
.p-paginator .p-paginator-first:focus,
.p-paginator .p-paginator-last:focus {
  outline: var(--p-paginator-nav-button-focus-ring-width) var(--p-paginator-nav-button-focus-ring-style) var(--p-paginator-nav-button-focus-ring-color);
  outline-offset: var(--p-paginator-nav-button-focus-ring-offset);
}

.badge {
  display: inline-block;
  position: relative;
  padding: 4px 10px 6px 10px;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-soft-primary {
  color: #3d70b2 !important;
  background: rgba(61, 112, 178, 0.15) !important;
}

.badge-soft-secondary {
  color: #74808f !important;
  background: rgba(116, 128, 143, 0.15) !important;
}

.badge-soft-success {
  color: #00af12 !important;
  background: rgba(0, 175, 18, 0.15) !important;
}

.badge-soft-info {
  color: #008bdf !important;
  background: rgba(0, 139, 223, 0.15) !important;
}

.badge-soft-warning {
  color: #ff973d !important;
  background: rgba(255, 151, 61, 0.15) !important;
}

.badge-soft-danger {
  color: #a12626 !important;
  background: rgba(161, 38, 38, 0.15) !important;
}

.badge-soft-light {
  color: #f7f9fa !important;
  background: rgba(247, 249, 250, 0.15) !important;
}

.badge-soft-dark {
  color: #1f262e !important;
  background: rgba(31, 38, 46, 0.15) !important;
}

p-tag .p-tag {
  display: inline-block;
  position: relative;
  padding: 4px 10px 6px 10px;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  padding: 0.25rem 0.4rem !important;
}

p-tag .p-tag .p-tag-success {
  background: #00af12;
  color: var(--p-tag-success-color);
}

p-chips .p-chips {
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
}

p-chips .p-chips.p-focus {
  box-shadow: var(--input-focus-shadow);
  border-radius: 0.25rem;
}

p-chips .p-chips .p-chips-multiple-container {
  flex-wrap: nowrap;
  overflow: hidden;
  position: unset;
  width: 100%;
  padding-block: 2px !important;
}

p-chips .p-chips .p-chips-multiple-container .p-chips-token {
  background: var(--gray-shade-300);
  color: var(--gray-shade-700);
  margin-inline-end: 0;
}

p-chips .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-label {
  font-size: 12px;
}

p-chips .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  font-size: 12px;
  width: 13px;
  color: var(--gray-shade-700);
}

p-chips .p-chips .p-chips-multiple-container .p-chips-clear-icon {
  background: white;
  height: 32px;
  padding-inline: 8px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-top: 0;
  position: absolute;
  right: 1px;
  top: 4px;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 14px;
}

p-chips .p-chips .p-chips-multiple-container .p-chips-input-token input::placeholder {
  color: var(--input-placeholder-color);
}

p-chips .p-chips.chips-container-w-px-344 .p-chips-multiple-container {
  width: 344px;
}

p-chips .p-chips.chips-container-w-px-344 .p-chips-multiple-container .p-chips-token .p-chips-token-label {
  overflow: hidden;
}

p-chips .focus-none .p-focus {
  border: 1px solid var(--gray-shade-400) !important;
  box-shadow: none !important;
}

p-chips .border-start-radius-0 ul {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

p-chips .height-px-40 ul {
  height: 40px !important;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #25436b;
  background-color: #d8e2f0;
  border-color: #c5d4e8;
}

.alert-primary .alert-link {
  color: #1e3656;
}

.alert-secondary {
  color: #464d56;
  background-color: #e3e6e9;
  border-color: #d5d9dd;
}

.alert-secondary .alert-link {
  color: #383e45;
}

.alert-success {
  color: #00690b;
  background-color: #ccefd0;
  border-color: #b3e7b8;
}

.alert-success .alert-link {
  color: #005409;
}

.alert-info {
  color: #005386;
  background-color: #cce8f9;
  border-color: #b3dcf5;
}

.alert-info .alert-link {
  color: #00426b;
}

.alert-warning {
  color: #995b25;
  background-color: #ffead8;
  border-color: #ffe0c5;
}

.alert-warning .alert-link {
  color: #7a491e;
}

.alert-danger {
  color: #611717;
  background-color: #ecd4d4;
  border-color: #e3bebe;
}

.alert-danger .alert-link {
  color: #4e1212;
}

.alert-light {
  color: #949596;
  background-color: #fdfefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #767778;
}

.alert-dark {
  color: #13171c;
  background-color: #d2d4d5;
  border-color: #bcbec0;
}

.alert-dark .alert-link {
  color: #0f1216;
}

.avatar {
  border-radius: 0.3125rem;
  margin: 0 0.3125rem 0 0 !important;
  vertical-align: middle;
  background: var(--background-base);
  object-fit: cover;
  object-position: 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.avatar.round {
  border-radius: 3.125rem;
}

.avatar.text-danger, .p-menu-item.list-danger a.avatar {
  color: #b10003;
  background: #ff7476;
}

.avatar.text-warning, .p-menu-item.list-warning a.avatar {
  color: #ff973d;
  background: white;
}

.avatar.text-info {
  color: #008bdf;
  background: #79cdff;
}

.avatar.text-success {
  color: #00af12;
  background: #72ff80;
}

.avatar.text-default {
  color: #8c9ba5;
  background: #f9fafa;
}

.avatar i {
  margin: 0;
}

.avatar svg {
  width: 1.25rem;
  height: 1.25rem;
}

.avatar-xs {
  width: 1.7rem;
  height: 1.7rem;
}

.avatar-sm {
  width: 2.25rem;
  height: 2.25rem;
}

.avatar-md {
  width: 3.125rem;
  height: 3.125rem;
}

.avatar-lg {
  width: 6.25rem;
  height: 6.25rem;
}

.avatar-xl {
  width: 8.75rem;
  height: 8.75rem;
}

ul.avatars {
  display: flex;
  list-style-type: none;
  margin: auto;
  padding: 0px 7px 0px 0px;
}

ul.avatars li.avatars__item {
  height: 1.875rem;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: calc(1.875rem - 7px);
  cursor: pointer;
}

ul.avatars img.avatars__img,
ul.avatars span.avatars__initials,
ul.avatars span.avatars__others {
  background-color: #8c9ba5;
  border: 2px solid white;
  border-radius: 100px 100px 100px 100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(0.9375rem * 0.934);
  height: 1.875rem;
  text-align: center;
  width: 1.875rem;
}

ul.avatars span.avatars__others {
  display: inline-flex;
  padding: 0.625rem;
  background-color: #1E8FE1;
  width: auto;
}

.online-avatar {
  display: inline-block;
}

.online-avatar > span:first-child {
  display: inline-block;
  position: relative;
}

.online-avatar > span:first-child:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #00af12;
  border-radius: 50%;
  position: absolute;
  bottom: 0.15625rem;
  right: 0.15625rem;
}

.online-avatar.remove > span:after {
  background: transparent;
  color: #b10003;
  content: "\f057";
  cursor: pointer;
  font-family: FontAwesome;
}

.online-avatar.disabled > span:after {
  opacity: 0.4;
}

.group-avatar {
  display: flex;
  align-items: center;
}

.group-avatar img {
  border: 0.125rem solid;
  border-color: var(--gray-shade-100);
  overflow: hidden;
}

.group-avatar img + img,
.group-avatar img + .avatar {
  margin-inline-start: -10px !important;
}

.group-avatar .avatar {
  border: 0.125rem solid;
  border-color: var(--gray-shade-100);
  overflow: hidden;
  margin: 0 !important;
}

.group-avatar .avatar + .avatar,
.group-avatar .avatar + img {
  margin-inline-start: -10px !important;
}

.group-avatar .avatar:last-child {
  margin-inline-start: -10px !important;
}

.group-avatar .avatar:first-child {
  margin-inline-start: 0 !important;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f6f8fa;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #3d70b2;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

p-progressbar.bg-danger-300 .p-progressbar-value {
  background: var(--danger-300) !important;
}

p-progressbar .p-progressbar.p-progress-gray-600 .p-progressbar-value {
  background: var(--gray-shade-600) !important;
}

p-progressbar .p-progressbar.p-progressbar-label-none .p-progressbar-label {
  display: none !important;
}

p-progressbar .p-progressbar.p-progress-primary .p-progressbar-value {
  background: var(--primary) !important;
}

.slider-handle-index-9 .p-slider-handle {
  z-index: 9;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #424c59;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #424c59;
  text-decoration: none;
  background-color: #fcfeff;
}

.list-group-item-action:active {
  color: #74808f;
  background-color: #f6f8fa;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #1f262e;
  background-color: var(--white);
  border-block: 1px solid var(--gray-shade-300);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-top: unset;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom: unset;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #74808f;
  pointer-events: none;
  background-color: white;
}

.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: #3d70b2;
  border-color: #3d70b2;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-item.item-deactivated {
  background: #e9ecef8f !important;
  opacity: .6 !important;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #25436b;
  background-color: #d8e2f0;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #25436b;
  background-color: #c2cbd8;
}

.list-group-item-primary.list-group-item-action.active {
  color: white;
  background-color: #25436b;
  border-color: #25436b;
}

.list-group-item-secondary {
  color: #464d56;
  background-color: #e3e6e9;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #464d56;
  background-color: #cccfd2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: white;
  background-color: #464d56;
  border-color: #464d56;
}

.list-group-item-success {
  color: #00690b;
  background-color: #ccefd0;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00690b;
  background-color: #b8d7bb;
}

.list-group-item-success.list-group-item-action.active {
  color: white;
  background-color: #00690b;
  border-color: #00690b;
}

.list-group-item-info {
  color: #005386;
  background-color: #cce8f9;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #005386;
  background-color: #b8d1e0;
}

.list-group-item-info.list-group-item-action.active {
  color: white;
  background-color: #005386;
  border-color: #005386;
}

.list-group-item-warning {
  color: #995b25;
  background-color: #ffead8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995b25;
  background-color: #e6d3c2;
}

.list-group-item-warning.list-group-item-action.active {
  color: white;
  background-color: #995b25;
  border-color: #995b25;
}

.list-group-item-danger {
  color: #611717;
  background-color: #ecd4d4;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #611717;
  background-color: #d4bfbf;
}

.list-group-item-danger.list-group-item-action.active {
  color: white;
  background-color: #611717;
  border-color: #611717;
}

.list-group-item-light {
  color: #949596;
  background-color: #fdfefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #949596;
  background-color: #e4e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: white;
  background-color: #949596;
  border-color: #949596;
}

.list-group-item-dark {
  color: #13171c;
  background-color: #d2d4d5;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #13171c;
  background-color: #bdbfc0;
}

.list-group-item-dark.list-group-item-action.active {
  color: white;
  background-color: #13171c;
  border-color: #13171c;
}

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

.counter-increment-1 {
  counter-reset: counter-increment-1;
}

.counter-increment-1 li::before {
  counter-increment: counter-increment-1;
  content: "1-" counter(counter-increment-1) ".";
  margin-right: 8px;
}

.counter-increment-2 {
  counter-reset: counter-increment-2;
}

.counter-increment-2 li::before {
  counter-increment: counter-increment-2;
  content: "2-" counter(counter-increment-2) ".";
  margin-right: 8px;
}

.counter-increment-3 {
  counter-reset: counter-increment-3;
}

.counter-increment-3 li::before {
  counter-increment: counter-increment-3;
  content: "3-" counter(counter-increment-3) ".";
  margin-right: 8px;
}

.counter-increment-4 {
  counter-reset: counter-increment-4;
}

.counter-increment-4 li::before {
  counter-increment: counter-increment-4;
  content: "4-" counter(counter-increment-4) ".";
  margin-right: 8px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  filter: var(--btn-close-filter);
  color: var(--btn-close-color);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--btn-close-color%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: var(--btn-close-color);
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(61, 112, 178, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(15, 20, 28, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(15, 20, 28, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #74808f;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(15, 20, 28, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.2rem 0 0 0 !important;
}

.p-toast-message.toast-detail .p-toast-message-content {
  align-items: center !important;
}

.p-toast-message.toast-detail .p-toast-message-content .p-toast-detail {
  margin-top: 0 !important;
}

.p-toast-message.toast-detail .p-toast-message-icon {
  display: flex;
}

.file-message-error .p-fileupload-content p-messages {
  width: 100%;
}

.file-message-error .p-fileupload-content p-messages .p-message-error {
  background: var(--danger-100);
  border: 0;
  border-left: 4px solid var(--danger-400);
  position: relative;
  z-index: 9999;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper {
  flex-direction: column;
  align-items: start;
  position: relative;
  padding: 14px 1.25rem;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-icon {
  position: absolute;
  left: 20px;
  top: 8px;
  color: var(--danger-500);
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-icon timescircleicon {
  display: inline-flex;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-icon timescircleicon::before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-icon svg {
  display: none;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-summary {
  padding-left: 36px;
  color: var(--gray-shade-1000);
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  padding-right: 20px;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-detail {
  padding-left: 36px;
  margin-left: 0;
  color: var(--gray-shade-800);
  font-size: 14px;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-close {
  position: absolute;
  inset-inline-end: 16px;
  inset-block-start: 8px;
  width: 14px;
  height: 23px;
  color: var(--gray-shade-800);
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-close:hover {
  background: transparent;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-close:focus {
  box-shadow: unset !important;
}

.file-message-error .p-fileupload-content p-messages .p-message-wrapper .p-message-close svg {
  width: 14px;
  height: 14px;
}

.toast-info-dark {
  --p-toast-info-background: var(--black-700);
  --p-toast-info-border-color: var(--black-700);
  --p-toast-info-color: var(--white);
  --p-toast-info-detail-color: var(--white);
  --p-toast-info-close-button-hover-background: var(--black-500);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2020;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--modal-content-bg);
  background-clip: padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2010 !important;
  width: 100vw;
  height: 100vh;
  background-color: #0f141c;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-top: 4px solid var(--primary);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.625rem;
  margin: -0.5rem -0.625rem -0.5rem auto;
  font-size: 0.8125rem;
}

.modal-header .btn-close:focus {
  box-shadow: unset;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--modal-title-color);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.625rem 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem 1.25rem;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.p-dialog-mask {
  z-index: 2010 !important;
}

.p-dialog {
  width: 100%;
  margin: 0.5rem;
  background: white;
  border: 0 !important;
}

@media (min-width: 576px) {
  .p-dialog {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .p-dialog.p-dialog-lg {
    width: 800px;
  }
}

@media (min-width: 992px) {
  .p-dialog.p-dialog-xl {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .p-dialog.p-dialog-xl {
    width: 1140px;
  }
}

@media (min-width: 992px) {
  .p-dialog.p-dialog-xxl {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .p-dialog.p-dialog-xxl {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .p-dialog.p-dialog-xxl {
    width: 1320px;
  }
}

.p-dialog .p-dialog-header {
  border-top: 4px solid var(--primary);
  padding: 1rem 1.25rem !important;
}

.p-dialog .p-dialog-header .p-dialog-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--modal-title-color);
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  box-shadow: none !important;
}

.p-dialog .p-dialog-content {
  padding: 0 !important;
  overflow: visible !important;
}

.p-dialog .p-dialog-content .p-dialog-body {
  padding: 10px 20px 10px 20px;
  max-height: 66vh;
  overflow-y: auto;
  margin-block: 1rem;
}

.p-dialog .p-dialog-content .pi-exclamation-triangle {
  display: none;
}

.p-dialog .p-dialog-content .p-confirm-dialog-message {
  margin-left: 0 !important;
  padding-inline: 1.25rem !important;
}

.p-dialog .p-dialog-content .p-datatable.auto-height .p-datatable-wrapper {
  height: auto !important;
}

.p-dialog.p-confirm-dialog .p-dialog-content {
  padding-block: 1rem !important;
}

.p-dialog.p-confirm-dialog .p-dialog-footer timesicon {
  display: none;
}

.p-dialog.p-confirm-dialog .p-dialog-footer checkicon {
  display: none;
}

.p-dialog .p-dialog-footer {
  padding: 16px 20px !important;
}

.p-dialog .p-dialog-footer button {
  text-transform: capitalize;
}

.p-dialog .p-dialog-footer .p-confirm-dialog-reject {
  font-weight: 600;
  color: #3d70b2;
  text-decoration: none;
  padding: 0.375rem 1.125rem;
  font-size: 0.875rem;
  border-radius: 0.3rem;
  border: unset;
  background: unset;
}

.p-dialog .p-dialog-footer .p-confirm-dialog-reject:hover {
  color: #3765a0;
}

.p-dialog .p-dialog-footer .p-confirm-dialog-reject:disabled, .p-dialog .p-dialog-footer .p-confirm-dialog-reject.disabled {
  color: #74808f;
}

.p-dialog .p-dialog-footer .p-confirm-dialog-reject:hover {
  border: unset;
  background: unset;
}

.p-dialog .p-dialog-footer .p-confirm-dialog-accept {
  color: white;
  background-color: var(--primary);
  border-color: var(--primary);
  padding: 0.375rem 1.125rem;
  font-size: 0.875rem;
  border-radius: 0.3rem;
  margin-inline-end: 0;
}

.p-dialog .p-dialog-footer .p-confirm-dialog-accept:focus {
  box-shadow: unset !important;
  background-color: var(--primary);
}

.p-dialog .p-dialog-footer .p-confirm-dialog-accept:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.p-dialog .p-dialog-footer .p-button-icon {
  display: none;
}

.p-dialog.with-tabs .p-dialog-header {
  display: none !important;
}

.p-dialog.p-header-border-0 .p-dialog-header {
  border: 0;
}

p-confirmdialog .p-dialog-footer {
  border-top: 0 !important;
}

.p-dialog.p-dialog-danger .p-dialog-header {
  border-top: 4px solid var(--danger-700);
}

.p-dialog.p-dialog-danger .p-dialog-title {
  color: var(--danger-700);
}

.p-dialog.p-dialog-danger .p-dialog-footer .btn-primary {
  background: var(--danger-700);
  border-color: var(--danger-700);
}

.p-dialog.p-dialog-danger .p-dialog-footer .btn-primary:hover {
  background: var(--danger-600);
  border-color: var(--danger-600);
}

.p-dialog.p-dialog-danger .p-dialog-footer .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(177, 0, 3, 0.5);
}

.p-dialog.p-dialog-warning .p-dialog-header {
  border-top: 4px solid rgba(var(--bs-warning-rgb), 1);
}

.p-dialog.p-dialog-warning .p-dialog-title {
  color: rgba(var(--bs-warning-rgb), 1);
}

.p-dialog.p-dialog-warning .p-dialog-footer .btn-primary {
  background: rgba(var(--bs-warning-rgb), 1);
  border-color: rgba(var(--bs-warning-rgb), 1);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-warning-rgb), 0.5);
}

.p-dialog.p-dialog-warning .p-dialog-footer .btn-primary:hover {
  background: #d98034;
  border-color: #d98034;
}

[key="p-dialog-danger"] .p-dialog-header {
  border-top: 4px solid var(--danger-700);
}

[key="p-dialog-danger"] .p-dialog-header .p-dialog-title {
  color: var(--danger-700);
}

[key="p-dialog-danger"] .p-dialog-footer .p-confirm-dialog-accept {
  background-color: var(--danger-700);
  border-color: var(--danger-700);
}

[key="p-dialog-danger"] .p-dialog-footer .p-confirm-dialog-accept:focus {
  background-color: var(--danger-700);
}

[key="p-dialog-danger"] .p-dialog-footer .p-confirm-dialog-accept:hover {
  background-color: var(--danger-700);
  border-color: var(--danger-700);
}

[key="p-dialog-danger"] .p-dialog-footer .p-confirm-dialog-reject {
  color: var(--gray-shade-700) !important;
}

[key="p-dialog-danger"] .p-dialog-footer .p-confirm-dialog-reject:focus {
  box-shadow: none;
}

.modal-warning {
  background: rgba(var(--bs-warning-rgb), 1);
}

.p-dialog-draggable .p-dialog-header {
  cursor: move;
}

.p-dialog-header-actions .p-dialog-close-button {
  padding-inline: 0;
}

.dialog-w-transition {
  transition: width 0.3s ease, max-width 0.3s ease, height 0.3s ease;
}

.p-dialog.dialog-accent .p-dialog-header {
  background: var(--gray-shade-300);
  border-top: 0 !important;
  padding: 10px 20px !important;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.p-dialog.dialog-accent .p-dialog-header .p-dialog-title {
  text-transform: capitalize;
}

.p-dialog.dialog-accent .p-dialog-header .p-dialog-close-button {
  width: 20px;
  height: 20px;
}

.p-dialog.dialog-accent .p-dialog-footer {
  background: var(--gray-shade-300);
  padding: 10px 20px !important;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-dialog.dialog-accent .p-dialog-close-button:hover {
  background: transparent;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #0f141c;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #0f141c;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #0f141c;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #0f141c;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: #0f141c;
  border-radius: 0.25rem;
}

.p-tooltip-fs-11 .p-tooltip-text {
  font-size: 11px;
}

.cutomized-tooltip .p-tooltip-text {
  padding: 6px 10px;
  border-radius: 6px;
}

.tooltip-py-6 .p-tooltip-text {
  padding-block: 6px !important;
}

.tooltip-px-10 .p-tooltip-text {
  padding-inline: 10px !important;
}

.tooltip-fs-14 .p-tooltip-text {
  font-size: 14px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(15, 20, 28, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(15, 20, 28, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(15, 20, 28, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(15, 20, 28, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(15, 20, 28, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(15, 20, 28, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #74808f;
}

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

.popover-arrow-none::before, .popover-arrow-none::after {
  content: unset !important;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: white;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: white;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #0f141c;
}

.carousel-dark .carousel-caption {
  color: #0f141c;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.p-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 9999;
}

.dark-spinner .p-spinner {
  background: rgba(68, 68, 68, 0.7);
}

.dark-spinner.sm svg {
  width: 60%;
}

.spinner-mb-78 .p-spinner {
  margin-bottom: 78px;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--modal-content-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

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

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0f141c;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(15, 20, 28, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(15, 20, 28, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(15, 20, 28, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(15, 20, 28, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.qr-h-px-65 .qrcode {
  height: 65px;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #0f141c 55%, rgba(0, 0, 0, 0.8) 75%, #0f141c 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.snooze-container {
  position: relative;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.snooze-container:hover {
  width: 2.1875rem;
  height: 2.1875rem;
  background: var(--header-icons-hover-bg);
  border: 1px solid var(--header-icons-hover-bg);
}

.snooze-container:focus, .snooze-container:focus-within {
  background-color: var(--header-icons-focus-bg);
  border: 1px solid var(--header-icons-focus-bg);
}

.snooze-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.snooze-container > div .circle {
  width: 1.2625rem;
  height: 1.2625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snooze-container > div .circle svg {
  width: 100%;
  height: 100%;
}

.snooze-container > div .circle svg .e-c-base {
  fill: none;
  stroke-width: 20px;
}

.snooze-container > div .circle svg .e-c-progress {
  fill: none;
  stroke: #9898ae;
  stroke-width: 20px;
  transition: stroke-dashoffset 0.7s;
}

.snooze-container > div .circle svg #e-pointer {
  transition: transform 0.7s;
}

.snooze-container > div .circle svg .e-c-pointer {
  fill: var(--primary);
}

.snooze-container > div .controls {
  position: absolute;
  text-align: center;
  width: 1.2625rem;
  height: 1.2625rem;
}

.snooze-container > div .controls .display-remain-time {
  font-weight: 400;
  font-size: 0px;
  color: var(--primary);
}

.snooze-container > div .controls #pause {
  outline: none;
  background: transparent;
  border: none;
  width: 1.2625rem;
  height: 1.2625rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snooze-container > div .controls #pause:hover {
  opacity: 0.8;
}

.snooze-container > div .controls .play::before {
  display: block;
  content: "";
  margin-left: 1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid var(--icon-fill);
}

.snooze-container > div .controls .pause::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-radius: 1px;
  border: 2.5px solid var(--icon-fill);
  border-top: none;
  border-bottom: none;
}

ngb-datepicker [ngbDatepickerDayView],
ngb-datepicker .ngb-dp-day,
ngb-datepicker .ngb-dp-weekday,
ngb-datepicker .ngb-dp-week-number {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  margin: 2px;
}

ngb-datepicker .ngb-dp-weekday {
  color: #0000008a;
  font-style: normal;
}

ngb-datepicker .ngb-dp-arrow-btn {
  color: #0000008a;
  font-size: 12px;
}

ngb-datepicker .ngb-dp-weekdays {
  background-color: white;
  border-bottom: 1px solid #00000040;
}

ngb-datepicker ngb-datepicker-navigation {
  background: white;
  padding-top: 10px;
  padding-bottom: 5px;
}

ngb-datepicker .ngb-dp-navigation-select {
  gap: 5px;
}

ngb-datepicker .ngb-dp-header {
  background-color: white;
}

ngb-datepicker .ngb-dp-today .btn-light {
  border: 1px solid #00000061;
  border-radius: 50%;
}

ngb-datepicker .btn-light {
  border: 1px solid transparent;
  color: #000000de;
  display: flex;
  align-items: center;
  justify-content: center;
}

ngb-datepicker .btn-light:hover {
  border: 2px solid var(--primary);
  border-radius: 50%;
}

ngb-datepicker .bg-primary {
  border-radius: 50% !important;
}

ngb-timepicker .ngb-tp-input-container {
  width: unset;
  position: relative;
}

ngb-timepicker .ngb-tp-input {
  text-align: left;
}

ngb-timepicker .btn {
  position: absolute !important;
  right: -2px;
  padding: 0.5rem 1rem;
  height: 5px;
  top: auto;
  bottom: 8px;
}

ngb-timepicker .btn:first-child {
  top: 4px;
  bottom: auto;
}

ngb-timepicker .btn .ngb-tp-chevron {
  height: 5px;
  line-height: 1px;
  display: block;
}

ngb-timepicker .btn .ngb-tp-chevron::before {
  border-width: 2px 2px 0 0;
  width: 8px;
  font-size: 11px;
  top: -8px;
}

ngb-timepicker .btn .ngb-tp-chevron.bottom::before {
  top: 3px;
}

.p-datepicker-group .p-datepicker-header {
  background: var(--datepicker-bg) !important;
}

.p-datepicker-group .p-datepicker-header .p-datepicker-title button {
  padding: 4px 0.5rem !important;
}

.p-datepicker-group .p-datepicker-calendar th {
  font-weight: 600;
  text-align: center;
}

.p-datepicker-group .p-datepicker-calendar td {
  padding: 0.125rem !important;
}

.p-datepicker-group .p-datepicker-calendar td .p-element {
  border-radius: 3.125rem;
}

.p-datepicker-group .p-datepicker-calendar td .p-element:hover {
  background: white !important;
  border: 0.125rem solid var(--primary);
  color: #212529;
}

.p-datepicker-group .p-datepicker-calendar td .p-element:focus {
  box-shadow: none;
}

.p-datepicker-group .p-datepicker-calendar td .p-element.p-highlight {
  background: var(--primary) !important;
  color: #fff !important;
}

.p-datepicker-group .p-datepicker-calendar td.p-datepicker-today > .p-element {
  border: 0.125rem solid var(--primary);
  background: white;
  color: #212529;
}

.p-datepicker-group .p-datepicker-calendar td.p-datepicker-today > .p-element:hover {
  color: #212529;
}

.p-datepicker {
  z-index: 9999 !important;
}

.p-datepicker .p-timepicker span {
  font-size: 16px !important;
}

.p-monthpicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-monthpicker .p-monthpicker-month {
  border-radius: 3.125rem !important;
  margin: 0.125rem;
  padding: 0.125rem !important;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.875rem;
}

.p-monthpicker .p-monthpicker-month:hover {
  background: white !important;
  border: 0.125rem solid var(--primary);
}

.p-monthpicker .p-monthpicker-month:focus {
  box-shadow: none;
}

.p-calendar-timeonly {
  min-width: 4rem;
}

.p-yearpicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-yearpicker .p-yearpicker-year {
  border-radius: 3.125rem !important;
  margin: 0.125rem;
  padding: 0.125rem !important;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.875rem;
}

.p-yearpicker .p-yearpicker-year:hover {
  background: white !important;
  border: 0.125rem solid var(--primary);
}

.p-yearpicker .p-yearpicker-year:focus {
  box-shadow: none;
}

.p-yearpicker .p-yearpicker-year.p-highlight {
  background: white !important;
  border: 0.125rem solid var(--primary);
  color: #212529;
}

p-calendar .p-calendar-w-btn .p-button-icon-only {
  color: var(--gray-shade-900);
  background: var(--gray-shade-200) !important;
  border: 1px solid var(--white);
  padding: 0;
  justify-content: end;
  padding-inline-end: 1px;
  width: 2rem;
}

p-calendar .p-calendar-w-btn .p-button-icon-only:focus {
  box-shadow: none !important;
}

p-calendar .p-calendar-w-btn .p-button-icon-only .p-button-icon {
  font-size: 0.875rem;
}

p-calendar .p-calendar-w-btn.p-input-icon .p-inputtext {
  border-inline-end: 0;
}

p-calendar .p-calendar-w-btn.p-input-icon .p-inputtext:enabled:focus {
  box-shadow: unset;
  border-color: #ced4da;
}

p-calendar .p-calendar-w-btn.p-input-icon .p-button-icon-only {
  color: var(--gray-shade-700);
  border: 1px solid var(--gray-shade-400);
  background: white !important;
  justify-content: center;
  border-inline-start: 0;
  padding-inline-end: 12px;
}

p-calendar .p-calendar-w-btn.p-input-icon .p-button-icon-only:hover {
  color: var(--gray-shade-600);
}

p-calendar .calendar-input-with-icon input {
  border-width: 1px 0 1px 1px;
  border: 1px solid var(--gray-shade-400);
}

p-calendar .calendar-input-with-icon .p-button-icon-only {
  justify-content: center;
  border: 1px solid var(--gray-shade-400);
  border-width: 1px 1px 1px 0;
}

p-calendar .calendar-input-with-icon .p-button-icon-only:enabled:hover {
  background: #ffffff;
  color: var(--gray-shade-900);
  border-color: var(--gray-shade-400);
}

p-calendar .calendar-input-with-icon .p-inputtext:enabled:focus + button {
  outline: 0 none;
  outline-offset: 0;
  border-color: var(--input-focus-border-color);
  box-shadow: var(--input-focus-shadow);
  border-width: 1px 1px 1px 0;
}

p-calendar.ng-dirty.ng-invalid > .p-calendar.p-input-icon .p-button-icon-only {
  border-color: #dc3545 !important;
}

p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #dc3545 !important;
}

p-calendar .no-border .p-inputtext {
  border-color: transparent !important;
}

p-calendar .no-focus .p-inputtext {
  box-shadow: unset !important;
}

p-calendar .no-inline-padding .p-inputtext {
  padding-inline: 0 !important;
}

.prev-icon-disabled .p-datepicker-header .p-datepicker-prev {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.p-datepicker.keyboard-support:not(.p-disabled) table td span:focus {
  box-shadow: revert-layer !important;
}

.p-datepicker.keyboard-support .p-yearpicker .p-yearpicker-year:focus {
  box-shadow: revert-layer !important;
}

.p-datepicker.keyboard-support .p-monthpicker .p-monthpicker-month:focus {
  box-shadow: revert-layer !important;
}

.p-timepicker-fs-12 .p-timepicker span {
  font-size: 12px !important;
}

.p-timepicker-control-w-14 .p-icon-wrapper svg {
  width: 14px;
}

.p-timepicker-w-100 {
  width: 100px !important;
}

.p-timepicker-w-100 .p-hour-picker {
  padding-inline-end: 0 !important;
}

.p-timepicker-w-100 .p-minute-picker {
  padding-inline-start: 0 !important;
}

.p-datepicker-day.p-disabled {
  opacity: 0.65 !important;
}

.p-datepicker-weekday-cell {
  text-align: center;
}

.datepicker-panel-min-h-20 {
  min-height: 20rem !important;
}

.datepicker-panel-min-h-20 .p-datepicker-month-view {
  --p-datepicker-month-view-margin: 34px 0 0 0;
  margin: var(--p-datepicker-month-view-margin);
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.datepicker-panel-min-h-20 .p-datepicker-year-view {
  --p-datepicker-year-view-margin: 20px 0 0 0;
  margin: var(--p-datepicker-year-view-margin);
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.datepicker-dropdown-bg-white .p-datepicker-dropdown {
  background: var(--white);
}

.p-datepicker-dropdown:focus-visible {
  --p-datepicker-dropdown-focus-ring-shadow: var(--p-form-field-focus-ring-shadow);
  --p-datepicker-dropdown-border-color: var(--p-form-field-focus-border-color);
  outline-offset: unset;
  outline-color: var(--p-datepicker-dropdown-focus-ring-shadow);
  border-color: var(--p-form-field-focus-border-color);
}

.multiselect-dropdown .dropdown-btn {
  background: #fff;
  border: 1px solid #bfccd4 !important;
}

.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  margin-bottom: 0 !important;
}

.multiselect-dropdown .dropdown-list .multiselect-item-checkbox:hover {
  background-color: rgba(61, 112, 178, 0.15);
}

.multiselect-dropdown .dropdown-list .multiselect-item-checkbox input[type="checkbox"] + div {
  color: #707090;
}

.multiselect-dropdown .dropdown-list .multiselect-item-checkbox input[type="checkbox"] + div::before {
  color: var(--primary) !important;
  border: 2px solid var(--primary) !important;
}

.multiselect-dropdown .dropdown-list .multiselect-item-checkbox input[type="checkbox"]:checked + div::before {
  background: var(--primary) !important;
}

p-multiselect:has(+ button) .p-multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 2px !important;
}

p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label .p-multiselect-token {
  font-size: 0.75rem !important;
  background: var(--p-multiselect-token-bg) !important;
  color: var(--p-multiselect-token-color);
  margin-inline-end: 4px;
  height: 26px;
  border-radius: 4px;
}

p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label .p-multiselect-token .p-multiselect-token-icon {
  font-size: 0.75rem !important;
  width: 13px;
  color: var(--gray-shade-700);
}

p-multiselect .p-multiselect .p-multiselect-filter-container input {
  height: 2rem;
}

p-multiselect .p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon {
  font-size: 0.75rem;
  width: 14px;
  color: var(--gray-shade-600);
}

p-multiselect .p-multiselect .p-multiselect-label.p-placeholder {
  color: var(--input-placeholder-color);
}

.p-multiselect-panel timesicon svg {
  width: 14px;
  height: 14px;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: var(--text-color) !important;
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  box-shadow: unset !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
  background: white;
}

.p-multiselect-panel .p-multiselect-header {
  background: var(--gray-shade-200) !important;
  border: var(--gray-shade-200) !important;
}

.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  box-shadow: unset !important;
}

.p-multiselect-panel .p-multiselect-filter {
  height: 30px;
}

.p-multiselect-panel .p-multiselect-filter-icon {
  font-size: 0.875rem;
}

.p-multiselect-panel .p-checkbox {
  align-items: center;
}

.p-multiselect-panel .p-checkbox .p-checkbox-box {
  width: 14px !important;
  height: 14px !important;
}

.p-multiselect-panel .p-checkbox .p-checkbox-box .p-checkbox-icon {
  width: 10px;
  height: 12px;
}

.p-multiselect-panel .p-checkbox .p-checkbox-box .p-checkbox-icon.pi-check::before {
  font-size: 8px !important;
}

p-multiselect .p-multiselect {
  height: 2.375rem;
}

p-multiselect .p-multiselect .p-multiselect-label-container {
  padding: 0.375rem 0.75rem;
}

p-multiselect .p-multiselect .p-multiselect-clear-icon {
  width: 12px;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-empty-message {
  font-size: 14px;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-label-container {
  align-self: center;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-header {
  padding-inline: 21px;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-header .p-multiselect-filter-icon {
  width: 14px;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-header .p-multiselect-close {
  margin-left: 0;
  width: 24px;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-header .p-multiselect-close svg {
  width: 12px;
  height: 12px;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-trigger .p-multiselect-trigger-icon {
  width: 12px !important;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-label {
  font-size: 14px !important;
}

p-multiselect .p-multiselect.p-multiselect-sm .p-multiselect-label.p-placeholder {
  font-size: 14px !important;
}

.p-multiselect-panel.p-scroller-h-200 .p-scroller {
  height: 200px !important;
}

.p-multiselect-panel.filter-none .p-multiselect-close {
  display: none;
}

.p-multiselect-panel.filter-none .p-multiselect-header {
  justify-content: start;
  flex-direction: row-reverse;
}

.p-multiselect-panel.filter-none .p-multiselect-header .custom-header {
  font-weight: 600;
  color: var(--gray-1000);
}

.p-multiselect-panel .p-multiselect-items {
  padding: 0 !important;
}

.p-overlay {
  z-index: 2103 !important;
}

.p-multi-close-none .p-multiselect-close {
  display: none;
}

.p-autocomplete-panel.list-item-px-3 .p-autocomplete-item {
  padding-inline: 16px !important;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: inherit;
  background: #fff;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-multiselect-all.p-multiselect-panel .p-multiselect-close {
  display: none;
}

.p-multiselect-all.p-multiselect-panel .p-multiselect-header {
  flex-direction: column-reverse;
  padding: 0;
  background: white !important;
  align-items: start;
  position: relative;
}

.p-multiselect-all.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
  padding: 0.75rem 1.5rem;
  position: relative;
  background: var(--gray-shade-200) !important;
  border: var(--gray-shade-200) !important;
  margin-bottom: 0.25rem;
}

.p-multiselect-all.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 2.125rem;
}

.p-multiselect-all.p-multiselect-panel .p-multiselect-header .custom-header {
  position: absolute;
  left: 3.25rem;
  bottom: 0.4375rem;
}

.p-multiselect-all.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-inline-start: 1.5rem;
  padding-block: 1.1875rem;
}

.p-multiselect-panel.keyboard-support .p-multiselect-item.p-focus {
  background: rgba(61, 112, 178, 0.15) !important;
}

.p-multiselect-panel.keyboard-support .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  box-shadow: var(--input-focus-shadow) !important;
}

.p-multiselect-panel.keyboard-support .p-hidden-accessible:focus-within + .p-checkbox-box {
  outline: 0 none !important;
  outline-offset: 0 !important;
  border-color: var(--input-focus-border-color) !important;
  box-shadow: var(--input-focus-shadow) !important;
}

.p-multiselect-panel.p-multiselect-panel-sm .p-multiselect-item {
  font-size: 14px !important;
  padding-inline: 18px !important;
}

.p-multiselect-clear-icon {
  position: relative;
  right: -6px;
}

.p-multiselect-clear-icon svg {
  width: 12px;
}

.p-autocomplete-panel.keyboard-support .p-autocomplete-item.p-focus {
  background: rgba(61, 112, 178, 0.15) !important;
}

p-autocomplete .p-autocomplete.chips {
  overflow: hidden;
  flex-wrap: nowrap;
  position: relative;
}

p-autocomplete .p-autocomplete.chips.p-focus {
  box-shadow: var(--input-focus-shadow);
  border-radius: 0.25rem;
}

p-autocomplete .p-autocomplete.chips .p-autocomplete-multiple-container {
  flex-wrap: nowrap;
  overflow: hidden;
  position: unset;
  width: 100%;
  padding-block: 2px !important;
}

p-autocomplete .p-autocomplete.chips .p-autocomplete-multiple-container .p-autocomplete-token {
  color: var(--gray-shade-700);
  background: var(--gray-shade-300);
  margin-inline-end: 0;
  gap: 8px;
}

p-autocomplete .p-autocomplete.chips .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-label {
  font-size: 12px;
}

p-autocomplete .p-autocomplete.chips .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  font-size: 12px;
  width: 13px;
  color: var(--gray-shade-700);
  margin-left: 0;
}

p-autocomplete .p-autocomplete.chips .p-autocomplete-multiple-container .p-autocomplete-input-token input::placeholder {
  color: var(--input-placeholder-color);
}

.p-autocomplete-option-group {
  padding-block: 5px;
  background: var(--gray-shade-300);
  height: auto !important;
}

.p-chip-text-truncate .p-autocomplete-chip .p-chip-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

.p-autocomplete-input-dark .p-autocomplete-input-multiple {
  padding-inline: 5px;
  background: var(--black-900);
  color: var(--white);
  border: 1px solid var(--gray-shade-700);
}

.p-autocomplete-input-dark .p-autocomplete-input-multiple .p-autocomplete-chip {
  background-color: var(--black-600);
  border-color: var(--black-600);
  color: var(--gray-shade-300);
  border-radius: 50px;
  padding-bottom: 5px;
}

.p-autocomplete-input-dark .p-autocomplete-input-multiple .p-autocomplete-chip .p-autocomplete-chip-icon {
  color: var(--gray-shade-300);
}

.autocomplete-p-form-field .p-autocomplete-input-multiple {
  --p-autocomplete-padding-y: var(--p-form-field-padding-y);
  --p-autocomplete-padding-x: var(--p-form-field-padding-x);
  padding: var(--p-autocomplete-padding-y) var(--p-autocomplete-padding-x);
}

.autocomplete-p-form-field .p-autocomplete-input-multiple .p-autocomplete-input-chip {
  padding-block: 0.75px;
}

.chip-icon-mt-n4 .p-chip-remove-icon {
  margin-top: -4px;
}

.cdk-drag-preview {
  z-index: 9999 !important;
}

.p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: var(--droppoint-placeholder) !important;
  border: dotted 3px var(--droppoint-placeholder-border) !important;
  min-height: 60px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.custom-placeholder {
  background: var(--droppoint-placeholder) !important;
  border: dotted var(--droppoint-placeholder-border) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drag-preview {
  background: #fff;
  cursor: grabbing !important;
}

/* Animate items as they're being sorted. */
.cdk-drop-list-dragging .cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

/* Animate an item that has been dropped. */
.cdk-drag-animating {
  transition: transform 300ms cubic-bezier(0, 0, 0.2, 1);
}

.multiple-stacked.cdk-drag-preview {
  position: relative;
  transform: translate(0, -5px);
}

.multiple-stacked.cdk-drag-preview:before, .multiple-stacked.cdk-drag-preview:after {
  transform-origin: center bottom;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  will-change: transform;
}

.multiple-stacked.cdk-drag-preview:before {
  transform: translate(0, -13px) scale(0.95) !important;
  z-index: -1;
  background: #eaeaea !important;
  border-radius: 5px;
}

.multiple-stacked.cdk-drag-preview:after {
  transform: translate(0, -26px) scale(0.9) !important;
  z-index: -2;
  background-color: #d9d8d8 !important;
  border-radius: 5px;
}

.multiple-stacked.cdk-drag-preview:hover:after {
  transform: translate(0, -26px) scale(0.9) !important;
}

.stacked.cdk-drag-preview {
  position: relative;
  transform: translate(0, -5px);
}

.stacked.cdk-drag-preview:before {
  transform-origin: center bottom;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  will-change: transform;
}

.stacked.cdk-drag-preview:before {
  transform: translate(0, -13px) scale(0.95) !important;
  z-index: -1;
  background: #eaeaea !important;
  border-radius: 5px;
}

.drag-preview-tooltip {
  display: none;
}

.cdk-drag-preview .drag-preview-tooltip {
  position: absolute;
  bottom: -10px;
  right: 10px;
  background: #48afef;
  padding: 6px 12px;
  border-radius: 5px;
  display: block !important;
  font-size: 14px;
  color: #fff;
}

.cdk-drag-preview.accordion-viewonly .accordion-content-h-0 {
  overflow: visible !important;
}

.card-overlay-placeholder .custom-placeholder {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000 !important;
  opacity: 0.8;
  margin: 0 !important;
}

.job-package-panel .worker-placeholder {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000 !important;
  opacity: 0.8;
  margin: 0 !important;
}

.cdk-drag-preview {
  cursor: grabbing !important;
}

.cdk-drag-preview.p-accordionpanel {
  overflow: hidden;
}

.cdk-drag-preview.drag-preview-h-46 {
  height: 46px !important;
}

.cdk-drag-preview.drag-preview-h-46 p-accordion-content {
  display: none;
}

.cdk-drag-preview.drag-preview-h-70 {
  height: 70px !important;
}

.cdk-drag-preview.drag-preview-h-70 p-accordion-content {
  display: none;
}

.cdk-drag-preview .fa-chevron-down {
  transform: rotate(270deg) !important;
}

.cdk-drag-preview .circle-select {
  display: none !important;
}

.cdk-drag-preview.ondrag-bg-black-700 {
  background-color: var(--black-700) !important;
}

:root {
  --control-item-bg: var(--black-900);
  --control-item-hover-bg: var(--black-600);
  --control-item-border: var(--black-900);
  --control-item-hover-border: var(--black-600);
}

.leaflet-interactive {
  outline: none !important;
}

.leaflet-vh-152 .leaflet-container {
  height: calc(100vh - 60px - 80px - 12px);
}

.leaflet-vh-147 .leaflet-container {
  height: calc(100vh - 60px - 80px - 7px) !important;
}

.leaflet-vh-198 .leaflet-container {
  height: 16rem !important;
}

@media (min-width: 992px) {
  .leaflet-vh-198 .leaflet-container {
    height: calc(100vh - 60px - 80px - 58px) !important;
  }
}

.leaflet-vh-228 .leaflet-container {
  height: calc(100vh - 60px - 168px);
}

.leaflet-vh-202 .leaflet-container {
  height: calc(100vh - 60px - 142px);
}

.leaflet-vh-298 .leaflet-container {
  height: calc(100vh - 60px - 158px);
}

.leaflet-vh-470 .leaflet-container {
  height: calc(100vh - 60px - 330px);
}

.height-11 .leaflet-container {
  height: 11rem !important;
}

.height-12 .leaflet-container {
  height: 12rem !important;
}

.leaflet-h-100 .leaflet-container {
  height: 100% !important;
}

.leaflet-h-300 .leaflet-container {
  height: 300px !important;
}

.leaflet-h-px-180 .leaflet-container {
  height: 180px !important;
}

@media (min-width: 992px) {
  .leaflet-h-lg-100 .leaflet-container {
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .leaflet-h-xl-100 .leaflet-container {
    height: 100% !important;
  }
}

.leaflet-popup-content {
  margin: 12px 23px 12px 12px !important;
  min-width: 120px !important;
}

a.leaflet-popup-close-button {
  top: 2px;
  right: 2px;
}

.map-full-screen-btn {
  position: absolute;
  top: 81px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 32px;
  font-size: 20px;
  z-index: 999;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.leaflet-bar,
.leaflet-control-layers {
  border: 2px solid #cccccc !important;
}

.leaflet-bar a,
.leaflet-control-layers a {
  color: var(--gray-shade-1000) !important;
}

.leaflet-popup-content {
  min-width: 200px !important;
}

.custom-worker-popup .leaflet-popup-content-wrapper {
  border-radius: 8px !important;
}

.custom-worker-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0 !important;
}

.custom-worker-popup .leaflet-popup-close-button {
  display: none;
}

.leaflet-vh-92 .leaflet-container {
  height: calc(100vh - 60px - 32px) !important;
}

.leaflet-rounded-6 .leaflet-container {
  border-radius: 6px;
}

.layer-z-998 .leaflet-control-container .leaflet-top {
  z-index: 998 !important;
}

.leaflet-popup.rounded-px-6 .leaflet-popup-content-wrapper {
  border-radius: 6px;
}

.leaflet-popup.content-m-0 .leaflet-popup-content {
  margin: 0 !important;
}

.leaflet-popup.close-icon-none .leaflet-popup-close-button {
  display: none;
}

.close-icon-fs-18 .leaflet-popup-close-button {
  font-size: 18px !important;
  color: var(--gray-shade-600);
}

.close-icon-right-1 .leaflet-popup-close-button {
  right: 1px !important;
}

.btn-control.btn-dark {
  background-color: var(--control-item-bg) !important;
}

.btn-control.btn-dark:hover, .btn-control.btn-dark:focus {
  background-color: var(--control-item-hover-bg) !important;
}

.btn-control.btn-dark.active-ctrl {
  background-color: var(--control-item-hover-bg) !important;
}

.bg-dark-base {
  --color-dark-base: var(--black-900);
  background-color: var(--black-900) !important;
}

.bg-dark-hover:hover {
  background-color: var(--black-600) !important;
}

.coreui-container app-area-management-mfe-entry .map-wrapper {
  margin-inline-start: -18px;
  margin-inline-end: -15px;
}

.map-wrapper-vh-269 .map-wrapper {
  height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}

.map-wrapper-vh-269 .map-wrapper.vh-100 {
  height: 100vh !important;
}

.cursor-pencil #mapId:not(.leaflet-grab):not(.leaflet-dragging),
.cursor-pencil #mapId:not(.leaflet-grab):not(.leaflet-dragging) * {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black' viewBox='0 0 512 512'><path d='M362.7 19.3C378.1 3.9 403.9 3.9 419.3 19.3L492.7 92.7C508.1 108.1 508.1 133.9 492.7 149.3L160 482.7C153.5 489.2 144.8 493.4 135.4 494.4L24 508C10.7 509.6-2 497.3 0 484L13.6 372.6C14.6 363.2 18.8 354.5 25.3 348L362.7 19.3z'/></svg>") 0 24, auto !important;
}

.cursor-node #mapId:not(.leaflet-grab):not(.leaflet-dragging),
.cursor-node #mapId:not(.leaflet-grab):not(.leaflet-dragging) * {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black' viewBox='0 0 320 512'><path d='M64 32L64 352H121.4L59.7 471.5C55.5 479.7 58.8 489.9 67 494.1C75.2 498.3 85.4 495 89.6 486.8L158.4 352H256L64 32z'/></svg>") 4 4, auto !important;
}

.cursor-square #mapId:not(.leaflet-grab):not(.leaflet-dragging),
.cursor-square #mapId:not(.leaflet-grab):not(.leaflet-dragging) * {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black' viewBox='0 0 448 512'><path d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z'/></svg>") 4 4, auto !important;
}

.cursor-draw #mapId:not(.leaflet-grab):not(.leaflet-dragging),
.cursor-draw #mapId:not(.leaflet-grab):not(.leaflet-dragging) * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M290.74 93.24L418.75 221.25 149.31 490.69c-4.69 4.69-10.94 8.28-17.56 10.39L17.94 511.94c-11.25 3.38-22.81-3.38-26.19-14.63-.75-2.25-1.13-4.69-1.13-7.06L10.92 380.25c2.12-6.62 5.69-12.88 10.38-17.56L290.74 93.24zM497.94 74.06l-60.1-60.1c-18.75-18.75-49.15-18.75-67.88 0l-46.06 46.06 127.99 127.99 46.05-46.05c18.75-18.75 18.75-49.15 0-67.9z'/%3E%3C/svg%3E") 0 24, crosshair !important;
}

.cursor-default #mapId:not(.leaflet-grab):not(.leaflet-dragging),
.cursor-default #mapId:not(.leaflet-grab):not(.leaflet-dragging) * {
  cursor: pointer !important;
}

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

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row {
  gap: 14px !important;
  align-items: start !important;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row .p-fileupload-filename {
  width: 40%;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row > div {
  padding: 0 !important;
  font-size: 14px;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row > div:first-child {
  display: none !important;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row > div:last-child {
  width: 10% !important;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row .p-button-icon-only {
  width: unset !important;
  padding: 5px 11px !important;
  color: #74808f;
  border-color: rgba(116, 128, 143, 0.5);
  background: white;
  border-width: 2px;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row .p-button-icon-only:hover {
  color: white;
  background-color: #74808f;
  border-color: #74808f;
}

p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-row .p-button-icon-only .p-button-icon {
  font-size: 11px !important;
}

p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button {
  color: white !important;
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  padding: 0px 18px !important;
  font-size: 14px !important;
}

p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button .p-button-label {
  font-weight: 600 !important;
}

p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button .pi {
  font-size: 12px !important;
}

p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button:hover {
  background-color: #636d7a !important;
  border-color: #5d6672 !important;
}

p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

p-fileupload .p-fileupload.fileupload-btn-py-6 .p-fileupload-buttonbar .p-button {
  padding-block: 6px !important;
}

p-fileupload.have-img .p-fileupload .p-fileupload-content .p-fileupload-row > div:first-child {
  display: inline-block !important;
  width: 60px;
}

p-fileupload.have-img .p-fileupload .p-fileupload-content .p-fileupload-row .p-button-icon-only {
  border-color: transparent;
  transition: 0.3s ease-in-out;
}

p-fileupload.have-img .p-fileupload .p-fileupload-content .p-fileupload-row .p-button-icon-only:hover {
  background-color: #b3b3b3;
}

p-fileupload .p-fileupload {
  position: relative;
}

p-fileupload .p-fileupload.drag-area {
  min-height: 255px;
  background: var(--white);
  border: unset;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 50px 0;
  background: var(--white);
  border: unset;
  margin-bottom: 20px;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar span,
p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar p-button,
p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar h5,
p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar .h5 {
  z-index: 999;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar .p-fileupload-choose {
  background-color: var(--white) !important;
  border-color: var(--white) !important;
  position: absolute;
  top: 110px;
  color: #008bdf !important;
  margin-top: 22px;
  font-size: 16px !important;
  margin-right: 0;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar .p-fileupload-choose:focus {
  box-shadow: unset;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar .p-fileupload-choose:focus-visible {
  box-shadow: var(--input-focus-shadow);
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar .p-fileupload-choose .p-button-label {
  display: none;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar p-button:nth-child(2) {
  background: transparent;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar p-button:nth-child(2) button {
  background-color: var(--white) !important;
  border-color: var(--white) !important;
  box-shadow: unset;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar p-button:nth-child(2) button uploadicon svg {
  color: var(--gray-shade-600);
  width: 2rem;
  height: 2rem;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar p-button:nth-child(2) button .p-button-label {
  display: none;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-buttonbar p-button:nth-child(3) {
  display: none;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-content {
  border: 2px dashed var(--gray-shade-500);
  padding-top: 0.9375rem;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: auto;
  min-height: 250px;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-content .p-progressbar {
  display: none;
  height: 6px;
  width: 97%;
  left: 12px;
  margin-top: 206px;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-content .p-progressbar .p-progressbar-value {
  background: var(--primary);
}

p-fileupload .p-fileupload.drag-area .p-fileupload-content .p-fileupload-files {
  padding-top: 190px;
  width: 100%;
}

p-fileupload .p-fileupload.drag-area .p-fileupload-content .p-fileupload-files .p-fileupload-row {
  margin-bottom: 8px;
  align-items: center !important;
}

p-fileupload .p-fileupload.drag-area ul {
  display: none;
}

p-fileupload .p-fileupload .custom-file-item:not(:first-child) .form-label {
  display: none !important;
}

.p-fileupload.upload-files-outside .p-fileupload-files {
  position: absolute;
  padding-top: 0 !important;
  left: 0;
}

.p-fileupload.upload-files-top-300 .p-fileupload-files {
  top: 300px;
}

.p-fileupload.upload-files-top-310 .p-fileupload-files {
  top: 310px;
}

.p-fileupload.upload-files-top-235 .p-fileupload-files {
  top: 235px;
}

.p-fileupload.upload-files-top-220 .p-fileupload-files {
  top: 220px;
}

.p-fileupload.upload-files-top-202 .p-fileupload-files {
  top: 202px;
}

.p-fileupload.upload-files-top-145 .p-fileupload-files {
  top: 145px;
}

.p-fileupload.upload-files-pt-178 .p-fileupload-files {
  padding-top: 178px !important;
}

.p-fileupload.p-progressbar-none p-progressbar {
  display: none;
}

.p-fileupload.upload-files-top-180 .p-fileupload-files {
  top: 180px;
}

.p-fileupload.upload-choose-top-10 .p-fileupload-buttonbar .p-fileupload-choose {
  top: 10px !important;
  font-weight: 600;
}

.p-fileupload.upload-content-h-160.p-fileupload.drag-area {
  min-height: 160px !important;
}

.p-fileupload.upload-content-h-160.p-fileupload.drag-area .p-fileupload-buttonbar {
  padding: 0px 0;
  margin-bottom: 0;
}

.p-fileupload.upload-content-h-160 .p-fileupload-content {
  min-height: 160px !important;
}

.p-fileupload.upload-choose-top-52 .p-fileupload-buttonbar .p-fileupload-choose {
  top: 52px !important;
  font-weight: 600;
}

.p-fileupload.upload-choose-transparent.drag-area .p-fileupload-buttonbar .p-fileupload-choose {
  background: transparent !important;
  border-color: transparent !important;
}

.p-fileupload.upload-content-h-250.drag-area {
  min-height: 250px !important;
}

.p-fileupload.upload-content-h-250.drag-area .p-fileupload-buttonbar {
  padding: 0px 0;
  margin-bottom: 0;
}

.p-fileupload.upload-content-h-250 .p-fileupload-content {
  min-height: 250px !important;
}

.p-fileupload.upload-files-top-260 .p-fileupload-files {
  top: 260px;
}

p-fileupload .p-fileupload.p-buttonbar-row .p-fileupload-buttonbar {
  flex-direction: row;
  justify-content: start;
}

p-fileupload .p-fileupload.p-buttonbar-p-0 .p-fileupload-buttonbar {
  padding: 0;
}

p-fileupload .p-fileupload.p-buttonbar-mb-0 .p-fileupload-buttonbar {
  margin-bottom: 0;
}

p-fileupload .p-fileupload.p-choose-end-70 .p-fileupload-buttonbar .p-fileupload-choose {
  inset-inline-end: 70px;
}

p-fileupload .p-fileupload.p-choose-top-0 .p-fileupload-buttonbar .p-fileupload-choose {
  top: 0;
  margin-top: 0;
}

p-fileupload .p-fileupload.p-btn-light .p-fileupload-buttonbar .p-fileupload-choose {
  border: 2px solid var(--btn-border-light) !important;
  color: var(--btn-color-light) !important;
  background: var(--btn-bg-light) !important;
  border-color: var(--btn-border-light);
  padding: 0.375rem 1.125rem;
  font-size: 0.875rem;
  border-radius: 0.3rem;
  font-weight: 600;
}

p-fileupload .p-fileupload.p-btn-light .p-fileupload-buttonbar .p-fileupload-choose:hover {
  color: var(--gray-shade-900) !important;
  border: 2px solid var(--btn-border-light) !important;
  background: var(--btn-border-light) !important;
}

p-fileupload .p-fileupload.p-btn-light .p-fileupload-buttonbar .p-fileupload-choose svg {
  fill: var(--btn-border-light);
}

p-fileupload .p-fileupload.p-btn-light .p-fileupload-buttonbar .p-fileupload-choose:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 128, 143, 0.3);
}

p-fileupload .p-fileupload.p-upload-content-min-h-140 .p-fileupload-content {
  min-height: 140px;
}

p-fileupload .p-fileupload.p-upload-content-info .p-fileupload-content {
  background: #ebf7ff;
  border-color: var(--primary);
}

p-fileupload .p-fileupload.p-upload-content-rounded-5 .p-fileupload-content {
  border-radius: 0.3125rem;
}

p-fileupload .p-fileupload.upload-files-outside.dropzone-forground .p-fileupload-content {
  background: transparent !important;
  z-index: 9999 !important;
}

p-fileupload .p-fileupload.upload-files-outside.drop-zone-inactive .p-fileupload-content {
  z-index: 9 !important;
}

p-fileupload.upload-error .upload-files-outside.dropzone-forground .p-fileupload-content {
  z-index: 999 !important;
}

p-tree .p-tree {
  position: relative;
  padding: 6px;
  border-color: #ccd5e0;
}

p-tree .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label {
  width: 100%;
}

p-tree .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  box-shadow: unset;
}

p-tree .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  width: unset;
  height: unset;
}

p-tree .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  box-shadow: unset;
}

p-tree .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler .pi {
  font-size: 12px;
}

p-tree .p-tree .p-tree-container .p-treenode.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
  display: none;
}

p-tree .p-tree.treenode-child-ps-0 .p-treenode-children {
  padding-inline-start: 0;
}

p-tree .p-tree.p-treenode-content-align-start .p-treenode-content {
  align-items: start;
}

p-tree .p-tree.hierarchical-tree {
  padding: 0;
  border: unset;
}

p-tree .p-tree.hierarchical-tree .p-tree-wrapper {
  overflow: visible;
}

p-tree .p-tree.hierarchical-tree .p-tree-container .p-treenode .p-treenode-content {
  height: 50px;
  padding: 6px 10px;
  border: 2px solid var(--card-border-color);
  margin-bottom: 4px;
  background: var(--p-treenode-background);
}

p-tree .p-tree.hierarchical-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: var(--p-treenode-background);
  color: var(--p-treenod-highlight-color);
  border: 2px solid var(--card-border-color);
}

p-tree .p-tree.hierarchical-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler {
  color: var(--p-tree-toggler);
}

p-tree .p-tree.hierarchical-tree.parent-node-unhighlighted .p-tree-container > p-treenode > .p-treenode > .p-treenode-content.p-highlight {
  background: transparent;
  color: #212529;
  border-color: var(--card-border-color);
}

p-tree .p-tree.hierarchical-tree.parent-node-unhighlighted .p-tree-container > p-treenode > .p-treenode > .p-treenode-content.p-highlight .p-tree-toggler {
  color: var(--p-tree-toggler);
}

p-tree .p-tree.hierarchical-tree.parent-input-group .p-tree-container > p-treenode > .p-treenode > .p-treenode-content {
  position: relative;
  margin-left: 26px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  border-inline-start: 0;
}

p-tree .p-tree.hierarchical-tree.parent-input-group .p-tree-container > p-treenode > .p-treenode > .p-treenode-content.p-highlight {
  background: var(--p-treenod-highlight-bg);
  color: var(--p-treenod-highlight-color);
  border-color: #3d70b2;
}

p-tree .p-tree.hierarchical-tree.parent-input-group .p-tree-container > p-treenode > .p-treenode > .p-treenode-content.p-highlight .input-group-media {
  border-color: #3d70b2;
}

p-tree .p-tree.hierarchical-tree.parent-input-group .p-tree-container > p-treenode > .p-treenode.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
  display: block !important;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container > p-treenode > .p-treenode > .p-treenode-content .input-group-wrapper .input-group-media {
  top: 16px;
  left: -61px;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container > p-treenode > .p-treenode::before {
  height: calc(100% - 83px);
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-content {
  position: relative;
  margin-left: 26px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  border-inline-start: 0;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-content.p-highlight {
  background: var(--p-treenod-highlight-bg);
  color: var(--p-treenod-highlight-color);
  border-color: #3d70b2;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-content.p-highlight .input-group-media {
  border-color: #3d70b2;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-children {
  padding: 0 0 0 2rem;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-children p-treenode .p-treenode .p-treenode-content {
  height: 52px;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-children p-treenode .p-treenode .p-treenode-content .input-group-wrapper .input-group-media {
  top: 26px;
  left: -42px;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-children p-treenode .p-treenode .p-treenode-content .input-group-wrapper .input-group-media i {
  height: 50px;
}

p-tree .p-tree.hierarchical-tree.with-icon .p-tree-container p-treenode .p-treenode .p-treenode-children p-treenode .p-treenode .p-treenode-content::before {
  content: "";
  border: 1px solid #bfccd480;
  border-style: dashed;
  height: 2px;
  position: absolute;
  left: -50px;
  top: 26px;
  width: 17px;
}

p-tree .p-tree.hierarchical-tree .input-group-wrapper .input-group-media {
  position: absolute;
  transform: unset;
  top: -9px;
  left: -61px;
  border-radius: 4px;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-inline-end: 0 !important;
  border: 2px solid var(--card-border-color);
  background: var(--p-treenode-input-group-bg);
  transform: none !important;
  height: 50px;
  display: flex;
  align-items: center;
}

p-tree .p-tree.hierarchical-tree .input-group-wrapper .input-group-media.icon {
  opacity: 1;
}

p-tree .p-tree.hierarchical-tree .input-group-wrapper .input-group-media i {
  width: 32px;
  font-size: 13px;
  padding-block: 0;
}

p-tree .p-tree.hierarchical-tree .p-tree-container {
  overflow: hidden;
  background: var(--p-treenode-background);
}

p-tree .p-tree.hierarchical-tree .p-tree-container > p-treenode {
  position: relative;
}

p-tree .p-tree.hierarchical-tree .p-tree-container > p-treenode > .p-treenode::before {
  content: "";
  border: 1px solid #bfccd480;
  border-style: dashed;
  height: calc(100% - 80px);
  position: absolute;
  left: 10px;
  top: 52px;
}

p-tree .p-tree.hierarchical-tree .p-tree-container > p-treenode > .p-treenode > .p-treenode-children > p-treenode > .p-treenode > .p-treenode-content {
  position: relative;
}

p-tree .p-tree.hierarchical-tree .p-tree-container > p-treenode > .p-treenode > .p-treenode-children > p-treenode > .p-treenode > .p-treenode-content::before {
  content: "";
  border: 1px solid #bfccd480;
  border-style: dashed;
  height: 2px;
  position: absolute;
  left: -10px;
  top: 26px;
  width: 11px;
}

p-tree .p-tree.hierarchical-tree.treenode-children-h-px-70 .p-tree-container > p-treenode > .p-treenode > .p-treenode-children > p-treenode > .p-treenode > .p-treenode-content {
  height: 70px;
}

p-tree .p-tree.hierarchical-tree.treenode-children-h-px-70 .p-tree-container > p-treenode > .p-treenode::before {
  height: calc(100% - 104px);
}

p-tree .p-tree.hierarchical-tree.p-tree-draggable .p-tree-container > p-treenode > .p-treenode::before {
  content: "";
  height: calc(100% - 92px);
  top: 57px;
}

p-treetable .p-treetable .p-treetable-scrollable-wrapper .p-treetable-scrollable-body {
  overflow: visible;
}

p-treetable .p-treetable table {
  table-layout: unset;
}

p-treetable .p-treetable .p-treetable-tbody {
  position: relative;
}

p-treetable .p-treetable .p-treetable-tbody tr:not(:first-child) td:first-child {
  position: relative;
}

p-treetable .p-treetable .p-treetable-tbody tr:not(:first-child):not([aria-level="1"]) td:first-child::before {
  content: "";
  border: dotted #bbb;
  border-width: 0 0 2px 2px;
  display: block;
  position: absolute;
  width: 24px;
  height: 42px;
  top: -23px;
}

p-treetable .p-treetable .p-treetable-tbody tr:not(:first-child):not([aria-level="1"]):not([aria-level="2"]) td:first-child span:not(:nth-child(1)):not(:nth-child(2)).tree-line::before {
  content: "";
  border: dotted #bbb;
  border-width: 0 0 2px 2px;
  display: block;
  position: absolute;
  width: 0;
  height: 43px;
  top: -20px;
}

p-treetable .p-treetable .p-treetable-tbody tr td {
  padding-inline: 6px;
  padding-block: 10px;
}

p-treetable .p-treetable .p-treetable-tbody tr td:nth-child(1) {
  width: 306px;
}

p-treetable .p-treetable .p-treetable-tbody tr td.sticky-column-end {
  background-color: #fff;
  position: sticky;
  right: 0;
}

p-treetable .p-treetable .p-treetable-tbody .p-treetable-toggler {
  margin-left: 0 !important;
  position: relative;
  align-items: start;
  height: auto;
  vertical-align: baseline;
}

p-treetable .p-treetable .p-treetable-tbody .p-treetable-toggler chevrondownicon .p-icon {
  display: none;
}

p-treetable .p-treetable .p-treetable-tbody .p-treetable-toggler chevrondownicon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%2374808F' stroke-width='2'/%3E%3Cpath d='M8 10l4 4 4-4' fill='none' stroke='%2374808F' stroke-width='2'/%3E%3C/svg%3E");
  z-index: 1;
  background: white;
  height: 17px;
}

p-treetable .p-treetable .p-treetable-tbody .p-treetable-toggler chevronrighticon .p-icon {
  display: none;
}

p-treetable .p-treetable .p-treetable-tbody .p-treetable-toggler chevronrighticon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%2374808F' stroke-width='2'/%3E%3Cpath d='M10 16l4-4-4-4' fill='none' stroke='%2374808F' stroke-width='2'/%3E%3C/svg%3E");
  z-index: 1;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="2"] td:first-child::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="3"] td:first-child::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="4"] td:first-child::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="5"] td:first-child::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="6"] td:first-child::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="7"] td:first-child::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child::before {
  left: 2805px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child::before {
  left: 2835px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child::before {
  left: 2865px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child::before {
  left: 2895px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child::before {
  left: 2925px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child::before {
  left: 2955px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="3"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="4"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="4"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="5"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="5"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="5"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="6"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="6"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="6"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="6"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="7"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="7"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="7"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="7"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="7"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="8"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="9"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="10"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="11"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="12"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="13"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="14"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="15"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="16"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="17"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="18"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="19"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="20"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="21"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="22"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="23"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="24"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="25"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="26"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="27"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="28"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="29"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="30"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="31"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="32"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="33"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="34"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="35"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="36"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="37"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="38"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="39"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="40"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="41"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="42"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="43"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="44"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="45"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="46"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="47"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="48"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="49"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="50"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="51"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="52"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="53"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="54"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="55"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="56"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="57"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="58"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="59"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="60"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="61"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="62"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="63"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="64"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="65"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="66"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="67"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="68"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="69"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="70"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="71"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="72"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="73"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="74"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="75"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="76"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="77"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="78"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="79"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="80"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="81"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="82"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="83"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="84"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="85"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="86"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="87"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="88"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="89"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="90"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="91"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="92"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="93"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="94"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="95"] td:first-child span.tree-line:nth-child(95)::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(95)::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="96"] td:first-child span.tree-line:nth-child(96)::before {
  left: 2805px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(95)::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(96)::before {
  left: 2805px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="97"] td:first-child span.tree-line:nth-child(97)::before {
  left: 2835px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(95)::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(96)::before {
  left: 2805px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(97)::before {
  left: 2835px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="98"] td:first-child span.tree-line:nth-child(98)::before {
  left: 2865px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(95)::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(96)::before {
  left: 2805px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(97)::before {
  left: 2835px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(98)::before {
  left: 2865px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="99"] td:first-child span.tree-line:nth-child(99)::before {
  left: 2895px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(3)::before {
  left: 15px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(4)::before {
  left: 45px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(5)::before {
  left: 75px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(6)::before {
  left: 105px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(7)::before {
  left: 135px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(8)::before {
  left: 165px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(9)::before {
  left: 195px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(10)::before {
  left: 225px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(11)::before {
  left: 255px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(12)::before {
  left: 285px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(13)::before {
  left: 315px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(14)::before {
  left: 345px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(15)::before {
  left: 375px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(16)::before {
  left: 405px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(17)::before {
  left: 435px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(18)::before {
  left: 465px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(19)::before {
  left: 495px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(20)::before {
  left: 525px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(21)::before {
  left: 555px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(22)::before {
  left: 585px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(23)::before {
  left: 615px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(24)::before {
  left: 645px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(25)::before {
  left: 675px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(26)::before {
  left: 705px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(27)::before {
  left: 735px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(28)::before {
  left: 765px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(29)::before {
  left: 795px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(30)::before {
  left: 825px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(31)::before {
  left: 855px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(32)::before {
  left: 885px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(33)::before {
  left: 915px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(34)::before {
  left: 945px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(35)::before {
  left: 975px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(36)::before {
  left: 1005px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(37)::before {
  left: 1035px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(38)::before {
  left: 1065px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(39)::before {
  left: 1095px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(40)::before {
  left: 1125px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(41)::before {
  left: 1155px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(42)::before {
  left: 1185px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(43)::before {
  left: 1215px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(44)::before {
  left: 1245px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(45)::before {
  left: 1275px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(46)::before {
  left: 1305px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(47)::before {
  left: 1335px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(48)::before {
  left: 1365px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(49)::before {
  left: 1395px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(50)::before {
  left: 1425px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(51)::before {
  left: 1455px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(52)::before {
  left: 1485px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(53)::before {
  left: 1515px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(54)::before {
  left: 1545px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(55)::before {
  left: 1575px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(56)::before {
  left: 1605px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(57)::before {
  left: 1635px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(58)::before {
  left: 1665px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(59)::before {
  left: 1695px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(60)::before {
  left: 1725px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(61)::before {
  left: 1755px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(62)::before {
  left: 1785px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(63)::before {
  left: 1815px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(64)::before {
  left: 1845px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(65)::before {
  left: 1875px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(66)::before {
  left: 1905px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(67)::before {
  left: 1935px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(68)::before {
  left: 1965px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(69)::before {
  left: 1995px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(70)::before {
  left: 2025px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(71)::before {
  left: 2055px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(72)::before {
  left: 2085px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(73)::before {
  left: 2115px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(74)::before {
  left: 2145px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(75)::before {
  left: 2175px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(76)::before {
  left: 2205px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(77)::before {
  left: 2235px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(78)::before {
  left: 2265px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(79)::before {
  left: 2295px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(80)::before {
  left: 2325px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(81)::before {
  left: 2355px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(82)::before {
  left: 2385px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(83)::before {
  left: 2415px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(84)::before {
  left: 2445px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(85)::before {
  left: 2475px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(86)::before {
  left: 2505px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(87)::before {
  left: 2535px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(88)::before {
  left: 2565px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(89)::before {
  left: 2595px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(90)::before {
  left: 2625px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(91)::before {
  left: 2655px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(92)::before {
  left: 2685px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(93)::before {
  left: 2715px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(94)::before {
  left: 2745px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(95)::before {
  left: 2775px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(96)::before {
  left: 2805px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(97)::before {
  left: 2835px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(98)::before {
  left: 2865px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(99)::before {
  left: 2895px;
}

.p-treetable-tbody tr:not(:first-child)[aria-level="100"] td:first-child span.tree-line:nth-child(100)::before {
  left: 2925px;
}

.tree-loader-top-170 .p-treetable-loading-overlay {
  position: fixed;
  top: 170px;
  height: calc(100vh - 60px - 80px - 49px) !important;
  z-index: 999 !important;
}

.tree-loader-width-352 .p-treetable-loading-overlay {
  width: 352px;
  background-color: rgba(255, 255, 255, 0.75);
}

.tree-loader-start-16 .p-treetable-loading-overlay {
  left: 16px;
}

.loader-transition-unset .p-treetable-loading-overlay {
  transition: unset;
}

.p-treetable-loading svg {
  color: var(--primary);
}

ktd-grid-item {
  background-color: #ffffff;
  border-radius: 0.375rem;
  cursor: move;
}

.custom-placeholder-container {
  background: #ccc;
  border: dotted 3px #999;
  min-height: 60px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  border-radius: 0.375rem;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.grid-item-resize-icon:after {
  right: 4px !important;
  bottom: 4px !important;
  width: 8px !important;
  height: 8px !important;
}

.bg-tooltip-white .apexcharts-tooltip {
  background: var(--apex-tooltip-bg) !important;
  padding: 8px 10px;
  box-shadow: 0px 1px 4px #15223214 !important;
}

.fc .fc-popover {
  z-index: 1100;
}

.customized-fc .fc-view-harness th a {
  color: var(--text-color);
}

.customized-fc .fc-view-harness td {
  border-color: var(--gray-shade-100) !important;
}

.customized-fc .cal-month-view .cal-cell-row:hover {
  background-color: unset !important;
}

.customized-fc .cal-month-view .cal-day-cell.cal-today {
  background-color: unset;
}

.customized-fc .cal-month-view .cal-cell-row .cal-cell:hover {
  background-color: unset !important;
}

.customized-fc .cal-month-view .cal-cell .cal-has-events.cal-open {
  background-color: unset !important;
}

.customized-fc .fc-day-today {
  background-color: #f5f6fa;
}

.customized-fc .fc-view-harness th a {
  color: var(--gray-shade-600);
  font-weight: 500;
}

.customized-fc .fc-view-harness .fc-cell-shaded {
  background: #f5f6fa !important;
}

.customized-fc .fc-list-event-time {
  font-size: 14px;
  color: var(--gray-shade-700);
}

.customized-fc .fc-list-table .fc-list-event-time {
  vertical-align: middle;
}

.customized-fc .fc-list-table tbody tr:nth-child(2) .fc-list-event-time {
  text-transform: capitalize;
}

.customized-fc .fc-list-table .fc-list-event-dot {
  display: none;
}

.customized-fc .fc-list-event :hover td {
  background: #f5f6fa;
}

.customized-fc.fc-th-fw-regular .fc-view-harness th a {
  font-weight: 400;
}

.customized-fc.fc-th-fw-regular .fc-datagrid-cell-main {
  font-weight: 500;
  color: var(--gray-shade-600);
  font-size: 15px;
}

.customized-fc .fc-scrollgrid-section-liquid td:first-child {
  border-right: 0;
}

.customized-fc .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: unset !important;
  border: unset !important;
}

.customized-fc .fc-dayGrid-day-text {
  font-size: 12px;
}

.customized-fc .fc-button-group .fc-button {
  background: var(--bs-btn-bg) !important;
  border-color: #d7dae2 !important;
  font-weight: 400 !important;
  padding: 0.375rem 1.125rem !important;
  font-size: 0.875rem !important;
  color: var(--gray-shade-900) !important;
  border-width: 2px !important;
}

.customized-fc .fc-toolbar-title {
  font-size: 18px !important;
}

.customized-fc .fc-view-harness th {
  background: #f5f6fa !important;
  border-color: #eaf0f4 !important;
  color: #43425d;
  height: 50px;
  vertical-align: middle !important;
  font-size: 14px;
  border-inline: 0 !important;
}

.customized-fc .fc-day-today {
  background: #f5f6fa !important;
}

.customized-fc .fc-highlight {
  color: #ffffff;
  background: #f5f6fa !important;
}

.customized-fc .fc-popover .fc-popover-header {
  padding: 10px !important;
  background: #f5f6fa !important;
}

.customized-fc .fc-popover .fc-popover-body {
  padding: 0 !important;
  max-height: 320px;
  overflow: auto;
}

.customized-fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  font-family: "fontAwesome" !important;
}

.customized-fc .fc-popover-header .fc-popover-close:before {
  content: "\f00d" !important;
}

.customized-fc .fc-popover-title {
  font-size: 14px;
  font-weight: 500;
}

.customized-fc .fc-daygrid-day-top {
  height: 12px;
}

.customized-fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 60px !important;
}

@media (min-width: 1920px) {
  .customized-fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    height: 60px !important;
  }
}

.customized-fc .fc-daygrid-day-number {
  font-size: 14px;
}

.customized-fc .fc-col-header {
  width: 100% !important;
}

.customized-fc .fc-daygrid-body {
  width: 100% !important;
}

.customized-fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}

.customized-fc.resource-col-rem-15 .fc-view-harness .fc-resource-timeline {
  color: pink;
}

.customized-fc.resource-col-rem-15 .fc-view-harness .fc-resource-timeline .fc-scrollgrid-liquid colgroup col:first-child {
  width: 15rem !important;
}

.customized-fc.resource-col-rem-15 .fc-view-harness .fc-resource-timeline .fc-scrollgrid-liquid .fc-timeline-slots colgroup col:first-child {
  width: unset !important;
}

.customized-fc.resource-col-rem-15 .fc-view-harness .fc-resource-timeline .fc-scrollgrid-liquid .fc-timeline-header colgroup col:first-child {
  width: unset !important;
}

.customized-fc .fc-timeline-event-harness {
  top: 16px !important;
  left: 7px !important;
}

.customized-fc .fc-timeline-event-harness .fc-timeline-event {
  border-radius: 25px;
  padding: 5px 10px;
}

.customized-fc .fc-timeline-event-harness .fc-timeline-event::before, .customized-fc .fc-timeline-event-harness .fc-timeline-event::after {
  content: unset;
}

.customized-fc.bg-gray-100 {
  background: unset !important;
}

.customized-fc.bg-gray-100 .fc-datagrid-cell-cushion {
  background: var(--gray-shade-100) !important;
}

.customized-fc.bg-gray-100 .fc-view-harness th {
  background: var(--gray-shade-100) !important;
}

.customized-fc .fc-resourceTimelineWeek-view th .fc-datagrid-cell-frame {
  align-items: end;
  height: 98px !important;
}

.customized-fc .fc-timeline-header-row-chrono .fc-timeline-slot-frame {
  justify-content: center;
}

.customized-fc .fc-timegrid .fc-col-header colgroup col {
  width: 90px !important;
}

.customized-fc .fc-timegrid .fc-scrollgrid-sync-table colgroup col {
  width: 90px !important;
}

.customized-fc .fc-timegrid .fc-scrollgrid-sync-table .fc-timegrid-axis-frame {
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: var(--gray-shade-700);
}

.customized-fc .fc-timegrid .fc-timegrid-slots colgroup col {
  width: 90px !important;
}

.customized-fc .fc-timegrid .fc-timegrid-slots .fc-timegrid-slot-label-frame {
  text-align: center;
  font-size: 14px;
  color: var(--gray-shade-700);
}

.customized-fc .fc-timegrid .fc-timegrid-cols colgroup col {
  width: 90px !important;
}

.customized-fc .fc-timegrid .fc-event-main .m-2.mt-12 {
  margin: 0 !important;
}

.fc.timeline-calendar {
  background: #fff;
}

.fc.timeline-calendar .fc-resource-timeline table tbody tr td {
  padding: inherit;
}

.fc.timeline-calendar .fc-toolbar.fc-header-toolbar {
  margin: 0;
}

.fc.timeline-calendar .fc-datagrid-header {
  border-color: transparent;
  border-bottom-color: #dddddd;
  border-right-color: #dddddd;
}

.fc.timeline-calendar .fc-datagrid-header .fc-datagrid-cell .fc-datagrid-cell-frame {
  opacity: 0;
}

.fc.timeline-calendar .fc-resource-timeline-divider {
  cursor: initial;
  opacity: 0;
  width: 0px;
}

.fc.timeline-calendar .fc-timeline-header-row-chrono .fc-timeline-slot-label {
  border-color: transparent;
  border-bottom-color: #dddddd;
}

.fc.timeline-calendar .fc-timeline-slot-cushion {
  color: var(--gray-shade-800);
  font-size: 14px;
  font-weight: 500;
  padding-left: 1px;
}

.fc.timeline-calendar .fc-event.event {
  background: #eff2f6;
  border: 1px dashed #cdd3da;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.fc.timeline-calendar .fc-event.event .fc-event-main {
  color: #586268;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fc.timeline-calendar .fc-event.event.event-warning {
  background: #fffcf1;
  border-color: #fcdead;
}

.fc.timeline-calendar .fc-event.event.event-warning .fc-event-title,
.fc.timeline-calendar .fc-event.event.event-warning .fc-event-main {
  color: #d07c20;
}

.fc.timeline-calendar .fc-event.event.event-success {
  background: #dfedd6;
  border-color: #dfedd6;
  border-style: solid;
}

.fc.timeline-calendar .fc-event.event.event-success .fc-event-title,
.fc.timeline-calendar .fc-event.event.event-success .fc-event-main {
  color: #355723;
}

.fc-vh-294.fc .fc-view-harness {
  height: calc(100vh - 294px) !important;
  overflow: hidden;
}

.fc-vh-250.fc .fc-view-harness {
  height: calc(100vh - 250px) !important;
  overflow: hidden;
}

.fc-event.badge-soft-success {
  background: #d9f3db !important;
}

.fc-event:hover {
  z-index: 9;
}

.schedular-calendar td {
  border: 0px solid #fff;
  border-color: #fff !important;
}

.schedular-calendar tr > td + td {
  border-left-width: 20px;
}

.schedular-calendar tr + tr > td {
  border-top-width: 20px;
}

.schedular-calendar .fc-daygrid-day-frame {
  background-color: #ebf2f7;
  border-radius: 10px;
  padding: 10px;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.schedular-calendar .fc-daygrid-day-frame .fc-daygrid-day-bg {
  display: none;
}

.schedular-calendar .fc-daygrid-day-frame::before {
  content: unset;
}

.schedular-calendar .fc-daygrid-day-frame::after {
  content: unset;
}

.schedular-calendar .fc-daygrid-day-frame .border-bottom {
  border: unset !important;
}

.schedular-calendar .fc-day-today {
  background: none !important;
}

.schedular-calendar .fc-day-today .fc-daygrid-day-frame {
  border: 2px dashed rgba(61, 112, 178, 0.5);
}

.schedular-calendar .fc-highlight {
  border-radius: 10px;
}

.schedular-calendar .fc-scrollgrid {
  border: unset;
}

.schedular-calendar .fc-view-harness {
  height: calc(100vh - 228px) !important;
}

.schedular-calendar .fc-view-harness th {
  background: #fff !important;
  border-color: #fff !important;
}

.schedular-calendar .fc-daygrid-day-top {
  justify-content: start;
}

.schedular-calendar .fc-daygrid-day-number {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: unset;
}

.schedular-calendar .fc-daygrid-block-event {
  background: transparent !important;
  border: unset;
}

.schedular-calendar .fc-scrollgrid thead {
  display: none;
}

.schedular-calendar .fc-toolbar-title {
  font-size: 16px;
}

.schedular-calendar.fc-theme-standard .fc-toolbar .fc-nextCustom-button {
  text-align: end;
}

.schedular-calendar.fc-theme-standard .fc-toolbar .fc-prevCustom-button {
  text-align: start;
}

.schedular-calendar.fc-theme-standard .fc-toolbar .fc-button {
  background: transparent !important;
  color: var(--gray-1000) !important;
  border: unset !important;
  min-width: 120px;
  font-size: 14px !important;
  font-weight: 500;
  padding-inline: 0px;
}

.schedular-calendar.fc-theme-standard .fc-toolbar .fc-button:focus {
  box-shadow: unset !important;
}

.schedular-calendar.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: transparent;
  color: var(--gray-800);
}

.schedular-calendar.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  box-shadow: unset;
}

.schedular-calendar .fc-daygrid-day-events {
  display: flex;
  text-align: end;
  justify-content: end;
  flex-wrap: nowrap;
  align-items: center;
  min-height: unset !important;
  z-index: 1;
}

.schedular-calendar .fc-daygrid-day-events .fc-daygrid-event-harness {
  display: inline-flex;
  align-items: center;
}

.schedular-calendar .fc-day-other {
  opacity: 0.52;
  pointer-events: none;
}

.schedular-calendar .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.schedular-calendar .fc-highlight {
  background-color: rgba(0, 128, 255, 0.2);
  /* Customize the color here */
}

.schedular-calendar .fc-daygrid-more-link {
  font-size: 12px;
  color: var(--gray-shade-900);
}

.schedular-calendar .fc-daygrid-more-link:hover {
  background: var(--gray-shade-400);
}

.schedular-calendar .fc-popover {
  width: 200px;
  min-width: 200px;
  border-radius: 10px;
}

.schedular-calendar .fc-popover .fc-popover-header {
  background: #ebf2f7 !important;
  border: unset !important;
  padding: 4px 12px !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.schedular-calendar .fc-popover .fc-popover-header .fc-popover-title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.schedular-calendar .fc-popover .fc-popover-header .fc-popover-close {
  font-size: 13px !important;
  color: var(--gray-shade-900) !important;
  justify-content: end !important;
}

.schedular-calendar .fc-popover .fc-popover-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  border: unset !important;
  width: 200px !important;
  min-width: 200px !important;
  padding: 56px 6px 10px 6px !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--white);
}

.schedular-calendar .fc-popover .fc-popover-body .fc-more-popover-misc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding-inline: 6px;
}

.schedular-calendar .fc-scrollgrid-sync-table .fc-daygrid-day-top {
  display: none;
}

.schedular-calendar .fc-scrollgrid-sync-table td {
  position: relative;
}

planning-portal-day-cell-content {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
}

.fc-popover-body + planning-portal-day-cell-content {
  top: 38px;
}

.fc-license-message {
  display: none !important;
}

.fc.salary-capture.timeline-calendar .fc-event {
  z-index: auto !important;
}

.fc.salary-capture.timeline-calendar .fc-event.event {
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid var(--gray-shade-400);
  padding: 0;
}

.fc.salary-capture.timeline-calendar .fc-event.event .fc-event-main {
  color: var(--gray-shade-1000);
}

.fc.salary-capture.timeline-calendar .fc-event.event.paused-job::after, .fc.salary-capture.timeline-calendar .fc-event.event.switched-job::after {
  font-family: "Font Awesome 6 Free";
  color: var(--primary);
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  right: -8px;
  top: 11px;
  z-index: 9;
}

.fc.salary-capture.timeline-calendar .fc-event.event.paused-job::after {
  content: "\f28b";
}

.fc.salary-capture.timeline-calendar .fc-event.event.switched-job::after {
  content: "\f0a9";
}

.fc.salary-capture.timeline-calendar .fc-event.bg-primary-25 {
  background: #cedbec !important;
}

.fc.salary-capture.timeline-calendar .fc-timeline-event-harness {
  top: 0 !important;
}

.fc.salary-capture.timeline-calendar .fc-timeline-event-harness.manual-line-wrapper {
  top: 50px !important;
}

.fc.salary-capture td,
.fc.salary-capture th {
  border: 1px solid var(--border-color) !important;
}

.fc.salary-capture .fc-timeline-header-row th,
.fc.salary-capture .fc-scrollgrid-section-header th,
.fc.salary-capture .fc-scrollgrid-section-footer th {
  border: 0 !important;
}

.fc.salary-capture .fc-scrollgrid {
  border-color: var(--border-color) !important;
}

.fc.salary-capture .fc-timeline-slot-minor {
  border-left: 0 !important;
}

.fc.salary-capture .fc-timeline-slot-major {
  border-right: 0 !important;
}

.fc.salary-capture .fc-timeline-lane[data-resource-id="activity"], .fc.salary-capture .fc-timeline-lane[data-resource-id="job"] {
  border-block: 0 !important;
}

.fc.salary-capture .fc-timeline-lane[data-resource-id="timelineIcons"] {
  border-block: 0 !important;
}

.fc.salary-capture .fc-event-main {
  z-index: auto;
}

.fc.salary-capture .manual-line.fc-event {
  background: rgba(239, 242, 246, 0.7);
}

.fc.salary-capture .manual-line.fc-event:hover {
  z-index: 9 !important;
  background: #eff2f6;
}

.fc.salary-capture .manual-line.fc-event:hover .fc-event-resizer-end {
  right: 0;
  width: 14px;
  z-index: 99;
}

.fc.salary-capture .manual-line.fc-event-resizing .fc-event-main {
  z-index: 9;
}

.fc.salary-capture .manual-line.bg-danger-200-op7 {
  background: rgba(255, 182, 172, 0.7) !important;
}

.fc.salary-capture .manual-line.bg-danger-200-op7:hover {
  background: #ffb6ac !important;
}

.fc.salary-capture .manual-line.bg-success-200-op7 {
  background: rgba(186, 243, 219, 0.7) !important;
}

.fc.salary-capture .manual-line.bg-success-200-op7:hover {
  background: #baf3db !important;
}

[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
}

[type=range]::-moz-focus-outer {
  border: 0;
}

[type=range]:focus {
  outline: 0;
}

[type=range]:focus::-webkit-slider-runnable-track {
  background: #dbdbdb;
}

[type=range]:focus::-ms-fill-lower {
  background: #eceff1;
}

[type=range]:focus::-ms-fill-upper {
  background: #fbfbfc;
}

[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: #eceff1;
  border: 0px solid #cfd8dc;
  border-radius: 5px;
}

[type=range]::-webkit-slider-thumb {
  background: #575757;
  border: 0px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}

[type=range]::-moz-range-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: #dbdbdb;
  border: 0px solid #dbdbdb;
  border-radius: 5px;
  height: 4px;
}

[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #575757;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
}

[type=range]::-ms-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

[type=range]::-ms-fill-lower {
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}

[type=range]::-ms-fill-upper {
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}

[type=range]::-ms-thumb {
  background: #575757;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 2px;
}

[type=range]:disabled::-webkit-slider-thumb,
[type=range]:disabled::-moz-range-thumb,
[type=range]:disabled::-ms-thumb,
[type=range]:disabled::-webkit-slider-runnable-track,
[type=range]:disabled::-ms-fill-lower,
[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

p-sorticon sortalticon svg {
  width: 13px !important;
}

p-sorticon.svg-me-0 svg {
  margin-inline-end: 0 !important;
}

p-slider .p-slider .p-slider-handle {
  margin-top: -8px !important;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: white;
  border-color: var(--primary);
}

p-slider .p-slider .p-slider-range {
  background: var(--primary);
}

p-slider .p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: var(--primary);
  border-color: var(--primary);
}

p-slider .p-slider.p-slider-horizontal {
  height: 3px;
}

p-slider.slider-tooltip-after .p-slider .p-slider-handle::after {
  content: attr(aria-valuenow);
  position: absolute;
  top: 16px;
  font-size: 13px;
  left: -1px;
}

p-slider.slider-tooltip-after.range-slider .p-slider .p-slider-handle::after {
  counter-reset: rangeOne var(--range-one);
  content: counter(rangeOne);
  position: absolute;
  top: 16px;
  font-size: 13px;
  left: -2px;
}

p-slider.slider-tooltip-after.range-slider .p-slider .p-slider-handle + .p-slider-handle::after {
  counter-reset: rangeTwo var(--range-two);
  content: counter(rangeTwo);
}

.p-slider-dark .p-slider {
  background-color: var(--black-600) !important;
}

.p-slider-dark .p-slider-horizontal .p-slider-handle {
  height: 16px !important;
  width: 16px !important;
  border-color: var(--white) !important;
}

.p-slider-dark .p-slider-range {
  background: var(--white) !important;
}

.custom-zoom-slider.p-slider, .p-slider.range-dark-slider {
  background: var(--black-400) !important;
  width: 4px !important;
  margin: 0 auto;
  position: relative;
}

.custom-zoom-slider .p-slider-range, .range-dark-slider .p-slider-range {
  background-color: var(--black-400) !important;
  width: 4px !important;
}

.custom-zoom-slider .p-slider-handle, .range-dark-slider .p-slider-handle {
  width: 16px !important;
  height: 16px !important;
  background-color: var(--white) !important;
  border: 2px solid var(--white) !important;
  border-radius: 50% !important;
  margin-left: -8px !important;
}

.custom-zoom-slider .p-slider-handle::before, .range-dark-slider .p-slider-handle::before {
  display: none !important;
}

.custom-zoom-slider.p-slider-vertical .p-slider-handle::after, .p-slider-vertical.range-dark-slider .p-slider-handle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* custom slider */
.border-before-top-n16::before {
  top: -16px;
}

.border-before-top-n59::before {
  top: -59px;
}

.border-before-left-n17::before {
  left: -17px;
}

.border-h-calc-27px::before {
  height: calc(100% - 27px);
}

.border-h-calc-n18px::before {
  height: calc(100% - -18px);
}

.border-h-50per::before {
  height: 50%;
}

.border-color-card::before {
  border-color: var(--card-border-color) !important;
  background: transparent;
}

.border-before-white::before {
  border-color: #fff !important;
  background: transparent;
}

.border-before-start-2px-dotted::before {
  border-inline-start: 2px dotted;
  border-radius: 0;
}

.border-before-start-2px-solid::before {
  border-inline-start: 2px solid;
  border-radius: 0;
}

.border-before-top-2px-dotted::before {
  border-top: 2px dotted;
}

.line-before::before {
  position: absolute;
  content: "";
}

.line-before-w-16px::before {
  width: 16px;
}

.line-before-start-n16::before {
  left: -16px;
}

.line-before-top-50per::before {
  top: 50%;
}

.border-before-top-51per::before {
  top: 51%;
}

.content-after::after {
  content: "";
  position: absolute;
}

.circle-after-w-8px::after {
  width: 8px;
}

.circle-after-h-8px::after {
  height: 8px;
}

.circle-border-after-2px-solid::after {
  border: 2px solid;
}

.circle-after-radius-50per::after {
  border-radius: 50%;
}

.circle-after-left-n7::after {
  left: -7px;
}

.circle-after-top-47per::after {
  top: 47%;
}

.circle-border-card::after {
  border-color: var(--card-border-color);
}

.circle-after-bg-white::after {
  background: white;
}

.border-before-top-51per::before {
  top: 51%;
}

.border-h-60px::before {
  height: 60px;
}

.border-h-68px::before {
  height: 68px;
}

.circle-after-bg-card::after {
  background: var(--card-border-color);
}

.border-h-54per::before {
  height: 54%;
}

.border-h-41per::before {
  height: 41%;
}

.border-before-top-51-5per::before {
  top: 51.5%;
}

.line-before-top-10px::before {
  top: 10px;
}

.line-before-top-7px::before {
  top: 7px;
}

.circle-after-top-7px::after {
  top: 7px;
}

.circle-after-top-4px::after {
  top: 4px;
}

.circle-after-left-10px::after {
  left: 10px;
}

.border-before-left-0::before {
  left: 0;
}

.border-before-top-10px::before {
  top: 10px;
}

.border-h-calc-21px::before {
  height: calc(100% - 21px);
}

.line-after::after {
  position: absolute;
  content: "";
}

.line-after-w-100::after {
  width: 100%;
}

.line-after-border::after {
  border-width: 1px;
}

.line-after-dashed::after {
  border-style: dashed;
}

.line-after-gray-400::after {
  border-color: var(--gray-shade-400);
}

.line-after-v-center::after {
  top: 50%;
}

.job-package-timeline {
  position: relative;
}

.job-package-timeline::before {
  position: absolute;
  content: "";
  border-inline-start: 1px dashed var(--gray-shade-400);
  height: calc(100% - 7px);
  left: 23px;
  top: 3px;
}

.job-package-timeline .p-accordionpanel-active {
  border: 1px dashed var(--gray-shade-400) !important;
  border-radius: 4px;
  z-index: 9;
  position: relative;
}

.job-package-timeline .p-accordionpanel-active .p-accordionheader {
  background: var(--white) !important;
}

.job-package-timeline .p-accordionpanel-active .p-accordioncontent-content {
  border-top: 1px dashed var(--gray-shade-400) !important;
}

.job-package-timeline .location-timeline {
  position: relative;
}

.job-package-timeline .location-timeline::before {
  position: absolute;
  content: "";
  border-inline-start: 1px dashed var(--gray-shade-400);
  height: calc(100% - 23px);
  z-index: 9;
  left: 13px;
  top: 11px;
}

.job-package-timeline .location-timeline .location-timeline-item {
  position: relative;
}

.job-package-timeline .location-timeline .location-timeline-item::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--gray-shade-400);
  border-radius: 50%;
  left: 11px;
  top: 14px;
  z-index: 10;
}

.brand-color-picker {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.3125rem 0;
}

.brand-color-picker .color-block {
  display: flex;
  flex-direction: column;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  position: relative;
  cursor: pointer;
}

.brand-color-picker .color-block.selected .header:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.brand-color-picker .color-block .header {
  height: 2.1875rem;
  min-width: 4.0625rem;
  width: 100%;
  margin-bottom: 0 !important;
}

.brand-color-picker .color-block .header input {
  width: 100%;
  height: 100%;
  border: 0;
}

.brand-color-picker .color-block .body {
  display: flex;
  flex-direction: column;
  background: var(--background-base);
  padding: 0.3125rem;
  text-align: center;
}

.brand-color-picker .color-block .body .title {
  font-size: calc(0.9375rem * 0.8);
  font-weight: 400;
}

.brand-color-picker .color-block .body p {
  font-size: calc(0.9375rem * 0.934);
  margin: 0;
}

.brand-color-picker .color-block[data-color="red"] .header {
  background: #db2828;
}

.brand-color-picker .color-block[data-color="orange"] .header {
  background: #f2711c;
}

.brand-color-picker .color-block[data-color="yellow"] .header {
  background: #fbbd08;
}

.brand-color-picker .color-block[data-color="olive"] .header {
  background: #b5cc18;
}

.brand-color-picker .color-block[data-color="green"] .header {
  background: #21ba45;
}

.brand-color-picker .color-block[data-color="teal"] .header {
  background: #00b5ad;
}

.brand-color-picker .color-block[data-color="blue"] .header {
  background: #2185d0;
}

.brand-color-picker .color-block[data-color="gray"] .header {
  background: #cccccc;
}

.brand-color-picker .color-block[data-color="gray"] .header:after {
  content: "?";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
}

.hue-alpha-left-none .color-picker .hue-alpha.box .left {
  display: none;
}

.hue-alpha-left-none .color-picker .hue-alpha.box .right {
  padding-top: 0;
}

.hue-alpha-left-none .color-picker .hue-alpha.box .right .hue {
  margin-bottom: 0;
}

.arrow-none .color-picker .arrow {
  display: none;
}

.hex-text-none .hex-text .box:last-child {
  display: none;
}

.hex-controller-none .type-policy {
  display: none;
}

.customized-hue-slider .hue-alpha .right {
  padding-bottom: 0;
}

.customized-hex-field .hex-text input {
  border-radius: 0.25rem;
  border: 1px solid var(--gray-shade-400);
  color: var(--text-color);
}

.customized-hex-field .hex-text input:focus {
  border-color: var(--input-focus-border-color) !important;
  outline: 0;
  box-shadow: var(--input-focus-shadow);
}

.hex-box-pe-8 .color-picker .hex-text .box:first-child {
  padding-right: 8px;
}

.hex-text-pb-6 .color-picker .hex-text {
  padding-bottom: 6px;
}

.p-splitter {
  overflow-x: auto;
  overflow-y: hidden;
  background: transparent;
  border: 0;
}

.p-splitter .p-splitter-gutter {
  background: transparent;
  position: relative;
  margin-inline: 10px;
}

.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: transparent;
  border: solid var(--gray-shade-500);
  border-width: 0 3px;
}

.p-splitter .p-splitter-gutter::before {
  content: "";
  border: dashed rgba(112, 112, 112, 0.121569);
  height: calc(100% - 10px);
  position: absolute;
  left: 7px;
  top: 2px;
  border-width: 0 0 0 2px;
}

.seprator-none .p-splitter-gutter-handle {
  display: none;
}

.seprator-none .p-splitter-gutter::before {
  display: none;
}

.panel-first-max-w-50 .p-splitter-panel:first-child {
  max-width: 50%;
}

.panel-first-max-w-70 .p-splitter-panel:first-child {
  max-width: 70%;
}

.panel-first-max-w-60 .p-splitter-panel:first-child {
  max-width: 60%;
}

.p-tree-node-children {
  padding-block-start: var(--p-tree-gap) !important;
  padding-inline-start: var(--p-tree-indent) !important;
}

.p-tree-empty-message {
  padding-block: 12px;
  padding-inline: 2px;
}

.p-tree-filter-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: 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;
}

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

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

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

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

.opacity-20 {
  opacity: 0.2 !important;
}

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

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

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

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

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

.grid-cols-auto-fill-300 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
}

.grid-cols-auto-fill-270 {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
}

.grid-cols-auto-fill-260 {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
}

.grid-cols-auto-fill-240 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}

.grid-cols-auto-fill-220 {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
}

.grid-cols-auto-fill-210 {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
}

.grid-cols-auto-fill-185 {
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
}

.grid-cols-1_5-1-1 {
  grid-template-columns: 1.5fr 1fr 1fr !important;
}

.grid-cols-1_4-1 {
  grid-template-columns: 1.4fr 1fr !important;
}

.grid-column-1-2 {
  grid-column: 1/2 !important;
}

.grid-column-1-3 {
  grid-column: 1/3 !important;
}

.grid-column-2-3 {
  grid-column: 2/3 !important;
}

.grid-column-3-4 {
  grid-column: 3/4 !important;
}

.grid-row-1 {
  grid-row: 1 !important;
}

.grid-row-2 {
  grid-row: 2 !important;
}

.grid-row-3 {
  grid-row: 3 !important;
}

.grid-row-1-3 {
  grid-row: 1/3 !important;
}

.grid-row-unset {
  grid-row: unset !important;
}

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

.shadow-sm {
  box-shadow: 0px 1px 4px #15223214 !important;
}

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

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

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-default {
  cursor: default !important;
}

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

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

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

.z-index-4 {
  z-index: 9970 !important;
}

.z-index-5 {
  z-index: 9960 !important;
}

.z-index-1019 {
  z-index: 1019 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-2002 {
  z-index: 2002 !important;
}

.z-index-unset {
  z-index: unset !important;
}

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

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

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

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

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

.top-auto {
  inset-block-start: auto !important;
}

.top-0 {
  inset-block-start: 0 !important;
}

.top-2 {
  inset-block-start: 2px !important;
}

.top-3 {
  inset-block-start: 3px !important;
}

.top-4 {
  inset-block-start: 4px !important;
}

.top-5 {
  inset-block-start: 5px !important;
}

.top-6 {
  inset-block-start: 6px !important;
}

.top-7 {
  inset-block-start: 7px !important;
}

.top-8 {
  inset-block-start: 8px !important;
}

.top-9 {
  inset-block-start: 9px !important;
}

.top-10 {
  inset-block-start: 10px !important;
}

.top-11 {
  inset-block-start: 11px !important;
}

.top-12 {
  inset-block-start: 12px !important;
}

.top-13 {
  inset-block-start: 13px !important;
}

.top-14 {
  inset-block-start: 14px !important;
}

.top-15 {
  inset-block-start: 15px !important;
}

.top-16 {
  inset-block-start: 16px !important;
}

.top-18 {
  inset-block-start: 18px !important;
}

.top-20 {
  inset-block-start: 20px !important;
}

.top-21 {
  inset-block-start: 21px !important;
}

.top-22 {
  inset-block-start: 22px !important;
}

.top-23 {
  inset-block-start: 23px !important;
}

.top-24 {
  inset-block-start: 24px !important;
}

.top-25 {
  inset-block-start: 25px !important;
}

.top-26 {
  inset-block-start: 26px !important;
}

.top-27 {
  inset-block-start: 27px !important;
}

.top-28 {
  inset-block-start: 28px !important;
}

.top-29 {
  inset-block-start: 29px !important;
}

.top-30 {
  inset-block-start: 30px !important;
}

.top-36 {
  inset-block-start: 36px !important;
}

.top-38 {
  inset-block-start: 38px !important;
}

.top-40 {
  inset-block-start: 40px !important;
}

.top-41 {
  inset-block-start: 41px !important;
}

.top-49 {
  inset-block-start: 49px !important;
}

.top-54 {
  inset-block-start: 54px !important;
}

.top-58 {
  inset-block-start: 58px !important;
}

.top-59 {
  inset-block-start: 59px !important;
}

.top-60 {
  inset-block-start: 60px !important;
}

.top-61 {
  inset-block-start: 61px !important;
}

.top-62 {
  inset-block-start: 62px !important;
}

.top-63 {
  inset-block-start: 63px !important;
}

.top-64 {
  inset-block-start: 64px !important;
}

.top-65 {
  inset-block-start: 65px !important;
}

.top-66 {
  inset-block-start: 66px !important;
}

.top-70 {
  inset-block-start: 70px !important;
}

.top-85 {
  inset-block-start: 85px !important;
}

.top-96 {
  inset-block-start: 96px !important;
}

.top-99 {
  inset-block-start: 99px !important;
}

.top-109 {
  inset-block-start: 109px !important;
}

.top-120 {
  inset-block-start: 120px !important;
}

.top-135 {
  inset-block-start: 135px !important;
}

.top-50 {
  inset-block-start: 50% !important;
}

.top-100 {
  inset-block-start: 100% !important;
}

.top-per-10 {
  inset-block-start: 10% !important;
}

.top-per-20 {
  inset-block-start: 20% !important;
}

.top-per-25 {
  inset-block-start: 25% !important;
}

.top-per-40 {
  inset-block-start: 40% !important;
}

.top-per-47 {
  inset-block-start: 47% !important;
}

.top-per-50 {
  inset-block-start: 50% !important;
}

.top-per-60 {
  inset-block-start: 60% !important;
}

.top-per-70 {
  inset-block-start: 70% !important;
}

.top-per-75 {
  inset-block-start: 75% !important;
}

.top-per-80 {
  inset-block-start: 80% !important;
}

.top-per-90 {
  inset-block-start: 90% !important;
}

.top-per-100 {
  inset-block-start: 100% !important;
}

.top-per-auto {
  inset-block-start: auto !important;
}

.top-nauto {
  inset-block-start: -0.375rem !important;
}

.top-n2 {
  inset-block-start: -0.375rem !important;
}

.top-n3 {
  inset-block-start: -0.375rem !important;
}

.top-n4 {
  inset-block-start: -0.375rem !important;
}

.top-n5 {
  inset-block-start: -0.375rem !important;
}

.top-n6 {
  inset-block-start: -0.375rem !important;
}

.top-n7 {
  inset-block-start: -0.375rem !important;
}

.top-n8 {
  inset-block-start: -0.375rem !important;
}

.top-n9 {
  inset-block-start: -0.375rem !important;
}

.top-n10 {
  inset-block-start: -0.375rem !important;
}

.top-n11 {
  inset-block-start: -0.375rem !important;
}

.top-n12 {
  inset-block-start: -0.375rem !important;
}

.top-n13 {
  inset-block-start: -0.375rem !important;
}

.top-n14 {
  inset-block-start: -0.375rem !important;
}

.top-n15 {
  inset-block-start: -0.375rem !important;
}

.top-n16 {
  inset-block-start: -0.375rem !important;
}

.top-n18 {
  inset-block-start: -0.375rem !important;
}

.top-n20 {
  inset-block-start: -0.375rem !important;
}

.top-n21 {
  inset-block-start: -0.375rem !important;
}

.top-n22 {
  inset-block-start: -0.375rem !important;
}

.top-n23 {
  inset-block-start: -0.375rem !important;
}

.top-n24 {
  inset-block-start: -0.375rem !important;
}

.top-n25 {
  inset-block-start: -0.375rem !important;
}

.top-n26 {
  inset-block-start: -0.375rem !important;
}

.top-n27 {
  inset-block-start: -0.375rem !important;
}

.top-n28 {
  inset-block-start: -0.375rem !important;
}

.top-n29 {
  inset-block-start: -0.375rem !important;
}

.top-n30 {
  inset-block-start: -0.375rem !important;
}

.top-n36 {
  inset-block-start: -0.375rem !important;
}

.top-n38 {
  inset-block-start: -0.375rem !important;
}

.top-n40 {
  inset-block-start: -0.375rem !important;
}

.top-n41 {
  inset-block-start: -0.375rem !important;
}

.top-n49 {
  inset-block-start: -0.375rem !important;
}

.top-n54 {
  inset-block-start: -0.375rem !important;
}

.top-n58 {
  inset-block-start: -0.375rem !important;
}

.top-n59 {
  inset-block-start: -0.375rem !important;
}

.top-n60 {
  inset-block-start: -0.375rem !important;
}

.top-n61 {
  inset-block-start: -0.375rem !important;
}

.top-n62 {
  inset-block-start: -0.375rem !important;
}

.top-n63 {
  inset-block-start: -0.375rem !important;
}

.top-n64 {
  inset-block-start: -0.375rem !important;
}

.top-n65 {
  inset-block-start: -0.375rem !important;
}

.top-n66 {
  inset-block-start: -0.375rem !important;
}

.top-n70 {
  inset-block-start: -0.375rem !important;
}

.top-n85 {
  inset-block-start: -0.375rem !important;
}

.top-n96 {
  inset-block-start: -0.375rem !important;
}

.top-n99 {
  inset-block-start: -0.375rem !important;
}

.top-n109 {
  inset-block-start: -0.375rem !important;
}

.top-n120 {
  inset-block-start: -0.375rem !important;
}

.top-n135 {
  inset-block-start: -0.375rem !important;
}

.top-n50 {
  inset-block-start: -0.375rem !important;
}

.top-n100 {
  inset-block-start: -0.375rem !important;
}

.bottom-auto {
  inset-block-end: auto !important;
}

.bottom-0 {
  inset-block-end: 0 !important;
}

.bottom-2 {
  inset-block-end: 2px !important;
}

.bottom-3 {
  inset-block-end: 3px !important;
}

.bottom-4 {
  inset-block-end: 4px !important;
}

.bottom-5 {
  inset-block-end: 5px !important;
}

.bottom-6 {
  inset-block-end: 6px !important;
}

.bottom-7 {
  inset-block-end: 7px !important;
}

.bottom-8 {
  inset-block-end: 8px !important;
}

.bottom-9 {
  inset-block-end: 9px !important;
}

.bottom-10 {
  inset-block-end: 10px !important;
}

.bottom-11 {
  inset-block-end: 11px !important;
}

.bottom-12 {
  inset-block-end: 12px !important;
}

.bottom-13 {
  inset-block-end: 13px !important;
}

.bottom-14 {
  inset-block-end: 14px !important;
}

.bottom-15 {
  inset-block-end: 15px !important;
}

.bottom-16 {
  inset-block-end: 16px !important;
}

.bottom-18 {
  inset-block-end: 18px !important;
}

.bottom-20 {
  inset-block-end: 20px !important;
}

.bottom-21 {
  inset-block-end: 21px !important;
}

.bottom-22 {
  inset-block-end: 22px !important;
}

.bottom-23 {
  inset-block-end: 23px !important;
}

.bottom-24 {
  inset-block-end: 24px !important;
}

.bottom-25 {
  inset-block-end: 25px !important;
}

.bottom-26 {
  inset-block-end: 26px !important;
}

.bottom-27 {
  inset-block-end: 27px !important;
}

.bottom-28 {
  inset-block-end: 28px !important;
}

.bottom-29 {
  inset-block-end: 29px !important;
}

.bottom-30 {
  inset-block-end: 30px !important;
}

.bottom-36 {
  inset-block-end: 36px !important;
}

.bottom-38 {
  inset-block-end: 38px !important;
}

.bottom-40 {
  inset-block-end: 40px !important;
}

.bottom-41 {
  inset-block-end: 41px !important;
}

.bottom-49 {
  inset-block-end: 49px !important;
}

.bottom-54 {
  inset-block-end: 54px !important;
}

.bottom-58 {
  inset-block-end: 58px !important;
}

.bottom-59 {
  inset-block-end: 59px !important;
}

.bottom-60 {
  inset-block-end: 60px !important;
}

.bottom-61 {
  inset-block-end: 61px !important;
}

.bottom-62 {
  inset-block-end: 62px !important;
}

.bottom-63 {
  inset-block-end: 63px !important;
}

.bottom-64 {
  inset-block-end: 64px !important;
}

.bottom-65 {
  inset-block-end: 65px !important;
}

.bottom-66 {
  inset-block-end: 66px !important;
}

.bottom-70 {
  inset-block-end: 70px !important;
}

.bottom-85 {
  inset-block-end: 85px !important;
}

.bottom-96 {
  inset-block-end: 96px !important;
}

.bottom-99 {
  inset-block-end: 99px !important;
}

.bottom-109 {
  inset-block-end: 109px !important;
}

.bottom-120 {
  inset-block-end: 120px !important;
}

.bottom-135 {
  inset-block-end: 135px !important;
}

.bottom-50 {
  inset-block-end: 50% !important;
}

.bottom-100 {
  inset-block-end: 100% !important;
}

.bottom-nauto {
  inset-block-end: -0.375rem !important;
}

.bottom-n2 {
  inset-block-end: -0.375rem !important;
}

.bottom-n3 {
  inset-block-end: -0.375rem !important;
}

.bottom-n4 {
  inset-block-end: -0.375rem !important;
}

.bottom-n5 {
  inset-block-end: -0.375rem !important;
}

.bottom-n6 {
  inset-block-end: -0.375rem !important;
}

.bottom-n7 {
  inset-block-end: -0.375rem !important;
}

.bottom-n8 {
  inset-block-end: -0.375rem !important;
}

.bottom-n9 {
  inset-block-end: -0.375rem !important;
}

.bottom-n10 {
  inset-block-end: -0.375rem !important;
}

.bottom-n11 {
  inset-block-end: -0.375rem !important;
}

.bottom-n12 {
  inset-block-end: -0.375rem !important;
}

.bottom-n13 {
  inset-block-end: -0.375rem !important;
}

.bottom-n14 {
  inset-block-end: -0.375rem !important;
}

.bottom-n15 {
  inset-block-end: -0.375rem !important;
}

.bottom-n16 {
  inset-block-end: -0.375rem !important;
}

.bottom-n18 {
  inset-block-end: -0.375rem !important;
}

.bottom-n20 {
  inset-block-end: -0.375rem !important;
}

.bottom-n21 {
  inset-block-end: -0.375rem !important;
}

.bottom-n22 {
  inset-block-end: -0.375rem !important;
}

.bottom-n23 {
  inset-block-end: -0.375rem !important;
}

.bottom-n24 {
  inset-block-end: -0.375rem !important;
}

.bottom-n25 {
  inset-block-end: -0.375rem !important;
}

.bottom-n26 {
  inset-block-end: -0.375rem !important;
}

.bottom-n27 {
  inset-block-end: -0.375rem !important;
}

.bottom-n28 {
  inset-block-end: -0.375rem !important;
}

.bottom-n29 {
  inset-block-end: -0.375rem !important;
}

.bottom-n30 {
  inset-block-end: -0.375rem !important;
}

.bottom-n36 {
  inset-block-end: -0.375rem !important;
}

.bottom-n38 {
  inset-block-end: -0.375rem !important;
}

.bottom-n40 {
  inset-block-end: -0.375rem !important;
}

.bottom-n41 {
  inset-block-end: -0.375rem !important;
}

.bottom-n49 {
  inset-block-end: -0.375rem !important;
}

.bottom-n54 {
  inset-block-end: -0.375rem !important;
}

.bottom-n58 {
  inset-block-end: -0.375rem !important;
}

.bottom-n59 {
  inset-block-end: -0.375rem !important;
}

.bottom-n60 {
  inset-block-end: -0.375rem !important;
}

.bottom-n61 {
  inset-block-end: -0.375rem !important;
}

.bottom-n62 {
  inset-block-end: -0.375rem !important;
}

.bottom-n63 {
  inset-block-end: -0.375rem !important;
}

.bottom-n64 {
  inset-block-end: -0.375rem !important;
}

.bottom-n65 {
  inset-block-end: -0.375rem !important;
}

.bottom-n66 {
  inset-block-end: -0.375rem !important;
}

.bottom-n70 {
  inset-block-end: -0.375rem !important;
}

.bottom-n85 {
  inset-block-end: -0.375rem !important;
}

.bottom-n96 {
  inset-block-end: -0.375rem !important;
}

.bottom-n99 {
  inset-block-end: -0.375rem !important;
}

.bottom-n109 {
  inset-block-end: -0.375rem !important;
}

.bottom-n120 {
  inset-block-end: -0.375rem !important;
}

.bottom-n135 {
  inset-block-end: -0.375rem !important;
}

.bottom-n50 {
  inset-block-end: -0.375rem !important;
}

.bottom-n100 {
  inset-block-end: -0.375rem !important;
}

.start-auto {
  inset-inline-start: auto !important;
}

.start-0 {
  inset-inline-start: 0 !important;
}

.start-2 {
  inset-inline-start: 2px !important;
}

.start-3 {
  inset-inline-start: 3px !important;
}

.start-4 {
  inset-inline-start: 4px !important;
}

.start-5 {
  inset-inline-start: 5px !important;
}

.start-6 {
  inset-inline-start: 6px !important;
}

.start-7 {
  inset-inline-start: 7px !important;
}

.start-8 {
  inset-inline-start: 8px !important;
}

.start-9 {
  inset-inline-start: 9px !important;
}

.start-10 {
  inset-inline-start: 10px !important;
}

.start-11 {
  inset-inline-start: 11px !important;
}

.start-12 {
  inset-inline-start: 12px !important;
}

.start-13 {
  inset-inline-start: 13px !important;
}

.start-14 {
  inset-inline-start: 14px !important;
}

.start-15 {
  inset-inline-start: 15px !important;
}

.start-16 {
  inset-inline-start: 16px !important;
}

.start-18 {
  inset-inline-start: 18px !important;
}

.start-20 {
  inset-inline-start: 20px !important;
}

.start-21 {
  inset-inline-start: 21px !important;
}

.start-22 {
  inset-inline-start: 22px !important;
}

.start-23 {
  inset-inline-start: 23px !important;
}

.start-24 {
  inset-inline-start: 24px !important;
}

.start-25 {
  inset-inline-start: 25px !important;
}

.start-26 {
  inset-inline-start: 26px !important;
}

.start-27 {
  inset-inline-start: 27px !important;
}

.start-28 {
  inset-inline-start: 28px !important;
}

.start-29 {
  inset-inline-start: 29px !important;
}

.start-30 {
  inset-inline-start: 30px !important;
}

.start-36 {
  inset-inline-start: 36px !important;
}

.start-38 {
  inset-inline-start: 38px !important;
}

.start-40 {
  inset-inline-start: 40px !important;
}

.start-41 {
  inset-inline-start: 41px !important;
}

.start-49 {
  inset-inline-start: 49px !important;
}

.start-54 {
  inset-inline-start: 54px !important;
}

.start-58 {
  inset-inline-start: 58px !important;
}

.start-59 {
  inset-inline-start: 59px !important;
}

.start-60 {
  inset-inline-start: 60px !important;
}

.start-61 {
  inset-inline-start: 61px !important;
}

.start-62 {
  inset-inline-start: 62px !important;
}

.start-63 {
  inset-inline-start: 63px !important;
}

.start-64 {
  inset-inline-start: 64px !important;
}

.start-65 {
  inset-inline-start: 65px !important;
}

.start-66 {
  inset-inline-start: 66px !important;
}

.start-70 {
  inset-inline-start: 70px !important;
}

.start-85 {
  inset-inline-start: 85px !important;
}

.start-96 {
  inset-inline-start: 96px !important;
}

.start-99 {
  inset-inline-start: 99px !important;
}

.start-109 {
  inset-inline-start: 109px !important;
}

.start-120 {
  inset-inline-start: 120px !important;
}

.start-135 {
  inset-inline-start: 135px !important;
}

.start-50 {
  inset-inline-start: 50% !important;
}

.start-100 {
  inset-inline-start: 100% !important;
}

.start-px-0 {
  inset-inline-start: 0rem !important;
}

.start-px-1 {
  inset-inline-start: 0.0625rem !important;
}

.start-px-2 {
  inset-inline-start: 0.125rem !important;
}

.start-px-3 {
  inset-inline-start: 0.1875rem !important;
}

.start-px-4 {
  inset-inline-start: 0.25rem !important;
}

.start-px-5 {
  inset-inline-start: 0.3125rem !important;
}

.start-px-6 {
  inset-inline-start: 0.375rem !important;
}

.start-px-7 {
  inset-inline-start: 0.4375rem !important;
}

.start-px-8 {
  inset-inline-start: 0.5rem !important;
}

.start-px-9 {
  inset-inline-start: 0.5625rem !important;
}

.start-px-10 {
  inset-inline-start: 0.625rem !important;
}

.start-px-11 {
  inset-inline-start: 0.6875rem !important;
}

.start-px-12 {
  inset-inline-start: 0.75rem !important;
}

.start-px-13 {
  inset-inline-start: 0.8125rem !important;
}

.start-px-14 {
  inset-inline-start: 0.875rem !important;
}

.start-px-15 {
  inset-inline-start: 0.9375rem !important;
}

.start-px-16 {
  inset-inline-start: 1rem !important;
}

.start-px-17 {
  inset-inline-start: 1.0625rem !important;
}

.start-px-18 {
  inset-inline-start: 1.125rem !important;
}

.start-px-19 {
  inset-inline-start: 1.1875rem !important;
}

.start-px-20 {
  inset-inline-start: 1.25rem !important;
}

.start-px-21 {
  inset-inline-start: 1.3125rem !important;
}

.start-px-22 {
  inset-inline-start: 1.375rem !important;
}

.start-px-23 {
  inset-inline-start: 1.4375rem !important;
}

.start-px-24 {
  inset-inline-start: 1.5rem !important;
}

.start-px-25 {
  inset-inline-start: 1.5625rem !important;
}

.start-px-26 {
  inset-inline-start: 1.625rem !important;
}

.start-px-27 {
  inset-inline-start: 1.6875rem !important;
}

.start-px-28 {
  inset-inline-start: 1.75rem !important;
}

.start-px-29 {
  inset-inline-start: 1.8125rem !important;
}

.start-px-30 {
  inset-inline-start: 1.875rem !important;
}

.start-px-31 {
  inset-inline-start: 1.9375rem !important;
}

.start-px-32 {
  inset-inline-start: 2rem !important;
}

.start-px-33 {
  inset-inline-start: 2.0625rem !important;
}

.start-px-34 {
  inset-inline-start: 2.125rem !important;
}

.start-px-35 {
  inset-inline-start: 2.1875rem !important;
}

.start-px-36 {
  inset-inline-start: 2.25rem !important;
}

.start-px-37 {
  inset-inline-start: 2.3125rem !important;
}

.start-px-38 {
  inset-inline-start: 2.375rem !important;
}

.start-px-39 {
  inset-inline-start: 2.4375rem !important;
}

.start-px-40 {
  inset-inline-start: 2.5rem !important;
}

.start-px-41 {
  inset-inline-start: 2.5625rem !important;
}

.start-px-42 {
  inset-inline-start: 2.625rem !important;
}

.start-px-43 {
  inset-inline-start: 2.6875rem !important;
}

.start-px-44 {
  inset-inline-start: 2.75rem !important;
}

.start-px-45 {
  inset-inline-start: 2.8125rem !important;
}

.start-px-46 {
  inset-inline-start: 2.875rem !important;
}

.start-px-47 {
  inset-inline-start: 2.9375rem !important;
}

.start-px-48 {
  inset-inline-start: 3rem !important;
}

.start-px-49 {
  inset-inline-start: 3.0625rem !important;
}

.start-px-50 {
  inset-inline-start: 3.125rem !important;
}

.start-px-51 {
  inset-inline-start: 3.1875rem !important;
}

.start-px-52 {
  inset-inline-start: 3.25rem !important;
}

.start-px-53 {
  inset-inline-start: 3.3125rem !important;
}

.start-px-54 {
  inset-inline-start: 3.375rem !important;
}

.start-px-56 {
  inset-inline-start: 3.5rem !important;
}

.start-px-57 {
  inset-inline-start: 3.5625rem !important;
}

.start-px-58 {
  inset-inline-start: 3.625rem !important;
}

.start-px-59 {
  inset-inline-start: 3.6875rem !important;
}

.start-px-60 {
  inset-inline-start: 3.75rem !important;
}

.start-px-61 {
  inset-inline-start: 3.8125rem !important;
}

.start-px-62 {
  inset-inline-start: 3.875rem !important;
}

.start-px-63 {
  inset-inline-start: 3.9375rem !important;
}

.start-px-64 {
  inset-inline-start: 4rem !important;
}

.start-px-68 {
  inset-inline-start: 4.25rem !important;
}

.start-px-70 {
  inset-inline-start: 4.375rem !important;
}

.start-px-71 {
  inset-inline-start: 4.4375rem !important;
}

.start-px-72 {
  inset-inline-start: 4.5rem !important;
}

.start-px-73 {
  inset-inline-start: 4.5625rem !important;
}

.start-px-74 {
  inset-inline-start: 4.625rem !important;
}

.start-px-75 {
  inset-inline-start: 4.6875rem !important;
}

.start-px-76 {
  inset-inline-start: 4.75rem !important;
}

.start-px-77 {
  inset-inline-start: 4.8125rem !important;
}

.start-px-78 {
  inset-inline-start: 4.875rem !important;
}

.start-px-79 {
  inset-inline-start: 4.9375rem !important;
}

.start-px-80 {
  inset-inline-start: 5rem !important;
}

.start-px-82 {
  inset-inline-start: 5.125rem !important;
}

.start-px-83 {
  inset-inline-start: 5.1875rem !important;
}

.start-px-84 {
  inset-inline-start: 5.25rem !important;
}

.start-px-86 {
  inset-inline-start: 5.375rem !important;
}

.start-px-87 {
  inset-inline-start: 5.4375rem !important;
}

.start-px-88 {
  inset-inline-start: 5.5rem !important;
}

.start-px-89 {
  inset-inline-start: 5.5625rem !important;
}

.start-px-90 {
  inset-inline-start: 5.625rem !important;
}

.start-px-92 {
  inset-inline-start: 5.75rem !important;
}

.start-px-94 {
  inset-inline-start: 5.875rem !important;
}

.start-px-95 {
  inset-inline-start: 5.9375rem !important;
}

.start-px-96 {
  inset-inline-start: 6rem !important;
}

.start-px-98 {
  inset-inline-start: 6.125rem !important;
}

.start-px-100 {
  inset-inline-start: 6.25rem !important;
}

.start-px-102 {
  inset-inline-start: 6.375rem !important;
}

.start-px-104 {
  inset-inline-start: 6.5rem !important;
}

.start-px-108 {
  inset-inline-start: 6.75rem !important;
}

.start-px-115 {
  inset-inline-start: 7.1875rem !important;
}

.start-px-116 {
  inset-inline-start: 7.25rem !important;
}

.start-px-118 {
  inset-inline-start: 7.375rem !important;
}

.start-px-120 {
  inset-inline-start: 7.5rem !important;
}

.start-px-121 {
  inset-inline-start: 7.5625rem !important;
}

.start-px-123 {
  inset-inline-start: 7.6875rem !important;
}

.start-px-129 {
  inset-inline-start: 8.0625rem !important;
}

.start-px-131 {
  inset-inline-start: 8.1875rem !important;
}

.start-px-140 {
  inset-inline-start: 8.75rem !important;
}

.start-px-144 {
  inset-inline-start: 9rem !important;
}

.start-px-147 {
  inset-inline-start: 9.1875rem !important;
}

.start-px-148 {
  inset-inline-start: 9.25rem !important;
}

.start-px-154 {
  inset-inline-start: 9.625rem !important;
}

.start-px-156 {
  inset-inline-start: 9.75rem !important;
}

.start-px-180 {
  inset-inline-start: 11.25rem !important;
}

.start-px-200 {
  inset-inline-start: 12.5rem !important;
}

.start-px-231 {
  inset-inline-start: 14.4375rem !important;
}

.start-px-240 {
  inset-inline-start: 15rem !important;
}

.start-px-247 {
  inset-inline-start: 15.4375rem !important;
}

.start-px-239 {
  inset-inline-start: 14.9375rem !important;
}

.start-px-255 {
  inset-inline-start: 15.9375rem !important;
}

.start-px-327 {
  inset-inline-start: 20.4375rem !important;
}

.start-nauto {
  inset-inline-start: -0.375rem !important;
}

.start-n2 {
  inset-inline-start: -0.375rem !important;
}

.start-n3 {
  inset-inline-start: -0.375rem !important;
}

.start-n4 {
  inset-inline-start: -0.375rem !important;
}

.start-n5 {
  inset-inline-start: -0.375rem !important;
}

.start-n6 {
  inset-inline-start: -0.375rem !important;
}

.start-n7 {
  inset-inline-start: -0.375rem !important;
}

.start-n8 {
  inset-inline-start: -0.375rem !important;
}

.start-n9 {
  inset-inline-start: -0.375rem !important;
}

.start-n10 {
  inset-inline-start: -0.375rem !important;
}

.start-n11 {
  inset-inline-start: -0.375rem !important;
}

.start-n12 {
  inset-inline-start: -0.375rem !important;
}

.start-n13 {
  inset-inline-start: -0.375rem !important;
}

.start-n14 {
  inset-inline-start: -0.375rem !important;
}

.start-n15 {
  inset-inline-start: -0.375rem !important;
}

.start-n16 {
  inset-inline-start: -0.375rem !important;
}

.start-n18 {
  inset-inline-start: -0.375rem !important;
}

.start-n20 {
  inset-inline-start: -0.375rem !important;
}

.start-n21 {
  inset-inline-start: -0.375rem !important;
}

.start-n22 {
  inset-inline-start: -0.375rem !important;
}

.start-n23 {
  inset-inline-start: -0.375rem !important;
}

.start-n24 {
  inset-inline-start: -0.375rem !important;
}

.start-n25 {
  inset-inline-start: -0.375rem !important;
}

.start-n26 {
  inset-inline-start: -0.375rem !important;
}

.start-n27 {
  inset-inline-start: -0.375rem !important;
}

.start-n28 {
  inset-inline-start: -0.375rem !important;
}

.start-n29 {
  inset-inline-start: -0.375rem !important;
}

.start-n30 {
  inset-inline-start: -0.375rem !important;
}

.start-n36 {
  inset-inline-start: -0.375rem !important;
}

.start-n38 {
  inset-inline-start: -0.375rem !important;
}

.start-n40 {
  inset-inline-start: -0.375rem !important;
}

.start-n41 {
  inset-inline-start: -0.375rem !important;
}

.start-n49 {
  inset-inline-start: -0.375rem !important;
}

.start-n54 {
  inset-inline-start: -0.375rem !important;
}

.start-n58 {
  inset-inline-start: -0.375rem !important;
}

.start-n59 {
  inset-inline-start: -0.375rem !important;
}

.start-n60 {
  inset-inline-start: -0.375rem !important;
}

.start-n61 {
  inset-inline-start: -0.375rem !important;
}

.start-n62 {
  inset-inline-start: -0.375rem !important;
}

.start-n63 {
  inset-inline-start: -0.375rem !important;
}

.start-n64 {
  inset-inline-start: -0.375rem !important;
}

.start-n65 {
  inset-inline-start: -0.375rem !important;
}

.start-n66 {
  inset-inline-start: -0.375rem !important;
}

.start-n70 {
  inset-inline-start: -0.375rem !important;
}

.start-n85 {
  inset-inline-start: -0.375rem !important;
}

.start-n96 {
  inset-inline-start: -0.375rem !important;
}

.start-n99 {
  inset-inline-start: -0.375rem !important;
}

.start-n109 {
  inset-inline-start: -0.375rem !important;
}

.start-n120 {
  inset-inline-start: -0.375rem !important;
}

.start-n135 {
  inset-inline-start: -0.375rem !important;
}

.start-n50 {
  inset-inline-start: -0.375rem !important;
}

.start-n100 {
  inset-inline-start: -0.375rem !important;
}

.end-auto {
  inset-inline-end: auto !important;
}

.end-0 {
  inset-inline-end: 0 !important;
}

.end-2 {
  inset-inline-end: 2px !important;
}

.end-3 {
  inset-inline-end: 3px !important;
}

.end-4 {
  inset-inline-end: 4px !important;
}

.end-5 {
  inset-inline-end: 5px !important;
}

.end-6 {
  inset-inline-end: 6px !important;
}

.end-7 {
  inset-inline-end: 7px !important;
}

.end-8 {
  inset-inline-end: 8px !important;
}

.end-9 {
  inset-inline-end: 9px !important;
}

.end-10 {
  inset-inline-end: 10px !important;
}

.end-11 {
  inset-inline-end: 11px !important;
}

.end-12 {
  inset-inline-end: 12px !important;
}

.end-13 {
  inset-inline-end: 13px !important;
}

.end-14 {
  inset-inline-end: 14px !important;
}

.end-15 {
  inset-inline-end: 15px !important;
}

.end-16 {
  inset-inline-end: 16px !important;
}

.end-18 {
  inset-inline-end: 18px !important;
}

.end-20 {
  inset-inline-end: 20px !important;
}

.end-21 {
  inset-inline-end: 21px !important;
}

.end-22 {
  inset-inline-end: 22px !important;
}

.end-23 {
  inset-inline-end: 23px !important;
}

.end-24 {
  inset-inline-end: 24px !important;
}

.end-25 {
  inset-inline-end: 25px !important;
}

.end-26 {
  inset-inline-end: 26px !important;
}

.end-27 {
  inset-inline-end: 27px !important;
}

.end-28 {
  inset-inline-end: 28px !important;
}

.end-29 {
  inset-inline-end: 29px !important;
}

.end-30 {
  inset-inline-end: 30px !important;
}

.end-36 {
  inset-inline-end: 36px !important;
}

.end-38 {
  inset-inline-end: 38px !important;
}

.end-40 {
  inset-inline-end: 40px !important;
}

.end-41 {
  inset-inline-end: 41px !important;
}

.end-49 {
  inset-inline-end: 49px !important;
}

.end-54 {
  inset-inline-end: 54px !important;
}

.end-58 {
  inset-inline-end: 58px !important;
}

.end-59 {
  inset-inline-end: 59px !important;
}

.end-60 {
  inset-inline-end: 60px !important;
}

.end-61 {
  inset-inline-end: 61px !important;
}

.end-62 {
  inset-inline-end: 62px !important;
}

.end-63 {
  inset-inline-end: 63px !important;
}

.end-64 {
  inset-inline-end: 64px !important;
}

.end-65 {
  inset-inline-end: 65px !important;
}

.end-66 {
  inset-inline-end: 66px !important;
}

.end-70 {
  inset-inline-end: 70px !important;
}

.end-85 {
  inset-inline-end: 85px !important;
}

.end-96 {
  inset-inline-end: 96px !important;
}

.end-99 {
  inset-inline-end: 99px !important;
}

.end-109 {
  inset-inline-end: 109px !important;
}

.end-120 {
  inset-inline-end: 120px !important;
}

.end-135 {
  inset-inline-end: 135px !important;
}

.end-50 {
  inset-inline-end: 50% !important;
}

.end-100 {
  inset-inline-end: 100% !important;
}

.end-0 {
  inset-inline-end: 0rem !important;
}

.end-1 {
  inset-inline-end: 0.0625rem !important;
}

.end-2 {
  inset-inline-end: 0.125rem !important;
}

.end-3 {
  inset-inline-end: 0.1875rem !important;
}

.end-4 {
  inset-inline-end: 0.25rem !important;
}

.end-5 {
  inset-inline-end: 0.3125rem !important;
}

.end-6 {
  inset-inline-end: 0.375rem !important;
}

.end-7 {
  inset-inline-end: 0.4375rem !important;
}

.end-8 {
  inset-inline-end: 0.5rem !important;
}

.end-9 {
  inset-inline-end: 0.5625rem !important;
}

.end-10 {
  inset-inline-end: 0.625rem !important;
}

.end-11 {
  inset-inline-end: 0.6875rem !important;
}

.end-12 {
  inset-inline-end: 0.75rem !important;
}

.end-13 {
  inset-inline-end: 0.8125rem !important;
}

.end-14 {
  inset-inline-end: 0.875rem !important;
}

.end-15 {
  inset-inline-end: 0.9375rem !important;
}

.end-16 {
  inset-inline-end: 1rem !important;
}

.end-17 {
  inset-inline-end: 1.0625rem !important;
}

.end-18 {
  inset-inline-end: 1.125rem !important;
}

.end-19 {
  inset-inline-end: 1.1875rem !important;
}

.end-20 {
  inset-inline-end: 1.25rem !important;
}

.end-21 {
  inset-inline-end: 1.3125rem !important;
}

.end-22 {
  inset-inline-end: 1.375rem !important;
}

.end-23 {
  inset-inline-end: 1.4375rem !important;
}

.end-24 {
  inset-inline-end: 1.5rem !important;
}

.end-25 {
  inset-inline-end: 1.5625rem !important;
}

.end-26 {
  inset-inline-end: 1.625rem !important;
}

.end-27 {
  inset-inline-end: 1.6875rem !important;
}

.end-28 {
  inset-inline-end: 1.75rem !important;
}

.end-29 {
  inset-inline-end: 1.8125rem !important;
}

.end-30 {
  inset-inline-end: 1.875rem !important;
}

.end-31 {
  inset-inline-end: 1.9375rem !important;
}

.end-32 {
  inset-inline-end: 2rem !important;
}

.end-33 {
  inset-inline-end: 2.0625rem !important;
}

.end-34 {
  inset-inline-end: 2.125rem !important;
}

.end-35 {
  inset-inline-end: 2.1875rem !important;
}

.end-36 {
  inset-inline-end: 2.25rem !important;
}

.end-37 {
  inset-inline-end: 2.3125rem !important;
}

.end-38 {
  inset-inline-end: 2.375rem !important;
}

.end-39 {
  inset-inline-end: 2.4375rem !important;
}

.end-40 {
  inset-inline-end: 2.5rem !important;
}

.end-41 {
  inset-inline-end: 2.5625rem !important;
}

.end-42 {
  inset-inline-end: 2.625rem !important;
}

.end-43 {
  inset-inline-end: 2.6875rem !important;
}

.end-44 {
  inset-inline-end: 2.75rem !important;
}

.end-45 {
  inset-inline-end: 2.8125rem !important;
}

.end-46 {
  inset-inline-end: 2.875rem !important;
}

.end-47 {
  inset-inline-end: 2.9375rem !important;
}

.end-48 {
  inset-inline-end: 3rem !important;
}

.end-49 {
  inset-inline-end: 3.0625rem !important;
}

.end-50 {
  inset-inline-end: 3.125rem !important;
}

.end-51 {
  inset-inline-end: 3.1875rem !important;
}

.end-52 {
  inset-inline-end: 3.25rem !important;
}

.end-53 {
  inset-inline-end: 3.3125rem !important;
}

.end-54 {
  inset-inline-end: 3.375rem !important;
}

.end-56 {
  inset-inline-end: 3.5rem !important;
}

.end-57 {
  inset-inline-end: 3.5625rem !important;
}

.end-58 {
  inset-inline-end: 3.625rem !important;
}

.end-59 {
  inset-inline-end: 3.6875rem !important;
}

.end-60 {
  inset-inline-end: 3.75rem !important;
}

.end-61 {
  inset-inline-end: 3.8125rem !important;
}

.end-62 {
  inset-inline-end: 3.875rem !important;
}

.end-63 {
  inset-inline-end: 3.9375rem !important;
}

.end-64 {
  inset-inline-end: 4rem !important;
}

.end-68 {
  inset-inline-end: 4.25rem !important;
}

.end-70 {
  inset-inline-end: 4.375rem !important;
}

.end-71 {
  inset-inline-end: 4.4375rem !important;
}

.end-72 {
  inset-inline-end: 4.5rem !important;
}

.end-73 {
  inset-inline-end: 4.5625rem !important;
}

.end-74 {
  inset-inline-end: 4.625rem !important;
}

.end-75 {
  inset-inline-end: 4.6875rem !important;
}

.end-76 {
  inset-inline-end: 4.75rem !important;
}

.end-77 {
  inset-inline-end: 4.8125rem !important;
}

.end-78 {
  inset-inline-end: 4.875rem !important;
}

.end-79 {
  inset-inline-end: 4.9375rem !important;
}

.end-80 {
  inset-inline-end: 5rem !important;
}

.end-82 {
  inset-inline-end: 5.125rem !important;
}

.end-83 {
  inset-inline-end: 5.1875rem !important;
}

.end-84 {
  inset-inline-end: 5.25rem !important;
}

.end-86 {
  inset-inline-end: 5.375rem !important;
}

.end-87 {
  inset-inline-end: 5.4375rem !important;
}

.end-88 {
  inset-inline-end: 5.5rem !important;
}

.end-89 {
  inset-inline-end: 5.5625rem !important;
}

.end-90 {
  inset-inline-end: 5.625rem !important;
}

.end-92 {
  inset-inline-end: 5.75rem !important;
}

.end-94 {
  inset-inline-end: 5.875rem !important;
}

.end-95 {
  inset-inline-end: 5.9375rem !important;
}

.end-96 {
  inset-inline-end: 6rem !important;
}

.end-98 {
  inset-inline-end: 6.125rem !important;
}

.end-100 {
  inset-inline-end: 6.25rem !important;
}

.end-102 {
  inset-inline-end: 6.375rem !important;
}

.end-104 {
  inset-inline-end: 6.5rem !important;
}

.end-108 {
  inset-inline-end: 6.75rem !important;
}

.end-115 {
  inset-inline-end: 7.1875rem !important;
}

.end-116 {
  inset-inline-end: 7.25rem !important;
}

.end-118 {
  inset-inline-end: 7.375rem !important;
}

.end-120 {
  inset-inline-end: 7.5rem !important;
}

.end-121 {
  inset-inline-end: 7.5625rem !important;
}

.end-123 {
  inset-inline-end: 7.6875rem !important;
}

.end-129 {
  inset-inline-end: 8.0625rem !important;
}

.end-131 {
  inset-inline-end: 8.1875rem !important;
}

.end-140 {
  inset-inline-end: 8.75rem !important;
}

.end-144 {
  inset-inline-end: 9rem !important;
}

.end-147 {
  inset-inline-end: 9.1875rem !important;
}

.end-148 {
  inset-inline-end: 9.25rem !important;
}

.end-154 {
  inset-inline-end: 9.625rem !important;
}

.end-156 {
  inset-inline-end: 9.75rem !important;
}

.end-180 {
  inset-inline-end: 11.25rem !important;
}

.end-200 {
  inset-inline-end: 12.5rem !important;
}

.end-231 {
  inset-inline-end: 14.4375rem !important;
}

.end-240 {
  inset-inline-end: 15rem !important;
}

.end-247 {
  inset-inline-end: 15.4375rem !important;
}

.end-239 {
  inset-inline-end: 14.9375rem !important;
}

.end-255 {
  inset-inline-end: 15.9375rem !important;
}

.end-327 {
  inset-inline-end: 20.4375rem !important;
}

.end-nauto {
  inset-inline-end: -0.375rem !important;
}

.end-n2 {
  inset-inline-end: -0.375rem !important;
}

.end-n3 {
  inset-inline-end: -0.375rem !important;
}

.end-n4 {
  inset-inline-end: -0.375rem !important;
}

.end-n5 {
  inset-inline-end: -0.375rem !important;
}

.end-n6 {
  inset-inline-end: -0.375rem !important;
}

.end-n7 {
  inset-inline-end: -0.375rem !important;
}

.end-n8 {
  inset-inline-end: -0.375rem !important;
}

.end-n9 {
  inset-inline-end: -0.375rem !important;
}

.end-n10 {
  inset-inline-end: -0.375rem !important;
}

.end-n11 {
  inset-inline-end: -0.375rem !important;
}

.end-n12 {
  inset-inline-end: -0.375rem !important;
}

.end-n13 {
  inset-inline-end: -0.375rem !important;
}

.end-n14 {
  inset-inline-end: -0.375rem !important;
}

.end-n15 {
  inset-inline-end: -0.375rem !important;
}

.end-n16 {
  inset-inline-end: -0.375rem !important;
}

.end-n18 {
  inset-inline-end: -0.375rem !important;
}

.end-n20 {
  inset-inline-end: -0.375rem !important;
}

.end-n21 {
  inset-inline-end: -0.375rem !important;
}

.end-n22 {
  inset-inline-end: -0.375rem !important;
}

.end-n23 {
  inset-inline-end: -0.375rem !important;
}

.end-n24 {
  inset-inline-end: -0.375rem !important;
}

.end-n25 {
  inset-inline-end: -0.375rem !important;
}

.end-n26 {
  inset-inline-end: -0.375rem !important;
}

.end-n27 {
  inset-inline-end: -0.375rem !important;
}

.end-n28 {
  inset-inline-end: -0.375rem !important;
}

.end-n29 {
  inset-inline-end: -0.375rem !important;
}

.end-n30 {
  inset-inline-end: -0.375rem !important;
}

.end-n36 {
  inset-inline-end: -0.375rem !important;
}

.end-n38 {
  inset-inline-end: -0.375rem !important;
}

.end-n40 {
  inset-inline-end: -0.375rem !important;
}

.end-n41 {
  inset-inline-end: -0.375rem !important;
}

.end-n49 {
  inset-inline-end: -0.375rem !important;
}

.end-n54 {
  inset-inline-end: -0.375rem !important;
}

.end-n58 {
  inset-inline-end: -0.375rem !important;
}

.end-n59 {
  inset-inline-end: -0.375rem !important;
}

.end-n60 {
  inset-inline-end: -0.375rem !important;
}

.end-n61 {
  inset-inline-end: -0.375rem !important;
}

.end-n62 {
  inset-inline-end: -0.375rem !important;
}

.end-n63 {
  inset-inline-end: -0.375rem !important;
}

.end-n64 {
  inset-inline-end: -0.375rem !important;
}

.end-n65 {
  inset-inline-end: -0.375rem !important;
}

.end-n66 {
  inset-inline-end: -0.375rem !important;
}

.end-n70 {
  inset-inline-end: -0.375rem !important;
}

.end-n85 {
  inset-inline-end: -0.375rem !important;
}

.end-n96 {
  inset-inline-end: -0.375rem !important;
}

.end-n99 {
  inset-inline-end: -0.375rem !important;
}

.end-n109 {
  inset-inline-end: -0.375rem !important;
}

.end-n120 {
  inset-inline-end: -0.375rem !important;
}

.end-n135 {
  inset-inline-end: -0.375rem !important;
}

.end-n50 {
  inset-inline-end: -0.375rem !important;
}

.end-n100 {
  inset-inline-end: -0.375rem !important;
}

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

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

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

.translate-x-11 {
  transform: translateX(11px) !important;
}

.translate-x-12 {
  transform: translateX(12px) !important;
}

.translate-x-13 {
  transform: translateX(13px) !important;
}

.translate-x-14 {
  transform: translateX(14px) !important;
}

.translate-x-15 {
  transform: translateX(15px) !important;
}

.translate-x-16 {
  transform: translateX(16px) !important;
}

.scale-x-n1 {
  transform: scaleX(-1) !important;
}

.transition-opacity-0-5 {
  transition: opacity 0.5s ease-in-out !important;
}

.border {
  border: 1px solid !important;
}

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

.border-2 {
  border: 2px solid !important;
}

.border-3 {
  border: 3px solid !important;
}

.border-4 {
  border: 4px solid !important;
}

.border-5 {
  border: 5px solid !important;
}

.border-6 {
  border: 6px solid !important;
}

.border-top {
  border-block-start: 1px solid !important;
}

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

.border-top-2 {
  border-block-start: 2px solid !important;
}

.border-top-3 {
  border-block-start: 3px solid !important;
}

.border-top-4 {
  border-block-start: 4px solid !important;
}

.border-top-5 {
  border-block-start: 5px solid !important;
}

.border-top-6 {
  border-block-start: 6px solid !important;
}

.border-end {
  border-inline-end: 1px solid !important;
}

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

.border-end-2 {
  border-inline-end: 2px solid !important;
}

.border-end-3 {
  border-inline-end: 3px solid !important;
}

.border-end-4 {
  border-inline-end: 4px solid !important;
}

.border-end-5 {
  border-inline-end: 5px solid !important;
}

.border-end-6 {
  border-inline-end: 6px solid !important;
}

.border-bottom {
  border-block-end: 1px solid !important;
}

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

.border-bottom-2 {
  border-block-end: 2px solid !important;
}

.border-bottom-3 {
  border-block-end: 3px solid !important;
}

.border-bottom-4 {
  border-block-end: 4px solid !important;
}

.border-bottom-5 {
  border-block-end: 5px solid !important;
}

.border-bottom-6 {
  border-block-end: 6px solid !important;
}

.border-start {
  border-inline-start: 1px solid !important;
}

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

.border-start-2 {
  border-inline-start: 2px solid !important;
}

.border-start-3 {
  border-inline-start: 3px solid !important;
}

.border-start-4 {
  border-inline-start: 4px solid !important;
}

.border-start-5 {
  border-inline-start: 5px solid !important;
}

.border-start-6 {
  border-inline-start: 6px solid !important;
}

.border-top-width-0 {
  border-block-start: 0 !important;
}

.border-top-width-1 {
  border-block-start: 0.0625rem !important;
}

.border-top-width-2 {
  border-block-start: 0.125rem !important;
}

.border-top-width-3 {
  border-block-start: 0.1875rem !important;
}

.border-top-width-4 {
  border-block-start: 0.5625rem !important;
}

.border-top-width-5 {
  border-block-start: 0.3125rem !important;
}

.border-top-width-6 {
  border-block-start: 0.375rem !important;
}

.border-top-width-7 {
  border-block-start: 0.4375rem !important;
}

.border-primary {
  border-color: #3d70b2 !important;
}

.border-secondary {
  border-color: #74808f !important;
}

.border-success {
  border-color: #00af12 !important;
}

.border-info {
  border-color: #008bdf !important;
}

.border-warning {
  border-color: #ff973d !important;
}

.border-danger {
  border-color: #a12626 !important;
}

.border-light {
  border-color: #f7f9fa !important;
}

.border-dark {
  border-color: #1f262e !important;
}

.border-white {
  border-color: white !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-gray-100 {
  border-color: var(--gray-shade-100) !important;
}

.border-gray-200 {
  border-color: var(--gray-shade-200) !important;
}

.border-gray-300 {
  border-color: var(--gray-shade-300) !important;
}

.border-gray-400 {
  border-color: var(--gray-shade-400) !important;
}

.border-gray-500 {
  border-color: var(--gray-shade-500) !important;
}

.border-gray-600 {
  border-color: var(--gray-shade-600) !important;
}

.border-gray-700 {
  border-color: var(--gray-shade-700) !important;
}

.border-gray-800 {
  border-color: var(--gray-shade-800) !important;
}

.border-gray-900 {
  border-color: var(--gray-shade-900) !important;
}

.border-gray-1000 {
  border-color: var(--gray-shade-1000) !important;
}

.border-gray-1100 {
  border-color: var(--gray-shade-1100) !important;
}

.border-gray-1200 {
  border-color: var(--gray-shade-1200) !important;
}

.border-style-dotted {
  border-style: dotted !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.border-top-style-dotted {
  border-block-start-style: dotted !important;
}

.border-top-style-dashed {
  border-block-start-style: dashed !important;
}

.border-top-style-solid {
  border-block-start-style: solid !important;
}

.border-bottom-style-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom-style-dashed {
  border-bottom-style: dashed !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

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

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-32-5 {
  width: 32.5% !important;
}

.w-33 {
  width: 33% !important;
}

.w-33-3 {
  width: 33.3% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-48 {
  width: 48% !important;
}

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

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-66-6 {
  width: 66.6% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-70 {
  width: 70% !important;
}

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

.w-80 {
  width: 80% !important;
}

.w-82 {
  width: 82% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87-6 {
  width: 87.6% !important;
}

.w-87-5 {
  width: 87.5% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

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

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

.max-w-per-5 {
  max-width: 5% !important;
}

.max-w-per-6 {
  max-width: 6% !important;
}

.max-w-per-10 {
  max-width: 10% !important;
}

.max-w-per-20 {
  max-width: 20% !important;
}

.max-w-per-25 {
  max-width: 25% !important;
}

.max-w-per-26 {
  max-width: 26% !important;
}

.max-w-per-27 {
  max-width: 27% !important;
}

.max-w-per-28 {
  max-width: 28% !important;
}

.max-w-per-29 {
  max-width: 29% !important;
}

.max-w-per-30 {
  max-width: 30% !important;
}

.max-w-per-32-5 {
  max-width: 32.5% !important;
}

.max-w-per-33 {
  max-width: 33% !important;
}

.max-w-per-33-3 {
  max-width: 33.3% !important;
}

.max-w-per-35 {
  max-width: 35% !important;
}

.max-w-per-40 {
  max-width: 40% !important;
}

.max-w-per-44 {
  max-width: 44% !important;
}

.max-w-per-45 {
  max-width: 45% !important;
}

.max-w-per-46 {
  max-width: 46% !important;
}

.max-w-per-48 {
  max-width: 48% !important;
}

.max-w-per-50 {
  max-width: 50% !important;
}

.max-w-per-60 {
  max-width: 60% !important;
}

.max-w-per-65 {
  max-width: 65% !important;
}

.max-w-per-66 {
  max-width: 66% !important;
}

.max-w-per-66-6 {
  max-width: 66.6% !important;
}

.max-w-per-67 {
  max-width: 67% !important;
}

.max-w-per-68 {
  max-width: 68% !important;
}

.max-w-per-70 {
  max-width: 70% !important;
}

.max-w-per-75 {
  max-width: 75% !important;
}

.max-w-per-80 {
  max-width: 80% !important;
}

.max-w-per-82 {
  max-width: 82% !important;
}

.max-w-per-85 {
  max-width: 85% !important;
}

.max-w-per-86 {
  max-width: 86% !important;
}

.max-w-per-87-6 {
  max-width: 87.6% !important;
}

.max-w-per-87-5 {
  max-width: 87.5% !important;
}

.max-w-per-89 {
  max-width: 89% !important;
}

.max-w-per-90 {
  max-width: 90% !important;
}

.max-w-per-91 {
  max-width: 91% !important;
}

.max-w-per-92 {
  max-width: 92% !important;
}

.max-w-per-93 {
  max-width: 93% !important;
}

.max-w-per-94 {
  max-width: 94% !important;
}

.max-w-per-95 {
  max-width: 95% !important;
}

.max-w-per-96 {
  max-width: 96% !important;
}

.max-w-per-97 {
  max-width: 97% !important;
}

.max-w-per-98 {
  max-width: 98% !important;
}

.max-w-per-99 {
  max-width: 99% !important;
}

.max-w-per-100 {
  max-width: 100% !important;
}

.max-w-per-auto {
  max-width: auto !important;
}

.min-w-per-5 {
  min-width: 5% !important;
}

.min-w-per-6 {
  min-width: 6% !important;
}

.min-w-per-10 {
  min-width: 10% !important;
}

.min-w-per-20 {
  min-width: 20% !important;
}

.min-w-per-25 {
  min-width: 25% !important;
}

.min-w-per-26 {
  min-width: 26% !important;
}

.min-w-per-27 {
  min-width: 27% !important;
}

.min-w-per-28 {
  min-width: 28% !important;
}

.min-w-per-29 {
  min-width: 29% !important;
}

.min-w-per-30 {
  min-width: 30% !important;
}

.min-w-per-32-5 {
  min-width: 32.5% !important;
}

.min-w-per-33 {
  min-width: 33% !important;
}

.min-w-per-33-3 {
  min-width: 33.3% !important;
}

.min-w-per-35 {
  min-width: 35% !important;
}

.min-w-per-40 {
  min-width: 40% !important;
}

.min-w-per-44 {
  min-width: 44% !important;
}

.min-w-per-45 {
  min-width: 45% !important;
}

.min-w-per-46 {
  min-width: 46% !important;
}

.min-w-per-48 {
  min-width: 48% !important;
}

.min-w-per-50 {
  min-width: 50% !important;
}

.min-w-per-60 {
  min-width: 60% !important;
}

.min-w-per-65 {
  min-width: 65% !important;
}

.min-w-per-66 {
  min-width: 66% !important;
}

.min-w-per-66-6 {
  min-width: 66.6% !important;
}

.min-w-per-67 {
  min-width: 67% !important;
}

.min-w-per-68 {
  min-width: 68% !important;
}

.min-w-per-70 {
  min-width: 70% !important;
}

.min-w-per-75 {
  min-width: 75% !important;
}

.min-w-per-80 {
  min-width: 80% !important;
}

.min-w-per-82 {
  min-width: 82% !important;
}

.min-w-per-85 {
  min-width: 85% !important;
}

.min-w-per-86 {
  min-width: 86% !important;
}

.min-w-per-87-6 {
  min-width: 87.6% !important;
}

.min-w-per-87-5 {
  min-width: 87.5% !important;
}

.min-w-per-89 {
  min-width: 89% !important;
}

.min-w-per-90 {
  min-width: 90% !important;
}

.min-w-per-91 {
  min-width: 91% !important;
}

.min-w-per-92 {
  min-width: 92% !important;
}

.min-w-per-93 {
  min-width: 93% !important;
}

.min-w-per-94 {
  min-width: 94% !important;
}

.min-w-per-95 {
  min-width: 95% !important;
}

.min-w-per-96 {
  min-width: 96% !important;
}

.min-w-per-97 {
  min-width: 97% !important;
}

.min-w-per-98 {
  min-width: 98% !important;
}

.min-w-per-99 {
  min-width: 99% !important;
}

.min-w-per-100 {
  min-width: 100% !important;
}

.min-w-per-auto {
  min-width: auto !important;
}

.width-unset {
  width: unset !important;
}

.width-1 {
  width: 1rem !important;
}

.width-2 {
  width: 2rem !important;
}

.width-3 {
  width: 3rem !important;
}

.width-4 {
  width: 4rem !important;
}

.width-5 {
  width: 5rem !important;
}

.width-6 {
  width: 6rem !important;
}

.width-7 {
  width: 7rem !important;
}

.width-8 {
  width: 8rem !important;
}

.width-9 {
  width: 9rem !important;
}

.width-10 {
  width: 10rem !important;
}

.width-11 {
  width: 11rem !important;
}

.width-12 {
  width: 12rem !important;
}

.width-13 {
  width: 13rem !important;
}

.width-14 {
  width: 14rem !important;
}

.width-15 {
  width: 15rem !important;
}

.width-16 {
  width: 16rem !important;
}

.width-17 {
  width: 17rem !important;
}

.width-18 {
  width: 18rem !important;
}

.width-19 {
  width: 19rem !important;
}

.width-19-8 {
  width: 19.8rem !important;
}

.width-20 {
  width: 20rem !important;
}

.width-20-5 {
  width: 20.5rem !important;
}

.width-20-6 {
  width: 20.6rem !important;
}

.width-21 {
  width: 21rem !important;
}

.width-22 {
  width: 22rem !important;
}

.width-23 {
  width: 23rem !important;
}

.width-24 {
  width: 24rem !important;
}

.width-25 {
  width: 25rem !important;
}

.width-26-5 {
  width: 26.5rem !important;
}

.width-26 {
  width: 26rem !important;
}

.width-27 {
  width: 27rem !important;
}

.width-28 {
  width: 28rem !important;
}

.width-29 {
  width: 29rem !important;
}

.width-30 {
  width: 30rem !important;
}

.width-31 {
  width: 31rem !important;
}

.width-32 {
  width: 32rem !important;
}

.width-33 {
  width: 33rem !important;
}

.width-34 {
  width: 34rem !important;
}

.width-35 {
  width: 35rem !important;
}

.width-36 {
  width: 36rem !important;
}

.width-37 {
  width: 37rem !important;
}

.width-38 {
  width: 38rem !important;
}

.width-39 {
  width: 39rem !important;
}

.width-40 {
  width: 40rem !important;
}

.width-41 {
  width: 41rem !important;
}

.width-42 {
  width: 42rem !important;
}

.width-43 {
  width: 43rem !important;
}

.width-44 {
  width: 44rem !important;
}

.width-45 {
  width: 45rem !important;
}

.width-46 {
  width: 46rem !important;
}

.width-47 {
  width: 47rem !important;
}

.width-48 {
  width: 48rem !important;
}

.width-49 {
  width: 49rem !important;
}

.width-50 {
  width: 50rem !important;
}

.width-51 {
  width: 51rem !important;
}

.width-52 {
  width: 52rem !important;
}

.width-53 {
  width: 53rem !important;
}

.width-54 {
  width: 54rem !important;
}

.width-55 {
  width: 55rem !important;
}

.width-56 {
  width: 56rem !important;
}

.width-57 {
  width: 57rem !important;
}

.width-58 {
  width: 58rem !important;
}

.width-59 {
  width: 59rem !important;
}

.width-60 {
  width: 60rem !important;
}

.width-61 {
  width: 61rem !important;
}

.width-62 {
  width: 62rem !important;
}

.width-63 {
  width: 63rem !important;
}

.width-64 {
  width: 64rem !important;
}

.width-65 {
  width: 65rem !important;
}

.width-66 {
  width: 66rem !important;
}

.width-67 {
  width: 67rem !important;
}

.width-68 {
  width: 68rem !important;
}

.width-69 {
  width: 69rem !important;
}

.width-70 {
  width: 70rem !important;
}

.width-71 {
  width: 71rem !important;
}

.width-72 {
  width: 72rem !important;
}

.width-73 {
  width: 73rem !important;
}

.width-74 {
  width: 74rem !important;
}

.width-75 {
  width: 75rem !important;
}

.width-76 {
  width: 76rem !important;
}

.width-77 {
  width: 77rem !important;
}

.width-78 {
  width: 78rem !important;
}

.width-79 {
  width: 79rem !important;
}

.width-80 {
  width: 80rem !important;
}

.width-95 {
  width: 95rem !important;
}

.width-96 {
  width: 96rem !important;
}

.width-97 {
  width: 97rem !important;
}

.width-98 {
  width: 98rem !important;
}

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

.width-px-0 {
  width: 0rem !important;
}

.width-px-1 {
  width: 0.0625rem !important;
}

.width-px-2 {
  width: 0.125rem !important;
}

.width-px-3 {
  width: 0.1875rem !important;
}

.width-px-4 {
  width: 0.25rem !important;
}

.width-px-5 {
  width: 0.3125rem !important;
}

.width-px-6 {
  width: 0.375rem !important;
}

.width-px-7 {
  width: 0.4375rem !important;
}

.width-px-8 {
  width: 0.5rem !important;
}

.width-px-9 {
  width: 0.5625rem !important;
}

.width-px-10 {
  width: 0.625rem !important;
}

.width-px-11 {
  width: 0.6875rem !important;
}

.width-px-12 {
  width: 0.75rem !important;
}

.width-px-13 {
  width: 0.8125rem !important;
}

.width-px-14 {
  width: 0.875rem !important;
}

.width-px-15 {
  width: 0.9375rem !important;
}

.width-px-16 {
  width: 1rem !important;
}

.width-px-17 {
  width: 1.0625rem !important;
}

.width-px-18 {
  width: 1.125rem !important;
}

.width-px-19 {
  width: 1.1875rem !important;
}

.width-px-20 {
  width: 1.25rem !important;
}

.width-px-21 {
  width: 1.3125rem !important;
}

.width-px-22 {
  width: 1.375rem !important;
}

.width-px-23 {
  width: 1.4375rem !important;
}

.width-px-24 {
  width: 1.5rem !important;
}

.width-px-25 {
  width: 1.5625rem !important;
}

.width-px-26 {
  width: 1.625rem !important;
}

.width-px-27 {
  width: 1.6875rem !important;
}

.width-px-28 {
  width: 1.75rem !important;
}

.width-px-29 {
  width: 1.8125rem !important;
}

.width-px-30 {
  width: 1.875rem !important;
}

.width-px-31 {
  width: 1.9375rem !important;
}

.width-px-32 {
  width: 2rem !important;
}

.width-px-33 {
  width: 2.0625rem !important;
}

.width-px-34 {
  width: 2.125rem !important;
}

.width-px-35 {
  width: 2.1875rem !important;
}

.width-px-36 {
  width: 2.25rem !important;
}

.width-px-37 {
  width: 2.3125rem !important;
}

.width-px-38 {
  width: 2.375rem !important;
}

.width-px-39 {
  width: 2.4375rem !important;
}

.width-px-40 {
  width: 2.5rem !important;
}

.width-px-41 {
  width: 2.5625rem !important;
}

.width-px-42 {
  width: 2.625rem !important;
}

.width-px-43 {
  width: 2.6875rem !important;
}

.width-px-44 {
  width: 2.75rem !important;
}

.width-px-45 {
  width: 2.8125rem !important;
}

.width-px-46 {
  width: 2.875rem !important;
}

.width-px-47 {
  width: 2.9375rem !important;
}

.width-px-48 {
  width: 3rem !important;
}

.width-px-49 {
  width: 3.0625rem !important;
}

.width-px-50 {
  width: 3.125rem !important;
}

.width-px-51 {
  width: 3.1875rem !important;
}

.width-px-52 {
  width: 3.25rem !important;
}

.width-px-53 {
  width: 3.3125rem !important;
}

.width-px-54 {
  width: 3.375rem !important;
}

.width-px-56 {
  width: 3.5rem !important;
}

.width-px-57 {
  width: 3.5625rem !important;
}

.width-px-58 {
  width: 3.625rem !important;
}

.width-px-59 {
  width: 3.6875rem !important;
}

.width-px-60 {
  width: 3.75rem !important;
}

.width-px-61 {
  width: 3.8125rem !important;
}

.width-px-62 {
  width: 3.875rem !important;
}

.width-px-63 {
  width: 3.9375rem !important;
}

.width-px-64 {
  width: 4rem !important;
}

.width-px-68 {
  width: 4.25rem !important;
}

.width-px-70 {
  width: 4.375rem !important;
}

.width-px-71 {
  width: 4.4375rem !important;
}

.width-px-72 {
  width: 4.5rem !important;
}

.width-px-73 {
  width: 4.5625rem !important;
}

.width-px-74 {
  width: 4.625rem !important;
}

.width-px-75 {
  width: 4.6875rem !important;
}

.width-px-76 {
  width: 4.75rem !important;
}

.width-px-77 {
  width: 4.8125rem !important;
}

.width-px-78 {
  width: 4.875rem !important;
}

.width-px-79 {
  width: 4.9375rem !important;
}

.width-px-80 {
  width: 5rem !important;
}

.width-px-82 {
  width: 5.125rem !important;
}

.width-px-83 {
  width: 5.1875rem !important;
}

.width-px-84 {
  width: 5.25rem !important;
}

.width-px-86 {
  width: 5.375rem !important;
}

.width-px-87 {
  width: 5.4375rem !important;
}

.width-px-88 {
  width: 5.5rem !important;
}

.width-px-89 {
  width: 5.5625rem !important;
}

.width-px-90 {
  width: 5.625rem !important;
}

.width-px-92 {
  width: 5.75rem !important;
}

.width-px-94 {
  width: 5.875rem !important;
}

.width-px-95 {
  width: 5.9375rem !important;
}

.width-px-96 {
  width: 6rem !important;
}

.width-px-98 {
  width: 6.125rem !important;
}

.width-px-100 {
  width: 6.25rem !important;
}

.width-px-102 {
  width: 6.375rem !important;
}

.width-px-104 {
  width: 6.5rem !important;
}

.width-px-108 {
  width: 6.75rem !important;
}

.width-px-115 {
  width: 7.1875rem !important;
}

.width-px-116 {
  width: 7.25rem !important;
}

.width-px-118 {
  width: 7.375rem !important;
}

.width-px-120 {
  width: 7.5rem !important;
}

.width-px-121 {
  width: 7.5625rem !important;
}

.width-px-123 {
  width: 7.6875rem !important;
}

.width-px-129 {
  width: 8.0625rem !important;
}

.width-px-131 {
  width: 8.1875rem !important;
}

.width-px-140 {
  width: 8.75rem !important;
}

.width-px-144 {
  width: 9rem !important;
}

.width-px-147 {
  width: 9.1875rem !important;
}

.width-px-148 {
  width: 9.25rem !important;
}

.width-px-154 {
  width: 9.625rem !important;
}

.width-px-156 {
  width: 9.75rem !important;
}

.width-px-180 {
  width: 11.25rem !important;
}

.width-px-200 {
  width: 12.5rem !important;
}

.width-px-231 {
  width: 14.4375rem !important;
}

.width-px-240 {
  width: 15rem !important;
}

.width-px-247 {
  width: 15.4375rem !important;
}

.width-px-239 {
  width: 14.9375rem !important;
}

.width-px-255 {
  width: 15.9375rem !important;
}

.width-px-327 {
  width: 20.4375rem !important;
}

.max-w-unset {
  max-width: unset !important;
}

.max-w-1 {
  max-width: 1rem !important;
}

.max-w-2 {
  max-width: 2rem !important;
}

.max-w-3 {
  max-width: 3rem !important;
}

.max-w-4 {
  max-width: 4rem !important;
}

.max-w-5 {
  max-width: 5rem !important;
}

.max-w-6 {
  max-width: 6rem !important;
}

.max-w-7 {
  max-width: 7rem !important;
}

.max-w-8 {
  max-width: 8rem !important;
}

.max-w-9 {
  max-width: 9rem !important;
}

.max-w-10 {
  max-width: 10rem !important;
}

.max-w-11 {
  max-width: 11rem !important;
}

.max-w-12 {
  max-width: 12rem !important;
}

.max-w-13 {
  max-width: 13rem !important;
}

.max-w-14 {
  max-width: 14rem !important;
}

.max-w-15 {
  max-width: 15rem !important;
}

.max-w-16 {
  max-width: 16rem !important;
}

.max-w-17 {
  max-width: 17rem !important;
}

.max-w-18 {
  max-width: 18rem !important;
}

.max-w-19 {
  max-width: 19rem !important;
}

.max-w-19-8 {
  max-width: 19.8rem !important;
}

.max-w-20 {
  max-width: 20rem !important;
}

.max-w-20-5 {
  max-width: 20.5rem !important;
}

.max-w-20-6 {
  max-width: 20.6rem !important;
}

.max-w-21 {
  max-width: 21rem !important;
}

.max-w-22 {
  max-width: 22rem !important;
}

.max-w-23 {
  max-width: 23rem !important;
}

.max-w-24 {
  max-width: 24rem !important;
}

.max-w-25 {
  max-width: 25rem !important;
}

.max-w-26-5 {
  max-width: 26.5rem !important;
}

.max-w-26 {
  max-width: 26rem !important;
}

.max-w-27 {
  max-width: 27rem !important;
}

.max-w-28 {
  max-width: 28rem !important;
}

.max-w-29 {
  max-width: 29rem !important;
}

.max-w-30 {
  max-width: 30rem !important;
}

.max-w-31 {
  max-width: 31rem !important;
}

.max-w-32 {
  max-width: 32rem !important;
}

.max-w-33 {
  max-width: 33rem !important;
}

.max-w-34 {
  max-width: 34rem !important;
}

.max-w-35 {
  max-width: 35rem !important;
}

.max-w-36 {
  max-width: 36rem !important;
}

.max-w-37 {
  max-width: 37rem !important;
}

.max-w-38 {
  max-width: 38rem !important;
}

.max-w-39 {
  max-width: 39rem !important;
}

.max-w-40 {
  max-width: 40rem !important;
}

.max-w-41 {
  max-width: 41rem !important;
}

.max-w-42 {
  max-width: 42rem !important;
}

.max-w-43 {
  max-width: 43rem !important;
}

.max-w-44 {
  max-width: 44rem !important;
}

.max-w-45 {
  max-width: 45rem !important;
}

.max-w-46 {
  max-width: 46rem !important;
}

.max-w-47 {
  max-width: 47rem !important;
}

.max-w-48 {
  max-width: 48rem !important;
}

.max-w-49 {
  max-width: 49rem !important;
}

.max-w-50 {
  max-width: 50rem !important;
}

.max-w-51 {
  max-width: 51rem !important;
}

.max-w-52 {
  max-width: 52rem !important;
}

.max-w-53 {
  max-width: 53rem !important;
}

.max-w-54 {
  max-width: 54rem !important;
}

.max-w-55 {
  max-width: 55rem !important;
}

.max-w-56 {
  max-width: 56rem !important;
}

.max-w-57 {
  max-width: 57rem !important;
}

.max-w-58 {
  max-width: 58rem !important;
}

.max-w-59 {
  max-width: 59rem !important;
}

.max-w-60 {
  max-width: 60rem !important;
}

.max-w-61 {
  max-width: 61rem !important;
}

.max-w-62 {
  max-width: 62rem !important;
}

.max-w-63 {
  max-width: 63rem !important;
}

.max-w-64 {
  max-width: 64rem !important;
}

.max-w-65 {
  max-width: 65rem !important;
}

.max-w-66 {
  max-width: 66rem !important;
}

.max-w-67 {
  max-width: 67rem !important;
}

.max-w-68 {
  max-width: 68rem !important;
}

.max-w-69 {
  max-width: 69rem !important;
}

.max-w-70 {
  max-width: 70rem !important;
}

.max-w-71 {
  max-width: 71rem !important;
}

.max-w-72 {
  max-width: 72rem !important;
}

.max-w-73 {
  max-width: 73rem !important;
}

.max-w-74 {
  max-width: 74rem !important;
}

.max-w-75 {
  max-width: 75rem !important;
}

.max-w-76 {
  max-width: 76rem !important;
}

.max-w-77 {
  max-width: 77rem !important;
}

.max-w-78 {
  max-width: 78rem !important;
}

.max-w-79 {
  max-width: 79rem !important;
}

.max-w-80 {
  max-width: 80rem !important;
}

.max-w-95 {
  max-width: 95rem !important;
}

.max-w-96 {
  max-width: 96rem !important;
}

.max-w-97 {
  max-width: 97rem !important;
}

.max-w-98 {
  max-width: 98rem !important;
}

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

.min-w-unset {
  min-width: unset !important;
}

.min-w-1 {
  min-width: 1rem !important;
}

.min-w-2 {
  min-width: 2rem !important;
}

.min-w-3 {
  min-width: 3rem !important;
}

.min-w-4 {
  min-width: 4rem !important;
}

.min-w-5 {
  min-width: 5rem !important;
}

.min-w-6 {
  min-width: 6rem !important;
}

.min-w-7 {
  min-width: 7rem !important;
}

.min-w-8 {
  min-width: 8rem !important;
}

.min-w-9 {
  min-width: 9rem !important;
}

.min-w-10 {
  min-width: 10rem !important;
}

.min-w-11 {
  min-width: 11rem !important;
}

.min-w-12 {
  min-width: 12rem !important;
}

.min-w-13 {
  min-width: 13rem !important;
}

.min-w-14 {
  min-width: 14rem !important;
}

.min-w-15 {
  min-width: 15rem !important;
}

.min-w-16 {
  min-width: 16rem !important;
}

.min-w-17 {
  min-width: 17rem !important;
}

.min-w-18 {
  min-width: 18rem !important;
}

.min-w-19 {
  min-width: 19rem !important;
}

.min-w-19-8 {
  min-width: 19.8rem !important;
}

.min-w-20 {
  min-width: 20rem !important;
}

.min-w-20-5 {
  min-width: 20.5rem !important;
}

.min-w-20-6 {
  min-width: 20.6rem !important;
}

.min-w-21 {
  min-width: 21rem !important;
}

.min-w-22 {
  min-width: 22rem !important;
}

.min-w-23 {
  min-width: 23rem !important;
}

.min-w-24 {
  min-width: 24rem !important;
}

.min-w-25 {
  min-width: 25rem !important;
}

.min-w-26-5 {
  min-width: 26.5rem !important;
}

.min-w-26 {
  min-width: 26rem !important;
}

.min-w-27 {
  min-width: 27rem !important;
}

.min-w-28 {
  min-width: 28rem !important;
}

.min-w-29 {
  min-width: 29rem !important;
}

.min-w-30 {
  min-width: 30rem !important;
}

.min-w-31 {
  min-width: 31rem !important;
}

.min-w-32 {
  min-width: 32rem !important;
}

.min-w-33 {
  min-width: 33rem !important;
}

.min-w-34 {
  min-width: 34rem !important;
}

.min-w-35 {
  min-width: 35rem !important;
}

.min-w-36 {
  min-width: 36rem !important;
}

.min-w-37 {
  min-width: 37rem !important;
}

.min-w-38 {
  min-width: 38rem !important;
}

.min-w-39 {
  min-width: 39rem !important;
}

.min-w-40 {
  min-width: 40rem !important;
}

.min-w-41 {
  min-width: 41rem !important;
}

.min-w-42 {
  min-width: 42rem !important;
}

.min-w-43 {
  min-width: 43rem !important;
}

.min-w-44 {
  min-width: 44rem !important;
}

.min-w-45 {
  min-width: 45rem !important;
}

.min-w-46 {
  min-width: 46rem !important;
}

.min-w-47 {
  min-width: 47rem !important;
}

.min-w-48 {
  min-width: 48rem !important;
}

.min-w-49 {
  min-width: 49rem !important;
}

.min-w-50 {
  min-width: 50rem !important;
}

.min-w-51 {
  min-width: 51rem !important;
}

.min-w-52 {
  min-width: 52rem !important;
}

.min-w-53 {
  min-width: 53rem !important;
}

.min-w-54 {
  min-width: 54rem !important;
}

.min-w-55 {
  min-width: 55rem !important;
}

.min-w-56 {
  min-width: 56rem !important;
}

.min-w-57 {
  min-width: 57rem !important;
}

.min-w-58 {
  min-width: 58rem !important;
}

.min-w-59 {
  min-width: 59rem !important;
}

.min-w-60 {
  min-width: 60rem !important;
}

.min-w-61 {
  min-width: 61rem !important;
}

.min-w-62 {
  min-width: 62rem !important;
}

.min-w-63 {
  min-width: 63rem !important;
}

.min-w-64 {
  min-width: 64rem !important;
}

.min-w-65 {
  min-width: 65rem !important;
}

.min-w-66 {
  min-width: 66rem !important;
}

.min-w-67 {
  min-width: 67rem !important;
}

.min-w-68 {
  min-width: 68rem !important;
}

.min-w-69 {
  min-width: 69rem !important;
}

.min-w-70 {
  min-width: 70rem !important;
}

.min-w-71 {
  min-width: 71rem !important;
}

.min-w-72 {
  min-width: 72rem !important;
}

.min-w-73 {
  min-width: 73rem !important;
}

.min-w-74 {
  min-width: 74rem !important;
}

.min-w-75 {
  min-width: 75rem !important;
}

.min-w-76 {
  min-width: 76rem !important;
}

.min-w-77 {
  min-width: 77rem !important;
}

.min-w-78 {
  min-width: 78rem !important;
}

.min-w-79 {
  min-width: 79rem !important;
}

.min-w-80 {
  min-width: 80rem !important;
}

.min-w-95 {
  min-width: 95rem !important;
}

.min-w-96 {
  min-width: 96rem !important;
}

.min-w-97 {
  min-width: 97rem !important;
}

.min-w-98 {
  min-width: 98rem !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.max-w-px-0 {
  max-width: 0rem !important;
}

.max-w-px-1 {
  max-width: 0.0625rem !important;
}

.max-w-px-2 {
  max-width: 0.125rem !important;
}

.max-w-px-3 {
  max-width: 0.1875rem !important;
}

.max-w-px-4 {
  max-width: 0.25rem !important;
}

.max-w-px-5 {
  max-width: 0.3125rem !important;
}

.max-w-px-6 {
  max-width: 0.375rem !important;
}

.max-w-px-7 {
  max-width: 0.4375rem !important;
}

.max-w-px-8 {
  max-width: 0.5rem !important;
}

.max-w-px-9 {
  max-width: 0.5625rem !important;
}

.max-w-px-10 {
  max-width: 0.625rem !important;
}

.max-w-px-11 {
  max-width: 0.6875rem !important;
}

.max-w-px-12 {
  max-width: 0.75rem !important;
}

.max-w-px-13 {
  max-width: 0.8125rem !important;
}

.max-w-px-14 {
  max-width: 0.875rem !important;
}

.max-w-px-15 {
  max-width: 0.9375rem !important;
}

.max-w-px-16 {
  max-width: 1rem !important;
}

.max-w-px-17 {
  max-width: 1.0625rem !important;
}

.max-w-px-18 {
  max-width: 1.125rem !important;
}

.max-w-px-19 {
  max-width: 1.1875rem !important;
}

.max-w-px-20 {
  max-width: 1.25rem !important;
}

.max-w-px-21 {
  max-width: 1.3125rem !important;
}

.max-w-px-22 {
  max-width: 1.375rem !important;
}

.max-w-px-23 {
  max-width: 1.4375rem !important;
}

.max-w-px-24 {
  max-width: 1.5rem !important;
}

.max-w-px-25 {
  max-width: 1.5625rem !important;
}

.max-w-px-26 {
  max-width: 1.625rem !important;
}

.max-w-px-27 {
  max-width: 1.6875rem !important;
}

.max-w-px-28 {
  max-width: 1.75rem !important;
}

.max-w-px-29 {
  max-width: 1.8125rem !important;
}

.max-w-px-30 {
  max-width: 1.875rem !important;
}

.max-w-px-31 {
  max-width: 1.9375rem !important;
}

.max-w-px-32 {
  max-width: 2rem !important;
}

.max-w-px-33 {
  max-width: 2.0625rem !important;
}

.max-w-px-34 {
  max-width: 2.125rem !important;
}

.max-w-px-35 {
  max-width: 2.1875rem !important;
}

.max-w-px-36 {
  max-width: 2.25rem !important;
}

.max-w-px-37 {
  max-width: 2.3125rem !important;
}

.max-w-px-38 {
  max-width: 2.375rem !important;
}

.max-w-px-39 {
  max-width: 2.4375rem !important;
}

.max-w-px-40 {
  max-width: 2.5rem !important;
}

.max-w-px-41 {
  max-width: 2.5625rem !important;
}

.max-w-px-42 {
  max-width: 2.625rem !important;
}

.max-w-px-43 {
  max-width: 2.6875rem !important;
}

.max-w-px-44 {
  max-width: 2.75rem !important;
}

.max-w-px-45 {
  max-width: 2.8125rem !important;
}

.max-w-px-46 {
  max-width: 2.875rem !important;
}

.max-w-px-47 {
  max-width: 2.9375rem !important;
}

.max-w-px-48 {
  max-width: 3rem !important;
}

.max-w-px-49 {
  max-width: 3.0625rem !important;
}

.max-w-px-50 {
  max-width: 3.125rem !important;
}

.max-w-px-51 {
  max-width: 3.1875rem !important;
}

.max-w-px-52 {
  max-width: 3.25rem !important;
}

.max-w-px-53 {
  max-width: 3.3125rem !important;
}

.max-w-px-54 {
  max-width: 3.375rem !important;
}

.max-w-px-56 {
  max-width: 3.5rem !important;
}

.max-w-px-57 {
  max-width: 3.5625rem !important;
}

.max-w-px-58 {
  max-width: 3.625rem !important;
}

.max-w-px-59 {
  max-width: 3.6875rem !important;
}

.max-w-px-60 {
  max-width: 3.75rem !important;
}

.max-w-px-61 {
  max-width: 3.8125rem !important;
}

.max-w-px-62 {
  max-width: 3.875rem !important;
}

.max-w-px-63 {
  max-width: 3.9375rem !important;
}

.max-w-px-64 {
  max-width: 4rem !important;
}

.max-w-px-68 {
  max-width: 4.25rem !important;
}

.max-w-px-70 {
  max-width: 4.375rem !important;
}

.max-w-px-71 {
  max-width: 4.4375rem !important;
}

.max-w-px-72 {
  max-width: 4.5rem !important;
}

.max-w-px-73 {
  max-width: 4.5625rem !important;
}

.max-w-px-74 {
  max-width: 4.625rem !important;
}

.max-w-px-75 {
  max-width: 4.6875rem !important;
}

.max-w-px-76 {
  max-width: 4.75rem !important;
}

.max-w-px-77 {
  max-width: 4.8125rem !important;
}

.max-w-px-78 {
  max-width: 4.875rem !important;
}

.max-w-px-79 {
  max-width: 4.9375rem !important;
}

.max-w-px-80 {
  max-width: 5rem !important;
}

.max-w-px-82 {
  max-width: 5.125rem !important;
}

.max-w-px-83 {
  max-width: 5.1875rem !important;
}

.max-w-px-84 {
  max-width: 5.25rem !important;
}

.max-w-px-86 {
  max-width: 5.375rem !important;
}

.max-w-px-87 {
  max-width: 5.4375rem !important;
}

.max-w-px-88 {
  max-width: 5.5rem !important;
}

.max-w-px-89 {
  max-width: 5.5625rem !important;
}

.max-w-px-90 {
  max-width: 5.625rem !important;
}

.max-w-px-92 {
  max-width: 5.75rem !important;
}

.max-w-px-94 {
  max-width: 5.875rem !important;
}

.max-w-px-95 {
  max-width: 5.9375rem !important;
}

.max-w-px-96 {
  max-width: 6rem !important;
}

.max-w-px-98 {
  max-width: 6.125rem !important;
}

.max-w-px-100 {
  max-width: 6.25rem !important;
}

.max-w-px-102 {
  max-width: 6.375rem !important;
}

.max-w-px-104 {
  max-width: 6.5rem !important;
}

.max-w-px-108 {
  max-width: 6.75rem !important;
}

.max-w-px-115 {
  max-width: 7.1875rem !important;
}

.max-w-px-116 {
  max-width: 7.25rem !important;
}

.max-w-px-118 {
  max-width: 7.375rem !important;
}

.max-w-px-120 {
  max-width: 7.5rem !important;
}

.max-w-px-121 {
  max-width: 7.5625rem !important;
}

.max-w-px-123 {
  max-width: 7.6875rem !important;
}

.max-w-px-129 {
  max-width: 8.0625rem !important;
}

.max-w-px-131 {
  max-width: 8.1875rem !important;
}

.max-w-px-140 {
  max-width: 8.75rem !important;
}

.max-w-px-144 {
  max-width: 9rem !important;
}

.max-w-px-147 {
  max-width: 9.1875rem !important;
}

.max-w-px-148 {
  max-width: 9.25rem !important;
}

.max-w-px-154 {
  max-width: 9.625rem !important;
}

.max-w-px-156 {
  max-width: 9.75rem !important;
}

.max-w-px-180 {
  max-width: 11.25rem !important;
}

.max-w-px-200 {
  max-width: 12.5rem !important;
}

.max-w-px-231 {
  max-width: 14.4375rem !important;
}

.max-w-px-240 {
  max-width: 15rem !important;
}

.max-w-px-247 {
  max-width: 15.4375rem !important;
}

.max-w-px-239 {
  max-width: 14.9375rem !important;
}

.max-w-px-255 {
  max-width: 15.9375rem !important;
}

.max-w-px-327 {
  max-width: 20.4375rem !important;
}

.min-w-px-0 {
  min-width: 0rem !important;
}

.min-w-px-1 {
  min-width: 0.0625rem !important;
}

.min-w-px-2 {
  min-width: 0.125rem !important;
}

.min-w-px-3 {
  min-width: 0.1875rem !important;
}

.min-w-px-4 {
  min-width: 0.25rem !important;
}

.min-w-px-5 {
  min-width: 0.3125rem !important;
}

.min-w-px-6 {
  min-width: 0.375rem !important;
}

.min-w-px-7 {
  min-width: 0.4375rem !important;
}

.min-w-px-8 {
  min-width: 0.5rem !important;
}

.min-w-px-9 {
  min-width: 0.5625rem !important;
}

.min-w-px-10 {
  min-width: 0.625rem !important;
}

.min-w-px-11 {
  min-width: 0.6875rem !important;
}

.min-w-px-12 {
  min-width: 0.75rem !important;
}

.min-w-px-13 {
  min-width: 0.8125rem !important;
}

.min-w-px-14 {
  min-width: 0.875rem !important;
}

.min-w-px-15 {
  min-width: 0.9375rem !important;
}

.min-w-px-16 {
  min-width: 1rem !important;
}

.min-w-px-17 {
  min-width: 1.0625rem !important;
}

.min-w-px-18 {
  min-width: 1.125rem !important;
}

.min-w-px-19 {
  min-width: 1.1875rem !important;
}

.min-w-px-20 {
  min-width: 1.25rem !important;
}

.min-w-px-21 {
  min-width: 1.3125rem !important;
}

.min-w-px-22 {
  min-width: 1.375rem !important;
}

.min-w-px-23 {
  min-width: 1.4375rem !important;
}

.min-w-px-24 {
  min-width: 1.5rem !important;
}

.min-w-px-25 {
  min-width: 1.5625rem !important;
}

.min-w-px-26 {
  min-width: 1.625rem !important;
}

.min-w-px-27 {
  min-width: 1.6875rem !important;
}

.min-w-px-28 {
  min-width: 1.75rem !important;
}

.min-w-px-29 {
  min-width: 1.8125rem !important;
}

.min-w-px-30 {
  min-width: 1.875rem !important;
}

.min-w-px-31 {
  min-width: 1.9375rem !important;
}

.min-w-px-32 {
  min-width: 2rem !important;
}

.min-w-px-33 {
  min-width: 2.0625rem !important;
}

.min-w-px-34 {
  min-width: 2.125rem !important;
}

.min-w-px-35 {
  min-width: 2.1875rem !important;
}

.min-w-px-36 {
  min-width: 2.25rem !important;
}

.min-w-px-37 {
  min-width: 2.3125rem !important;
}

.min-w-px-38 {
  min-width: 2.375rem !important;
}

.min-w-px-39 {
  min-width: 2.4375rem !important;
}

.min-w-px-40 {
  min-width: 2.5rem !important;
}

.min-w-px-41 {
  min-width: 2.5625rem !important;
}

.min-w-px-42 {
  min-width: 2.625rem !important;
}

.min-w-px-43 {
  min-width: 2.6875rem !important;
}

.min-w-px-44 {
  min-width: 2.75rem !important;
}

.min-w-px-45 {
  min-width: 2.8125rem !important;
}

.min-w-px-46 {
  min-width: 2.875rem !important;
}

.min-w-px-47 {
  min-width: 2.9375rem !important;
}

.min-w-px-48 {
  min-width: 3rem !important;
}

.min-w-px-49 {
  min-width: 3.0625rem !important;
}

.min-w-px-50 {
  min-width: 3.125rem !important;
}

.min-w-px-51 {
  min-width: 3.1875rem !important;
}

.min-w-px-52 {
  min-width: 3.25rem !important;
}

.min-w-px-53 {
  min-width: 3.3125rem !important;
}

.min-w-px-54 {
  min-width: 3.375rem !important;
}

.min-w-px-56 {
  min-width: 3.5rem !important;
}

.min-w-px-57 {
  min-width: 3.5625rem !important;
}

.min-w-px-58 {
  min-width: 3.625rem !important;
}

.min-w-px-59 {
  min-width: 3.6875rem !important;
}

.min-w-px-60 {
  min-width: 3.75rem !important;
}

.min-w-px-61 {
  min-width: 3.8125rem !important;
}

.min-w-px-62 {
  min-width: 3.875rem !important;
}

.min-w-px-63 {
  min-width: 3.9375rem !important;
}

.min-w-px-64 {
  min-width: 4rem !important;
}

.min-w-px-68 {
  min-width: 4.25rem !important;
}

.min-w-px-70 {
  min-width: 4.375rem !important;
}

.min-w-px-71 {
  min-width: 4.4375rem !important;
}

.min-w-px-72 {
  min-width: 4.5rem !important;
}

.min-w-px-73 {
  min-width: 4.5625rem !important;
}

.min-w-px-74 {
  min-width: 4.625rem !important;
}

.min-w-px-75 {
  min-width: 4.6875rem !important;
}

.min-w-px-76 {
  min-width: 4.75rem !important;
}

.min-w-px-77 {
  min-width: 4.8125rem !important;
}

.min-w-px-78 {
  min-width: 4.875rem !important;
}

.min-w-px-79 {
  min-width: 4.9375rem !important;
}

.min-w-px-80 {
  min-width: 5rem !important;
}

.min-w-px-82 {
  min-width: 5.125rem !important;
}

.min-w-px-83 {
  min-width: 5.1875rem !important;
}

.min-w-px-84 {
  min-width: 5.25rem !important;
}

.min-w-px-86 {
  min-width: 5.375rem !important;
}

.min-w-px-87 {
  min-width: 5.4375rem !important;
}

.min-w-px-88 {
  min-width: 5.5rem !important;
}

.min-w-px-89 {
  min-width: 5.5625rem !important;
}

.min-w-px-90 {
  min-width: 5.625rem !important;
}

.min-w-px-92 {
  min-width: 5.75rem !important;
}

.min-w-px-94 {
  min-width: 5.875rem !important;
}

.min-w-px-95 {
  min-width: 5.9375rem !important;
}

.min-w-px-96 {
  min-width: 6rem !important;
}

.min-w-px-98 {
  min-width: 6.125rem !important;
}

.min-w-px-100 {
  min-width: 6.25rem !important;
}

.min-w-px-102 {
  min-width: 6.375rem !important;
}

.min-w-px-104 {
  min-width: 6.5rem !important;
}

.min-w-px-108 {
  min-width: 6.75rem !important;
}

.min-w-px-115 {
  min-width: 7.1875rem !important;
}

.min-w-px-116 {
  min-width: 7.25rem !important;
}

.min-w-px-118 {
  min-width: 7.375rem !important;
}

.min-w-px-120 {
  min-width: 7.5rem !important;
}

.min-w-px-121 {
  min-width: 7.5625rem !important;
}

.min-w-px-123 {
  min-width: 7.6875rem !important;
}

.min-w-px-129 {
  min-width: 8.0625rem !important;
}

.min-w-px-131 {
  min-width: 8.1875rem !important;
}

.min-w-px-140 {
  min-width: 8.75rem !important;
}

.min-w-px-144 {
  min-width: 9rem !important;
}

.min-w-px-147 {
  min-width: 9.1875rem !important;
}

.min-w-px-148 {
  min-width: 9.25rem !important;
}

.min-w-px-154 {
  min-width: 9.625rem !important;
}

.min-w-px-156 {
  min-width: 9.75rem !important;
}

.min-w-px-180 {
  min-width: 11.25rem !important;
}

.min-w-px-200 {
  min-width: 12.5rem !important;
}

.min-w-px-231 {
  min-width: 14.4375rem !important;
}

.min-w-px-240 {
  min-width: 15rem !important;
}

.min-w-px-247 {
  min-width: 15.4375rem !important;
}

.min-w-px-239 {
  min-width: 14.9375rem !important;
}

.min-w-px-255 {
  min-width: 15.9375rem !important;
}

.min-w-px-327 {
  min-width: 20.4375rem !important;
}

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

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

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

.h-98 {
  height: 98% !important;
}

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

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

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

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

.h-64 {
  height: calc(100% - 64px) !important;
}

.height-unset {
  height: unset !important;
}

.height-1 {
  height: 1rem !important;
}

.height--74 {
  height: 1.75rem !important;
}

.height-2 {
  height: 2rem !important;
}

.height-3 {
  height: 3rem !important;
}

.height-4 {
  height: 4rem !important;
}

.height-5 {
  height: 5rem !important;
}

.height-6 {
  height: 6rem !important;
}

.height-7 {
  height: 7rem !important;
}

.height-8 {
  height: 8rem !important;
}

.height-9 {
  height: 9rem !important;
}

.height-10 {
  height: 10rem !important;
}

.height-11 {
  height: 11rem !important;
}

.height-12 {
  height: 12rem !important;
}

.height-13 {
  height: 13rem !important;
}

.height-14 {
  height: 14rem !important;
}

.height-15 {
  height: 15rem !important;
}

.height-16 {
  height: 16rem !important;
}

.height-17 {
  height: 17rem !important;
}

.height-18 {
  height: 18rem !important;
}

.height-19 {
  height: 19rem !important;
}

.height-20 {
  height: 20rem !important;
}

.height-21 {
  height: 21rem !important;
}

.height-22 {
  height: 22rem !important;
}

.height-23 {
  height: 23rem !important;
}

.height-24 {
  height: 24rem !important;
}

.height-25 {
  height: 25rem !important;
}

.height-26 {
  height: 26rem !important;
}

.height-27 {
  height: 27rem !important;
}

.height-28 {
  height: 28rem !important;
}

.height-29 {
  height: 29rem !important;
}

.height-30 {
  height: 30rem !important;
}

.height-31 {
  height: 31rem !important;
}

.height-32 {
  height: 32rem !important;
}

.height-33 {
  height: 33rem !important;
}

.height-34 {
  height: 34rem !important;
}

.height-35 {
  height: 35rem !important;
}

.height-36 {
  height: 36rem !important;
}

.height-37 {
  height: 37rem !important;
}

.height-38 {
  height: 38rem !important;
}

.height-39 {
  height: 39rem !important;
}

.height-40 {
  height: 40rem !important;
}

.height-45 {
  height: 45rem !important;
}

.height-75 {
  height: 75rem !important;
}

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

.height-px-0 {
  height: 0rem !important;
}

.height-px-1 {
  height: 0.0625rem !important;
}

.height-px-2 {
  height: 0.125rem !important;
}

.height-px-3 {
  height: 0.1875rem !important;
}

.height-px-4 {
  height: 0.25rem !important;
}

.height-px-5 {
  height: 0.3125rem !important;
}

.height-px-6 {
  height: 0.375rem !important;
}

.height-px-7 {
  height: 0.4375rem !important;
}

.height-px-8 {
  height: 0.5rem !important;
}

.height-px-9 {
  height: 0.5625rem !important;
}

.height-px-10 {
  height: 0.625rem !important;
}

.height-px-11 {
  height: 0.6875rem !important;
}

.height-px-12 {
  height: 0.75rem !important;
}

.height-px-13 {
  height: 0.8125rem !important;
}

.height-px-14 {
  height: 0.875rem !important;
}

.height-px-15 {
  height: 0.9375rem !important;
}

.height-px-16 {
  height: 1rem !important;
}

.height-px-17 {
  height: 1.0625rem !important;
}

.height-px-18 {
  height: 1.125rem !important;
}

.height-px-19 {
  height: 1.1875rem !important;
}

.height-px-20 {
  height: 1.25rem !important;
}

.height-px-21 {
  height: 1.3125rem !important;
}

.height-px-22 {
  height: 1.375rem !important;
}

.height-px-23 {
  height: 1.4375rem !important;
}

.height-px-24 {
  height: 1.5rem !important;
}

.height-px-25 {
  height: 1.5625rem !important;
}

.height-px-26 {
  height: 1.625rem !important;
}

.height-px-27 {
  height: 1.6875rem !important;
}

.height-px-28 {
  height: 1.75rem !important;
}

.height-px-29 {
  height: 1.8125rem !important;
}

.height-px-30 {
  height: 1.875rem !important;
}

.height-px-31 {
  height: 1.9375rem !important;
}

.height-px-32 {
  height: 2rem !important;
}

.height-px-33 {
  height: 2.0625rem !important;
}

.height-px-34 {
  height: 2.125rem !important;
}

.height-px-35 {
  height: 2.1875rem !important;
}

.height-px-36 {
  height: 2.25rem !important;
}

.height-px-37 {
  height: 2.3125rem !important;
}

.height-px-38 {
  height: 2.375rem !important;
}

.height-px-39 {
  height: 2.4375rem !important;
}

.height-px-40 {
  height: 2.5rem !important;
}

.height-px-41 {
  height: 2.5625rem !important;
}

.height-px-42 {
  height: 2.625rem !important;
}

.height-px-43 {
  height: 2.6875rem !important;
}

.height-px-44 {
  height: 2.75rem !important;
}

.height-px-45 {
  height: 2.8125rem !important;
}

.height-px-46 {
  height: 2.875rem !important;
}

.height-px-47 {
  height: 2.9375rem !important;
}

.height-px-48 {
  height: 3rem !important;
}

.height-px-49 {
  height: 3.0625rem !important;
}

.height-px-50 {
  height: 3.125rem !important;
}

.height-px-51 {
  height: 3.1875rem !important;
}

.height-px-52 {
  height: 3.25rem !important;
}

.height-px-53 {
  height: 3.3125rem !important;
}

.height-px-54 {
  height: 3.375rem !important;
}

.height-px-56 {
  height: 3.5rem !important;
}

.height-px-57 {
  height: 3.5625rem !important;
}

.height-px-58 {
  height: 3.625rem !important;
}

.height-px-59 {
  height: 3.6875rem !important;
}

.height-px-60 {
  height: 3.75rem !important;
}

.height-px-61 {
  height: 3.8125rem !important;
}

.height-px-62 {
  height: 3.875rem !important;
}

.height-px-63 {
  height: 3.9375rem !important;
}

.height-px-64 {
  height: 4rem !important;
}

.height-px-68 {
  height: 4.25rem !important;
}

.height-px-70 {
  height: 4.375rem !important;
}

.height-px-71 {
  height: 4.4375rem !important;
}

.height-px-72 {
  height: 4.5rem !important;
}

.height-px-73 {
  height: 4.5625rem !important;
}

.height-px-74 {
  height: 4.625rem !important;
}

.height-px-75 {
  height: 4.6875rem !important;
}

.height-px-76 {
  height: 4.75rem !important;
}

.height-px-77 {
  height: 4.8125rem !important;
}

.height-px-78 {
  height: 4.875rem !important;
}

.height-px-79 {
  height: 4.9375rem !important;
}

.height-px-80 {
  height: 5rem !important;
}

.height-px-82 {
  height: 5.125rem !important;
}

.height-px-83 {
  height: 5.1875rem !important;
}

.height-px-84 {
  height: 5.25rem !important;
}

.height-px-86 {
  height: 5.375rem !important;
}

.height-px-87 {
  height: 5.4375rem !important;
}

.height-px-88 {
  height: 5.5rem !important;
}

.height-px-89 {
  height: 5.5625rem !important;
}

.height-px-90 {
  height: 5.625rem !important;
}

.height-px-92 {
  height: 5.75rem !important;
}

.height-px-94 {
  height: 5.875rem !important;
}

.height-px-95 {
  height: 5.9375rem !important;
}

.height-px-96 {
  height: 6rem !important;
}

.height-px-98 {
  height: 6.125rem !important;
}

.height-px-100 {
  height: 6.25rem !important;
}

.height-px-102 {
  height: 6.375rem !important;
}

.height-px-104 {
  height: 6.5rem !important;
}

.height-px-108 {
  height: 6.75rem !important;
}

.height-px-115 {
  height: 7.1875rem !important;
}

.height-px-116 {
  height: 7.25rem !important;
}

.height-px-118 {
  height: 7.375rem !important;
}

.height-px-120 {
  height: 7.5rem !important;
}

.height-px-121 {
  height: 7.5625rem !important;
}

.height-px-123 {
  height: 7.6875rem !important;
}

.height-px-129 {
  height: 8.0625rem !important;
}

.height-px-131 {
  height: 8.1875rem !important;
}

.height-px-140 {
  height: 8.75rem !important;
}

.height-px-144 {
  height: 9rem !important;
}

.height-px-147 {
  height: 9.1875rem !important;
}

.height-px-148 {
  height: 9.25rem !important;
}

.height-px-154 {
  height: 9.625rem !important;
}

.height-px-156 {
  height: 9.75rem !important;
}

.height-px-180 {
  height: 11.25rem !important;
}

.height-px-200 {
  height: 12.5rem !important;
}

.height-px-231 {
  height: 14.4375rem !important;
}

.height-px-240 {
  height: 15rem !important;
}

.height-px-247 {
  height: 15.4375rem !important;
}

.height-px-239 {
  height: 14.9375rem !important;
}

.height-px-255 {
  height: 15.9375rem !important;
}

.height-px-327 {
  height: 20.4375rem !important;
}

.max-h-unset {
  max-height: unset !important;
}

.max-h-1 {
  max-height: 1rem !important;
}

.max-h--74 {
  max-height: 1.75rem !important;
}

.max-h-2 {
  max-height: 2rem !important;
}

.max-h-3 {
  max-height: 3rem !important;
}

.max-h-4 {
  max-height: 4rem !important;
}

.max-h-5 {
  max-height: 5rem !important;
}

.max-h-6 {
  max-height: 6rem !important;
}

.max-h-7 {
  max-height: 7rem !important;
}

.max-h-8 {
  max-height: 8rem !important;
}

.max-h-9 {
  max-height: 9rem !important;
}

.max-h-10 {
  max-height: 10rem !important;
}

.max-h-11 {
  max-height: 11rem !important;
}

.max-h-12 {
  max-height: 12rem !important;
}

.max-h-13 {
  max-height: 13rem !important;
}

.max-h-14 {
  max-height: 14rem !important;
}

.max-h-15 {
  max-height: 15rem !important;
}

.max-h-16 {
  max-height: 16rem !important;
}

.max-h-17 {
  max-height: 17rem !important;
}

.max-h-18 {
  max-height: 18rem !important;
}

.max-h-19 {
  max-height: 19rem !important;
}

.max-h-20 {
  max-height: 20rem !important;
}

.max-h-21 {
  max-height: 21rem !important;
}

.max-h-22 {
  max-height: 22rem !important;
}

.max-h-23 {
  max-height: 23rem !important;
}

.max-h-24 {
  max-height: 24rem !important;
}

.max-h-25 {
  max-height: 25rem !important;
}

.max-h-26 {
  max-height: 26rem !important;
}

.max-h-27 {
  max-height: 27rem !important;
}

.max-h-28 {
  max-height: 28rem !important;
}

.max-h-29 {
  max-height: 29rem !important;
}

.max-h-30 {
  max-height: 30rem !important;
}

.max-h-31 {
  max-height: 31rem !important;
}

.max-h-32 {
  max-height: 32rem !important;
}

.max-h-33 {
  max-height: 33rem !important;
}

.max-h-34 {
  max-height: 34rem !important;
}

.max-h-35 {
  max-height: 35rem !important;
}

.max-h-36 {
  max-height: 36rem !important;
}

.max-h-37 {
  max-height: 37rem !important;
}

.max-h-38 {
  max-height: 38rem !important;
}

.max-h-39 {
  max-height: 39rem !important;
}

.max-h-40 {
  max-height: 40rem !important;
}

.max-h-45 {
  max-height: 45rem !important;
}

.max-h-75 {
  max-height: 75rem !important;
}

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

.min-h-unset {
  min-height: unset !important;
}

.min-h-1 {
  min-height: 1rem !important;
}

.min-h--74 {
  min-height: 1.75rem !important;
}

.min-h-2 {
  min-height: 2rem !important;
}

.min-h-3 {
  min-height: 3rem !important;
}

.min-h-4 {
  min-height: 4rem !important;
}

.min-h-5 {
  min-height: 5rem !important;
}

.min-h-6 {
  min-height: 6rem !important;
}

.min-h-7 {
  min-height: 7rem !important;
}

.min-h-8 {
  min-height: 8rem !important;
}

.min-h-9 {
  min-height: 9rem !important;
}

.min-h-10 {
  min-height: 10rem !important;
}

.min-h-11 {
  min-height: 11rem !important;
}

.min-h-12 {
  min-height: 12rem !important;
}

.min-h-13 {
  min-height: 13rem !important;
}

.min-h-14 {
  min-height: 14rem !important;
}

.min-h-15 {
  min-height: 15rem !important;
}

.min-h-16 {
  min-height: 16rem !important;
}

.min-h-17 {
  min-height: 17rem !important;
}

.min-h-18 {
  min-height: 18rem !important;
}

.min-h-19 {
  min-height: 19rem !important;
}

.min-h-20 {
  min-height: 20rem !important;
}

.min-h-21 {
  min-height: 21rem !important;
}

.min-h-22 {
  min-height: 22rem !important;
}

.min-h-23 {
  min-height: 23rem !important;
}

.min-h-24 {
  min-height: 24rem !important;
}

.min-h-25 {
  min-height: 25rem !important;
}

.min-h-26 {
  min-height: 26rem !important;
}

.min-h-27 {
  min-height: 27rem !important;
}

.min-h-28 {
  min-height: 28rem !important;
}

.min-h-29 {
  min-height: 29rem !important;
}

.min-h-30 {
  min-height: 30rem !important;
}

.min-h-31 {
  min-height: 31rem !important;
}

.min-h-32 {
  min-height: 32rem !important;
}

.min-h-33 {
  min-height: 33rem !important;
}

.min-h-34 {
  min-height: 34rem !important;
}

.min-h-35 {
  min-height: 35rem !important;
}

.min-h-36 {
  min-height: 36rem !important;
}

.min-h-37 {
  min-height: 37rem !important;
}

.min-h-38 {
  min-height: 38rem !important;
}

.min-h-39 {
  min-height: 39rem !important;
}

.min-h-40 {
  min-height: 40rem !important;
}

.min-h-45 {
  min-height: 45rem !important;
}

.min-h-75 {
  min-height: 75rem !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-px-0 {
  min-height: 0rem !important;
}

.min-h-px-1 {
  min-height: 0.0625rem !important;
}

.min-h-px-2 {
  min-height: 0.125rem !important;
}

.min-h-px-3 {
  min-height: 0.1875rem !important;
}

.min-h-px-4 {
  min-height: 0.25rem !important;
}

.min-h-px-5 {
  min-height: 0.3125rem !important;
}

.min-h-px-6 {
  min-height: 0.375rem !important;
}

.min-h-px-7 {
  min-height: 0.4375rem !important;
}

.min-h-px-8 {
  min-height: 0.5rem !important;
}

.min-h-px-9 {
  min-height: 0.5625rem !important;
}

.min-h-px-10 {
  min-height: 0.625rem !important;
}

.min-h-px-11 {
  min-height: 0.6875rem !important;
}

.min-h-px-12 {
  min-height: 0.75rem !important;
}

.min-h-px-13 {
  min-height: 0.8125rem !important;
}

.min-h-px-14 {
  min-height: 0.875rem !important;
}

.min-h-px-15 {
  min-height: 0.9375rem !important;
}

.min-h-px-16 {
  min-height: 1rem !important;
}

.min-h-px-17 {
  min-height: 1.0625rem !important;
}

.min-h-px-18 {
  min-height: 1.125rem !important;
}

.min-h-px-19 {
  min-height: 1.1875rem !important;
}

.min-h-px-20 {
  min-height: 1.25rem !important;
}

.min-h-px-21 {
  min-height: 1.3125rem !important;
}

.min-h-px-22 {
  min-height: 1.375rem !important;
}

.min-h-px-23 {
  min-height: 1.4375rem !important;
}

.min-h-px-24 {
  min-height: 1.5rem !important;
}

.min-h-px-25 {
  min-height: 1.5625rem !important;
}

.min-h-px-26 {
  min-height: 1.625rem !important;
}

.min-h-px-27 {
  min-height: 1.6875rem !important;
}

.min-h-px-28 {
  min-height: 1.75rem !important;
}

.min-h-px-29 {
  min-height: 1.8125rem !important;
}

.min-h-px-30 {
  min-height: 1.875rem !important;
}

.min-h-px-31 {
  min-height: 1.9375rem !important;
}

.min-h-px-32 {
  min-height: 2rem !important;
}

.min-h-px-33 {
  min-height: 2.0625rem !important;
}

.min-h-px-34 {
  min-height: 2.125rem !important;
}

.min-h-px-35 {
  min-height: 2.1875rem !important;
}

.min-h-px-36 {
  min-height: 2.25rem !important;
}

.min-h-px-37 {
  min-height: 2.3125rem !important;
}

.min-h-px-38 {
  min-height: 2.375rem !important;
}

.min-h-px-39 {
  min-height: 2.4375rem !important;
}

.min-h-px-40 {
  min-height: 2.5rem !important;
}

.min-h-px-41 {
  min-height: 2.5625rem !important;
}

.min-h-px-42 {
  min-height: 2.625rem !important;
}

.min-h-px-43 {
  min-height: 2.6875rem !important;
}

.min-h-px-44 {
  min-height: 2.75rem !important;
}

.min-h-px-45 {
  min-height: 2.8125rem !important;
}

.min-h-px-46 {
  min-height: 2.875rem !important;
}

.min-h-px-47 {
  min-height: 2.9375rem !important;
}

.min-h-px-48 {
  min-height: 3rem !important;
}

.min-h-px-49 {
  min-height: 3.0625rem !important;
}

.min-h-px-50 {
  min-height: 3.125rem !important;
}

.min-h-px-51 {
  min-height: 3.1875rem !important;
}

.min-h-px-52 {
  min-height: 3.25rem !important;
}

.min-h-px-53 {
  min-height: 3.3125rem !important;
}

.min-h-px-54 {
  min-height: 3.375rem !important;
}

.min-h-px-56 {
  min-height: 3.5rem !important;
}

.min-h-px-57 {
  min-height: 3.5625rem !important;
}

.min-h-px-58 {
  min-height: 3.625rem !important;
}

.min-h-px-59 {
  min-height: 3.6875rem !important;
}

.min-h-px-60 {
  min-height: 3.75rem !important;
}

.min-h-px-61 {
  min-height: 3.8125rem !important;
}

.min-h-px-62 {
  min-height: 3.875rem !important;
}

.min-h-px-63 {
  min-height: 3.9375rem !important;
}

.min-h-px-64 {
  min-height: 4rem !important;
}

.min-h-px-68 {
  min-height: 4.25rem !important;
}

.min-h-px-70 {
  min-height: 4.375rem !important;
}

.min-h-px-71 {
  min-height: 4.4375rem !important;
}

.min-h-px-72 {
  min-height: 4.5rem !important;
}

.min-h-px-73 {
  min-height: 4.5625rem !important;
}

.min-h-px-74 {
  min-height: 4.625rem !important;
}

.min-h-px-75 {
  min-height: 4.6875rem !important;
}

.min-h-px-76 {
  min-height: 4.75rem !important;
}

.min-h-px-77 {
  min-height: 4.8125rem !important;
}

.min-h-px-78 {
  min-height: 4.875rem !important;
}

.min-h-px-79 {
  min-height: 4.9375rem !important;
}

.min-h-px-80 {
  min-height: 5rem !important;
}

.min-h-px-82 {
  min-height: 5.125rem !important;
}

.min-h-px-83 {
  min-height: 5.1875rem !important;
}

.min-h-px-84 {
  min-height: 5.25rem !important;
}

.min-h-px-86 {
  min-height: 5.375rem !important;
}

.min-h-px-87 {
  min-height: 5.4375rem !important;
}

.min-h-px-88 {
  min-height: 5.5rem !important;
}

.min-h-px-89 {
  min-height: 5.5625rem !important;
}

.min-h-px-90 {
  min-height: 5.625rem !important;
}

.min-h-px-92 {
  min-height: 5.75rem !important;
}

.min-h-px-94 {
  min-height: 5.875rem !important;
}

.min-h-px-95 {
  min-height: 5.9375rem !important;
}

.min-h-px-96 {
  min-height: 6rem !important;
}

.min-h-px-98 {
  min-height: 6.125rem !important;
}

.min-h-px-100 {
  min-height: 6.25rem !important;
}

.min-h-px-102 {
  min-height: 6.375rem !important;
}

.min-h-px-104 {
  min-height: 6.5rem !important;
}

.min-h-px-108 {
  min-height: 6.75rem !important;
}

.min-h-px-115 {
  min-height: 7.1875rem !important;
}

.min-h-px-116 {
  min-height: 7.25rem !important;
}

.min-h-px-118 {
  min-height: 7.375rem !important;
}

.min-h-px-120 {
  min-height: 7.5rem !important;
}

.min-h-px-121 {
  min-height: 7.5625rem !important;
}

.min-h-px-123 {
  min-height: 7.6875rem !important;
}

.min-h-px-129 {
  min-height: 8.0625rem !important;
}

.min-h-px-131 {
  min-height: 8.1875rem !important;
}

.min-h-px-140 {
  min-height: 8.75rem !important;
}

.min-h-px-144 {
  min-height: 9rem !important;
}

.min-h-px-147 {
  min-height: 9.1875rem !important;
}

.min-h-px-148 {
  min-height: 9.25rem !important;
}

.min-h-px-154 {
  min-height: 9.625rem !important;
}

.min-h-px-156 {
  min-height: 9.75rem !important;
}

.min-h-px-180 {
  min-height: 11.25rem !important;
}

.min-h-px-200 {
  min-height: 12.5rem !important;
}

.min-h-px-231 {
  min-height: 14.4375rem !important;
}

.min-h-px-240 {
  min-height: 15rem !important;
}

.min-h-px-247 {
  min-height: 15.4375rem !important;
}

.min-h-px-239 {
  min-height: 14.9375rem !important;
}

.min-h-px-255 {
  min-height: 15.9375rem !important;
}

.min-h-px-327 {
  min-height: 20.4375rem !important;
}

.max-h-px-0 {
  max-height: 0rem !important;
}

.max-h-px-1 {
  max-height: 0.0625rem !important;
}

.max-h-px-2 {
  max-height: 0.125rem !important;
}

.max-h-px-3 {
  max-height: 0.1875rem !important;
}

.max-h-px-4 {
  max-height: 0.25rem !important;
}

.max-h-px-5 {
  max-height: 0.3125rem !important;
}

.max-h-px-6 {
  max-height: 0.375rem !important;
}

.max-h-px-7 {
  max-height: 0.4375rem !important;
}

.max-h-px-8 {
  max-height: 0.5rem !important;
}

.max-h-px-9 {
  max-height: 0.5625rem !important;
}

.max-h-px-10 {
  max-height: 0.625rem !important;
}

.max-h-px-11 {
  max-height: 0.6875rem !important;
}

.max-h-px-12 {
  max-height: 0.75rem !important;
}

.max-h-px-13 {
  max-height: 0.8125rem !important;
}

.max-h-px-14 {
  max-height: 0.875rem !important;
}

.max-h-px-15 {
  max-height: 0.9375rem !important;
}

.max-h-px-16 {
  max-height: 1rem !important;
}

.max-h-px-17 {
  max-height: 1.0625rem !important;
}

.max-h-px-18 {
  max-height: 1.125rem !important;
}

.max-h-px-19 {
  max-height: 1.1875rem !important;
}

.max-h-px-20 {
  max-height: 1.25rem !important;
}

.max-h-px-21 {
  max-height: 1.3125rem !important;
}

.max-h-px-22 {
  max-height: 1.375rem !important;
}

.max-h-px-23 {
  max-height: 1.4375rem !important;
}

.max-h-px-24 {
  max-height: 1.5rem !important;
}

.max-h-px-25 {
  max-height: 1.5625rem !important;
}

.max-h-px-26 {
  max-height: 1.625rem !important;
}

.max-h-px-27 {
  max-height: 1.6875rem !important;
}

.max-h-px-28 {
  max-height: 1.75rem !important;
}

.max-h-px-29 {
  max-height: 1.8125rem !important;
}

.max-h-px-30 {
  max-height: 1.875rem !important;
}

.max-h-px-31 {
  max-height: 1.9375rem !important;
}

.max-h-px-32 {
  max-height: 2rem !important;
}

.max-h-px-33 {
  max-height: 2.0625rem !important;
}

.max-h-px-34 {
  max-height: 2.125rem !important;
}

.max-h-px-35 {
  max-height: 2.1875rem !important;
}

.max-h-px-36 {
  max-height: 2.25rem !important;
}

.max-h-px-37 {
  max-height: 2.3125rem !important;
}

.max-h-px-38 {
  max-height: 2.375rem !important;
}

.max-h-px-39 {
  max-height: 2.4375rem !important;
}

.max-h-px-40 {
  max-height: 2.5rem !important;
}

.max-h-px-41 {
  max-height: 2.5625rem !important;
}

.max-h-px-42 {
  max-height: 2.625rem !important;
}

.max-h-px-43 {
  max-height: 2.6875rem !important;
}

.max-h-px-44 {
  max-height: 2.75rem !important;
}

.max-h-px-45 {
  max-height: 2.8125rem !important;
}

.max-h-px-46 {
  max-height: 2.875rem !important;
}

.max-h-px-47 {
  max-height: 2.9375rem !important;
}

.max-h-px-48 {
  max-height: 3rem !important;
}

.max-h-px-49 {
  max-height: 3.0625rem !important;
}

.max-h-px-50 {
  max-height: 3.125rem !important;
}

.max-h-px-51 {
  max-height: 3.1875rem !important;
}

.max-h-px-52 {
  max-height: 3.25rem !important;
}

.max-h-px-53 {
  max-height: 3.3125rem !important;
}

.max-h-px-54 {
  max-height: 3.375rem !important;
}

.max-h-px-56 {
  max-height: 3.5rem !important;
}

.max-h-px-57 {
  max-height: 3.5625rem !important;
}

.max-h-px-58 {
  max-height: 3.625rem !important;
}

.max-h-px-59 {
  max-height: 3.6875rem !important;
}

.max-h-px-60 {
  max-height: 3.75rem !important;
}

.max-h-px-61 {
  max-height: 3.8125rem !important;
}

.max-h-px-62 {
  max-height: 3.875rem !important;
}

.max-h-px-63 {
  max-height: 3.9375rem !important;
}

.max-h-px-64 {
  max-height: 4rem !important;
}

.max-h-px-68 {
  max-height: 4.25rem !important;
}

.max-h-px-70 {
  max-height: 4.375rem !important;
}

.max-h-px-71 {
  max-height: 4.4375rem !important;
}

.max-h-px-72 {
  max-height: 4.5rem !important;
}

.max-h-px-73 {
  max-height: 4.5625rem !important;
}

.max-h-px-74 {
  max-height: 4.625rem !important;
}

.max-h-px-75 {
  max-height: 4.6875rem !important;
}

.max-h-px-76 {
  max-height: 4.75rem !important;
}

.max-h-px-77 {
  max-height: 4.8125rem !important;
}

.max-h-px-78 {
  max-height: 4.875rem !important;
}

.max-h-px-79 {
  max-height: 4.9375rem !important;
}

.max-h-px-80 {
  max-height: 5rem !important;
}

.max-h-px-82 {
  max-height: 5.125rem !important;
}

.max-h-px-83 {
  max-height: 5.1875rem !important;
}

.max-h-px-84 {
  max-height: 5.25rem !important;
}

.max-h-px-86 {
  max-height: 5.375rem !important;
}

.max-h-px-87 {
  max-height: 5.4375rem !important;
}

.max-h-px-88 {
  max-height: 5.5rem !important;
}

.max-h-px-89 {
  max-height: 5.5625rem !important;
}

.max-h-px-90 {
  max-height: 5.625rem !important;
}

.max-h-px-92 {
  max-height: 5.75rem !important;
}

.max-h-px-94 {
  max-height: 5.875rem !important;
}

.max-h-px-95 {
  max-height: 5.9375rem !important;
}

.max-h-px-96 {
  max-height: 6rem !important;
}

.max-h-px-98 {
  max-height: 6.125rem !important;
}

.max-h-px-100 {
  max-height: 6.25rem !important;
}

.max-h-px-102 {
  max-height: 6.375rem !important;
}

.max-h-px-104 {
  max-height: 6.5rem !important;
}

.max-h-px-108 {
  max-height: 6.75rem !important;
}

.max-h-px-115 {
  max-height: 7.1875rem !important;
}

.max-h-px-116 {
  max-height: 7.25rem !important;
}

.max-h-px-118 {
  max-height: 7.375rem !important;
}

.max-h-px-120 {
  max-height: 7.5rem !important;
}

.max-h-px-121 {
  max-height: 7.5625rem !important;
}

.max-h-px-123 {
  max-height: 7.6875rem !important;
}

.max-h-px-129 {
  max-height: 8.0625rem !important;
}

.max-h-px-131 {
  max-height: 8.1875rem !important;
}

.max-h-px-140 {
  max-height: 8.75rem !important;
}

.max-h-px-144 {
  max-height: 9rem !important;
}

.max-h-px-147 {
  max-height: 9.1875rem !important;
}

.max-h-px-148 {
  max-height: 9.25rem !important;
}

.max-h-px-154 {
  max-height: 9.625rem !important;
}

.max-h-px-156 {
  max-height: 9.75rem !important;
}

.max-h-px-180 {
  max-height: 11.25rem !important;
}

.max-h-px-200 {
  max-height: 12.5rem !important;
}

.max-h-px-231 {
  max-height: 14.4375rem !important;
}

.max-h-px-240 {
  max-height: 15rem !important;
}

.max-h-px-247 {
  max-height: 15.4375rem !important;
}

.max-h-px-239 {
  max-height: 14.9375rem !important;
}

.max-h-px-255 {
  max-height: 15.9375rem !important;
}

.max-h-px-327 {
  max-height: 20.4375rem !important;
}

.vh-unset {
  height: unset !important;
}

.vh-80 {
  height: 80vh !important;
}

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

.vh-60 {
  height: calc(100vh - 60px) !important;
}

.vh-92 {
  height: calc(100vh - 60px - 32px) !important;
}

.vh-93 {
  height: calc(100vh - 60px - 33px) !important;
}

.vh-96 {
  height: calc(100vh - 60px - 36px) !important;
}

.vh-104 {
  height: calc(100vh - 60px - 44px) !important;
}

.vh-110 {
  height: calc(100vh - 60px - 50px) !important;
}

.vh-132 {
  height: calc(100vh - 60px - 72px) !important;
}

.vh-140 {
  height: calc(100vh - 60px - 80px) !important;
}

.vh-148 {
  height: calc(100vh - 148px) !important;
}

.vh-153 {
  height: calc(100vh - 153px) !important;
}

.vh-164 {
  height: calc(100vh - 60px - 80px - 24px) !important;
}

.vh-170 {
  height: calc(100vh - 60px - 80px - 30px) !important;
}

.vh-172 {
  height: calc(100vh - 60px - 80px - 32px) !important;
}

.vh-180 {
  height: calc(100vh - 60px - 80px - 40px) !important;
}

.vh-190 {
  height: calc(100vh - 60px - 80px - 50px) !important;
}

.vh-196 {
  height: calc(100vh - 60px - 80px - 56px) !important;
}

.vh-197 {
  height: calc(100vh - 60px - 80px - 57px) !important;
}

.vh-200 {
  height: calc(100vh - 60px - 80px - 60px) !important;
}

.vh-206 {
  height: calc(100vh - 60px - 80px - 66px) !important;
}

.vh-209 {
  height: calc(100vh - 60px - 80px - 69px) !important;
}

.vh-210 {
  height: calc(100vh - 60px - 120px - 30px) !important;
}

.vh-212 {
  height: calc(100vh - 60px - 80px - 72px) !important;
}

.vh-216 {
  height: calc(100vh - 60px - 80px - 76px) !important;
}

.vh-218 {
  height: calc(100vh - 60px - 80px - 78px) !important;
}

.vh-220 {
  height: calc(100vh - 60px - 80px - 80px) !important;
}

.vh-226 {
  height: calc(100vh - 60px - 80px - 86px) !important;
}

.vh-228 {
  height: calc(100vh - 60px - 80px - 88px) !important;
}

.vh-233 {
  height: calc(100vh - 60px - 80px - 93px) !important;
}

.vh-236 {
  height: calc(100vh - 60px - 80px - 60px - 36px) !important;
}

.vh-238 {
  height: calc(100vh - 60px - 80px - 98px) !important;
}

.vh-243 {
  height: calc(100vh - 60px - 80px - 103px) !important;
}

.vh-248 {
  height: calc(100vh - 60px - 80px - 108px) !important;
}

.vh-250 {
  height: calc(100vh - 60px - 80px - 50px - 60px) !important;
}

.vh-254 {
  height: calc(100vh - 60px - 80px - 50px - 64px) !important;
}

.vh-256 {
  height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}

.vh-259 {
  height: calc(100vh - 60px - 80px - 56px - 63px) !important;
}

.vh-265 {
  height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}

.vh-262 {
  height: calc(100vh - 60px - 80px - 122px) !important;
}

.vh-268 {
  height: calc(100vh - 60px - 80px - 88px - 40px) !important;
}

.vh-269 {
  height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}

.vh-270 {
  height: calc(100vh - 60px - 80px - 60px - 70px) !important;
}

.vh-272 {
  height: calc(100vh - 60px - 80px - 60px - 72px) !important;
}

.vh-273 {
  height: calc(100vh - 60px - 80px - 60px - 73px) !important;
}

.vh-274 {
  height: calc(100vh - 60px - 80px - 60px - 74px) !important;
}

.vh-275 {
  height: calc(100vh - 60px - 80px - 88px - 47px) !important;
}

.vh-277 {
  height: calc(100vh - 60px - 80px - 88px - 49px) !important;
}

.vh-278 {
  height: calc(100vh - 60px - 80px - 88px - 50px) !important;
}

.vh-284 {
  height: calc(100vh - 60px - 80px - 88px - 56px) !important;
}

.vh-294 {
  height: calc(100vh - 60px - 80px - 88px - 66px) !important;
}

.vh-296 {
  height: calc(100vh - 60px - 80px - 88px - 68px) !important;
}

.vh-299 {
  height: calc(100vh - 60px - 80px - 93px - 66px) !important;
}

.vh-281 {
  height: calc(100vh - 60px - 80px - 88px - 53px) !important;
}

.vh-286 {
  height: calc(100vh - 60px - 80px - 88px - 58px) !important;
}

.vh-297 {
  height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}

.vh-302 {
  height: calc(100vh - 60px - 80px - 88px - 74px) !important;
}

.vh-308 {
  height: calc(100vh - 60px - 80px - 88px - 80px) !important;
}

.vh-311 {
  height: calc(100vh - 60px - 80px - 60px - 111px) !important;
}

.vh-331 {
  height: calc(100vh - 60px - 80px - 122px - 69px) !important;
}

.vh-314 {
  height: calc(100vh - 60px - 80px - 60px - 114px) !important;
}

.vh-315 {
  height: calc(100vh - 60px - 80px - 60px - 115px) !important;
}

.vh-316 {
  height: calc(100vh - 60px - 80px - 60px - 116px) !important;
}

.vh-317 {
  height: calc(100vh - 60px - 80px - 60px - 117px) !important;
}

.vh-318 {
  height: calc(100vh - 60px - 80px - 60px - 118px) !important;
}

.vh-320 {
  height: calc(100vh - 60px - 80px - 60px - 120px) !important;
}

.vh-326 {
  height: calc(100vh - 60px - 80px - 60px - 126px) !important;
}

.vh-328 {
  height: calc(100vh - 60px - 80px - 60px - 128px) !important;
}

.vh-330 {
  height: calc(100vh - 60px - 80px - 60px - 130px) !important;
}

.vh-334 {
  height: calc(100vh - 60px - 80px - 60px - 134px) !important;
}

.vh-338 {
  height: calc(100vh - 60px - 80px - 60px - 138px) !important;
}

.vh-340 {
  height: calc(100vh - 60px - 80px - 60px - 140px) !important;
}

.vh-344 {
  height: calc(100vh - 60px - 80px - 60px - 144px) !important;
}

.vh-347 {
  height: calc(100vh - 60px - 80px - 88px - 119px) !important;
}

.vh-350 {
  height: calc(100vh - 60px - 80px - 60px - 150px) !important;
}

.vh-352 {
  height: calc(100vh - 60px - 80px - 60px - 152px) !important;
}

.vh-358 {
  height: calc(100vh - 60px - 80px - 88px - 130px) !important;
}

.vh-364 {
  height: calc(100vh - 60px - 80px - 80px - 144px) !important;
}

.vh-365 {
  height: calc(100vh - 60px - 80px - 60px - 165px) !important;
}

.vh-370 {
  height: calc(100vh - 60px - 80px - 80px - 150px) !important;
}

.vh-388 {
  height: calc(100vh - 60px - 80px - 60px - 188px) !important;
}

.vh-389 {
  height: calc(100vh - 60px - 80px - 60px - 189px) !important;
}

.vh-393 {
  height: calc(100vh - 60px - 80px - 80px - 173px) !important;
}

.vh-396 {
  height: calc(100vh - 60px - 80px - 60px - 196px) !important;
}

.vh-397 {
  height: calc(100vh - 60px - 80px - 60px - 197px) !important;
}

.vh-398 {
  height: calc(100vh - 60px - 80px - 60px - 198px) !important;
}

.vh-400 {
  height: calc(100vh - 60px - 80px - 60px - 200px) !important;
}

.vh-403 {
  height: calc(100vh - 60px - 80px - 56px - 207px) !important;
}

.vh-408 {
  height: calc(100vh - 60px - 80px - 56px - 212px) !important;
}

.vh-409 {
  height: calc(100vh - 60px - 80px - 60px - 209px) !important;
}

.vh-411 {
  height: calc(100vh - 60px - 80px - 60px - 211px) !important;
}

.vh-414 {
  height: calc(100vh - 60px - 80px - 60px - 214px) !important;
}

.vh-416 {
  height: calc(100vh - 60px - 80px - 60px - 216px) !important;
}

.vh-430 {
  height: calc(100vh - 60px - 80px - 60px - 230px) !important;
}

.vh-436 {
  height: calc(100vh - 60px - 80px - 60px - 236px) !important;
}

.vh-442 {
  height: calc(100vh - 60px - 80px - 60px - 242px) !important;
}

.vh-446 {
  height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
}

.vh-452 {
  height: calc(100vh - 60px - 80px - 56px - 256px) !important;
}

.vh-458 {
  height: calc(100vh - 60px - 80px - 60px - 258px) !important;
}

.vh-470 {
  height: calc(100vh - 60px - 80px - 330px) !important;
}

.vh-478 {
  height: calc(100vh - 60px - 80px - 60px - 278px) !important;
}

.vh-484 {
  height: calc(100vh - 60px - 80px - 60px - 284px) !important;
}

.vh-490 {
  height: calc(100vh - 60px - 80px - 60px - 290px) !important;
}

.vh-494 {
  height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
}

.vh-499 {
  height: calc(100vh - 60px - 80px - 60px - 299px) !important;
}

.vh-518 {
  height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
}

.vh-521 {
  height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
}

.vh-522 {
  height: calc(100vh - 60px - 80px - 60px - 322px) !important;
}

.vh-524 {
  height: calc(100vh - 60px - 80px - 60px - 324px) !important;
}

.vh-588 {
  height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
}

.vh-568 {
  height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
}

.min-vh-unset {
  min-height: unset !important;
}

.min-vh-80 {
  min-height: 80vh !important;
}

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

.min-vh-60 {
  min-height: calc(100vh - 60px) !important;
}

.min-vh-92 {
  min-height: calc(100vh - 60px - 32px) !important;
}

.min-vh-93 {
  min-height: calc(100vh - 60px - 33px) !important;
}

.min-vh-96 {
  min-height: calc(100vh - 60px - 36px) !important;
}

.min-vh-104 {
  min-height: calc(100vh - 60px - 44px) !important;
}

.min-vh-110 {
  min-height: calc(100vh - 60px - 50px) !important;
}

.min-vh-132 {
  min-height: calc(100vh - 60px - 72px) !important;
}

.min-vh-140 {
  min-height: calc(100vh - 60px - 80px) !important;
}

.min-vh-148 {
  min-height: calc(100vh - 148px) !important;
}

.min-vh-153 {
  min-height: calc(100vh - 153px) !important;
}

.min-vh-164 {
  min-height: calc(100vh - 60px - 80px - 24px) !important;
}

.min-vh-170 {
  min-height: calc(100vh - 60px - 80px - 30px) !important;
}

.min-vh-172 {
  min-height: calc(100vh - 60px - 80px - 32px) !important;
}

.min-vh-180 {
  min-height: calc(100vh - 60px - 80px - 40px) !important;
}

.min-vh-190 {
  min-height: calc(100vh - 60px - 80px - 50px) !important;
}

.min-vh-196 {
  min-height: calc(100vh - 60px - 80px - 56px) !important;
}

.min-vh-197 {
  min-height: calc(100vh - 60px - 80px - 57px) !important;
}

.min-vh-200 {
  min-height: calc(100vh - 60px - 80px - 60px) !important;
}

.min-vh-206 {
  min-height: calc(100vh - 60px - 80px - 66px) !important;
}

.min-vh-209 {
  min-height: calc(100vh - 60px - 80px - 69px) !important;
}

.min-vh-210 {
  min-height: calc(100vh - 60px - 120px - 30px) !important;
}

.min-vh-212 {
  min-height: calc(100vh - 60px - 80px - 72px) !important;
}

.min-vh-216 {
  min-height: calc(100vh - 60px - 80px - 76px) !important;
}

.min-vh-218 {
  min-height: calc(100vh - 60px - 80px - 78px) !important;
}

.min-vh-220 {
  min-height: calc(100vh - 60px - 80px - 80px) !important;
}

.min-vh-226 {
  min-height: calc(100vh - 60px - 80px - 86px) !important;
}

.min-vh-228 {
  min-height: calc(100vh - 60px - 80px - 88px) !important;
}

.min-vh-233 {
  min-height: calc(100vh - 60px - 80px - 93px) !important;
}

.min-vh-236 {
  min-height: calc(100vh - 60px - 80px - 60px - 36px) !important;
}

.min-vh-238 {
  min-height: calc(100vh - 60px - 80px - 98px) !important;
}

.min-vh-243 {
  min-height: calc(100vh - 60px - 80px - 103px) !important;
}

.min-vh-248 {
  min-height: calc(100vh - 60px - 80px - 108px) !important;
}

.min-vh-250 {
  min-height: calc(100vh - 60px - 80px - 50px - 60px) !important;
}

.min-vh-254 {
  min-height: calc(100vh - 60px - 80px - 50px - 64px) !important;
}

.min-vh-256 {
  min-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}

.min-vh-259 {
  min-height: calc(100vh - 60px - 80px - 56px - 63px) !important;
}

.min-vh-265 {
  min-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}

.min-vh-262 {
  min-height: calc(100vh - 60px - 80px - 122px) !important;
}

.min-vh-268 {
  min-height: calc(100vh - 60px - 80px - 88px - 40px) !important;
}

.min-vh-269 {
  min-height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}

.min-vh-270 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px) !important;
}

.min-vh-272 {
  min-height: calc(100vh - 60px - 80px - 60px - 72px) !important;
}

.min-vh-273 {
  min-height: calc(100vh - 60px - 80px - 60px - 73px) !important;
}

.min-vh-274 {
  min-height: calc(100vh - 60px - 80px - 60px - 74px) !important;
}

.min-vh-275 {
  min-height: calc(100vh - 60px - 80px - 88px - 47px) !important;
}

.min-vh-277 {
  min-height: calc(100vh - 60px - 80px - 88px - 49px) !important;
}

.min-vh-278 {
  min-height: calc(100vh - 60px - 80px - 88px - 50px) !important;
}

.min-vh-284 {
  min-height: calc(100vh - 60px - 80px - 88px - 56px) !important;
}

.min-vh-294 {
  min-height: calc(100vh - 60px - 80px - 88px - 66px) !important;
}

.min-vh-296 {
  min-height: calc(100vh - 60px - 80px - 88px - 68px) !important;
}

.min-vh-299 {
  min-height: calc(100vh - 60px - 80px - 93px - 66px) !important;
}

.min-vh-281 {
  min-height: calc(100vh - 60px - 80px - 88px - 53px) !important;
}

.min-vh-286 {
  min-height: calc(100vh - 60px - 80px - 88px - 58px) !important;
}

.min-vh-297 {
  min-height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}

.min-vh-302 {
  min-height: calc(100vh - 60px - 80px - 88px - 74px) !important;
}

.min-vh-308 {
  min-height: calc(100vh - 60px - 80px - 88px - 80px) !important;
}

.min-vh-311 {
  min-height: calc(100vh - 60px - 80px - 60px - 111px) !important;
}

.min-vh-331 {
  min-height: calc(100vh - 60px - 80px - 122px - 69px) !important;
}

.min-vh-314 {
  min-height: calc(100vh - 60px - 80px - 60px - 114px) !important;
}

.min-vh-315 {
  min-height: calc(100vh - 60px - 80px - 60px - 115px) !important;
}

.min-vh-316 {
  min-height: calc(100vh - 60px - 80px - 60px - 116px) !important;
}

.min-vh-317 {
  min-height: calc(100vh - 60px - 80px - 60px - 117px) !important;
}

.min-vh-318 {
  min-height: calc(100vh - 60px - 80px - 60px - 118px) !important;
}

.min-vh-320 {
  min-height: calc(100vh - 60px - 80px - 60px - 120px) !important;
}

.min-vh-326 {
  min-height: calc(100vh - 60px - 80px - 60px - 126px) !important;
}

.min-vh-328 {
  min-height: calc(100vh - 60px - 80px - 60px - 128px) !important;
}

.min-vh-330 {
  min-height: calc(100vh - 60px - 80px - 60px - 130px) !important;
}

.min-vh-334 {
  min-height: calc(100vh - 60px - 80px - 60px - 134px) !important;
}

.min-vh-338 {
  min-height: calc(100vh - 60px - 80px - 60px - 138px) !important;
}

.min-vh-340 {
  min-height: calc(100vh - 60px - 80px - 60px - 140px) !important;
}

.min-vh-344 {
  min-height: calc(100vh - 60px - 80px - 60px - 144px) !important;
}

.min-vh-347 {
  min-height: calc(100vh - 60px - 80px - 88px - 119px) !important;
}

.min-vh-350 {
  min-height: calc(100vh - 60px - 80px - 60px - 150px) !important;
}

.min-vh-352 {
  min-height: calc(100vh - 60px - 80px - 60px - 152px) !important;
}

.min-vh-358 {
  min-height: calc(100vh - 60px - 80px - 88px - 130px) !important;
}

.min-vh-364 {
  min-height: calc(100vh - 60px - 80px - 80px - 144px) !important;
}

.min-vh-365 {
  min-height: calc(100vh - 60px - 80px - 60px - 165px) !important;
}

.min-vh-370 {
  min-height: calc(100vh - 60px - 80px - 80px - 150px) !important;
}

.min-vh-388 {
  min-height: calc(100vh - 60px - 80px - 60px - 188px) !important;
}

.min-vh-389 {
  min-height: calc(100vh - 60px - 80px - 60px - 189px) !important;
}

.min-vh-393 {
  min-height: calc(100vh - 60px - 80px - 80px - 173px) !important;
}

.min-vh-396 {
  min-height: calc(100vh - 60px - 80px - 60px - 196px) !important;
}

.min-vh-397 {
  min-height: calc(100vh - 60px - 80px - 60px - 197px) !important;
}

.min-vh-398 {
  min-height: calc(100vh - 60px - 80px - 60px - 198px) !important;
}

.min-vh-400 {
  min-height: calc(100vh - 60px - 80px - 60px - 200px) !important;
}

.min-vh-403 {
  min-height: calc(100vh - 60px - 80px - 56px - 207px) !important;
}

.min-vh-408 {
  min-height: calc(100vh - 60px - 80px - 56px - 212px) !important;
}

.min-vh-409 {
  min-height: calc(100vh - 60px - 80px - 60px - 209px) !important;
}

.min-vh-411 {
  min-height: calc(100vh - 60px - 80px - 60px - 211px) !important;
}

.min-vh-414 {
  min-height: calc(100vh - 60px - 80px - 60px - 214px) !important;
}

.min-vh-416 {
  min-height: calc(100vh - 60px - 80px - 60px - 216px) !important;
}

.min-vh-430 {
  min-height: calc(100vh - 60px - 80px - 60px - 230px) !important;
}

.min-vh-436 {
  min-height: calc(100vh - 60px - 80px - 60px - 236px) !important;
}

.min-vh-442 {
  min-height: calc(100vh - 60px - 80px - 60px - 242px) !important;
}

.min-vh-446 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
}

.min-vh-452 {
  min-height: calc(100vh - 60px - 80px - 56px - 256px) !important;
}

.min-vh-458 {
  min-height: calc(100vh - 60px - 80px - 60px - 258px) !important;
}

.min-vh-470 {
  min-height: calc(100vh - 60px - 80px - 330px) !important;
}

.min-vh-478 {
  min-height: calc(100vh - 60px - 80px - 60px - 278px) !important;
}

.min-vh-484 {
  min-height: calc(100vh - 60px - 80px - 60px - 284px) !important;
}

.min-vh-490 {
  min-height: calc(100vh - 60px - 80px - 60px - 290px) !important;
}

.min-vh-494 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
}

.min-vh-499 {
  min-height: calc(100vh - 60px - 80px - 60px - 299px) !important;
}

.min-vh-518 {
  min-height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
}

.min-vh-521 {
  min-height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
}

.min-vh-522 {
  min-height: calc(100vh - 60px - 80px - 60px - 322px) !important;
}

.min-vh-524 {
  min-height: calc(100vh - 60px - 80px - 60px - 324px) !important;
}

.min-vh-588 {
  min-height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
}

.min-vh-568 {
  min-height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
}

.max-vh-unset {
  max-height: unset !important;
}

.max-vh-80 {
  max-height: 80vh !important;
}

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

.max-vh-60 {
  max-height: calc(100vh - 60px) !important;
}

.max-vh-92 {
  max-height: calc(100vh - 60px - 32px) !important;
}

.max-vh-93 {
  max-height: calc(100vh - 60px - 33px) !important;
}

.max-vh-96 {
  max-height: calc(100vh - 60px - 36px) !important;
}

.max-vh-104 {
  max-height: calc(100vh - 60px - 44px) !important;
}

.max-vh-110 {
  max-height: calc(100vh - 60px - 50px) !important;
}

.max-vh-132 {
  max-height: calc(100vh - 60px - 72px) !important;
}

.max-vh-140 {
  max-height: calc(100vh - 60px - 80px) !important;
}

.max-vh-148 {
  max-height: calc(100vh - 148px) !important;
}

.max-vh-153 {
  max-height: calc(100vh - 153px) !important;
}

.max-vh-164 {
  max-height: calc(100vh - 60px - 80px - 24px) !important;
}

.max-vh-170 {
  max-height: calc(100vh - 60px - 80px - 30px) !important;
}

.max-vh-172 {
  max-height: calc(100vh - 60px - 80px - 32px) !important;
}

.max-vh-180 {
  max-height: calc(100vh - 60px - 80px - 40px) !important;
}

.max-vh-190 {
  max-height: calc(100vh - 60px - 80px - 50px) !important;
}

.max-vh-196 {
  max-height: calc(100vh - 60px - 80px - 56px) !important;
}

.max-vh-197 {
  max-height: calc(100vh - 60px - 80px - 57px) !important;
}

.max-vh-200 {
  max-height: calc(100vh - 60px - 80px - 60px) !important;
}

.max-vh-206 {
  max-height: calc(100vh - 60px - 80px - 66px) !important;
}

.max-vh-209 {
  max-height: calc(100vh - 60px - 80px - 69px) !important;
}

.max-vh-210 {
  max-height: calc(100vh - 60px - 120px - 30px) !important;
}

.max-vh-212 {
  max-height: calc(100vh - 60px - 80px - 72px) !important;
}

.max-vh-216 {
  max-height: calc(100vh - 60px - 80px - 76px) !important;
}

.max-vh-218 {
  max-height: calc(100vh - 60px - 80px - 78px) !important;
}

.max-vh-220 {
  max-height: calc(100vh - 60px - 80px - 80px) !important;
}

.max-vh-226 {
  max-height: calc(100vh - 60px - 80px - 86px) !important;
}

.max-vh-228 {
  max-height: calc(100vh - 60px - 80px - 88px) !important;
}

.max-vh-233 {
  max-height: calc(100vh - 60px - 80px - 93px) !important;
}

.max-vh-236 {
  max-height: calc(100vh - 60px - 80px - 60px - 36px) !important;
}

.max-vh-238 {
  max-height: calc(100vh - 60px - 80px - 98px) !important;
}

.max-vh-243 {
  max-height: calc(100vh - 60px - 80px - 103px) !important;
}

.max-vh-248 {
  max-height: calc(100vh - 60px - 80px - 108px) !important;
}

.max-vh-250 {
  max-height: calc(100vh - 60px - 80px - 50px - 60px) !important;
}

.max-vh-254 {
  max-height: calc(100vh - 60px - 80px - 50px - 64px) !important;
}

.max-vh-256 {
  max-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}

.max-vh-259 {
  max-height: calc(100vh - 60px - 80px - 56px - 63px) !important;
}

.max-vh-265 {
  max-height: calc(100vh - 60px - 80px - 56px - 69px) !important;
}

.max-vh-262 {
  max-height: calc(100vh - 60px - 80px - 122px) !important;
}

.max-vh-268 {
  max-height: calc(100vh - 60px - 80px - 88px - 40px) !important;
}

.max-vh-269 {
  max-height: calc(100vh - 60px - 80px - 88px - 41px) !important;
}

.max-vh-270 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px) !important;
}

.max-vh-272 {
  max-height: calc(100vh - 60px - 80px - 60px - 72px) !important;
}

.max-vh-273 {
  max-height: calc(100vh - 60px - 80px - 60px - 73px) !important;
}

.max-vh-274 {
  max-height: calc(100vh - 60px - 80px - 60px - 74px) !important;
}

.max-vh-275 {
  max-height: calc(100vh - 60px - 80px - 88px - 47px) !important;
}

.max-vh-277 {
  max-height: calc(100vh - 60px - 80px - 88px - 49px) !important;
}

.max-vh-278 {
  max-height: calc(100vh - 60px - 80px - 88px - 50px) !important;
}

.max-vh-284 {
  max-height: calc(100vh - 60px - 80px - 88px - 56px) !important;
}

.max-vh-294 {
  max-height: calc(100vh - 60px - 80px - 88px - 66px) !important;
}

.max-vh-296 {
  max-height: calc(100vh - 60px - 80px - 88px - 68px) !important;
}

.max-vh-299 {
  max-height: calc(100vh - 60px - 80px - 93px - 66px) !important;
}

.max-vh-281 {
  max-height: calc(100vh - 60px - 80px - 88px - 53px) !important;
}

.max-vh-286 {
  max-height: calc(100vh - 60px - 80px - 88px - 58px) !important;
}

.max-vh-297 {
  max-height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}

.max-vh-302 {
  max-height: calc(100vh - 60px - 80px - 88px - 74px) !important;
}

.max-vh-308 {
  max-height: calc(100vh - 60px - 80px - 88px - 80px) !important;
}

.max-vh-311 {
  max-height: calc(100vh - 60px - 80px - 60px - 111px) !important;
}

.max-vh-331 {
  max-height: calc(100vh - 60px - 80px - 122px - 69px) !important;
}

.max-vh-314 {
  max-height: calc(100vh - 60px - 80px - 60px - 114px) !important;
}

.max-vh-315 {
  max-height: calc(100vh - 60px - 80px - 60px - 115px) !important;
}

.max-vh-316 {
  max-height: calc(100vh - 60px - 80px - 60px - 116px) !important;
}

.max-vh-317 {
  max-height: calc(100vh - 60px - 80px - 60px - 117px) !important;
}

.max-vh-318 {
  max-height: calc(100vh - 60px - 80px - 60px - 118px) !important;
}

.max-vh-320 {
  max-height: calc(100vh - 60px - 80px - 60px - 120px) !important;
}

.max-vh-326 {
  max-height: calc(100vh - 60px - 80px - 60px - 126px) !important;
}

.max-vh-328 {
  max-height: calc(100vh - 60px - 80px - 60px - 128px) !important;
}

.max-vh-330 {
  max-height: calc(100vh - 60px - 80px - 60px - 130px) !important;
}

.max-vh-334 {
  max-height: calc(100vh - 60px - 80px - 60px - 134px) !important;
}

.max-vh-338 {
  max-height: calc(100vh - 60px - 80px - 60px - 138px) !important;
}

.max-vh-340 {
  max-height: calc(100vh - 60px - 80px - 60px - 140px) !important;
}

.max-vh-344 {
  max-height: calc(100vh - 60px - 80px - 60px - 144px) !important;
}

.max-vh-347 {
  max-height: calc(100vh - 60px - 80px - 88px - 119px) !important;
}

.max-vh-350 {
  max-height: calc(100vh - 60px - 80px - 60px - 150px) !important;
}

.max-vh-352 {
  max-height: calc(100vh - 60px - 80px - 60px - 152px) !important;
}

.max-vh-358 {
  max-height: calc(100vh - 60px - 80px - 88px - 130px) !important;
}

.max-vh-364 {
  max-height: calc(100vh - 60px - 80px - 80px - 144px) !important;
}

.max-vh-365 {
  max-height: calc(100vh - 60px - 80px - 60px - 165px) !important;
}

.max-vh-370 {
  max-height: calc(100vh - 60px - 80px - 80px - 150px) !important;
}

.max-vh-388 {
  max-height: calc(100vh - 60px - 80px - 60px - 188px) !important;
}

.max-vh-389 {
  max-height: calc(100vh - 60px - 80px - 60px - 189px) !important;
}

.max-vh-393 {
  max-height: calc(100vh - 60px - 80px - 80px - 173px) !important;
}

.max-vh-396 {
  max-height: calc(100vh - 60px - 80px - 60px - 196px) !important;
}

.max-vh-397 {
  max-height: calc(100vh - 60px - 80px - 60px - 197px) !important;
}

.max-vh-398 {
  max-height: calc(100vh - 60px - 80px - 60px - 198px) !important;
}

.max-vh-400 {
  max-height: calc(100vh - 60px - 80px - 60px - 200px) !important;
}

.max-vh-403 {
  max-height: calc(100vh - 60px - 80px - 56px - 207px) !important;
}

.max-vh-408 {
  max-height: calc(100vh - 60px - 80px - 56px - 212px) !important;
}

.max-vh-409 {
  max-height: calc(100vh - 60px - 80px - 60px - 209px) !important;
}

.max-vh-411 {
  max-height: calc(100vh - 60px - 80px - 60px - 211px) !important;
}

.max-vh-414 {
  max-height: calc(100vh - 60px - 80px - 60px - 214px) !important;
}

.max-vh-416 {
  max-height: calc(100vh - 60px - 80px - 60px - 216px) !important;
}

.max-vh-430 {
  max-height: calc(100vh - 60px - 80px - 60px - 230px) !important;
}

.max-vh-436 {
  max-height: calc(100vh - 60px - 80px - 60px - 236px) !important;
}

.max-vh-442 {
  max-height: calc(100vh - 60px - 80px - 60px - 242px) !important;
}

.max-vh-446 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
}

.max-vh-452 {
  max-height: calc(100vh - 60px - 80px - 56px - 256px) !important;
}

.max-vh-458 {
  max-height: calc(100vh - 60px - 80px - 60px - 258px) !important;
}

.max-vh-470 {
  max-height: calc(100vh - 60px - 80px - 330px) !important;
}

.max-vh-478 {
  max-height: calc(100vh - 60px - 80px - 60px - 278px) !important;
}

.max-vh-484 {
  max-height: calc(100vh - 60px - 80px - 60px - 284px) !important;
}

.max-vh-490 {
  max-height: calc(100vh - 60px - 80px - 60px - 290px) !important;
}

.max-vh-494 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
}

.max-vh-499 {
  max-height: calc(100vh - 60px - 80px - 60px - 299px) !important;
}

.max-vh-518 {
  max-height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
}

.max-vh-521 {
  max-height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
}

.max-vh-522 {
  max-height: calc(100vh - 60px - 80px - 60px - 322px) !important;
}

.max-vh-524 {
  max-height: calc(100vh - 60px - 80px - 60px - 324px) !important;
}

.max-vh-588 {
  max-height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
}

.max-vh-568 {
  max-height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
}

.height-unset {
  height: unset !important;
}

.height-40vh {
  height: 40vh !important;
}

.height-50vh {
  height: 50vh !important;
}

.height-55vh {
  height: 55vh !important;
}

.height-60vh {
  height: 60vh !important;
}

.height-64vh {
  height: 64vh !important;
}

.height-70vh {
  height: 70vh !important;
}

.height-75vh {
  height: 75vh !important;
}

.height-80vh {
  height: 80vh !important;
}

.height-85vh {
  height: 85vh !important;
}

.height-90vh {
  height: 90vh !important;
}

.height-95vh {
  height: 95vh !important;
}

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

.max-h-unset {
  max-height: unset !important;
}

.max-h-40vh {
  max-height: 40vh !important;
}

.max-h-50vh {
  max-height: 50vh !important;
}

.max-h-55vh {
  max-height: 55vh !important;
}

.max-h-60vh {
  max-height: 60vh !important;
}

.max-h-64vh {
  max-height: 64vh !important;
}

.max-h-70vh {
  max-height: 70vh !important;
}

.max-h-75vh {
  max-height: 75vh !important;
}

.max-h-80vh {
  max-height: 80vh !important;
}

.max-h-85vh {
  max-height: 85vh !important;
}

.max-h-90vh {
  max-height: 90vh !important;
}

.max-h-95vh {
  max-height: 95vh !important;
}

.max-h-100vh {
  max-height: 100vh !important;
}

.min-h-unset {
  min-height: unset !important;
}

.min-h-40vh {
  min-height: 40vh !important;
}

.min-h-50vh {
  min-height: 50vh !important;
}

.min-h-55vh {
  min-height: 55vh !important;
}

.min-h-60vh {
  min-height: 60vh !important;
}

.min-h-64vh {
  min-height: 64vh !important;
}

.min-h-70vh {
  min-height: 70vh !important;
}

.min-h-75vh {
  min-height: 75vh !important;
}

.min-h-80vh {
  min-height: 80vh !important;
}

.min-h-85vh {
  min-height: 85vh !important;
}

.min-h-90vh {
  min-height: 90vh !important;
}

.min-h-95vh {
  min-height: 95vh !important;
}

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

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

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

.flex-0 {
  flex: 0 0 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 0.375rem !important;
}

.gap-7 {
  gap: 0.4375rem !important;
}

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

.gap-9 {
  gap: 0.5625rem !important;
}

.gap-10 {
  gap: 0.625rem !important;
}

.gap-11 {
  gap: 0.6875rem !important;
}

.gap-12 {
  gap: 0.75rem !important;
}

.gap-13 {
  gap: 0.8125rem !important;
}

.gap-14 {
  gap: 0.875rem !important;
}

.gap-15 {
  gap: 0.9375rem !important;
}

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

.gap-17 {
  gap: 1.0625rem !important;
}

.gap-18 {
  gap: 1.125rem !important;
}

.gap-19 {
  gap: 1.1875rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-21 {
  gap: 1.3125rem !important;
}

.gap-22 {
  gap: 1.375rem !important;
}

.gap-23 {
  gap: 1.4375rem !important;
}

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

.gap-25 {
  gap: 1.5625rem !important;
}

.gap-26 {
  gap: 1.625rem !important;
}

.gap-27 {
  gap: 1.6875rem !important;
}

.gap-28 {
  gap: 1.75rem !important;
}

.gap-29 {
  gap: 1.8125rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.gap-31 {
  gap: 1.9375rem !important;
}

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

.gap-33 {
  gap: 2.0625rem !important;
}

.gap-34 {
  gap: 2.125rem !important;
}

.gap-35 {
  gap: 2.1875rem !important;
}

.gap-36 {
  gap: 2.25rem !important;
}

.gap-37 {
  gap: 2.3125rem !important;
}

.gap-38 {
  gap: 2.375rem !important;
}

.gap-39 {
  gap: 2.4375rem !important;
}

.gap-40 {
  gap: 2.5rem !important;
}

.gap-41 {
  gap: 2.5625rem !important;
}

.gap-42 {
  gap: 2.625rem !important;
}

.gap-43 {
  gap: 2.6875rem !important;
}

.gap-44 {
  gap: 2.75rem !important;
}

.gap-45 {
  gap: 2.8125rem !important;
}

.gap-46 {
  gap: 2.875rem !important;
}

.gap-47 {
  gap: 2.9375rem !important;
}

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

.gap-49 {
  gap: 3.0625rem !important;
}

.gap-50 {
  gap: 3.125rem !important;
}

.gap-51 {
  gap: 3.1875rem !important;
}

.gap-52 {
  gap: 3.25rem !important;
}

.gap-53 {
  gap: 3.3125rem !important;
}

.gap-54 {
  gap: 3.375rem !important;
}

.gap-56 {
  gap: 3.5rem !important;
}

.gap-57 {
  gap: 3.5625rem !important;
}

.gap-58 {
  gap: 3.625rem !important;
}

.gap-90 {
  gap: 5.625rem !important;
}

.gap-99 {
  gap: 6.1875rem !important;
}

.gap-200 {
  gap: 12.5rem !important;
}

.gap-250 {
  gap: 15.625rem !important;
}

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 0.375rem !important;
}

.row-gap-7 {
  row-gap: 0.4375rem !important;
}

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

.row-gap-9 {
  row-gap: 0.5625rem !important;
}

.row-gap-10 {
  row-gap: 0.625rem !important;
}

.row-gap-11 {
  row-gap: 0.6875rem !important;
}

.row-gap-12 {
  row-gap: 0.75rem !important;
}

.row-gap-13 {
  row-gap: 0.8125rem !important;
}

.row-gap-14 {
  row-gap: 0.875rem !important;
}

.row-gap-15 {
  row-gap: 0.9375rem !important;
}

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

.row-gap-17 {
  row-gap: 1.0625rem !important;
}

.row-gap-18 {
  row-gap: 1.125rem !important;
}

.row-gap-19 {
  row-gap: 1.1875rem !important;
}

.row-gap-20 {
  row-gap: 1.25rem !important;
}

.row-gap-21 {
  row-gap: 1.3125rem !important;
}

.row-gap-22 {
  row-gap: 1.375rem !important;
}

.row-gap-23 {
  row-gap: 1.4375rem !important;
}

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

.row-gap-25 {
  row-gap: 1.5625rem !important;
}

.row-gap-26 {
  row-gap: 1.625rem !important;
}

.row-gap-27 {
  row-gap: 1.6875rem !important;
}

.row-gap-28 {
  row-gap: 1.75rem !important;
}

.row-gap-29 {
  row-gap: 1.8125rem !important;
}

.row-gap-30 {
  row-gap: 1.875rem !important;
}

.row-gap-31 {
  row-gap: 1.9375rem !important;
}

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

.row-gap-33 {
  row-gap: 2.0625rem !important;
}

.row-gap-34 {
  row-gap: 2.125rem !important;
}

.row-gap-35 {
  row-gap: 2.1875rem !important;
}

.row-gap-36 {
  row-gap: 2.25rem !important;
}

.row-gap-37 {
  row-gap: 2.3125rem !important;
}

.row-gap-38 {
  row-gap: 2.375rem !important;
}

.row-gap-39 {
  row-gap: 2.4375rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.row-gap-41 {
  row-gap: 2.5625rem !important;
}

.row-gap-42 {
  row-gap: 2.625rem !important;
}

.row-gap-43 {
  row-gap: 2.6875rem !important;
}

.row-gap-44 {
  row-gap: 2.75rem !important;
}

.row-gap-45 {
  row-gap: 2.8125rem !important;
}

.row-gap-46 {
  row-gap: 2.875rem !important;
}

.row-gap-47 {
  row-gap: 2.9375rem !important;
}

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

.row-gap-49 {
  row-gap: 3.0625rem !important;
}

.row-gap-50 {
  row-gap: 3.125rem !important;
}

.row-gap-51 {
  row-gap: 3.1875rem !important;
}

.row-gap-52 {
  row-gap: 3.25rem !important;
}

.row-gap-53 {
  row-gap: 3.3125rem !important;
}

.row-gap-54 {
  row-gap: 3.375rem !important;
}

.row-gap-56 {
  row-gap: 3.5rem !important;
}

.row-gap-57 {
  row-gap: 3.5625rem !important;
}

.row-gap-58 {
  row-gap: 3.625rem !important;
}

.row-gap-90 {
  row-gap: 5.625rem !important;
}

.row-gap-99 {
  row-gap: 6.1875rem !important;
}

.row-gap-200 {
  row-gap: 12.5rem !important;
}

.row-gap-250 {
  row-gap: 15.625rem !important;
}

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

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

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

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

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

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

.column-gap-6 {
  column-gap: 0.375rem !important;
}

.column-gap-7 {
  column-gap: 0.4375rem !important;
}

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

.column-gap-9 {
  column-gap: 0.5625rem !important;
}

.column-gap-10 {
  column-gap: 0.625rem !important;
}

.column-gap-11 {
  column-gap: 0.6875rem !important;
}

.column-gap-12 {
  column-gap: 0.75rem !important;
}

.column-gap-13 {
  column-gap: 0.8125rem !important;
}

.column-gap-14 {
  column-gap: 0.875rem !important;
}

.column-gap-15 {
  column-gap: 0.9375rem !important;
}

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

.column-gap-17 {
  column-gap: 1.0625rem !important;
}

.column-gap-18 {
  column-gap: 1.125rem !important;
}

.column-gap-19 {
  column-gap: 1.1875rem !important;
}

.column-gap-20 {
  column-gap: 1.25rem !important;
}

.column-gap-21 {
  column-gap: 1.3125rem !important;
}

.column-gap-22 {
  column-gap: 1.375rem !important;
}

.column-gap-23 {
  column-gap: 1.4375rem !important;
}

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

.column-gap-25 {
  column-gap: 1.5625rem !important;
}

.column-gap-26 {
  column-gap: 1.625rem !important;
}

.column-gap-27 {
  column-gap: 1.6875rem !important;
}

.column-gap-28 {
  column-gap: 1.75rem !important;
}

.column-gap-29 {
  column-gap: 1.8125rem !important;
}

.column-gap-30 {
  column-gap: 1.875rem !important;
}

.column-gap-31 {
  column-gap: 1.9375rem !important;
}

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

.column-gap-33 {
  column-gap: 2.0625rem !important;
}

.column-gap-34 {
  column-gap: 2.125rem !important;
}

.column-gap-35 {
  column-gap: 2.1875rem !important;
}

.column-gap-36 {
  column-gap: 2.25rem !important;
}

.column-gap-37 {
  column-gap: 2.3125rem !important;
}

.column-gap-38 {
  column-gap: 2.375rem !important;
}

.column-gap-39 {
  column-gap: 2.4375rem !important;
}

.column-gap-40 {
  column-gap: 2.5rem !important;
}

.column-gap-41 {
  column-gap: 2.5625rem !important;
}

.column-gap-42 {
  column-gap: 2.625rem !important;
}

.column-gap-43 {
  column-gap: 2.6875rem !important;
}

.column-gap-44 {
  column-gap: 2.75rem !important;
}

.column-gap-45 {
  column-gap: 2.8125rem !important;
}

.column-gap-46 {
  column-gap: 2.875rem !important;
}

.column-gap-47 {
  column-gap: 2.9375rem !important;
}

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

.column-gap-49 {
  column-gap: 3.0625rem !important;
}

.column-gap-50 {
  column-gap: 3.125rem !important;
}

.column-gap-51 {
  column-gap: 3.1875rem !important;
}

.column-gap-52 {
  column-gap: 3.25rem !important;
}

.column-gap-53 {
  column-gap: 3.3125rem !important;
}

.column-gap-54 {
  column-gap: 3.375rem !important;
}

.column-gap-56 {
  column-gap: 3.5rem !important;
}

.column-gap-57 {
  column-gap: 3.5625rem !important;
}

.column-gap-58 {
  column-gap: 3.625rem !important;
}

.column-gap-90 {
  column-gap: 5.625rem !important;
}

.column-gap-99 {
  column-gap: 6.1875rem !important;
}

.column-gap-200 {
  column-gap: 12.5rem !important;
}

.column-gap-250 {
  column-gap: 15.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 0.4375rem !important;
}

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

.m-9 {
  margin: 0.5625rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.m-11 {
  margin: 0.6875rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.m-13 {
  margin: 0.8125rem !important;
}

.m-14 {
  margin: 0.875rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

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

.m-17 {
  margin: 1.0625rem !important;
}

.m-18 {
  margin: 1.125rem !important;
}

.m-19 {
  margin: 1.1875rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-21 {
  margin: 1.3125rem !important;
}

.m-22 {
  margin: 1.375rem !important;
}

.m-23 {
  margin: 1.4375rem !important;
}

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

.m-25 {
  margin: 1.5625rem !important;
}

.m-26 {
  margin: 1.625rem !important;
}

.m-27 {
  margin: 1.6875rem !important;
}

.m-28 {
  margin: 1.75rem !important;
}

.m-29 {
  margin: 1.8125rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.m-31 {
  margin: 1.9375rem !important;
}

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

.m-33 {
  margin: 2.0625rem !important;
}

.m-34 {
  margin: 2.125rem !important;
}

.m-35 {
  margin: 2.1875rem !important;
}

.m-36 {
  margin: 2.25rem !important;
}

.m-37 {
  margin: 2.3125rem !important;
}

.m-38 {
  margin: 2.375rem !important;
}

.m-39 {
  margin: 2.4375rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-41 {
  margin: 2.5625rem !important;
}

.m-42 {
  margin: 2.625rem !important;
}

.m-43 {
  margin: 2.6875rem !important;
}

.m-44 {
  margin: 2.75rem !important;
}

.m-45 {
  margin: 2.8125rem !important;
}

.m-46 {
  margin: 2.875rem !important;
}

.m-47 {
  margin: 2.9375rem !important;
}

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

.m-49 {
  margin: 3.0625rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.m-51 {
  margin: 3.1875rem !important;
}

.m-52 {
  margin: 3.25rem !important;
}

.m-53 {
  margin: 3.3125rem !important;
}

.m-54 {
  margin: 3.375rem !important;
}

.m-56 {
  margin: 3.5rem !important;
}

.m-57 {
  margin: 3.5625rem !important;
}

.m-58 {
  margin: 3.625rem !important;
}

.m-90 {
  margin: 5.625rem !important;
}

.m-99 {
  margin: 6.1875rem !important;
}

.m-200 {
  margin: 12.5rem !important;
}

.m-250 {
  margin: 15.625rem !important;
}

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

.mx-0 {
  margin-inline-end: 0 !important;
  margin-inline-start: 0 !important;
}

.mx-1 {
  margin-inline-end: 0.25rem !important;
  margin-inline-start: 0.25rem !important;
}

.mx-2 {
  margin-inline-end: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}

.mx-3 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important;
}

.mx-4 {
  margin-inline-end: 1.5rem !important;
  margin-inline-start: 1.5rem !important;
}

.mx-5 {
  margin-inline-end: 3rem !important;
  margin-inline-start: 3rem !important;
}

.mx-6 {
  margin-inline-end: 0.375rem !important;
  margin-inline-start: 0.375rem !important;
}

.mx-7 {
  margin-inline-end: 0.4375rem !important;
  margin-inline-start: 0.4375rem !important;
}

.mx-8 {
  margin-inline-end: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}

.mx-9 {
  margin-inline-end: 0.5625rem !important;
  margin-inline-start: 0.5625rem !important;
}

.mx-10 {
  margin-inline-end: 0.625rem !important;
  margin-inline-start: 0.625rem !important;
}

.mx-11 {
  margin-inline-end: 0.6875rem !important;
  margin-inline-start: 0.6875rem !important;
}

.mx-12 {
  margin-inline-end: 0.75rem !important;
  margin-inline-start: 0.75rem !important;
}

.mx-13 {
  margin-inline-end: 0.8125rem !important;
  margin-inline-start: 0.8125rem !important;
}

.mx-14 {
  margin-inline-end: 0.875rem !important;
  margin-inline-start: 0.875rem !important;
}

.mx-15 {
  margin-inline-end: 0.9375rem !important;
  margin-inline-start: 0.9375rem !important;
}

.mx-16 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important;
}

.mx-17 {
  margin-inline-end: 1.0625rem !important;
  margin-inline-start: 1.0625rem !important;
}

.mx-18 {
  margin-inline-end: 1.125rem !important;
  margin-inline-start: 1.125rem !important;
}

.mx-19 {
  margin-inline-end: 1.1875rem !important;
  margin-inline-start: 1.1875rem !important;
}

.mx-20 {
  margin-inline-end: 1.25rem !important;
  margin-inline-start: 1.25rem !important;
}

.mx-21 {
  margin-inline-end: 1.3125rem !important;
  margin-inline-start: 1.3125rem !important;
}

.mx-22 {
  margin-inline-end: 1.375rem !important;
  margin-inline-start: 1.375rem !important;
}

.mx-23 {
  margin-inline-end: 1.4375rem !important;
  margin-inline-start: 1.4375rem !important;
}

.mx-24 {
  margin-inline-end: 1.5rem !important;
  margin-inline-start: 1.5rem !important;
}

.mx-25 {
  margin-inline-end: 1.5625rem !important;
  margin-inline-start: 1.5625rem !important;
}

.mx-26 {
  margin-inline-end: 1.625rem !important;
  margin-inline-start: 1.625rem !important;
}

.mx-27 {
  margin-inline-end: 1.6875rem !important;
  margin-inline-start: 1.6875rem !important;
}

.mx-28 {
  margin-inline-end: 1.75rem !important;
  margin-inline-start: 1.75rem !important;
}

.mx-29 {
  margin-inline-end: 1.8125rem !important;
  margin-inline-start: 1.8125rem !important;
}

.mx-30 {
  margin-inline-end: 1.875rem !important;
  margin-inline-start: 1.875rem !important;
}

.mx-31 {
  margin-inline-end: 1.9375rem !important;
  margin-inline-start: 1.9375rem !important;
}

.mx-32 {
  margin-inline-end: 2rem !important;
  margin-inline-start: 2rem !important;
}

.mx-33 {
  margin-inline-end: 2.0625rem !important;
  margin-inline-start: 2.0625rem !important;
}

.mx-34 {
  margin-inline-end: 2.125rem !important;
  margin-inline-start: 2.125rem !important;
}

.mx-35 {
  margin-inline-end: 2.1875rem !important;
  margin-inline-start: 2.1875rem !important;
}

.mx-36 {
  margin-inline-end: 2.25rem !important;
  margin-inline-start: 2.25rem !important;
}

.mx-37 {
  margin-inline-end: 2.3125rem !important;
  margin-inline-start: 2.3125rem !important;
}

.mx-38 {
  margin-inline-end: 2.375rem !important;
  margin-inline-start: 2.375rem !important;
}

.mx-39 {
  margin-inline-end: 2.4375rem !important;
  margin-inline-start: 2.4375rem !important;
}

.mx-40 {
  margin-inline-end: 2.5rem !important;
  margin-inline-start: 2.5rem !important;
}

.mx-41 {
  margin-inline-end: 2.5625rem !important;
  margin-inline-start: 2.5625rem !important;
}

.mx-42 {
  margin-inline-end: 2.625rem !important;
  margin-inline-start: 2.625rem !important;
}

.mx-43 {
  margin-inline-end: 2.6875rem !important;
  margin-inline-start: 2.6875rem !important;
}

.mx-44 {
  margin-inline-end: 2.75rem !important;
  margin-inline-start: 2.75rem !important;
}

.mx-45 {
  margin-inline-end: 2.8125rem !important;
  margin-inline-start: 2.8125rem !important;
}

.mx-46 {
  margin-inline-end: 2.875rem !important;
  margin-inline-start: 2.875rem !important;
}

.mx-47 {
  margin-inline-end: 2.9375rem !important;
  margin-inline-start: 2.9375rem !important;
}

.mx-48 {
  margin-inline-end: 3rem !important;
  margin-inline-start: 3rem !important;
}

.mx-49 {
  margin-inline-end: 3.0625rem !important;
  margin-inline-start: 3.0625rem !important;
}

.mx-50 {
  margin-inline-end: 3.125rem !important;
  margin-inline-start: 3.125rem !important;
}

.mx-51 {
  margin-inline-end: 3.1875rem !important;
  margin-inline-start: 3.1875rem !important;
}

.mx-52 {
  margin-inline-end: 3.25rem !important;
  margin-inline-start: 3.25rem !important;
}

.mx-53 {
  margin-inline-end: 3.3125rem !important;
  margin-inline-start: 3.3125rem !important;
}

.mx-54 {
  margin-inline-end: 3.375rem !important;
  margin-inline-start: 3.375rem !important;
}

.mx-56 {
  margin-inline-end: 3.5rem !important;
  margin-inline-start: 3.5rem !important;
}

.mx-57 {
  margin-inline-end: 3.5625rem !important;
  margin-inline-start: 3.5625rem !important;
}

.mx-58 {
  margin-inline-end: 3.625rem !important;
  margin-inline-start: 3.625rem !important;
}

.mx-90 {
  margin-inline-end: 5.625rem !important;
  margin-inline-start: 5.625rem !important;
}

.mx-99 {
  margin-inline-end: 6.1875rem !important;
  margin-inline-start: 6.1875rem !important;
}

.mx-200 {
  margin-inline-end: 12.5rem !important;
  margin-inline-start: 12.5rem !important;
}

.mx-250 {
  margin-inline-end: 15.625rem !important;
  margin-inline-start: 15.625rem !important;
}

.mx-auto {
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
}

.my-0 {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.my-1 {
  margin-block-start: 0.25rem !important;
  margin-block-end: 0.25rem !important;
}

.my-2 {
  margin-block-start: 0.5rem !important;
  margin-block-end: 0.5rem !important;
}

.my-3 {
  margin-block-start: 1rem !important;
  margin-block-end: 1rem !important;
}

.my-4 {
  margin-block-start: 1.5rem !important;
  margin-block-end: 1.5rem !important;
}

.my-5 {
  margin-block-start: 3rem !important;
  margin-block-end: 3rem !important;
}

.my-6 {
  margin-block-start: 0.375rem !important;
  margin-block-end: 0.375rem !important;
}

.my-7 {
  margin-block-start: 0.4375rem !important;
  margin-block-end: 0.4375rem !important;
}

.my-8 {
  margin-block-start: 0.5rem !important;
  margin-block-end: 0.5rem !important;
}

.my-9 {
  margin-block-start: 0.5625rem !important;
  margin-block-end: 0.5625rem !important;
}

.my-10 {
  margin-block-start: 0.625rem !important;
  margin-block-end: 0.625rem !important;
}

.my-11 {
  margin-block-start: 0.6875rem !important;
  margin-block-end: 0.6875rem !important;
}

.my-12 {
  margin-block-start: 0.75rem !important;
  margin-block-end: 0.75rem !important;
}

.my-13 {
  margin-block-start: 0.8125rem !important;
  margin-block-end: 0.8125rem !important;
}

.my-14 {
  margin-block-start: 0.875rem !important;
  margin-block-end: 0.875rem !important;
}

.my-15 {
  margin-block-start: 0.9375rem !important;
  margin-block-end: 0.9375rem !important;
}

.my-16 {
  margin-block-start: 1rem !important;
  margin-block-end: 1rem !important;
}

.my-17 {
  margin-block-start: 1.0625rem !important;
  margin-block-end: 1.0625rem !important;
}

.my-18 {
  margin-block-start: 1.125rem !important;
  margin-block-end: 1.125rem !important;
}

.my-19 {
  margin-block-start: 1.1875rem !important;
  margin-block-end: 1.1875rem !important;
}

.my-20 {
  margin-block-start: 1.25rem !important;
  margin-block-end: 1.25rem !important;
}

.my-21 {
  margin-block-start: 1.3125rem !important;
  margin-block-end: 1.3125rem !important;
}

.my-22 {
  margin-block-start: 1.375rem !important;
  margin-block-end: 1.375rem !important;
}

.my-23 {
  margin-block-start: 1.4375rem !important;
  margin-block-end: 1.4375rem !important;
}

.my-24 {
  margin-block-start: 1.5rem !important;
  margin-block-end: 1.5rem !important;
}

.my-25 {
  margin-block-start: 1.5625rem !important;
  margin-block-end: 1.5625rem !important;
}

.my-26 {
  margin-block-start: 1.625rem !important;
  margin-block-end: 1.625rem !important;
}

.my-27 {
  margin-block-start: 1.6875rem !important;
  margin-block-end: 1.6875rem !important;
}

.my-28 {
  margin-block-start: 1.75rem !important;
  margin-block-end: 1.75rem !important;
}

.my-29 {
  margin-block-start: 1.8125rem !important;
  margin-block-end: 1.8125rem !important;
}

.my-30 {
  margin-block-start: 1.875rem !important;
  margin-block-end: 1.875rem !important;
}

.my-31 {
  margin-block-start: 1.9375rem !important;
  margin-block-end: 1.9375rem !important;
}

.my-32 {
  margin-block-start: 2rem !important;
  margin-block-end: 2rem !important;
}

.my-33 {
  margin-block-start: 2.0625rem !important;
  margin-block-end: 2.0625rem !important;
}

.my-34 {
  margin-block-start: 2.125rem !important;
  margin-block-end: 2.125rem !important;
}

.my-35 {
  margin-block-start: 2.1875rem !important;
  margin-block-end: 2.1875rem !important;
}

.my-36 {
  margin-block-start: 2.25rem !important;
  margin-block-end: 2.25rem !important;
}

.my-37 {
  margin-block-start: 2.3125rem !important;
  margin-block-end: 2.3125rem !important;
}

.my-38 {
  margin-block-start: 2.375rem !important;
  margin-block-end: 2.375rem !important;
}

.my-39 {
  margin-block-start: 2.4375rem !important;
  margin-block-end: 2.4375rem !important;
}

.my-40 {
  margin-block-start: 2.5rem !important;
  margin-block-end: 2.5rem !important;
}

.my-41 {
  margin-block-start: 2.5625rem !important;
  margin-block-end: 2.5625rem !important;
}

.my-42 {
  margin-block-start: 2.625rem !important;
  margin-block-end: 2.625rem !important;
}

.my-43 {
  margin-block-start: 2.6875rem !important;
  margin-block-end: 2.6875rem !important;
}

.my-44 {
  margin-block-start: 2.75rem !important;
  margin-block-end: 2.75rem !important;
}

.my-45 {
  margin-block-start: 2.8125rem !important;
  margin-block-end: 2.8125rem !important;
}

.my-46 {
  margin-block-start: 2.875rem !important;
  margin-block-end: 2.875rem !important;
}

.my-47 {
  margin-block-start: 2.9375rem !important;
  margin-block-end: 2.9375rem !important;
}

.my-48 {
  margin-block-start: 3rem !important;
  margin-block-end: 3rem !important;
}

.my-49 {
  margin-block-start: 3.0625rem !important;
  margin-block-end: 3.0625rem !important;
}

.my-50 {
  margin-block-start: 3.125rem !important;
  margin-block-end: 3.125rem !important;
}

.my-51 {
  margin-block-start: 3.1875rem !important;
  margin-block-end: 3.1875rem !important;
}

.my-52 {
  margin-block-start: 3.25rem !important;
  margin-block-end: 3.25rem !important;
}

.my-53 {
  margin-block-start: 3.3125rem !important;
  margin-block-end: 3.3125rem !important;
}

.my-54 {
  margin-block-start: 3.375rem !important;
  margin-block-end: 3.375rem !important;
}

.my-56 {
  margin-block-start: 3.5rem !important;
  margin-block-end: 3.5rem !important;
}

.my-57 {
  margin-block-start: 3.5625rem !important;
  margin-block-end: 3.5625rem !important;
}

.my-58 {
  margin-block-start: 3.625rem !important;
  margin-block-end: 3.625rem !important;
}

.my-90 {
  margin-block-start: 5.625rem !important;
  margin-block-end: 5.625rem !important;
}

.my-99 {
  margin-block-start: 6.1875rem !important;
  margin-block-end: 6.1875rem !important;
}

.my-200 {
  margin-block-start: 12.5rem !important;
  margin-block-end: 12.5rem !important;
}

.my-250 {
  margin-block-start: 15.625rem !important;
  margin-block-end: 15.625rem !important;
}

.my-auto {
  margin-block-start: auto !important;
  margin-block-end: auto !important;
}

.mt-0 {
  margin-block-start: 0 !important;
}

.mt-1 {
  margin-block-start: 0.25rem !important;
}

.mt-2 {
  margin-block-start: 0.5rem !important;
}

.mt-3 {
  margin-block-start: 1rem !important;
}

.mt-4 {
  margin-block-start: 1.5rem !important;
}

.mt-5 {
  margin-block-start: 3rem !important;
}

.mt-6 {
  margin-block-start: 0.375rem !important;
}

.mt-7 {
  margin-block-start: 0.4375rem !important;
}

.mt-8 {
  margin-block-start: 0.5rem !important;
}

.mt-9 {
  margin-block-start: 0.5625rem !important;
}

.mt-10 {
  margin-block-start: 0.625rem !important;
}

.mt-11 {
  margin-block-start: 0.6875rem !important;
}

.mt-12 {
  margin-block-start: 0.75rem !important;
}

.mt-13 {
  margin-block-start: 0.8125rem !important;
}

.mt-14 {
  margin-block-start: 0.875rem !important;
}

.mt-15 {
  margin-block-start: 0.9375rem !important;
}

.mt-16 {
  margin-block-start: 1rem !important;
}

.mt-17 {
  margin-block-start: 1.0625rem !important;
}

.mt-18 {
  margin-block-start: 1.125rem !important;
}

.mt-19 {
  margin-block-start: 1.1875rem !important;
}

.mt-20 {
  margin-block-start: 1.25rem !important;
}

.mt-21 {
  margin-block-start: 1.3125rem !important;
}

.mt-22 {
  margin-block-start: 1.375rem !important;
}

.mt-23 {
  margin-block-start: 1.4375rem !important;
}

.mt-24 {
  margin-block-start: 1.5rem !important;
}

.mt-25 {
  margin-block-start: 1.5625rem !important;
}

.mt-26 {
  margin-block-start: 1.625rem !important;
}

.mt-27 {
  margin-block-start: 1.6875rem !important;
}

.mt-28 {
  margin-block-start: 1.75rem !important;
}

.mt-29 {
  margin-block-start: 1.8125rem !important;
}

.mt-30 {
  margin-block-start: 1.875rem !important;
}

.mt-31 {
  margin-block-start: 1.9375rem !important;
}

.mt-32 {
  margin-block-start: 2rem !important;
}

.mt-33 {
  margin-block-start: 2.0625rem !important;
}

.mt-34 {
  margin-block-start: 2.125rem !important;
}

.mt-35 {
  margin-block-start: 2.1875rem !important;
}

.mt-36 {
  margin-block-start: 2.25rem !important;
}

.mt-37 {
  margin-block-start: 2.3125rem !important;
}

.mt-38 {
  margin-block-start: 2.375rem !important;
}

.mt-39 {
  margin-block-start: 2.4375rem !important;
}

.mt-40 {
  margin-block-start: 2.5rem !important;
}

.mt-41 {
  margin-block-start: 2.5625rem !important;
}

.mt-42 {
  margin-block-start: 2.625rem !important;
}

.mt-43 {
  margin-block-start: 2.6875rem !important;
}

.mt-44 {
  margin-block-start: 2.75rem !important;
}

.mt-45 {
  margin-block-start: 2.8125rem !important;
}

.mt-46 {
  margin-block-start: 2.875rem !important;
}

.mt-47 {
  margin-block-start: 2.9375rem !important;
}

.mt-48 {
  margin-block-start: 3rem !important;
}

.mt-49 {
  margin-block-start: 3.0625rem !important;
}

.mt-50 {
  margin-block-start: 3.125rem !important;
}

.mt-51 {
  margin-block-start: 3.1875rem !important;
}

.mt-52 {
  margin-block-start: 3.25rem !important;
}

.mt-53 {
  margin-block-start: 3.3125rem !important;
}

.mt-54 {
  margin-block-start: 3.375rem !important;
}

.mt-56 {
  margin-block-start: 3.5rem !important;
}

.mt-57 {
  margin-block-start: 3.5625rem !important;
}

.mt-58 {
  margin-block-start: 3.625rem !important;
}

.mt-90 {
  margin-block-start: 5.625rem !important;
}

.mt-99 {
  margin-block-start: 6.1875rem !important;
}

.mt-200 {
  margin-block-start: 12.5rem !important;
}

.mt-250 {
  margin-block-start: 15.625rem !important;
}

.mt-auto {
  margin-block-start: auto !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.me-5 {
  margin-inline-end: 3rem !important;
}

.me-6 {
  margin-inline-end: 0.375rem !important;
}

.me-7 {
  margin-inline-end: 0.4375rem !important;
}

.me-8 {
  margin-inline-end: 0.5rem !important;
}

.me-9 {
  margin-inline-end: 0.5625rem !important;
}

.me-10 {
  margin-inline-end: 0.625rem !important;
}

.me-11 {
  margin-inline-end: 0.6875rem !important;
}

.me-12 {
  margin-inline-end: 0.75rem !important;
}

.me-13 {
  margin-inline-end: 0.8125rem !important;
}

.me-14 {
  margin-inline-end: 0.875rem !important;
}

.me-15 {
  margin-inline-end: 0.9375rem !important;
}

.me-16 {
  margin-inline-end: 1rem !important;
}

.me-17 {
  margin-inline-end: 1.0625rem !important;
}

.me-18 {
  margin-inline-end: 1.125rem !important;
}

.me-19 {
  margin-inline-end: 1.1875rem !important;
}

.me-20 {
  margin-inline-end: 1.25rem !important;
}

.me-21 {
  margin-inline-end: 1.3125rem !important;
}

.me-22 {
  margin-inline-end: 1.375rem !important;
}

.me-23 {
  margin-inline-end: 1.4375rem !important;
}

.me-24 {
  margin-inline-end: 1.5rem !important;
}

.me-25 {
  margin-inline-end: 1.5625rem !important;
}

.me-26 {
  margin-inline-end: 1.625rem !important;
}

.me-27 {
  margin-inline-end: 1.6875rem !important;
}

.me-28 {
  margin-inline-end: 1.75rem !important;
}

.me-29 {
  margin-inline-end: 1.8125rem !important;
}

.me-30 {
  margin-inline-end: 1.875rem !important;
}

.me-31 {
  margin-inline-end: 1.9375rem !important;
}

.me-32 {
  margin-inline-end: 2rem !important;
}

.me-33 {
  margin-inline-end: 2.0625rem !important;
}

.me-34 {
  margin-inline-end: 2.125rem !important;
}

.me-35 {
  margin-inline-end: 2.1875rem !important;
}

.me-36 {
  margin-inline-end: 2.25rem !important;
}

.me-37 {
  margin-inline-end: 2.3125rem !important;
}

.me-38 {
  margin-inline-end: 2.375rem !important;
}

.me-39 {
  margin-inline-end: 2.4375rem !important;
}

.me-40 {
  margin-inline-end: 2.5rem !important;
}

.me-41 {
  margin-inline-end: 2.5625rem !important;
}

.me-42 {
  margin-inline-end: 2.625rem !important;
}

.me-43 {
  margin-inline-end: 2.6875rem !important;
}

.me-44 {
  margin-inline-end: 2.75rem !important;
}

.me-45 {
  margin-inline-end: 2.8125rem !important;
}

.me-46 {
  margin-inline-end: 2.875rem !important;
}

.me-47 {
  margin-inline-end: 2.9375rem !important;
}

.me-48 {
  margin-inline-end: 3rem !important;
}

.me-49 {
  margin-inline-end: 3.0625rem !important;
}

.me-50 {
  margin-inline-end: 3.125rem !important;
}

.me-51 {
  margin-inline-end: 3.1875rem !important;
}

.me-52 {
  margin-inline-end: 3.25rem !important;
}

.me-53 {
  margin-inline-end: 3.3125rem !important;
}

.me-54 {
  margin-inline-end: 3.375rem !important;
}

.me-56 {
  margin-inline-end: 3.5rem !important;
}

.me-57 {
  margin-inline-end: 3.5625rem !important;
}

.me-58 {
  margin-inline-end: 3.625rem !important;
}

.me-90 {
  margin-inline-end: 5.625rem !important;
}

.me-99 {
  margin-inline-end: 6.1875rem !important;
}

.me-200 {
  margin-inline-end: 12.5rem !important;
}

.me-250 {
  margin-inline-end: 15.625rem !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mb-0 {
  margin-block-end: 0 !important;
}

.mb-1 {
  margin-block-end: 0.25rem !important;
}

.mb-2 {
  margin-block-end: 0.5rem !important;
}

.mb-3 {
  margin-block-end: 1rem !important;
}

.mb-4 {
  margin-block-end: 1.5rem !important;
}

.mb-5 {
  margin-block-end: 3rem !important;
}

.mb-6 {
  margin-block-end: 0.375rem !important;
}

.mb-7 {
  margin-block-end: 0.4375rem !important;
}

.mb-8 {
  margin-block-end: 0.5rem !important;
}

.mb-9 {
  margin-block-end: 0.5625rem !important;
}

.mb-10 {
  margin-block-end: 0.625rem !important;
}

.mb-11 {
  margin-block-end: 0.6875rem !important;
}

.mb-12 {
  margin-block-end: 0.75rem !important;
}

.mb-13 {
  margin-block-end: 0.8125rem !important;
}

.mb-14 {
  margin-block-end: 0.875rem !important;
}

.mb-15 {
  margin-block-end: 0.9375rem !important;
}

.mb-16 {
  margin-block-end: 1rem !important;
}

.mb-17 {
  margin-block-end: 1.0625rem !important;
}

.mb-18 {
  margin-block-end: 1.125rem !important;
}

.mb-19 {
  margin-block-end: 1.1875rem !important;
}

.mb-20 {
  margin-block-end: 1.25rem !important;
}

.mb-21 {
  margin-block-end: 1.3125rem !important;
}

.mb-22 {
  margin-block-end: 1.375rem !important;
}

.mb-23 {
  margin-block-end: 1.4375rem !important;
}

.mb-24 {
  margin-block-end: 1.5rem !important;
}

.mb-25 {
  margin-block-end: 1.5625rem !important;
}

.mb-26 {
  margin-block-end: 1.625rem !important;
}

.mb-27 {
  margin-block-end: 1.6875rem !important;
}

.mb-28 {
  margin-block-end: 1.75rem !important;
}

.mb-29 {
  margin-block-end: 1.8125rem !important;
}

.mb-30 {
  margin-block-end: 1.875rem !important;
}

.mb-31 {
  margin-block-end: 1.9375rem !important;
}

.mb-32 {
  margin-block-end: 2rem !important;
}

.mb-33 {
  margin-block-end: 2.0625rem !important;
}

.mb-34 {
  margin-block-end: 2.125rem !important;
}

.mb-35 {
  margin-block-end: 2.1875rem !important;
}

.mb-36 {
  margin-block-end: 2.25rem !important;
}

.mb-37 {
  margin-block-end: 2.3125rem !important;
}

.mb-38 {
  margin-block-end: 2.375rem !important;
}

.mb-39 {
  margin-block-end: 2.4375rem !important;
}

.mb-40 {
  margin-block-end: 2.5rem !important;
}

.mb-41 {
  margin-block-end: 2.5625rem !important;
}

.mb-42 {
  margin-block-end: 2.625rem !important;
}

.mb-43 {
  margin-block-end: 2.6875rem !important;
}

.mb-44 {
  margin-block-end: 2.75rem !important;
}

.mb-45 {
  margin-block-end: 2.8125rem !important;
}

.mb-46 {
  margin-block-end: 2.875rem !important;
}

.mb-47 {
  margin-block-end: 2.9375rem !important;
}

.mb-48 {
  margin-block-end: 3rem !important;
}

.mb-49 {
  margin-block-end: 3.0625rem !important;
}

.mb-50 {
  margin-block-end: 3.125rem !important;
}

.mb-51 {
  margin-block-end: 3.1875rem !important;
}

.mb-52 {
  margin-block-end: 3.25rem !important;
}

.mb-53 {
  margin-block-end: 3.3125rem !important;
}

.mb-54 {
  margin-block-end: 3.375rem !important;
}

.mb-56 {
  margin-block-end: 3.5rem !important;
}

.mb-57 {
  margin-block-end: 3.5625rem !important;
}

.mb-58 {
  margin-block-end: 3.625rem !important;
}

.mb-90 {
  margin-block-end: 5.625rem !important;
}

.mb-99 {
  margin-block-end: 6.1875rem !important;
}

.mb-200 {
  margin-block-end: 12.5rem !important;
}

.mb-250 {
  margin-block-end: 15.625rem !important;
}

.mb-auto {
  margin-block-end: auto !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.ms-5 {
  margin-inline-start: 3rem !important;
}

.ms-6 {
  margin-inline-start: 0.375rem !important;
}

.ms-7 {
  margin-inline-start: 0.4375rem !important;
}

.ms-8 {
  margin-inline-start: 0.5rem !important;
}

.ms-9 {
  margin-inline-start: 0.5625rem !important;
}

.ms-10 {
  margin-inline-start: 0.625rem !important;
}

.ms-11 {
  margin-inline-start: 0.6875rem !important;
}

.ms-12 {
  margin-inline-start: 0.75rem !important;
}

.ms-13 {
  margin-inline-start: 0.8125rem !important;
}

.ms-14 {
  margin-inline-start: 0.875rem !important;
}

.ms-15 {
  margin-inline-start: 0.9375rem !important;
}

.ms-16 {
  margin-inline-start: 1rem !important;
}

.ms-17 {
  margin-inline-start: 1.0625rem !important;
}

.ms-18 {
  margin-inline-start: 1.125rem !important;
}

.ms-19 {
  margin-inline-start: 1.1875rem !important;
}

.ms-20 {
  margin-inline-start: 1.25rem !important;
}

.ms-21 {
  margin-inline-start: 1.3125rem !important;
}

.ms-22 {
  margin-inline-start: 1.375rem !important;
}

.ms-23 {
  margin-inline-start: 1.4375rem !important;
}

.ms-24 {
  margin-inline-start: 1.5rem !important;
}

.ms-25 {
  margin-inline-start: 1.5625rem !important;
}

.ms-26 {
  margin-inline-start: 1.625rem !important;
}

.ms-27 {
  margin-inline-start: 1.6875rem !important;
}

.ms-28 {
  margin-inline-start: 1.75rem !important;
}

.ms-29 {
  margin-inline-start: 1.8125rem !important;
}

.ms-30 {
  margin-inline-start: 1.875rem !important;
}

.ms-31 {
  margin-inline-start: 1.9375rem !important;
}

.ms-32 {
  margin-inline-start: 2rem !important;
}

.ms-33 {
  margin-inline-start: 2.0625rem !important;
}

.ms-34 {
  margin-inline-start: 2.125rem !important;
}

.ms-35 {
  margin-inline-start: 2.1875rem !important;
}

.ms-36 {
  margin-inline-start: 2.25rem !important;
}

.ms-37 {
  margin-inline-start: 2.3125rem !important;
}

.ms-38 {
  margin-inline-start: 2.375rem !important;
}

.ms-39 {
  margin-inline-start: 2.4375rem !important;
}

.ms-40 {
  margin-inline-start: 2.5rem !important;
}

.ms-41 {
  margin-inline-start: 2.5625rem !important;
}

.ms-42 {
  margin-inline-start: 2.625rem !important;
}

.ms-43 {
  margin-inline-start: 2.6875rem !important;
}

.ms-44 {
  margin-inline-start: 2.75rem !important;
}

.ms-45 {
  margin-inline-start: 2.8125rem !important;
}

.ms-46 {
  margin-inline-start: 2.875rem !important;
}

.ms-47 {
  margin-inline-start: 2.9375rem !important;
}

.ms-48 {
  margin-inline-start: 3rem !important;
}

.ms-49 {
  margin-inline-start: 3.0625rem !important;
}

.ms-50 {
  margin-inline-start: 3.125rem !important;
}

.ms-51 {
  margin-inline-start: 3.1875rem !important;
}

.ms-52 {
  margin-inline-start: 3.25rem !important;
}

.ms-53 {
  margin-inline-start: 3.3125rem !important;
}

.ms-54 {
  margin-inline-start: 3.375rem !important;
}

.ms-56 {
  margin-inline-start: 3.5rem !important;
}

.ms-57 {
  margin-inline-start: 3.5625rem !important;
}

.ms-58 {
  margin-inline-start: 3.625rem !important;
}

.ms-90 {
  margin-inline-start: 5.625rem !important;
}

.ms-99 {
  margin-inline-start: 6.1875rem !important;
}

.ms-200 {
  margin-inline-start: 12.5rem !important;
}

.ms-250 {
  margin-inline-start: 15.625rem !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.mt-px-0 {
  margin-block-start: 0rem !important;
}

.mt-px-1 {
  margin-block-start: 0.0625rem !important;
}

.mt-px-2 {
  margin-block-start: 0.125rem !important;
}

.mt-px-3 {
  margin-block-start: 0.1875rem !important;
}

.mt-px-4 {
  margin-block-start: 0.25rem !important;
}

.mt-px-5 {
  margin-block-start: 0.3125rem !important;
}

.mt-px-6 {
  margin-block-start: 0.375rem !important;
}

.mt-px-7 {
  margin-block-start: 0.4375rem !important;
}

.mt-px-8 {
  margin-block-start: 0.5rem !important;
}

.mt-px-9 {
  margin-block-start: 0.5625rem !important;
}

.mt-px-10 {
  margin-block-start: 0.625rem !important;
}

.mt-px-11 {
  margin-block-start: 0.6875rem !important;
}

.mt-px-12 {
  margin-block-start: 0.75rem !important;
}

.mt-px-13 {
  margin-block-start: 0.8125rem !important;
}

.mt-px-14 {
  margin-block-start: 0.875rem !important;
}

.mt-px-15 {
  margin-block-start: 0.9375rem !important;
}

.mt-px-16 {
  margin-block-start: 1rem !important;
}

.mt-px-17 {
  margin-block-start: 1.0625rem !important;
}

.mt-px-18 {
  margin-block-start: 1.125rem !important;
}

.mt-px-19 {
  margin-block-start: 1.1875rem !important;
}

.mt-px-20 {
  margin-block-start: 1.25rem !important;
}

.mt-px-21 {
  margin-block-start: 1.3125rem !important;
}

.mt-px-22 {
  margin-block-start: 1.375rem !important;
}

.mt-px-23 {
  margin-block-start: 1.4375rem !important;
}

.mt-px-24 {
  margin-block-start: 1.5rem !important;
}

.mt-px-25 {
  margin-block-start: 1.5625rem !important;
}

.mt-px-26 {
  margin-block-start: 1.625rem !important;
}

.mt-px-27 {
  margin-block-start: 1.6875rem !important;
}

.mt-px-28 {
  margin-block-start: 1.75rem !important;
}

.mt-px-29 {
  margin-block-start: 1.8125rem !important;
}

.mt-px-30 {
  margin-block-start: 1.875rem !important;
}

.mt-px-31 {
  margin-block-start: 1.9375rem !important;
}

.mt-px-32 {
  margin-block-start: 2rem !important;
}

.mt-px-33 {
  margin-block-start: 2.0625rem !important;
}

.mt-px-34 {
  margin-block-start: 2.125rem !important;
}

.mt-px-35 {
  margin-block-start: 2.1875rem !important;
}

.mt-px-36 {
  margin-block-start: 2.25rem !important;
}

.mt-px-37 {
  margin-block-start: 2.3125rem !important;
}

.mt-px-38 {
  margin-block-start: 2.375rem !important;
}

.mt-px-39 {
  margin-block-start: 2.4375rem !important;
}

.mt-px-40 {
  margin-block-start: 2.5rem !important;
}

.mt-px-41 {
  margin-block-start: 2.5625rem !important;
}

.mt-px-42 {
  margin-block-start: 2.625rem !important;
}

.mt-px-43 {
  margin-block-start: 2.6875rem !important;
}

.mt-px-44 {
  margin-block-start: 2.75rem !important;
}

.mt-px-45 {
  margin-block-start: 2.8125rem !important;
}

.mt-px-46 {
  margin-block-start: 2.875rem !important;
}

.mt-px-47 {
  margin-block-start: 2.9375rem !important;
}

.mt-px-48 {
  margin-block-start: 3rem !important;
}

.mt-px-49 {
  margin-block-start: 3.0625rem !important;
}

.mt-px-50 {
  margin-block-start: 3.125rem !important;
}

.mt-px-51 {
  margin-block-start: 3.1875rem !important;
}

.mt-px-52 {
  margin-block-start: 3.25rem !important;
}

.mt-px-53 {
  margin-block-start: 3.3125rem !important;
}

.mt-px-54 {
  margin-block-start: 3.375rem !important;
}

.mt-px-56 {
  margin-block-start: 3.5rem !important;
}

.mt-px-57 {
  margin-block-start: 3.5625rem !important;
}

.mt-px-58 {
  margin-block-start: 3.625rem !important;
}

.mt-px-59 {
  margin-block-start: 3.6875rem !important;
}

.mt-px-60 {
  margin-block-start: 3.75rem !important;
}

.mt-px-61 {
  margin-block-start: 3.8125rem !important;
}

.mt-px-62 {
  margin-block-start: 3.875rem !important;
}

.mt-px-63 {
  margin-block-start: 3.9375rem !important;
}

.mt-px-64 {
  margin-block-start: 4rem !important;
}

.mt-px-68 {
  margin-block-start: 4.25rem !important;
}

.mt-px-70 {
  margin-block-start: 4.375rem !important;
}

.mt-px-71 {
  margin-block-start: 4.4375rem !important;
}

.mt-px-72 {
  margin-block-start: 4.5rem !important;
}

.mt-px-73 {
  margin-block-start: 4.5625rem !important;
}

.mt-px-74 {
  margin-block-start: 4.625rem !important;
}

.mt-px-75 {
  margin-block-start: 4.6875rem !important;
}

.mt-px-76 {
  margin-block-start: 4.75rem !important;
}

.mt-px-77 {
  margin-block-start: 4.8125rem !important;
}

.mt-px-78 {
  margin-block-start: 4.875rem !important;
}

.mt-px-79 {
  margin-block-start: 4.9375rem !important;
}

.mt-px-80 {
  margin-block-start: 5rem !important;
}

.mt-px-82 {
  margin-block-start: 5.125rem !important;
}

.mt-px-83 {
  margin-block-start: 5.1875rem !important;
}

.mt-px-84 {
  margin-block-start: 5.25rem !important;
}

.mt-px-86 {
  margin-block-start: 5.375rem !important;
}

.mt-px-87 {
  margin-block-start: 5.4375rem !important;
}

.mt-px-88 {
  margin-block-start: 5.5rem !important;
}

.mt-px-89 {
  margin-block-start: 5.5625rem !important;
}

.mt-px-90 {
  margin-block-start: 5.625rem !important;
}

.mt-px-92 {
  margin-block-start: 5.75rem !important;
}

.mt-px-94 {
  margin-block-start: 5.875rem !important;
}

.mt-px-95 {
  margin-block-start: 5.9375rem !important;
}

.mt-px-96 {
  margin-block-start: 6rem !important;
}

.mt-px-98 {
  margin-block-start: 6.125rem !important;
}

.mt-px-100 {
  margin-block-start: 6.25rem !important;
}

.mt-px-102 {
  margin-block-start: 6.375rem !important;
}

.mt-px-104 {
  margin-block-start: 6.5rem !important;
}

.mt-px-108 {
  margin-block-start: 6.75rem !important;
}

.mt-px-115 {
  margin-block-start: 7.1875rem !important;
}

.mt-px-116 {
  margin-block-start: 7.25rem !important;
}

.mt-px-118 {
  margin-block-start: 7.375rem !important;
}

.mt-px-120 {
  margin-block-start: 7.5rem !important;
}

.mt-px-121 {
  margin-block-start: 7.5625rem !important;
}

.mt-px-123 {
  margin-block-start: 7.6875rem !important;
}

.mt-px-129 {
  margin-block-start: 8.0625rem !important;
}

.mt-px-131 {
  margin-block-start: 8.1875rem !important;
}

.mt-px-140 {
  margin-block-start: 8.75rem !important;
}

.mt-px-144 {
  margin-block-start: 9rem !important;
}

.mt-px-147 {
  margin-block-start: 9.1875rem !important;
}

.mt-px-148 {
  margin-block-start: 9.25rem !important;
}

.mt-px-154 {
  margin-block-start: 9.625rem !important;
}

.mt-px-156 {
  margin-block-start: 9.75rem !important;
}

.mt-px-180 {
  margin-block-start: 11.25rem !important;
}

.mt-px-200 {
  margin-block-start: 12.5rem !important;
}

.mt-px-231 {
  margin-block-start: 14.4375rem !important;
}

.mt-px-240 {
  margin-block-start: 15rem !important;
}

.mt-px-247 {
  margin-block-start: 15.4375rem !important;
}

.mt-px-239 {
  margin-block-start: 14.9375rem !important;
}

.mt-px-255 {
  margin-block-start: 15.9375rem !important;
}

.mt-px-327 {
  margin-block-start: 20.4375rem !important;
}

.mt-px-auto {
  margin-block-start: auto !important;
}

.me-px-0 {
  margin-inline-end: 0rem !important;
}

.me-px-1 {
  margin-inline-end: 0.0625rem !important;
}

.me-px-2 {
  margin-inline-end: 0.125rem !important;
}

.me-px-3 {
  margin-inline-end: 0.1875rem !important;
}

.me-px-4 {
  margin-inline-end: 0.25rem !important;
}

.me-px-5 {
  margin-inline-end: 0.3125rem !important;
}

.me-px-6 {
  margin-inline-end: 0.375rem !important;
}

.me-px-7 {
  margin-inline-end: 0.4375rem !important;
}

.me-px-8 {
  margin-inline-end: 0.5rem !important;
}

.me-px-9 {
  margin-inline-end: 0.5625rem !important;
}

.me-px-10 {
  margin-inline-end: 0.625rem !important;
}

.me-px-11 {
  margin-inline-end: 0.6875rem !important;
}

.me-px-12 {
  margin-inline-end: 0.75rem !important;
}

.me-px-13 {
  margin-inline-end: 0.8125rem !important;
}

.me-px-14 {
  margin-inline-end: 0.875rem !important;
}

.me-px-15 {
  margin-inline-end: 0.9375rem !important;
}

.me-px-16 {
  margin-inline-end: 1rem !important;
}

.me-px-17 {
  margin-inline-end: 1.0625rem !important;
}

.me-px-18 {
  margin-inline-end: 1.125rem !important;
}

.me-px-19 {
  margin-inline-end: 1.1875rem !important;
}

.me-px-20 {
  margin-inline-end: 1.25rem !important;
}

.me-px-21 {
  margin-inline-end: 1.3125rem !important;
}

.me-px-22 {
  margin-inline-end: 1.375rem !important;
}

.me-px-23 {
  margin-inline-end: 1.4375rem !important;
}

.me-px-24 {
  margin-inline-end: 1.5rem !important;
}

.me-px-25 {
  margin-inline-end: 1.5625rem !important;
}

.me-px-26 {
  margin-inline-end: 1.625rem !important;
}

.me-px-27 {
  margin-inline-end: 1.6875rem !important;
}

.me-px-28 {
  margin-inline-end: 1.75rem !important;
}

.me-px-29 {
  margin-inline-end: 1.8125rem !important;
}

.me-px-30 {
  margin-inline-end: 1.875rem !important;
}

.me-px-31 {
  margin-inline-end: 1.9375rem !important;
}

.me-px-32 {
  margin-inline-end: 2rem !important;
}

.me-px-33 {
  margin-inline-end: 2.0625rem !important;
}

.me-px-34 {
  margin-inline-end: 2.125rem !important;
}

.me-px-35 {
  margin-inline-end: 2.1875rem !important;
}

.me-px-36 {
  margin-inline-end: 2.25rem !important;
}

.me-px-37 {
  margin-inline-end: 2.3125rem !important;
}

.me-px-38 {
  margin-inline-end: 2.375rem !important;
}

.me-px-39 {
  margin-inline-end: 2.4375rem !important;
}

.me-px-40 {
  margin-inline-end: 2.5rem !important;
}

.me-px-41 {
  margin-inline-end: 2.5625rem !important;
}

.me-px-42 {
  margin-inline-end: 2.625rem !important;
}

.me-px-43 {
  margin-inline-end: 2.6875rem !important;
}

.me-px-44 {
  margin-inline-end: 2.75rem !important;
}

.me-px-45 {
  margin-inline-end: 2.8125rem !important;
}

.me-px-46 {
  margin-inline-end: 2.875rem !important;
}

.me-px-47 {
  margin-inline-end: 2.9375rem !important;
}

.me-px-48 {
  margin-inline-end: 3rem !important;
}

.me-px-49 {
  margin-inline-end: 3.0625rem !important;
}

.me-px-50 {
  margin-inline-end: 3.125rem !important;
}

.me-px-51 {
  margin-inline-end: 3.1875rem !important;
}

.me-px-52 {
  margin-inline-end: 3.25rem !important;
}

.me-px-53 {
  margin-inline-end: 3.3125rem !important;
}

.me-px-54 {
  margin-inline-end: 3.375rem !important;
}

.me-px-56 {
  margin-inline-end: 3.5rem !important;
}

.me-px-57 {
  margin-inline-end: 3.5625rem !important;
}

.me-px-58 {
  margin-inline-end: 3.625rem !important;
}

.me-px-59 {
  margin-inline-end: 3.6875rem !important;
}

.me-px-60 {
  margin-inline-end: 3.75rem !important;
}

.me-px-61 {
  margin-inline-end: 3.8125rem !important;
}

.me-px-62 {
  margin-inline-end: 3.875rem !important;
}

.me-px-63 {
  margin-inline-end: 3.9375rem !important;
}

.me-px-64 {
  margin-inline-end: 4rem !important;
}

.me-px-68 {
  margin-inline-end: 4.25rem !important;
}

.me-px-70 {
  margin-inline-end: 4.375rem !important;
}

.me-px-71 {
  margin-inline-end: 4.4375rem !important;
}

.me-px-72 {
  margin-inline-end: 4.5rem !important;
}

.me-px-73 {
  margin-inline-end: 4.5625rem !important;
}

.me-px-74 {
  margin-inline-end: 4.625rem !important;
}

.me-px-75 {
  margin-inline-end: 4.6875rem !important;
}

.me-px-76 {
  margin-inline-end: 4.75rem !important;
}

.me-px-77 {
  margin-inline-end: 4.8125rem !important;
}

.me-px-78 {
  margin-inline-end: 4.875rem !important;
}

.me-px-79 {
  margin-inline-end: 4.9375rem !important;
}

.me-px-80 {
  margin-inline-end: 5rem !important;
}

.me-px-82 {
  margin-inline-end: 5.125rem !important;
}

.me-px-83 {
  margin-inline-end: 5.1875rem !important;
}

.me-px-84 {
  margin-inline-end: 5.25rem !important;
}

.me-px-86 {
  margin-inline-end: 5.375rem !important;
}

.me-px-87 {
  margin-inline-end: 5.4375rem !important;
}

.me-px-88 {
  margin-inline-end: 5.5rem !important;
}

.me-px-89 {
  margin-inline-end: 5.5625rem !important;
}

.me-px-90 {
  margin-inline-end: 5.625rem !important;
}

.me-px-92 {
  margin-inline-end: 5.75rem !important;
}

.me-px-94 {
  margin-inline-end: 5.875rem !important;
}

.me-px-95 {
  margin-inline-end: 5.9375rem !important;
}

.me-px-96 {
  margin-inline-end: 6rem !important;
}

.me-px-98 {
  margin-inline-end: 6.125rem !important;
}

.me-px-100 {
  margin-inline-end: 6.25rem !important;
}

.me-px-102 {
  margin-inline-end: 6.375rem !important;
}

.me-px-104 {
  margin-inline-end: 6.5rem !important;
}

.me-px-108 {
  margin-inline-end: 6.75rem !important;
}

.me-px-115 {
  margin-inline-end: 7.1875rem !important;
}

.me-px-116 {
  margin-inline-end: 7.25rem !important;
}

.me-px-118 {
  margin-inline-end: 7.375rem !important;
}

.me-px-120 {
  margin-inline-end: 7.5rem !important;
}

.me-px-121 {
  margin-inline-end: 7.5625rem !important;
}

.me-px-123 {
  margin-inline-end: 7.6875rem !important;
}

.me-px-129 {
  margin-inline-end: 8.0625rem !important;
}

.me-px-131 {
  margin-inline-end: 8.1875rem !important;
}

.me-px-140 {
  margin-inline-end: 8.75rem !important;
}

.me-px-144 {
  margin-inline-end: 9rem !important;
}

.me-px-147 {
  margin-inline-end: 9.1875rem !important;
}

.me-px-148 {
  margin-inline-end: 9.25rem !important;
}

.me-px-154 {
  margin-inline-end: 9.625rem !important;
}

.me-px-156 {
  margin-inline-end: 9.75rem !important;
}

.me-px-180 {
  margin-inline-end: 11.25rem !important;
}

.me-px-200 {
  margin-inline-end: 12.5rem !important;
}

.me-px-231 {
  margin-inline-end: 14.4375rem !important;
}

.me-px-240 {
  margin-inline-end: 15rem !important;
}

.me-px-247 {
  margin-inline-end: 15.4375rem !important;
}

.me-px-239 {
  margin-inline-end: 14.9375rem !important;
}

.me-px-255 {
  margin-inline-end: 15.9375rem !important;
}

.me-px-327 {
  margin-inline-end: 20.4375rem !important;
}

.me-px-auto {
  margin-inline-end: auto !important;
}

.mb-px-0 {
  margin-block-end: 0rem !important;
}

.mb-px-1 {
  margin-block-end: 0.0625rem !important;
}

.mb-px-2 {
  margin-block-end: 0.125rem !important;
}

.mb-px-3 {
  margin-block-end: 0.1875rem !important;
}

.mb-px-4 {
  margin-block-end: 0.25rem !important;
}

.mb-px-5 {
  margin-block-end: 0.3125rem !important;
}

.mb-px-6 {
  margin-block-end: 0.375rem !important;
}

.mb-px-7 {
  margin-block-end: 0.4375rem !important;
}

.mb-px-8 {
  margin-block-end: 0.5rem !important;
}

.mb-px-9 {
  margin-block-end: 0.5625rem !important;
}

.mb-px-10 {
  margin-block-end: 0.625rem !important;
}

.mb-px-11 {
  margin-block-end: 0.6875rem !important;
}

.mb-px-12 {
  margin-block-end: 0.75rem !important;
}

.mb-px-13 {
  margin-block-end: 0.8125rem !important;
}

.mb-px-14 {
  margin-block-end: 0.875rem !important;
}

.mb-px-15 {
  margin-block-end: 0.9375rem !important;
}

.mb-px-16 {
  margin-block-end: 1rem !important;
}

.mb-px-17 {
  margin-block-end: 1.0625rem !important;
}

.mb-px-18 {
  margin-block-end: 1.125rem !important;
}

.mb-px-19 {
  margin-block-end: 1.1875rem !important;
}

.mb-px-20 {
  margin-block-end: 1.25rem !important;
}

.mb-px-21 {
  margin-block-end: 1.3125rem !important;
}

.mb-px-22 {
  margin-block-end: 1.375rem !important;
}

.mb-px-23 {
  margin-block-end: 1.4375rem !important;
}

.mb-px-24 {
  margin-block-end: 1.5rem !important;
}

.mb-px-25 {
  margin-block-end: 1.5625rem !important;
}

.mb-px-26 {
  margin-block-end: 1.625rem !important;
}

.mb-px-27 {
  margin-block-end: 1.6875rem !important;
}

.mb-px-28 {
  margin-block-end: 1.75rem !important;
}

.mb-px-29 {
  margin-block-end: 1.8125rem !important;
}

.mb-px-30 {
  margin-block-end: 1.875rem !important;
}

.mb-px-31 {
  margin-block-end: 1.9375rem !important;
}

.mb-px-32 {
  margin-block-end: 2rem !important;
}

.mb-px-33 {
  margin-block-end: 2.0625rem !important;
}

.mb-px-34 {
  margin-block-end: 2.125rem !important;
}

.mb-px-35 {
  margin-block-end: 2.1875rem !important;
}

.mb-px-36 {
  margin-block-end: 2.25rem !important;
}

.mb-px-37 {
  margin-block-end: 2.3125rem !important;
}

.mb-px-38 {
  margin-block-end: 2.375rem !important;
}

.mb-px-39 {
  margin-block-end: 2.4375rem !important;
}

.mb-px-40 {
  margin-block-end: 2.5rem !important;
}

.mb-px-41 {
  margin-block-end: 2.5625rem !important;
}

.mb-px-42 {
  margin-block-end: 2.625rem !important;
}

.mb-px-43 {
  margin-block-end: 2.6875rem !important;
}

.mb-px-44 {
  margin-block-end: 2.75rem !important;
}

.mb-px-45 {
  margin-block-end: 2.8125rem !important;
}

.mb-px-46 {
  margin-block-end: 2.875rem !important;
}

.mb-px-47 {
  margin-block-end: 2.9375rem !important;
}

.mb-px-48 {
  margin-block-end: 3rem !important;
}

.mb-px-49 {
  margin-block-end: 3.0625rem !important;
}

.mb-px-50 {
  margin-block-end: 3.125rem !important;
}

.mb-px-51 {
  margin-block-end: 3.1875rem !important;
}

.mb-px-52 {
  margin-block-end: 3.25rem !important;
}

.mb-px-53 {
  margin-block-end: 3.3125rem !important;
}

.mb-px-54 {
  margin-block-end: 3.375rem !important;
}

.mb-px-56 {
  margin-block-end: 3.5rem !important;
}

.mb-px-57 {
  margin-block-end: 3.5625rem !important;
}

.mb-px-58 {
  margin-block-end: 3.625rem !important;
}

.mb-px-59 {
  margin-block-end: 3.6875rem !important;
}

.mb-px-60 {
  margin-block-end: 3.75rem !important;
}

.mb-px-61 {
  margin-block-end: 3.8125rem !important;
}

.mb-px-62 {
  margin-block-end: 3.875rem !important;
}

.mb-px-63 {
  margin-block-end: 3.9375rem !important;
}

.mb-px-64 {
  margin-block-end: 4rem !important;
}

.mb-px-68 {
  margin-block-end: 4.25rem !important;
}

.mb-px-70 {
  margin-block-end: 4.375rem !important;
}

.mb-px-71 {
  margin-block-end: 4.4375rem !important;
}

.mb-px-72 {
  margin-block-end: 4.5rem !important;
}

.mb-px-73 {
  margin-block-end: 4.5625rem !important;
}

.mb-px-74 {
  margin-block-end: 4.625rem !important;
}

.mb-px-75 {
  margin-block-end: 4.6875rem !important;
}

.mb-px-76 {
  margin-block-end: 4.75rem !important;
}

.mb-px-77 {
  margin-block-end: 4.8125rem !important;
}

.mb-px-78 {
  margin-block-end: 4.875rem !important;
}

.mb-px-79 {
  margin-block-end: 4.9375rem !important;
}

.mb-px-80 {
  margin-block-end: 5rem !important;
}

.mb-px-82 {
  margin-block-end: 5.125rem !important;
}

.mb-px-83 {
  margin-block-end: 5.1875rem !important;
}

.mb-px-84 {
  margin-block-end: 5.25rem !important;
}

.mb-px-86 {
  margin-block-end: 5.375rem !important;
}

.mb-px-87 {
  margin-block-end: 5.4375rem !important;
}

.mb-px-88 {
  margin-block-end: 5.5rem !important;
}

.mb-px-89 {
  margin-block-end: 5.5625rem !important;
}

.mb-px-90 {
  margin-block-end: 5.625rem !important;
}

.mb-px-92 {
  margin-block-end: 5.75rem !important;
}

.mb-px-94 {
  margin-block-end: 5.875rem !important;
}

.mb-px-95 {
  margin-block-end: 5.9375rem !important;
}

.mb-px-96 {
  margin-block-end: 6rem !important;
}

.mb-px-98 {
  margin-block-end: 6.125rem !important;
}

.mb-px-100 {
  margin-block-end: 6.25rem !important;
}

.mb-px-102 {
  margin-block-end: 6.375rem !important;
}

.mb-px-104 {
  margin-block-end: 6.5rem !important;
}

.mb-px-108 {
  margin-block-end: 6.75rem !important;
}

.mb-px-115 {
  margin-block-end: 7.1875rem !important;
}

.mb-px-116 {
  margin-block-end: 7.25rem !important;
}

.mb-px-118 {
  margin-block-end: 7.375rem !important;
}

.mb-px-120 {
  margin-block-end: 7.5rem !important;
}

.mb-px-121 {
  margin-block-end: 7.5625rem !important;
}

.mb-px-123 {
  margin-block-end: 7.6875rem !important;
}

.mb-px-129 {
  margin-block-end: 8.0625rem !important;
}

.mb-px-131 {
  margin-block-end: 8.1875rem !important;
}

.mb-px-140 {
  margin-block-end: 8.75rem !important;
}

.mb-px-144 {
  margin-block-end: 9rem !important;
}

.mb-px-147 {
  margin-block-end: 9.1875rem !important;
}

.mb-px-148 {
  margin-block-end: 9.25rem !important;
}

.mb-px-154 {
  margin-block-end: 9.625rem !important;
}

.mb-px-156 {
  margin-block-end: 9.75rem !important;
}

.mb-px-180 {
  margin-block-end: 11.25rem !important;
}

.mb-px-200 {
  margin-block-end: 12.5rem !important;
}

.mb-px-231 {
  margin-block-end: 14.4375rem !important;
}

.mb-px-240 {
  margin-block-end: 15rem !important;
}

.mb-px-247 {
  margin-block-end: 15.4375rem !important;
}

.mb-px-239 {
  margin-block-end: 14.9375rem !important;
}

.mb-px-255 {
  margin-block-end: 15.9375rem !important;
}

.mb-px-327 {
  margin-block-end: 20.4375rem !important;
}

.mb-px-auto {
  margin-block-end: auto !important;
}

.ms-px-0 {
  margin-inline-start: 0rem !important;
}

.ms-px-1 {
  margin-inline-start: 0.0625rem !important;
}

.ms-px-2 {
  margin-inline-start: 0.125rem !important;
}

.ms-px-3 {
  margin-inline-start: 0.1875rem !important;
}

.ms-px-4 {
  margin-inline-start: 0.25rem !important;
}

.ms-px-5 {
  margin-inline-start: 0.3125rem !important;
}

.ms-px-6 {
  margin-inline-start: 0.375rem !important;
}

.ms-px-7 {
  margin-inline-start: 0.4375rem !important;
}

.ms-px-8 {
  margin-inline-start: 0.5rem !important;
}

.ms-px-9 {
  margin-inline-start: 0.5625rem !important;
}

.ms-px-10 {
  margin-inline-start: 0.625rem !important;
}

.ms-px-11 {
  margin-inline-start: 0.6875rem !important;
}

.ms-px-12 {
  margin-inline-start: 0.75rem !important;
}

.ms-px-13 {
  margin-inline-start: 0.8125rem !important;
}

.ms-px-14 {
  margin-inline-start: 0.875rem !important;
}

.ms-px-15 {
  margin-inline-start: 0.9375rem !important;
}

.ms-px-16 {
  margin-inline-start: 1rem !important;
}

.ms-px-17 {
  margin-inline-start: 1.0625rem !important;
}

.ms-px-18 {
  margin-inline-start: 1.125rem !important;
}

.ms-px-19 {
  margin-inline-start: 1.1875rem !important;
}

.ms-px-20 {
  margin-inline-start: 1.25rem !important;
}

.ms-px-21 {
  margin-inline-start: 1.3125rem !important;
}

.ms-px-22 {
  margin-inline-start: 1.375rem !important;
}

.ms-px-23 {
  margin-inline-start: 1.4375rem !important;
}

.ms-px-24 {
  margin-inline-start: 1.5rem !important;
}

.ms-px-25 {
  margin-inline-start: 1.5625rem !important;
}

.ms-px-26 {
  margin-inline-start: 1.625rem !important;
}

.ms-px-27 {
  margin-inline-start: 1.6875rem !important;
}

.ms-px-28 {
  margin-inline-start: 1.75rem !important;
}

.ms-px-29 {
  margin-inline-start: 1.8125rem !important;
}

.ms-px-30 {
  margin-inline-start: 1.875rem !important;
}

.ms-px-31 {
  margin-inline-start: 1.9375rem !important;
}

.ms-px-32 {
  margin-inline-start: 2rem !important;
}

.ms-px-33 {
  margin-inline-start: 2.0625rem !important;
}

.ms-px-34 {
  margin-inline-start: 2.125rem !important;
}

.ms-px-35 {
  margin-inline-start: 2.1875rem !important;
}

.ms-px-36 {
  margin-inline-start: 2.25rem !important;
}

.ms-px-37 {
  margin-inline-start: 2.3125rem !important;
}

.ms-px-38 {
  margin-inline-start: 2.375rem !important;
}

.ms-px-39 {
  margin-inline-start: 2.4375rem !important;
}

.ms-px-40 {
  margin-inline-start: 2.5rem !important;
}

.ms-px-41 {
  margin-inline-start: 2.5625rem !important;
}

.ms-px-42 {
  margin-inline-start: 2.625rem !important;
}

.ms-px-43 {
  margin-inline-start: 2.6875rem !important;
}

.ms-px-44 {
  margin-inline-start: 2.75rem !important;
}

.ms-px-45 {
  margin-inline-start: 2.8125rem !important;
}

.ms-px-46 {
  margin-inline-start: 2.875rem !important;
}

.ms-px-47 {
  margin-inline-start: 2.9375rem !important;
}

.ms-px-48 {
  margin-inline-start: 3rem !important;
}

.ms-px-49 {
  margin-inline-start: 3.0625rem !important;
}

.ms-px-50 {
  margin-inline-start: 3.125rem !important;
}

.ms-px-51 {
  margin-inline-start: 3.1875rem !important;
}

.ms-px-52 {
  margin-inline-start: 3.25rem !important;
}

.ms-px-53 {
  margin-inline-start: 3.3125rem !important;
}

.ms-px-54 {
  margin-inline-start: 3.375rem !important;
}

.ms-px-56 {
  margin-inline-start: 3.5rem !important;
}

.ms-px-57 {
  margin-inline-start: 3.5625rem !important;
}

.ms-px-58 {
  margin-inline-start: 3.625rem !important;
}

.ms-px-59 {
  margin-inline-start: 3.6875rem !important;
}

.ms-px-60 {
  margin-inline-start: 3.75rem !important;
}

.ms-px-61 {
  margin-inline-start: 3.8125rem !important;
}

.ms-px-62 {
  margin-inline-start: 3.875rem !important;
}

.ms-px-63 {
  margin-inline-start: 3.9375rem !important;
}

.ms-px-64 {
  margin-inline-start: 4rem !important;
}

.ms-px-68 {
  margin-inline-start: 4.25rem !important;
}

.ms-px-70 {
  margin-inline-start: 4.375rem !important;
}

.ms-px-71 {
  margin-inline-start: 4.4375rem !important;
}

.ms-px-72 {
  margin-inline-start: 4.5rem !important;
}

.ms-px-73 {
  margin-inline-start: 4.5625rem !important;
}

.ms-px-74 {
  margin-inline-start: 4.625rem !important;
}

.ms-px-75 {
  margin-inline-start: 4.6875rem !important;
}

.ms-px-76 {
  margin-inline-start: 4.75rem !important;
}

.ms-px-77 {
  margin-inline-start: 4.8125rem !important;
}

.ms-px-78 {
  margin-inline-start: 4.875rem !important;
}

.ms-px-79 {
  margin-inline-start: 4.9375rem !important;
}

.ms-px-80 {
  margin-inline-start: 5rem !important;
}

.ms-px-82 {
  margin-inline-start: 5.125rem !important;
}

.ms-px-83 {
  margin-inline-start: 5.1875rem !important;
}

.ms-px-84 {
  margin-inline-start: 5.25rem !important;
}

.ms-px-86 {
  margin-inline-start: 5.375rem !important;
}

.ms-px-87 {
  margin-inline-start: 5.4375rem !important;
}

.ms-px-88 {
  margin-inline-start: 5.5rem !important;
}

.ms-px-89 {
  margin-inline-start: 5.5625rem !important;
}

.ms-px-90 {
  margin-inline-start: 5.625rem !important;
}

.ms-px-92 {
  margin-inline-start: 5.75rem !important;
}

.ms-px-94 {
  margin-inline-start: 5.875rem !important;
}

.ms-px-95 {
  margin-inline-start: 5.9375rem !important;
}

.ms-px-96 {
  margin-inline-start: 6rem !important;
}

.ms-px-98 {
  margin-inline-start: 6.125rem !important;
}

.ms-px-100 {
  margin-inline-start: 6.25rem !important;
}

.ms-px-102 {
  margin-inline-start: 6.375rem !important;
}

.ms-px-104 {
  margin-inline-start: 6.5rem !important;
}

.ms-px-108 {
  margin-inline-start: 6.75rem !important;
}

.ms-px-115 {
  margin-inline-start: 7.1875rem !important;
}

.ms-px-116 {
  margin-inline-start: 7.25rem !important;
}

.ms-px-118 {
  margin-inline-start: 7.375rem !important;
}

.ms-px-120 {
  margin-inline-start: 7.5rem !important;
}

.ms-px-121 {
  margin-inline-start: 7.5625rem !important;
}

.ms-px-123 {
  margin-inline-start: 7.6875rem !important;
}

.ms-px-129 {
  margin-inline-start: 8.0625rem !important;
}

.ms-px-131 {
  margin-inline-start: 8.1875rem !important;
}

.ms-px-140 {
  margin-inline-start: 8.75rem !important;
}

.ms-px-144 {
  margin-inline-start: 9rem !important;
}

.ms-px-147 {
  margin-inline-start: 9.1875rem !important;
}

.ms-px-148 {
  margin-inline-start: 9.25rem !important;
}

.ms-px-154 {
  margin-inline-start: 9.625rem !important;
}

.ms-px-156 {
  margin-inline-start: 9.75rem !important;
}

.ms-px-180 {
  margin-inline-start: 11.25rem !important;
}

.ms-px-200 {
  margin-inline-start: 12.5rem !important;
}

.ms-px-231 {
  margin-inline-start: 14.4375rem !important;
}

.ms-px-240 {
  margin-inline-start: 15rem !important;
}

.ms-px-247 {
  margin-inline-start: 15.4375rem !important;
}

.ms-px-239 {
  margin-inline-start: 14.9375rem !important;
}

.ms-px-255 {
  margin-inline-start: 15.9375rem !important;
}

.ms-px-327 {
  margin-inline-start: 20.4375rem !important;
}

.ms-px-auto {
  margin-inline-start: auto !important;
}

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

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

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

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

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

.m-n6 {
  margin: -0.375rem !important;
}

.m-n7 {
  margin: -0.375rem !important;
}

.m-n8 {
  margin: -0.375rem !important;
}

.m-n9 {
  margin: -0.375rem !important;
}

.m-n10 {
  margin: -0.375rem !important;
}

.m-n11 {
  margin: -0.375rem !important;
}

.m-n12 {
  margin: -0.375rem !important;
}

.m-n13 {
  margin: -0.375rem !important;
}

.m-n14 {
  margin: -0.375rem !important;
}

.m-n15 {
  margin: -0.375rem !important;
}

.m-n16 {
  margin: -0.375rem !important;
}

.m-n17 {
  margin: -0.375rem !important;
}

.m-n18 {
  margin: -0.375rem !important;
}

.m-n19 {
  margin: -0.375rem !important;
}

.m-n20 {
  margin: -0.375rem !important;
}

.m-n21 {
  margin: -0.375rem !important;
}

.m-n22 {
  margin: -0.375rem !important;
}

.m-n23 {
  margin: -0.375rem !important;
}

.m-n24 {
  margin: -0.375rem !important;
}

.m-n25 {
  margin: -0.375rem !important;
}

.m-n26 {
  margin: -0.375rem !important;
}

.m-n27 {
  margin: -0.375rem !important;
}

.m-n28 {
  margin: -0.375rem !important;
}

.m-n29 {
  margin: -0.375rem !important;
}

.m-n30 {
  margin: -0.375rem !important;
}

.m-n31 {
  margin: -0.375rem !important;
}

.m-n32 {
  margin: -0.375rem !important;
}

.m-n33 {
  margin: -0.375rem !important;
}

.m-n34 {
  margin: -0.375rem !important;
}

.m-n35 {
  margin: -0.375rem !important;
}

.m-n36 {
  margin: -0.375rem !important;
}

.m-n37 {
  margin: -0.375rem !important;
}

.m-n38 {
  margin: -0.375rem !important;
}

.m-n39 {
  margin: -0.375rem !important;
}

.m-n40 {
  margin: -0.375rem !important;
}

.m-n41 {
  margin: -0.375rem !important;
}

.m-n42 {
  margin: -0.375rem !important;
}

.m-n43 {
  margin: -0.375rem !important;
}

.m-n44 {
  margin: -0.375rem !important;
}

.m-n45 {
  margin: -0.375rem !important;
}

.m-n46 {
  margin: -0.375rem !important;
}

.m-n47 {
  margin: -0.375rem !important;
}

.m-n48 {
  margin: -0.375rem !important;
}

.m-n49 {
  margin: -0.375rem !important;
}

.m-n50 {
  margin: -0.375rem !important;
}

.m-n51 {
  margin: -0.375rem !important;
}

.m-n52 {
  margin: -0.375rem !important;
}

.m-n53 {
  margin: -0.375rem !important;
}

.m-n54 {
  margin: -0.375rem !important;
}

.m-n56 {
  margin: -0.375rem !important;
}

.m-n57 {
  margin: -0.375rem !important;
}

.m-n58 {
  margin: -0.375rem !important;
}

.m-n90 {
  margin: -0.375rem !important;
}

.m-n99 {
  margin: -0.375rem !important;
}

.m-n200 {
  margin: -0.375rem !important;
}

.m-n250 {
  margin: -0.375rem !important;
}

.mx-n1 {
  margin-inline-end: -0.25rem !important;
  margin-inline-start: -0.25rem !important;
}

.mx-n2 {
  margin-inline-end: -0.5rem !important;
  margin-inline-start: -0.5rem !important;
}

.mx-n3 {
  margin-inline-end: -1rem !important;
  margin-inline-start: -1rem !important;
}

.mx-n4 {
  margin-inline-end: -1.5rem !important;
  margin-inline-start: -1.5rem !important;
}

.mx-n5 {
  margin-inline-end: -3rem !important;
  margin-inline-start: -3rem !important;
}

.mx-n6 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n7 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n8 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n9 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n10 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n11 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n12 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n13 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n14 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n15 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n16 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n17 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n18 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n19 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n20 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n21 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n22 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n23 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n24 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n25 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n26 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n27 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n28 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n29 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n30 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n31 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n32 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n33 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n34 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n35 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n36 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n37 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n38 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n39 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n40 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n41 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n42 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n43 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n44 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n45 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n46 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n47 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n48 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n49 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n50 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n51 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n52 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n53 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n54 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n56 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n57 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n58 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n90 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n99 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n200 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.mx-n250 {
  margin-inline-end: -0.375rem !important;
  margin-inline-start: -0.375rem !important;
}

.my-n1 {
  margin-block-end: -0.25rem !important;
  margin-block-start: -0.25rem !important;
}

.my-n2 {
  margin-block-end: -0.5rem !important;
  margin-block-start: -0.5rem !important;
}

.my-n3 {
  margin-block-end: -1rem !important;
  margin-block-start: -1rem !important;
}

.my-n4 {
  margin-block-end: -1.5rem !important;
  margin-block-start: -1.5rem !important;
}

.my-n5 {
  margin-block-end: -3rem !important;
  margin-block-start: -3rem !important;
}

.my-n6 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n7 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n8 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n9 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n10 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n11 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n12 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n13 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n14 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n15 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n16 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n17 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n18 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n19 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n20 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n21 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n22 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n23 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n24 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n25 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n26 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n27 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n28 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n29 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n30 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n31 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n32 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n33 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n34 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n35 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n36 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n37 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n38 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n39 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n40 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n41 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n42 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n43 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n44 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n45 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n46 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n47 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n48 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n49 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n50 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n51 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n52 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n53 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n54 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n56 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n57 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n58 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n90 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n99 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n200 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.my-n250 {
  margin-block-end: -0.375rem !important;
  margin-block-start: -0.375rem !important;
}

.mt-n1 {
  margin-block-start: -0.25rem !important;
}

.mt-n2 {
  margin-block-start: -0.5rem !important;
}

.mt-n3 {
  margin-block-start: -1rem !important;
}

.mt-n4 {
  margin-block-start: -1.5rem !important;
}

.mt-n5 {
  margin-block-start: -3rem !important;
}

.mt-n6 {
  margin-block-start: -0.375rem !important;
}

.mt-n7 {
  margin-block-start: -0.375rem !important;
}

.mt-n8 {
  margin-block-start: -0.375rem !important;
}

.mt-n9 {
  margin-block-start: -0.375rem !important;
}

.mt-n10 {
  margin-block-start: -0.375rem !important;
}

.mt-n11 {
  margin-block-start: -0.375rem !important;
}

.mt-n12 {
  margin-block-start: -0.375rem !important;
}

.mt-n13 {
  margin-block-start: -0.375rem !important;
}

.mt-n14 {
  margin-block-start: -0.375rem !important;
}

.mt-n15 {
  margin-block-start: -0.375rem !important;
}

.mt-n16 {
  margin-block-start: -0.375rem !important;
}

.mt-n17 {
  margin-block-start: -0.375rem !important;
}

.mt-n18 {
  margin-block-start: -0.375rem !important;
}

.mt-n19 {
  margin-block-start: -0.375rem !important;
}

.mt-n20 {
  margin-block-start: -0.375rem !important;
}

.mt-n21 {
  margin-block-start: -0.375rem !important;
}

.mt-n22 {
  margin-block-start: -0.375rem !important;
}

.mt-n23 {
  margin-block-start: -0.375rem !important;
}

.mt-n24 {
  margin-block-start: -0.375rem !important;
}

.mt-n25 {
  margin-block-start: -0.375rem !important;
}

.mt-n26 {
  margin-block-start: -0.375rem !important;
}

.mt-n27 {
  margin-block-start: -0.375rem !important;
}

.mt-n28 {
  margin-block-start: -0.375rem !important;
}

.mt-n29 {
  margin-block-start: -0.375rem !important;
}

.mt-n30 {
  margin-block-start: -0.375rem !important;
}

.mt-n31 {
  margin-block-start: -0.375rem !important;
}

.mt-n32 {
  margin-block-start: -0.375rem !important;
}

.mt-n33 {
  margin-block-start: -0.375rem !important;
}

.mt-n34 {
  margin-block-start: -0.375rem !important;
}

.mt-n35 {
  margin-block-start: -0.375rem !important;
}

.mt-n36 {
  margin-block-start: -0.375rem !important;
}

.mt-n37 {
  margin-block-start: -0.375rem !important;
}

.mt-n38 {
  margin-block-start: -0.375rem !important;
}

.mt-n39 {
  margin-block-start: -0.375rem !important;
}

.mt-n40 {
  margin-block-start: -0.375rem !important;
}

.mt-n41 {
  margin-block-start: -0.375rem !important;
}

.mt-n42 {
  margin-block-start: -0.375rem !important;
}

.mt-n43 {
  margin-block-start: -0.375rem !important;
}

.mt-n44 {
  margin-block-start: -0.375rem !important;
}

.mt-n45 {
  margin-block-start: -0.375rem !important;
}

.mt-n46 {
  margin-block-start: -0.375rem !important;
}

.mt-n47 {
  margin-block-start: -0.375rem !important;
}

.mt-n48 {
  margin-block-start: -0.375rem !important;
}

.mt-n49 {
  margin-block-start: -0.375rem !important;
}

.mt-n50 {
  margin-block-start: -0.375rem !important;
}

.mt-n51 {
  margin-block-start: -0.375rem !important;
}

.mt-n52 {
  margin-block-start: -0.375rem !important;
}

.mt-n53 {
  margin-block-start: -0.375rem !important;
}

.mt-n54 {
  margin-block-start: -0.375rem !important;
}

.mt-n56 {
  margin-block-start: -0.375rem !important;
}

.mt-n57 {
  margin-block-start: -0.375rem !important;
}

.mt-n58 {
  margin-block-start: -0.375rem !important;
}

.mt-n90 {
  margin-block-start: -0.375rem !important;
}

.mt-n99 {
  margin-block-start: -0.375rem !important;
}

.mt-n200 {
  margin-block-start: -0.375rem !important;
}

.mt-n250 {
  margin-block-start: -0.375rem !important;
}

.me-n1 {
  margin-inline-end: -0.25rem !important;
}

.me-n2 {
  margin-inline-end: -0.5rem !important;
}

.me-n3 {
  margin-inline-end: -1rem !important;
}

.me-n4 {
  margin-inline-end: -1.5rem !important;
}

.me-n5 {
  margin-inline-end: -3rem !important;
}

.me-n6 {
  margin-inline-end: -0.375rem !important;
}

.me-n7 {
  margin-inline-end: -0.375rem !important;
}

.me-n8 {
  margin-inline-end: -0.375rem !important;
}

.me-n9 {
  margin-inline-end: -0.375rem !important;
}

.me-n10 {
  margin-inline-end: -0.375rem !important;
}

.me-n11 {
  margin-inline-end: -0.375rem !important;
}

.me-n12 {
  margin-inline-end: -0.375rem !important;
}

.me-n13 {
  margin-inline-end: -0.375rem !important;
}

.me-n14 {
  margin-inline-end: -0.375rem !important;
}

.me-n15 {
  margin-inline-end: -0.375rem !important;
}

.me-n16 {
  margin-inline-end: -0.375rem !important;
}

.me-n17 {
  margin-inline-end: -0.375rem !important;
}

.me-n18 {
  margin-inline-end: -0.375rem !important;
}

.me-n19 {
  margin-inline-end: -0.375rem !important;
}

.me-n20 {
  margin-inline-end: -0.375rem !important;
}

.me-n21 {
  margin-inline-end: -0.375rem !important;
}

.me-n22 {
  margin-inline-end: -0.375rem !important;
}

.me-n23 {
  margin-inline-end: -0.375rem !important;
}

.me-n24 {
  margin-inline-end: -0.375rem !important;
}

.me-n25 {
  margin-inline-end: -0.375rem !important;
}

.me-n26 {
  margin-inline-end: -0.375rem !important;
}

.me-n27 {
  margin-inline-end: -0.375rem !important;
}

.me-n28 {
  margin-inline-end: -0.375rem !important;
}

.me-n29 {
  margin-inline-end: -0.375rem !important;
}

.me-n30 {
  margin-inline-end: -0.375rem !important;
}

.me-n31 {
  margin-inline-end: -0.375rem !important;
}

.me-n32 {
  margin-inline-end: -0.375rem !important;
}

.me-n33 {
  margin-inline-end: -0.375rem !important;
}

.me-n34 {
  margin-inline-end: -0.375rem !important;
}

.me-n35 {
  margin-inline-end: -0.375rem !important;
}

.me-n36 {
  margin-inline-end: -0.375rem !important;
}

.me-n37 {
  margin-inline-end: -0.375rem !important;
}

.me-n38 {
  margin-inline-end: -0.375rem !important;
}

.me-n39 {
  margin-inline-end: -0.375rem !important;
}

.me-n40 {
  margin-inline-end: -0.375rem !important;
}

.me-n41 {
  margin-inline-end: -0.375rem !important;
}

.me-n42 {
  margin-inline-end: -0.375rem !important;
}

.me-n43 {
  margin-inline-end: -0.375rem !important;
}

.me-n44 {
  margin-inline-end: -0.375rem !important;
}

.me-n45 {
  margin-inline-end: -0.375rem !important;
}

.me-n46 {
  margin-inline-end: -0.375rem !important;
}

.me-n47 {
  margin-inline-end: -0.375rem !important;
}

.me-n48 {
  margin-inline-end: -0.375rem !important;
}

.me-n49 {
  margin-inline-end: -0.375rem !important;
}

.me-n50 {
  margin-inline-end: -0.375rem !important;
}

.me-n51 {
  margin-inline-end: -0.375rem !important;
}

.me-n52 {
  margin-inline-end: -0.375rem !important;
}

.me-n53 {
  margin-inline-end: -0.375rem !important;
}

.me-n54 {
  margin-inline-end: -0.375rem !important;
}

.me-n56 {
  margin-inline-end: -0.375rem !important;
}

.me-n57 {
  margin-inline-end: -0.375rem !important;
}

.me-n58 {
  margin-inline-end: -0.375rem !important;
}

.me-n90 {
  margin-inline-end: -0.375rem !important;
}

.me-n99 {
  margin-inline-end: -0.375rem !important;
}

.me-n200 {
  margin-inline-end: -0.375rem !important;
}

.me-n250 {
  margin-inline-end: -0.375rem !important;
}

.mb-n1 {
  margin-block-end: -0.25rem !important;
}

.mb-n2 {
  margin-block-end: -0.5rem !important;
}

.mb-n3 {
  margin-block-end: -1rem !important;
}

.mb-n4 {
  margin-block-end: -1.5rem !important;
}

.mb-n5 {
  margin-block-end: -3rem !important;
}

.mb-n6 {
  margin-block-end: -0.375rem !important;
}

.mb-n7 {
  margin-block-end: -0.375rem !important;
}

.mb-n8 {
  margin-block-end: -0.375rem !important;
}

.mb-n9 {
  margin-block-end: -0.375rem !important;
}

.mb-n10 {
  margin-block-end: -0.375rem !important;
}

.mb-n11 {
  margin-block-end: -0.375rem !important;
}

.mb-n12 {
  margin-block-end: -0.375rem !important;
}

.mb-n13 {
  margin-block-end: -0.375rem !important;
}

.mb-n14 {
  margin-block-end: -0.375rem !important;
}

.mb-n15 {
  margin-block-end: -0.375rem !important;
}

.mb-n16 {
  margin-block-end: -0.375rem !important;
}

.mb-n17 {
  margin-block-end: -0.375rem !important;
}

.mb-n18 {
  margin-block-end: -0.375rem !important;
}

.mb-n19 {
  margin-block-end: -0.375rem !important;
}

.mb-n20 {
  margin-block-end: -0.375rem !important;
}

.mb-n21 {
  margin-block-end: -0.375rem !important;
}

.mb-n22 {
  margin-block-end: -0.375rem !important;
}

.mb-n23 {
  margin-block-end: -0.375rem !important;
}

.mb-n24 {
  margin-block-end: -0.375rem !important;
}

.mb-n25 {
  margin-block-end: -0.375rem !important;
}

.mb-n26 {
  margin-block-end: -0.375rem !important;
}

.mb-n27 {
  margin-block-end: -0.375rem !important;
}

.mb-n28 {
  margin-block-end: -0.375rem !important;
}

.mb-n29 {
  margin-block-end: -0.375rem !important;
}

.mb-n30 {
  margin-block-end: -0.375rem !important;
}

.mb-n31 {
  margin-block-end: -0.375rem !important;
}

.mb-n32 {
  margin-block-end: -0.375rem !important;
}

.mb-n33 {
  margin-block-end: -0.375rem !important;
}

.mb-n34 {
  margin-block-end: -0.375rem !important;
}

.mb-n35 {
  margin-block-end: -0.375rem !important;
}

.mb-n36 {
  margin-block-end: -0.375rem !important;
}

.mb-n37 {
  margin-block-end: -0.375rem !important;
}

.mb-n38 {
  margin-block-end: -0.375rem !important;
}

.mb-n39 {
  margin-block-end: -0.375rem !important;
}

.mb-n40 {
  margin-block-end: -0.375rem !important;
}

.mb-n41 {
  margin-block-end: -0.375rem !important;
}

.mb-n42 {
  margin-block-end: -0.375rem !important;
}

.mb-n43 {
  margin-block-end: -0.375rem !important;
}

.mb-n44 {
  margin-block-end: -0.375rem !important;
}

.mb-n45 {
  margin-block-end: -0.375rem !important;
}

.mb-n46 {
  margin-block-end: -0.375rem !important;
}

.mb-n47 {
  margin-block-end: -0.375rem !important;
}

.mb-n48 {
  margin-block-end: -0.375rem !important;
}

.mb-n49 {
  margin-block-end: -0.375rem !important;
}

.mb-n50 {
  margin-block-end: -0.375rem !important;
}

.mb-n51 {
  margin-block-end: -0.375rem !important;
}

.mb-n52 {
  margin-block-end: -0.375rem !important;
}

.mb-n53 {
  margin-block-end: -0.375rem !important;
}

.mb-n54 {
  margin-block-end: -0.375rem !important;
}

.mb-n56 {
  margin-block-end: -0.375rem !important;
}

.mb-n57 {
  margin-block-end: -0.375rem !important;
}

.mb-n58 {
  margin-block-end: -0.375rem !important;
}

.mb-n90 {
  margin-block-end: -0.375rem !important;
}

.mb-n99 {
  margin-block-end: -0.375rem !important;
}

.mb-n200 {
  margin-block-end: -0.375rem !important;
}

.mb-n250 {
  margin-block-end: -0.375rem !important;
}

.ms-n1 {
  margin-inline-start: -0.25rem !important;
}

.ms-n2 {
  margin-inline-start: -0.5rem !important;
}

.ms-n3 {
  margin-inline-start: -1rem !important;
}

.ms-n4 {
  margin-inline-start: -1.5rem !important;
}

.ms-n5 {
  margin-inline-start: -3rem !important;
}

.ms-n6 {
  margin-inline-start: -0.375rem !important;
}

.ms-n7 {
  margin-inline-start: -0.375rem !important;
}

.ms-n8 {
  margin-inline-start: -0.375rem !important;
}

.ms-n9 {
  margin-inline-start: -0.375rem !important;
}

.ms-n10 {
  margin-inline-start: -0.375rem !important;
}

.ms-n11 {
  margin-inline-start: -0.375rem !important;
}

.ms-n12 {
  margin-inline-start: -0.375rem !important;
}

.ms-n13 {
  margin-inline-start: -0.375rem !important;
}

.ms-n14 {
  margin-inline-start: -0.375rem !important;
}

.ms-n15 {
  margin-inline-start: -0.375rem !important;
}

.ms-n16 {
  margin-inline-start: -0.375rem !important;
}

.ms-n17 {
  margin-inline-start: -0.375rem !important;
}

.ms-n18 {
  margin-inline-start: -0.375rem !important;
}

.ms-n19 {
  margin-inline-start: -0.375rem !important;
}

.ms-n20 {
  margin-inline-start: -0.375rem !important;
}

.ms-n21 {
  margin-inline-start: -0.375rem !important;
}

.ms-n22 {
  margin-inline-start: -0.375rem !important;
}

.ms-n23 {
  margin-inline-start: -0.375rem !important;
}

.ms-n24 {
  margin-inline-start: -0.375rem !important;
}

.ms-n25 {
  margin-inline-start: -0.375rem !important;
}

.ms-n26 {
  margin-inline-start: -0.375rem !important;
}

.ms-n27 {
  margin-inline-start: -0.375rem !important;
}

.ms-n28 {
  margin-inline-start: -0.375rem !important;
}

.ms-n29 {
  margin-inline-start: -0.375rem !important;
}

.ms-n30 {
  margin-inline-start: -0.375rem !important;
}

.ms-n31 {
  margin-inline-start: -0.375rem !important;
}

.ms-n32 {
  margin-inline-start: -0.375rem !important;
}

.ms-n33 {
  margin-inline-start: -0.375rem !important;
}

.ms-n34 {
  margin-inline-start: -0.375rem !important;
}

.ms-n35 {
  margin-inline-start: -0.375rem !important;
}

.ms-n36 {
  margin-inline-start: -0.375rem !important;
}

.ms-n37 {
  margin-inline-start: -0.375rem !important;
}

.ms-n38 {
  margin-inline-start: -0.375rem !important;
}

.ms-n39 {
  margin-inline-start: -0.375rem !important;
}

.ms-n40 {
  margin-inline-start: -0.375rem !important;
}

.ms-n41 {
  margin-inline-start: -0.375rem !important;
}

.ms-n42 {
  margin-inline-start: -0.375rem !important;
}

.ms-n43 {
  margin-inline-start: -0.375rem !important;
}

.ms-n44 {
  margin-inline-start: -0.375rem !important;
}

.ms-n45 {
  margin-inline-start: -0.375rem !important;
}

.ms-n46 {
  margin-inline-start: -0.375rem !important;
}

.ms-n47 {
  margin-inline-start: -0.375rem !important;
}

.ms-n48 {
  margin-inline-start: -0.375rem !important;
}

.ms-n49 {
  margin-inline-start: -0.375rem !important;
}

.ms-n50 {
  margin-inline-start: -0.375rem !important;
}

.ms-n51 {
  margin-inline-start: -0.375rem !important;
}

.ms-n52 {
  margin-inline-start: -0.375rem !important;
}

.ms-n53 {
  margin-inline-start: -0.375rem !important;
}

.ms-n54 {
  margin-inline-start: -0.375rem !important;
}

.ms-n56 {
  margin-inline-start: -0.375rem !important;
}

.ms-n57 {
  margin-inline-start: -0.375rem !important;
}

.ms-n58 {
  margin-inline-start: -0.375rem !important;
}

.ms-n90 {
  margin-inline-start: -0.375rem !important;
}

.ms-n99 {
  margin-inline-start: -0.375rem !important;
}

.ms-n200 {
  margin-inline-start: -0.375rem !important;
}

.ms-n250 {
  margin-inline-start: -0.375rem !important;
}

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

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

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

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

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

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

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

.p-7 {
  padding: 0.4375rem !important;
}

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

.p-9 {
  padding: 0.5625rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-11 {
  padding: 0.6875rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.p-13 {
  padding: 0.8125rem !important;
}

.p-14 {
  padding: 0.875rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

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

.p-17 {
  padding: 1.0625rem !important;
}

.p-18 {
  padding: 1.125rem !important;
}

.p-19 {
  padding: 1.1875rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-21 {
  padding: 1.3125rem !important;
}

.p-22 {
  padding: 1.375rem !important;
}

.p-23 {
  padding: 1.4375rem !important;
}

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

.p-25 {
  padding: 1.5625rem !important;
}

.p-26 {
  padding: 1.625rem !important;
}

.p-27 {
  padding: 1.6875rem !important;
}

.p-28 {
  padding: 1.75rem !important;
}

.p-29 {
  padding: 1.8125rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-31 {
  padding: 1.9375rem !important;
}

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

.p-33 {
  padding: 2.0625rem !important;
}

.p-34 {
  padding: 2.125rem !important;
}

.p-35 {
  padding: 2.1875rem !important;
}

.p-36 {
  padding: 2.25rem !important;
}

.p-37 {
  padding: 2.3125rem !important;
}

.p-38 {
  padding: 2.375rem !important;
}

.p-39 {
  padding: 2.4375rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-41 {
  padding: 2.5625rem !important;
}

.p-42 {
  padding: 2.625rem !important;
}

.p-43 {
  padding: 2.6875rem !important;
}

.p-44 {
  padding: 2.75rem !important;
}

.p-45 {
  padding: 2.8125rem !important;
}

.p-46 {
  padding: 2.875rem !important;
}

.p-47 {
  padding: 2.9375rem !important;
}

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

.p-49 {
  padding: 3.0625rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.p-51 {
  padding: 3.1875rem !important;
}

.p-52 {
  padding: 3.25rem !important;
}

.p-53 {
  padding: 3.3125rem !important;
}

.p-54 {
  padding: 3.375rem !important;
}

.p-56 {
  padding: 3.5rem !important;
}

.p-57 {
  padding: 3.5625rem !important;
}

.p-58 {
  padding: 3.625rem !important;
}

.p-90 {
  padding: 5.625rem !important;
}

.p-99 {
  padding: 6.1875rem !important;
}

.p-200 {
  padding: 12.5rem !important;
}

.p-250 {
  padding: 15.625rem !important;
}

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

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

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

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

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

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

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

.p-px-7 {
  padding: 0.4375rem !important;
}

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

.p-px-9 {
  padding: 0.5625rem !important;
}

.p-px-10 {
  padding: 0.625rem !important;
}

.p-px-11 {
  padding: 0.6875rem !important;
}

.p-px-12 {
  padding: 0.75rem !important;
}

.p-px-13 {
  padding: 0.8125rem !important;
}

.p-px-14 {
  padding: 0.875rem !important;
}

.p-px-15 {
  padding: 0.9375rem !important;
}

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

.p-px-17 {
  padding: 1.0625rem !important;
}

.p-px-18 {
  padding: 1.125rem !important;
}

.p-px-19 {
  padding: 1.1875rem !important;
}

.p-px-20 {
  padding: 1.25rem !important;
}

.p-px-21 {
  padding: 1.3125rem !important;
}

.p-px-22 {
  padding: 1.375rem !important;
}

.p-px-23 {
  padding: 1.4375rem !important;
}

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

.p-px-25 {
  padding: 1.5625rem !important;
}

.p-px-26 {
  padding: 1.625rem !important;
}

.p-px-27 {
  padding: 1.6875rem !important;
}

.p-px-28 {
  padding: 1.75rem !important;
}

.p-px-29 {
  padding: 1.8125rem !important;
}

.p-px-30 {
  padding: 1.875rem !important;
}

.p-px-31 {
  padding: 1.9375rem !important;
}

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

.p-px-33 {
  padding: 2.0625rem !important;
}

.p-px-34 {
  padding: 2.125rem !important;
}

.p-px-35 {
  padding: 2.1875rem !important;
}

.p-px-36 {
  padding: 2.25rem !important;
}

.p-px-37 {
  padding: 2.3125rem !important;
}

.p-px-38 {
  padding: 2.375rem !important;
}

.p-px-39 {
  padding: 2.4375rem !important;
}

.p-px-40 {
  padding: 2.5rem !important;
}

.p-px-41 {
  padding: 2.5625rem !important;
}

.p-px-42 {
  padding: 2.625rem !important;
}

.p-px-43 {
  padding: 2.6875rem !important;
}

.p-px-44 {
  padding: 2.75rem !important;
}

.p-px-45 {
  padding: 2.8125rem !important;
}

.p-px-46 {
  padding: 2.875rem !important;
}

.p-px-47 {
  padding: 2.9375rem !important;
}

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

.p-px-49 {
  padding: 3.0625rem !important;
}

.p-px-50 {
  padding: 3.125rem !important;
}

.p-px-51 {
  padding: 3.1875rem !important;
}

.p-px-52 {
  padding: 3.25rem !important;
}

.p-px-53 {
  padding: 3.3125rem !important;
}

.p-px-54 {
  padding: 3.375rem !important;
}

.p-px-56 {
  padding: 3.5rem !important;
}

.p-px-57 {
  padding: 3.5625rem !important;
}

.p-px-58 {
  padding: 3.625rem !important;
}

.p-px-59 {
  padding: 3.6875rem !important;
}

.p-px-60 {
  padding: 3.75rem !important;
}

.p-px-61 {
  padding: 3.8125rem !important;
}

.p-px-62 {
  padding: 3.875rem !important;
}

.p-px-63 {
  padding: 3.9375rem !important;
}

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

.p-px-68 {
  padding: 4.25rem !important;
}

.p-px-70 {
  padding: 4.375rem !important;
}

.p-px-71 {
  padding: 4.4375rem !important;
}

.p-px-72 {
  padding: 4.5rem !important;
}

.p-px-73 {
  padding: 4.5625rem !important;
}

.p-px-74 {
  padding: 4.625rem !important;
}

.p-px-75 {
  padding: 4.6875rem !important;
}

.p-px-76 {
  padding: 4.75rem !important;
}

.p-px-77 {
  padding: 4.8125rem !important;
}

.p-px-78 {
  padding: 4.875rem !important;
}

.p-px-79 {
  padding: 4.9375rem !important;
}

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

.p-px-82 {
  padding: 5.125rem !important;
}

.p-px-83 {
  padding: 5.1875rem !important;
}

.p-px-84 {
  padding: 5.25rem !important;
}

.p-px-86 {
  padding: 5.375rem !important;
}

.p-px-87 {
  padding: 5.4375rem !important;
}

.p-px-88 {
  padding: 5.5rem !important;
}

.p-px-89 {
  padding: 5.5625rem !important;
}

.p-px-90 {
  padding: 5.625rem !important;
}

.p-px-92 {
  padding: 5.75rem !important;
}

.p-px-94 {
  padding: 5.875rem !important;
}

.p-px-95 {
  padding: 5.9375rem !important;
}

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

.p-px-98 {
  padding: 6.125rem !important;
}

.p-px-100 {
  padding: 6.25rem !important;
}

.p-px-102 {
  padding: 6.375rem !important;
}

.p-px-104 {
  padding: 6.5rem !important;
}

.p-px-108 {
  padding: 6.75rem !important;
}

.p-px-115 {
  padding: 7.1875rem !important;
}

.p-px-116 {
  padding: 7.25rem !important;
}

.p-px-118 {
  padding: 7.375rem !important;
}

.p-px-120 {
  padding: 7.5rem !important;
}

.p-px-121 {
  padding: 7.5625rem !important;
}

.p-px-123 {
  padding: 7.6875rem !important;
}

.p-px-129 {
  padding: 8.0625rem !important;
}

.p-px-131 {
  padding: 8.1875rem !important;
}

.p-px-140 {
  padding: 8.75rem !important;
}

.p-px-144 {
  padding: 9rem !important;
}

.p-px-147 {
  padding: 9.1875rem !important;
}

.p-px-148 {
  padding: 9.25rem !important;
}

.p-px-154 {
  padding: 9.625rem !important;
}

.p-px-156 {
  padding: 9.75rem !important;
}

.p-px-180 {
  padding: 11.25rem !important;
}

.p-px-200 {
  padding: 12.5rem !important;
}

.p-px-231 {
  padding: 14.4375rem !important;
}

.p-px-240 {
  padding: 15rem !important;
}

.p-px-247 {
  padding: 15.4375rem !important;
}

.p-px-239 {
  padding: 14.9375rem !important;
}

.p-px-255 {
  padding: 15.9375rem !important;
}

.p-px-327 {
  padding: 20.4375rem !important;
}

.px-0 {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.px-1 {
  padding-inline-start: 0.25rem !important;
  padding-inline-end: 0.25rem !important;
}

.px-2 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}

.px-3 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}

.px-4 {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.px-5 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}

.px-6 {
  padding-inline-start: 0.375rem !important;
  padding-inline-end: 0.375rem !important;
}

.px-7 {
  padding-inline-start: 0.4375rem !important;
  padding-inline-end: 0.4375rem !important;
}

.px-8 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}

.px-9 {
  padding-inline-start: 0.5625rem !important;
  padding-inline-end: 0.5625rem !important;
}

.px-10 {
  padding-inline-start: 0.625rem !important;
  padding-inline-end: 0.625rem !important;
}

.px-11 {
  padding-inline-start: 0.6875rem !important;
  padding-inline-end: 0.6875rem !important;
}

.px-12 {
  padding-inline-start: 0.75rem !important;
  padding-inline-end: 0.75rem !important;
}

.px-13 {
  padding-inline-start: 0.8125rem !important;
  padding-inline-end: 0.8125rem !important;
}

.px-14 {
  padding-inline-start: 0.875rem !important;
  padding-inline-end: 0.875rem !important;
}

.px-15 {
  padding-inline-start: 0.9375rem !important;
  padding-inline-end: 0.9375rem !important;
}

.px-16 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}

.px-17 {
  padding-inline-start: 1.0625rem !important;
  padding-inline-end: 1.0625rem !important;
}

.px-18 {
  padding-inline-start: 1.125rem !important;
  padding-inline-end: 1.125rem !important;
}

.px-19 {
  padding-inline-start: 1.1875rem !important;
  padding-inline-end: 1.1875rem !important;
}

.px-20 {
  padding-inline-start: 1.25rem !important;
  padding-inline-end: 1.25rem !important;
}

.px-21 {
  padding-inline-start: 1.3125rem !important;
  padding-inline-end: 1.3125rem !important;
}

.px-22 {
  padding-inline-start: 1.375rem !important;
  padding-inline-end: 1.375rem !important;
}

.px-23 {
  padding-inline-start: 1.4375rem !important;
  padding-inline-end: 1.4375rem !important;
}

.px-24 {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.px-25 {
  padding-inline-start: 1.5625rem !important;
  padding-inline-end: 1.5625rem !important;
}

.px-26 {
  padding-inline-start: 1.625rem !important;
  padding-inline-end: 1.625rem !important;
}

.px-27 {
  padding-inline-start: 1.6875rem !important;
  padding-inline-end: 1.6875rem !important;
}

.px-28 {
  padding-inline-start: 1.75rem !important;
  padding-inline-end: 1.75rem !important;
}

.px-29 {
  padding-inline-start: 1.8125rem !important;
  padding-inline-end: 1.8125rem !important;
}

.px-30 {
  padding-inline-start: 1.875rem !important;
  padding-inline-end: 1.875rem !important;
}

.px-31 {
  padding-inline-start: 1.9375rem !important;
  padding-inline-end: 1.9375rem !important;
}

.px-32 {
  padding-inline-start: 2rem !important;
  padding-inline-end: 2rem !important;
}

.px-33 {
  padding-inline-start: 2.0625rem !important;
  padding-inline-end: 2.0625rem !important;
}

.px-34 {
  padding-inline-start: 2.125rem !important;
  padding-inline-end: 2.125rem !important;
}

.px-35 {
  padding-inline-start: 2.1875rem !important;
  padding-inline-end: 2.1875rem !important;
}

.px-36 {
  padding-inline-start: 2.25rem !important;
  padding-inline-end: 2.25rem !important;
}

.px-37 {
  padding-inline-start: 2.3125rem !important;
  padding-inline-end: 2.3125rem !important;
}

.px-38 {
  padding-inline-start: 2.375rem !important;
  padding-inline-end: 2.375rem !important;
}

.px-39 {
  padding-inline-start: 2.4375rem !important;
  padding-inline-end: 2.4375rem !important;
}

.px-40 {
  padding-inline-start: 2.5rem !important;
  padding-inline-end: 2.5rem !important;
}

.px-41 {
  padding-inline-start: 2.5625rem !important;
  padding-inline-end: 2.5625rem !important;
}

.px-42 {
  padding-inline-start: 2.625rem !important;
  padding-inline-end: 2.625rem !important;
}

.px-43 {
  padding-inline-start: 2.6875rem !important;
  padding-inline-end: 2.6875rem !important;
}

.px-44 {
  padding-inline-start: 2.75rem !important;
  padding-inline-end: 2.75rem !important;
}

.px-45 {
  padding-inline-start: 2.8125rem !important;
  padding-inline-end: 2.8125rem !important;
}

.px-46 {
  padding-inline-start: 2.875rem !important;
  padding-inline-end: 2.875rem !important;
}

.px-47 {
  padding-inline-start: 2.9375rem !important;
  padding-inline-end: 2.9375rem !important;
}

.px-48 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}

.px-49 {
  padding-inline-start: 3.0625rem !important;
  padding-inline-end: 3.0625rem !important;
}

.px-50 {
  padding-inline-start: 3.125rem !important;
  padding-inline-end: 3.125rem !important;
}

.px-51 {
  padding-inline-start: 3.1875rem !important;
  padding-inline-end: 3.1875rem !important;
}

.px-52 {
  padding-inline-start: 3.25rem !important;
  padding-inline-end: 3.25rem !important;
}

.px-53 {
  padding-inline-start: 3.3125rem !important;
  padding-inline-end: 3.3125rem !important;
}

.px-54 {
  padding-inline-start: 3.375rem !important;
  padding-inline-end: 3.375rem !important;
}

.px-56 {
  padding-inline-start: 3.5rem !important;
  padding-inline-end: 3.5rem !important;
}

.px-57 {
  padding-inline-start: 3.5625rem !important;
  padding-inline-end: 3.5625rem !important;
}

.px-58 {
  padding-inline-start: 3.625rem !important;
  padding-inline-end: 3.625rem !important;
}

.px-90 {
  padding-inline-start: 5.625rem !important;
  padding-inline-end: 5.625rem !important;
}

.px-99 {
  padding-inline-start: 6.1875rem !important;
  padding-inline-end: 6.1875rem !important;
}

.px-200 {
  padding-inline-start: 12.5rem !important;
  padding-inline-end: 12.5rem !important;
}

.px-250 {
  padding-inline-start: 15.625rem !important;
  padding-inline-end: 15.625rem !important;
}

.py-0 {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}

.py-1 {
  padding-block-start: 0.25rem !important;
  padding-block-end: 0.25rem !important;
}

.py-2 {
  padding-block-start: 0.5rem !important;
  padding-block-end: 0.5rem !important;
}

.py-3 {
  padding-block-start: 1rem !important;
  padding-block-end: 1rem !important;
}

.py-4 {
  padding-block-start: 1.5rem !important;
  padding-block-end: 1.5rem !important;
}

.py-5 {
  padding-block-start: 3rem !important;
  padding-block-end: 3rem !important;
}

.py-6 {
  padding-block-start: 0.375rem !important;
  padding-block-end: 0.375rem !important;
}

.py-7 {
  padding-block-start: 0.4375rem !important;
  padding-block-end: 0.4375rem !important;
}

.py-8 {
  padding-block-start: 0.5rem !important;
  padding-block-end: 0.5rem !important;
}

.py-9 {
  padding-block-start: 0.5625rem !important;
  padding-block-end: 0.5625rem !important;
}

.py-10 {
  padding-block-start: 0.625rem !important;
  padding-block-end: 0.625rem !important;
}

.py-11 {
  padding-block-start: 0.6875rem !important;
  padding-block-end: 0.6875rem !important;
}

.py-12 {
  padding-block-start: 0.75rem !important;
  padding-block-end: 0.75rem !important;
}

.py-13 {
  padding-block-start: 0.8125rem !important;
  padding-block-end: 0.8125rem !important;
}

.py-14 {
  padding-block-start: 0.875rem !important;
  padding-block-end: 0.875rem !important;
}

.py-15 {
  padding-block-start: 0.9375rem !important;
  padding-block-end: 0.9375rem !important;
}

.py-16 {
  padding-block-start: 1rem !important;
  padding-block-end: 1rem !important;
}

.py-17 {
  padding-block-start: 1.0625rem !important;
  padding-block-end: 1.0625rem !important;
}

.py-18 {
  padding-block-start: 1.125rem !important;
  padding-block-end: 1.125rem !important;
}

.py-19 {
  padding-block-start: 1.1875rem !important;
  padding-block-end: 1.1875rem !important;
}

.py-20 {
  padding-block-start: 1.25rem !important;
  padding-block-end: 1.25rem !important;
}

.py-21 {
  padding-block-start: 1.3125rem !important;
  padding-block-end: 1.3125rem !important;
}

.py-22 {
  padding-block-start: 1.375rem !important;
  padding-block-end: 1.375rem !important;
}

.py-23 {
  padding-block-start: 1.4375rem !important;
  padding-block-end: 1.4375rem !important;
}

.py-24 {
  padding-block-start: 1.5rem !important;
  padding-block-end: 1.5rem !important;
}

.py-25 {
  padding-block-start: 1.5625rem !important;
  padding-block-end: 1.5625rem !important;
}

.py-26 {
  padding-block-start: 1.625rem !important;
  padding-block-end: 1.625rem !important;
}

.py-27 {
  padding-block-start: 1.6875rem !important;
  padding-block-end: 1.6875rem !important;
}

.py-28 {
  padding-block-start: 1.75rem !important;
  padding-block-end: 1.75rem !important;
}

.py-29 {
  padding-block-start: 1.8125rem !important;
  padding-block-end: 1.8125rem !important;
}

.py-30 {
  padding-block-start: 1.875rem !important;
  padding-block-end: 1.875rem !important;
}

.py-31 {
  padding-block-start: 1.9375rem !important;
  padding-block-end: 1.9375rem !important;
}

.py-32 {
  padding-block-start: 2rem !important;
  padding-block-end: 2rem !important;
}

.py-33 {
  padding-block-start: 2.0625rem !important;
  padding-block-end: 2.0625rem !important;
}

.py-34 {
  padding-block-start: 2.125rem !important;
  padding-block-end: 2.125rem !important;
}

.py-35 {
  padding-block-start: 2.1875rem !important;
  padding-block-end: 2.1875rem !important;
}

.py-36 {
  padding-block-start: 2.25rem !important;
  padding-block-end: 2.25rem !important;
}

.py-37 {
  padding-block-start: 2.3125rem !important;
  padding-block-end: 2.3125rem !important;
}

.py-38 {
  padding-block-start: 2.375rem !important;
  padding-block-end: 2.375rem !important;
}

.py-39 {
  padding-block-start: 2.4375rem !important;
  padding-block-end: 2.4375rem !important;
}

.py-40 {
  padding-block-start: 2.5rem !important;
  padding-block-end: 2.5rem !important;
}

.py-41 {
  padding-block-start: 2.5625rem !important;
  padding-block-end: 2.5625rem !important;
}

.py-42 {
  padding-block-start: 2.625rem !important;
  padding-block-end: 2.625rem !important;
}

.py-43 {
  padding-block-start: 2.6875rem !important;
  padding-block-end: 2.6875rem !important;
}

.py-44 {
  padding-block-start: 2.75rem !important;
  padding-block-end: 2.75rem !important;
}

.py-45 {
  padding-block-start: 2.8125rem !important;
  padding-block-end: 2.8125rem !important;
}

.py-46 {
  padding-block-start: 2.875rem !important;
  padding-block-end: 2.875rem !important;
}

.py-47 {
  padding-block-start: 2.9375rem !important;
  padding-block-end: 2.9375rem !important;
}

.py-48 {
  padding-block-start: 3rem !important;
  padding-block-end: 3rem !important;
}

.py-49 {
  padding-block-start: 3.0625rem !important;
  padding-block-end: 3.0625rem !important;
}

.py-50 {
  padding-block-start: 3.125rem !important;
  padding-block-end: 3.125rem !important;
}

.py-51 {
  padding-block-start: 3.1875rem !important;
  padding-block-end: 3.1875rem !important;
}

.py-52 {
  padding-block-start: 3.25rem !important;
  padding-block-end: 3.25rem !important;
}

.py-53 {
  padding-block-start: 3.3125rem !important;
  padding-block-end: 3.3125rem !important;
}

.py-54 {
  padding-block-start: 3.375rem !important;
  padding-block-end: 3.375rem !important;
}

.py-56 {
  padding-block-start: 3.5rem !important;
  padding-block-end: 3.5rem !important;
}

.py-57 {
  padding-block-start: 3.5625rem !important;
  padding-block-end: 3.5625rem !important;
}

.py-58 {
  padding-block-start: 3.625rem !important;
  padding-block-end: 3.625rem !important;
}

.py-90 {
  padding-block-start: 5.625rem !important;
  padding-block-end: 5.625rem !important;
}

.py-99 {
  padding-block-start: 6.1875rem !important;
  padding-block-end: 6.1875rem !important;
}

.py-200 {
  padding-block-start: 12.5rem !important;
  padding-block-end: 12.5rem !important;
}

.py-250 {
  padding-block-start: 15.625rem !important;
  padding-block-end: 15.625rem !important;
}

.py-px-0 {
  padding-block-start: 0rem !important;
  padding-block-end: 0rem !important;
}

.py-px-1 {
  padding-block-start: 0.0625rem !important;
  padding-block-end: 0.0625rem !important;
}

.py-px-2 {
  padding-block-start: 0.125rem !important;
  padding-block-end: 0.125rem !important;
}

.py-px-3 {
  padding-block-start: 0.1875rem !important;
  padding-block-end: 0.1875rem !important;
}

.py-px-4 {
  padding-block-start: 0.25rem !important;
  padding-block-end: 0.25rem !important;
}

.py-px-5 {
  padding-block-start: 0.3125rem !important;
  padding-block-end: 0.3125rem !important;
}

.py-px-6 {
  padding-block-start: 0.375rem !important;
  padding-block-end: 0.375rem !important;
}

.py-px-7 {
  padding-block-start: 0.4375rem !important;
  padding-block-end: 0.4375rem !important;
}

.py-px-8 {
  padding-block-start: 0.5rem !important;
  padding-block-end: 0.5rem !important;
}

.py-px-9 {
  padding-block-start: 0.5625rem !important;
  padding-block-end: 0.5625rem !important;
}

.py-px-10 {
  padding-block-start: 0.625rem !important;
  padding-block-end: 0.625rem !important;
}

.py-px-11 {
  padding-block-start: 0.6875rem !important;
  padding-block-end: 0.6875rem !important;
}

.py-px-12 {
  padding-block-start: 0.75rem !important;
  padding-block-end: 0.75rem !important;
}

.py-px-13 {
  padding-block-start: 0.8125rem !important;
  padding-block-end: 0.8125rem !important;
}

.py-px-14 {
  padding-block-start: 0.875rem !important;
  padding-block-end: 0.875rem !important;
}

.py-px-15 {
  padding-block-start: 0.9375rem !important;
  padding-block-end: 0.9375rem !important;
}

.py-px-16 {
  padding-block-start: 1rem !important;
  padding-block-end: 1rem !important;
}

.py-px-17 {
  padding-block-start: 1.0625rem !important;
  padding-block-end: 1.0625rem !important;
}

.py-px-18 {
  padding-block-start: 1.125rem !important;
  padding-block-end: 1.125rem !important;
}

.py-px-19 {
  padding-block-start: 1.1875rem !important;
  padding-block-end: 1.1875rem !important;
}

.py-px-20 {
  padding-block-start: 1.25rem !important;
  padding-block-end: 1.25rem !important;
}

.py-px-21 {
  padding-block-start: 1.3125rem !important;
  padding-block-end: 1.3125rem !important;
}

.py-px-22 {
  padding-block-start: 1.375rem !important;
  padding-block-end: 1.375rem !important;
}

.py-px-23 {
  padding-block-start: 1.4375rem !important;
  padding-block-end: 1.4375rem !important;
}

.py-px-24 {
  padding-block-start: 1.5rem !important;
  padding-block-end: 1.5rem !important;
}

.py-px-25 {
  padding-block-start: 1.5625rem !important;
  padding-block-end: 1.5625rem !important;
}

.py-px-26 {
  padding-block-start: 1.625rem !important;
  padding-block-end: 1.625rem !important;
}

.py-px-27 {
  padding-block-start: 1.6875rem !important;
  padding-block-end: 1.6875rem !important;
}

.py-px-28 {
  padding-block-start: 1.75rem !important;
  padding-block-end: 1.75rem !important;
}

.py-px-29 {
  padding-block-start: 1.8125rem !important;
  padding-block-end: 1.8125rem !important;
}

.py-px-30 {
  padding-block-start: 1.875rem !important;
  padding-block-end: 1.875rem !important;
}

.py-px-31 {
  padding-block-start: 1.9375rem !important;
  padding-block-end: 1.9375rem !important;
}

.py-px-32 {
  padding-block-start: 2rem !important;
  padding-block-end: 2rem !important;
}

.py-px-33 {
  padding-block-start: 2.0625rem !important;
  padding-block-end: 2.0625rem !important;
}

.py-px-34 {
  padding-block-start: 2.125rem !important;
  padding-block-end: 2.125rem !important;
}

.py-px-35 {
  padding-block-start: 2.1875rem !important;
  padding-block-end: 2.1875rem !important;
}

.py-px-36 {
  padding-block-start: 2.25rem !important;
  padding-block-end: 2.25rem !important;
}

.py-px-37 {
  padding-block-start: 2.3125rem !important;
  padding-block-end: 2.3125rem !important;
}

.py-px-38 {
  padding-block-start: 2.375rem !important;
  padding-block-end: 2.375rem !important;
}

.py-px-39 {
  padding-block-start: 2.4375rem !important;
  padding-block-end: 2.4375rem !important;
}

.py-px-40 {
  padding-block-start: 2.5rem !important;
  padding-block-end: 2.5rem !important;
}

.py-px-41 {
  padding-block-start: 2.5625rem !important;
  padding-block-end: 2.5625rem !important;
}

.py-px-42 {
  padding-block-start: 2.625rem !important;
  padding-block-end: 2.625rem !important;
}

.py-px-43 {
  padding-block-start: 2.6875rem !important;
  padding-block-end: 2.6875rem !important;
}

.py-px-44 {
  padding-block-start: 2.75rem !important;
  padding-block-end: 2.75rem !important;
}

.py-px-45 {
  padding-block-start: 2.8125rem !important;
  padding-block-end: 2.8125rem !important;
}

.py-px-46 {
  padding-block-start: 2.875rem !important;
  padding-block-end: 2.875rem !important;
}

.py-px-47 {
  padding-block-start: 2.9375rem !important;
  padding-block-end: 2.9375rem !important;
}

.py-px-48 {
  padding-block-start: 3rem !important;
  padding-block-end: 3rem !important;
}

.py-px-49 {
  padding-block-start: 3.0625rem !important;
  padding-block-end: 3.0625rem !important;
}

.py-px-50 {
  padding-block-start: 3.125rem !important;
  padding-block-end: 3.125rem !important;
}

.py-px-51 {
  padding-block-start: 3.1875rem !important;
  padding-block-end: 3.1875rem !important;
}

.py-px-52 {
  padding-block-start: 3.25rem !important;
  padding-block-end: 3.25rem !important;
}

.py-px-53 {
  padding-block-start: 3.3125rem !important;
  padding-block-end: 3.3125rem !important;
}

.py-px-54 {
  padding-block-start: 3.375rem !important;
  padding-block-end: 3.375rem !important;
}

.py-px-56 {
  padding-block-start: 3.5rem !important;
  padding-block-end: 3.5rem !important;
}

.py-px-57 {
  padding-block-start: 3.5625rem !important;
  padding-block-end: 3.5625rem !important;
}

.py-px-58 {
  padding-block-start: 3.625rem !important;
  padding-block-end: 3.625rem !important;
}

.py-px-59 {
  padding-block-start: 3.6875rem !important;
  padding-block-end: 3.6875rem !important;
}

.py-px-60 {
  padding-block-start: 3.75rem !important;
  padding-block-end: 3.75rem !important;
}

.py-px-61 {
  padding-block-start: 3.8125rem !important;
  padding-block-end: 3.8125rem !important;
}

.py-px-62 {
  padding-block-start: 3.875rem !important;
  padding-block-end: 3.875rem !important;
}

.py-px-63 {
  padding-block-start: 3.9375rem !important;
  padding-block-end: 3.9375rem !important;
}

.py-px-64 {
  padding-block-start: 4rem !important;
  padding-block-end: 4rem !important;
}

.py-px-68 {
  padding-block-start: 4.25rem !important;
  padding-block-end: 4.25rem !important;
}

.py-px-70 {
  padding-block-start: 4.375rem !important;
  padding-block-end: 4.375rem !important;
}

.py-px-71 {
  padding-block-start: 4.4375rem !important;
  padding-block-end: 4.4375rem !important;
}

.py-px-72 {
  padding-block-start: 4.5rem !important;
  padding-block-end: 4.5rem !important;
}

.py-px-73 {
  padding-block-start: 4.5625rem !important;
  padding-block-end: 4.5625rem !important;
}

.py-px-74 {
  padding-block-start: 4.625rem !important;
  padding-block-end: 4.625rem !important;
}

.py-px-75 {
  padding-block-start: 4.6875rem !important;
  padding-block-end: 4.6875rem !important;
}

.py-px-76 {
  padding-block-start: 4.75rem !important;
  padding-block-end: 4.75rem !important;
}

.py-px-77 {
  padding-block-start: 4.8125rem !important;
  padding-block-end: 4.8125rem !important;
}

.py-px-78 {
  padding-block-start: 4.875rem !important;
  padding-block-end: 4.875rem !important;
}

.py-px-79 {
  padding-block-start: 4.9375rem !important;
  padding-block-end: 4.9375rem !important;
}

.py-px-80 {
  padding-block-start: 5rem !important;
  padding-block-end: 5rem !important;
}

.py-px-82 {
  padding-block-start: 5.125rem !important;
  padding-block-end: 5.125rem !important;
}

.py-px-83 {
  padding-block-start: 5.1875rem !important;
  padding-block-end: 5.1875rem !important;
}

.py-px-84 {
  padding-block-start: 5.25rem !important;
  padding-block-end: 5.25rem !important;
}

.py-px-86 {
  padding-block-start: 5.375rem !important;
  padding-block-end: 5.375rem !important;
}

.py-px-87 {
  padding-block-start: 5.4375rem !important;
  padding-block-end: 5.4375rem !important;
}

.py-px-88 {
  padding-block-start: 5.5rem !important;
  padding-block-end: 5.5rem !important;
}

.py-px-89 {
  padding-block-start: 5.5625rem !important;
  padding-block-end: 5.5625rem !important;
}

.py-px-90 {
  padding-block-start: 5.625rem !important;
  padding-block-end: 5.625rem !important;
}

.py-px-92 {
  padding-block-start: 5.75rem !important;
  padding-block-end: 5.75rem !important;
}

.py-px-94 {
  padding-block-start: 5.875rem !important;
  padding-block-end: 5.875rem !important;
}

.py-px-95 {
  padding-block-start: 5.9375rem !important;
  padding-block-end: 5.9375rem !important;
}

.py-px-96 {
  padding-block-start: 6rem !important;
  padding-block-end: 6rem !important;
}

.py-px-98 {
  padding-block-start: 6.125rem !important;
  padding-block-end: 6.125rem !important;
}

.py-px-100 {
  padding-block-start: 6.25rem !important;
  padding-block-end: 6.25rem !important;
}

.py-px-102 {
  padding-block-start: 6.375rem !important;
  padding-block-end: 6.375rem !important;
}

.py-px-104 {
  padding-block-start: 6.5rem !important;
  padding-block-end: 6.5rem !important;
}

.py-px-108 {
  padding-block-start: 6.75rem !important;
  padding-block-end: 6.75rem !important;
}

.py-px-115 {
  padding-block-start: 7.1875rem !important;
  padding-block-end: 7.1875rem !important;
}

.py-px-116 {
  padding-block-start: 7.25rem !important;
  padding-block-end: 7.25rem !important;
}

.py-px-118 {
  padding-block-start: 7.375rem !important;
  padding-block-end: 7.375rem !important;
}

.py-px-120 {
  padding-block-start: 7.5rem !important;
  padding-block-end: 7.5rem !important;
}

.py-px-121 {
  padding-block-start: 7.5625rem !important;
  padding-block-end: 7.5625rem !important;
}

.py-px-123 {
  padding-block-start: 7.6875rem !important;
  padding-block-end: 7.6875rem !important;
}

.py-px-129 {
  padding-block-start: 8.0625rem !important;
  padding-block-end: 8.0625rem !important;
}

.py-px-131 {
  padding-block-start: 8.1875rem !important;
  padding-block-end: 8.1875rem !important;
}

.py-px-140 {
  padding-block-start: 8.75rem !important;
  padding-block-end: 8.75rem !important;
}

.py-px-144 {
  padding-block-start: 9rem !important;
  padding-block-end: 9rem !important;
}

.py-px-147 {
  padding-block-start: 9.1875rem !important;
  padding-block-end: 9.1875rem !important;
}

.py-px-148 {
  padding-block-start: 9.25rem !important;
  padding-block-end: 9.25rem !important;
}

.py-px-154 {
  padding-block-start: 9.625rem !important;
  padding-block-end: 9.625rem !important;
}

.py-px-156 {
  padding-block-start: 9.75rem !important;
  padding-block-end: 9.75rem !important;
}

.py-px-180 {
  padding-block-start: 11.25rem !important;
  padding-block-end: 11.25rem !important;
}

.py-px-200 {
  padding-block-start: 12.5rem !important;
  padding-block-end: 12.5rem !important;
}

.py-px-231 {
  padding-block-start: 14.4375rem !important;
  padding-block-end: 14.4375rem !important;
}

.py-px-240 {
  padding-block-start: 15rem !important;
  padding-block-end: 15rem !important;
}

.py-px-247 {
  padding-block-start: 15.4375rem !important;
  padding-block-end: 15.4375rem !important;
}

.py-px-239 {
  padding-block-start: 14.9375rem !important;
  padding-block-end: 14.9375rem !important;
}

.py-px-255 {
  padding-block-start: 15.9375rem !important;
  padding-block-end: 15.9375rem !important;
}

.py-px-327 {
  padding-block-start: 20.4375rem !important;
  padding-block-end: 20.4375rem !important;
}

.pt-0 {
  padding-block-start: 0 !important;
}

.pt-1 {
  padding-block-start: 0.25rem !important;
}

.pt-2 {
  padding-block-start: 0.5rem !important;
}

.pt-3 {
  padding-block-start: 1rem !important;
}

.pt-4 {
  padding-block-start: 1.5rem !important;
}

.pt-5 {
  padding-block-start: 3rem !important;
}

.pt-6 {
  padding-block-start: 0.375rem !important;
}

.pt-7 {
  padding-block-start: 0.4375rem !important;
}

.pt-8 {
  padding-block-start: 0.5rem !important;
}

.pt-9 {
  padding-block-start: 0.5625rem !important;
}

.pt-10 {
  padding-block-start: 0.625rem !important;
}

.pt-11 {
  padding-block-start: 0.6875rem !important;
}

.pt-12 {
  padding-block-start: 0.75rem !important;
}

.pt-13 {
  padding-block-start: 0.8125rem !important;
}

.pt-14 {
  padding-block-start: 0.875rem !important;
}

.pt-15 {
  padding-block-start: 0.9375rem !important;
}

.pt-16 {
  padding-block-start: 1rem !important;
}

.pt-17 {
  padding-block-start: 1.0625rem !important;
}

.pt-18 {
  padding-block-start: 1.125rem !important;
}

.pt-19 {
  padding-block-start: 1.1875rem !important;
}

.pt-20 {
  padding-block-start: 1.25rem !important;
}

.pt-21 {
  padding-block-start: 1.3125rem !important;
}

.pt-22 {
  padding-block-start: 1.375rem !important;
}

.pt-23 {
  padding-block-start: 1.4375rem !important;
}

.pt-24 {
  padding-block-start: 1.5rem !important;
}

.pt-25 {
  padding-block-start: 1.5625rem !important;
}

.pt-26 {
  padding-block-start: 1.625rem !important;
}

.pt-27 {
  padding-block-start: 1.6875rem !important;
}

.pt-28 {
  padding-block-start: 1.75rem !important;
}

.pt-29 {
  padding-block-start: 1.8125rem !important;
}

.pt-30 {
  padding-block-start: 1.875rem !important;
}

.pt-31 {
  padding-block-start: 1.9375rem !important;
}

.pt-32 {
  padding-block-start: 2rem !important;
}

.pt-33 {
  padding-block-start: 2.0625rem !important;
}

.pt-34 {
  padding-block-start: 2.125rem !important;
}

.pt-35 {
  padding-block-start: 2.1875rem !important;
}

.pt-36 {
  padding-block-start: 2.25rem !important;
}

.pt-37 {
  padding-block-start: 2.3125rem !important;
}

.pt-38 {
  padding-block-start: 2.375rem !important;
}

.pt-39 {
  padding-block-start: 2.4375rem !important;
}

.pt-40 {
  padding-block-start: 2.5rem !important;
}

.pt-41 {
  padding-block-start: 2.5625rem !important;
}

.pt-42 {
  padding-block-start: 2.625rem !important;
}

.pt-43 {
  padding-block-start: 2.6875rem !important;
}

.pt-44 {
  padding-block-start: 2.75rem !important;
}

.pt-45 {
  padding-block-start: 2.8125rem !important;
}

.pt-46 {
  padding-block-start: 2.875rem !important;
}

.pt-47 {
  padding-block-start: 2.9375rem !important;
}

.pt-48 {
  padding-block-start: 3rem !important;
}

.pt-49 {
  padding-block-start: 3.0625rem !important;
}

.pt-50 {
  padding-block-start: 3.125rem !important;
}

.pt-51 {
  padding-block-start: 3.1875rem !important;
}

.pt-52 {
  padding-block-start: 3.25rem !important;
}

.pt-53 {
  padding-block-start: 3.3125rem !important;
}

.pt-54 {
  padding-block-start: 3.375rem !important;
}

.pt-56 {
  padding-block-start: 3.5rem !important;
}

.pt-57 {
  padding-block-start: 3.5625rem !important;
}

.pt-58 {
  padding-block-start: 3.625rem !important;
}

.pt-90 {
  padding-block-start: 5.625rem !important;
}

.pt-99 {
  padding-block-start: 6.1875rem !important;
}

.pt-200 {
  padding-block-start: 12.5rem !important;
}

.pt-250 {
  padding-block-start: 15.625rem !important;
}

.pt-px-0 {
  padding-block-start: 0rem !important;
}

.pt-px-1 {
  padding-block-start: 0.0625rem !important;
}

.pt-px-2 {
  padding-block-start: 0.125rem !important;
}

.pt-px-3 {
  padding-block-start: 0.1875rem !important;
}

.pt-px-4 {
  padding-block-start: 0.25rem !important;
}

.pt-px-5 {
  padding-block-start: 0.3125rem !important;
}

.pt-px-6 {
  padding-block-start: 0.375rem !important;
}

.pt-px-7 {
  padding-block-start: 0.4375rem !important;
}

.pt-px-8 {
  padding-block-start: 0.5rem !important;
}

.pt-px-9 {
  padding-block-start: 0.5625rem !important;
}

.pt-px-10 {
  padding-block-start: 0.625rem !important;
}

.pt-px-11 {
  padding-block-start: 0.6875rem !important;
}

.pt-px-12 {
  padding-block-start: 0.75rem !important;
}

.pt-px-13 {
  padding-block-start: 0.8125rem !important;
}

.pt-px-14 {
  padding-block-start: 0.875rem !important;
}

.pt-px-15 {
  padding-block-start: 0.9375rem !important;
}

.pt-px-16 {
  padding-block-start: 1rem !important;
}

.pt-px-17 {
  padding-block-start: 1.0625rem !important;
}

.pt-px-18 {
  padding-block-start: 1.125rem !important;
}

.pt-px-19 {
  padding-block-start: 1.1875rem !important;
}

.pt-px-20 {
  padding-block-start: 1.25rem !important;
}

.pt-px-21 {
  padding-block-start: 1.3125rem !important;
}

.pt-px-22 {
  padding-block-start: 1.375rem !important;
}

.pt-px-23 {
  padding-block-start: 1.4375rem !important;
}

.pt-px-24 {
  padding-block-start: 1.5rem !important;
}

.pt-px-25 {
  padding-block-start: 1.5625rem !important;
}

.pt-px-26 {
  padding-block-start: 1.625rem !important;
}

.pt-px-27 {
  padding-block-start: 1.6875rem !important;
}

.pt-px-28 {
  padding-block-start: 1.75rem !important;
}

.pt-px-29 {
  padding-block-start: 1.8125rem !important;
}

.pt-px-30 {
  padding-block-start: 1.875rem !important;
}

.pt-px-31 {
  padding-block-start: 1.9375rem !important;
}

.pt-px-32 {
  padding-block-start: 2rem !important;
}

.pt-px-33 {
  padding-block-start: 2.0625rem !important;
}

.pt-px-34 {
  padding-block-start: 2.125rem !important;
}

.pt-px-35 {
  padding-block-start: 2.1875rem !important;
}

.pt-px-36 {
  padding-block-start: 2.25rem !important;
}

.pt-px-37 {
  padding-block-start: 2.3125rem !important;
}

.pt-px-38 {
  padding-block-start: 2.375rem !important;
}

.pt-px-39 {
  padding-block-start: 2.4375rem !important;
}

.pt-px-40 {
  padding-block-start: 2.5rem !important;
}

.pt-px-41 {
  padding-block-start: 2.5625rem !important;
}

.pt-px-42 {
  padding-block-start: 2.625rem !important;
}

.pt-px-43 {
  padding-block-start: 2.6875rem !important;
}

.pt-px-44 {
  padding-block-start: 2.75rem !important;
}

.pt-px-45 {
  padding-block-start: 2.8125rem !important;
}

.pt-px-46 {
  padding-block-start: 2.875rem !important;
}

.pt-px-47 {
  padding-block-start: 2.9375rem !important;
}

.pt-px-48 {
  padding-block-start: 3rem !important;
}

.pt-px-49 {
  padding-block-start: 3.0625rem !important;
}

.pt-px-50 {
  padding-block-start: 3.125rem !important;
}

.pt-px-51 {
  padding-block-start: 3.1875rem !important;
}

.pt-px-52 {
  padding-block-start: 3.25rem !important;
}

.pt-px-53 {
  padding-block-start: 3.3125rem !important;
}

.pt-px-54 {
  padding-block-start: 3.375rem !important;
}

.pt-px-56 {
  padding-block-start: 3.5rem !important;
}

.pt-px-57 {
  padding-block-start: 3.5625rem !important;
}

.pt-px-58 {
  padding-block-start: 3.625rem !important;
}

.pt-px-59 {
  padding-block-start: 3.6875rem !important;
}

.pt-px-60 {
  padding-block-start: 3.75rem !important;
}

.pt-px-61 {
  padding-block-start: 3.8125rem !important;
}

.pt-px-62 {
  padding-block-start: 3.875rem !important;
}

.pt-px-63 {
  padding-block-start: 3.9375rem !important;
}

.pt-px-64 {
  padding-block-start: 4rem !important;
}

.pt-px-68 {
  padding-block-start: 4.25rem !important;
}

.pt-px-70 {
  padding-block-start: 4.375rem !important;
}

.pt-px-71 {
  padding-block-start: 4.4375rem !important;
}

.pt-px-72 {
  padding-block-start: 4.5rem !important;
}

.pt-px-73 {
  padding-block-start: 4.5625rem !important;
}

.pt-px-74 {
  padding-block-start: 4.625rem !important;
}

.pt-px-75 {
  padding-block-start: 4.6875rem !important;
}

.pt-px-76 {
  padding-block-start: 4.75rem !important;
}

.pt-px-77 {
  padding-block-start: 4.8125rem !important;
}

.pt-px-78 {
  padding-block-start: 4.875rem !important;
}

.pt-px-79 {
  padding-block-start: 4.9375rem !important;
}

.pt-px-80 {
  padding-block-start: 5rem !important;
}

.pt-px-82 {
  padding-block-start: 5.125rem !important;
}

.pt-px-83 {
  padding-block-start: 5.1875rem !important;
}

.pt-px-84 {
  padding-block-start: 5.25rem !important;
}

.pt-px-86 {
  padding-block-start: 5.375rem !important;
}

.pt-px-87 {
  padding-block-start: 5.4375rem !important;
}

.pt-px-88 {
  padding-block-start: 5.5rem !important;
}

.pt-px-89 {
  padding-block-start: 5.5625rem !important;
}

.pt-px-90 {
  padding-block-start: 5.625rem !important;
}

.pt-px-92 {
  padding-block-start: 5.75rem !important;
}

.pt-px-94 {
  padding-block-start: 5.875rem !important;
}

.pt-px-95 {
  padding-block-start: 5.9375rem !important;
}

.pt-px-96 {
  padding-block-start: 6rem !important;
}

.pt-px-98 {
  padding-block-start: 6.125rem !important;
}

.pt-px-100 {
  padding-block-start: 6.25rem !important;
}

.pt-px-102 {
  padding-block-start: 6.375rem !important;
}

.pt-px-104 {
  padding-block-start: 6.5rem !important;
}

.pt-px-108 {
  padding-block-start: 6.75rem !important;
}

.pt-px-115 {
  padding-block-start: 7.1875rem !important;
}

.pt-px-116 {
  padding-block-start: 7.25rem !important;
}

.pt-px-118 {
  padding-block-start: 7.375rem !important;
}

.pt-px-120 {
  padding-block-start: 7.5rem !important;
}

.pt-px-121 {
  padding-block-start: 7.5625rem !important;
}

.pt-px-123 {
  padding-block-start: 7.6875rem !important;
}

.pt-px-129 {
  padding-block-start: 8.0625rem !important;
}

.pt-px-131 {
  padding-block-start: 8.1875rem !important;
}

.pt-px-140 {
  padding-block-start: 8.75rem !important;
}

.pt-px-144 {
  padding-block-start: 9rem !important;
}

.pt-px-147 {
  padding-block-start: 9.1875rem !important;
}

.pt-px-148 {
  padding-block-start: 9.25rem !important;
}

.pt-px-154 {
  padding-block-start: 9.625rem !important;
}

.pt-px-156 {
  padding-block-start: 9.75rem !important;
}

.pt-px-180 {
  padding-block-start: 11.25rem !important;
}

.pt-px-200 {
  padding-block-start: 12.5rem !important;
}

.pt-px-231 {
  padding-block-start: 14.4375rem !important;
}

.pt-px-240 {
  padding-block-start: 15rem !important;
}

.pt-px-247 {
  padding-block-start: 15.4375rem !important;
}

.pt-px-239 {
  padding-block-start: 14.9375rem !important;
}

.pt-px-255 {
  padding-block-start: 15.9375rem !important;
}

.pt-px-327 {
  padding-block-start: 20.4375rem !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.pe-5 {
  padding-inline-end: 3rem !important;
}

.pe-6 {
  padding-inline-end: 0.375rem !important;
}

.pe-7 {
  padding-inline-end: 0.4375rem !important;
}

.pe-8 {
  padding-inline-end: 0.5rem !important;
}

.pe-9 {
  padding-inline-end: 0.5625rem !important;
}

.pe-10 {
  padding-inline-end: 0.625rem !important;
}

.pe-11 {
  padding-inline-end: 0.6875rem !important;
}

.pe-12 {
  padding-inline-end: 0.75rem !important;
}

.pe-13 {
  padding-inline-end: 0.8125rem !important;
}

.pe-14 {
  padding-inline-end: 0.875rem !important;
}

.pe-15 {
  padding-inline-end: 0.9375rem !important;
}

.pe-16 {
  padding-inline-end: 1rem !important;
}

.pe-17 {
  padding-inline-end: 1.0625rem !important;
}

.pe-18 {
  padding-inline-end: 1.125rem !important;
}

.pe-19 {
  padding-inline-end: 1.1875rem !important;
}

.pe-20 {
  padding-inline-end: 1.25rem !important;
}

.pe-21 {
  padding-inline-end: 1.3125rem !important;
}

.pe-22 {
  padding-inline-end: 1.375rem !important;
}

.pe-23 {
  padding-inline-end: 1.4375rem !important;
}

.pe-24 {
  padding-inline-end: 1.5rem !important;
}

.pe-25 {
  padding-inline-end: 1.5625rem !important;
}

.pe-26 {
  padding-inline-end: 1.625rem !important;
}

.pe-27 {
  padding-inline-end: 1.6875rem !important;
}

.pe-28 {
  padding-inline-end: 1.75rem !important;
}

.pe-29 {
  padding-inline-end: 1.8125rem !important;
}

.pe-30 {
  padding-inline-end: 1.875rem !important;
}

.pe-31 {
  padding-inline-end: 1.9375rem !important;
}

.pe-32 {
  padding-inline-end: 2rem !important;
}

.pe-33 {
  padding-inline-end: 2.0625rem !important;
}

.pe-34 {
  padding-inline-end: 2.125rem !important;
}

.pe-35 {
  padding-inline-end: 2.1875rem !important;
}

.pe-36 {
  padding-inline-end: 2.25rem !important;
}

.pe-37 {
  padding-inline-end: 2.3125rem !important;
}

.pe-38 {
  padding-inline-end: 2.375rem !important;
}

.pe-39 {
  padding-inline-end: 2.4375rem !important;
}

.pe-40 {
  padding-inline-end: 2.5rem !important;
}

.pe-41 {
  padding-inline-end: 2.5625rem !important;
}

.pe-42 {
  padding-inline-end: 2.625rem !important;
}

.pe-43 {
  padding-inline-end: 2.6875rem !important;
}

.pe-44 {
  padding-inline-end: 2.75rem !important;
}

.pe-45 {
  padding-inline-end: 2.8125rem !important;
}

.pe-46 {
  padding-inline-end: 2.875rem !important;
}

.pe-47 {
  padding-inline-end: 2.9375rem !important;
}

.pe-48 {
  padding-inline-end: 3rem !important;
}

.pe-49 {
  padding-inline-end: 3.0625rem !important;
}

.pe-50 {
  padding-inline-end: 3.125rem !important;
}

.pe-51 {
  padding-inline-end: 3.1875rem !important;
}

.pe-52 {
  padding-inline-end: 3.25rem !important;
}

.pe-53 {
  padding-inline-end: 3.3125rem !important;
}

.pe-54 {
  padding-inline-end: 3.375rem !important;
}

.pe-56 {
  padding-inline-end: 3.5rem !important;
}

.pe-57 {
  padding-inline-end: 3.5625rem !important;
}

.pe-58 {
  padding-inline-end: 3.625rem !important;
}

.pe-90 {
  padding-inline-end: 5.625rem !important;
}

.pe-99 {
  padding-inline-end: 6.1875rem !important;
}

.pe-200 {
  padding-inline-end: 12.5rem !important;
}

.pe-250 {
  padding-inline-end: 15.625rem !important;
}

.pe-px-0 {
  padding-inline-end: 0rem !important;
}

.pe-px-1 {
  padding-inline-end: 0.0625rem !important;
}

.pe-px-2 {
  padding-inline-end: 0.125rem !important;
}

.pe-px-3 {
  padding-inline-end: 0.1875rem !important;
}

.pe-px-4 {
  padding-inline-end: 0.25rem !important;
}

.pe-px-5 {
  padding-inline-end: 0.3125rem !important;
}

.pe-px-6 {
  padding-inline-end: 0.375rem !important;
}

.pe-px-7 {
  padding-inline-end: 0.4375rem !important;
}

.pe-px-8 {
  padding-inline-end: 0.5rem !important;
}

.pe-px-9 {
  padding-inline-end: 0.5625rem !important;
}

.pe-px-10 {
  padding-inline-end: 0.625rem !important;
}

.pe-px-11 {
  padding-inline-end: 0.6875rem !important;
}

.pe-px-12 {
  padding-inline-end: 0.75rem !important;
}

.pe-px-13 {
  padding-inline-end: 0.8125rem !important;
}

.pe-px-14 {
  padding-inline-end: 0.875rem !important;
}

.pe-px-15 {
  padding-inline-end: 0.9375rem !important;
}

.pe-px-16 {
  padding-inline-end: 1rem !important;
}

.pe-px-17 {
  padding-inline-end: 1.0625rem !important;
}

.pe-px-18 {
  padding-inline-end: 1.125rem !important;
}

.pe-px-19 {
  padding-inline-end: 1.1875rem !important;
}

.pe-px-20 {
  padding-inline-end: 1.25rem !important;
}

.pe-px-21 {
  padding-inline-end: 1.3125rem !important;
}

.pe-px-22 {
  padding-inline-end: 1.375rem !important;
}

.pe-px-23 {
  padding-inline-end: 1.4375rem !important;
}

.pe-px-24 {
  padding-inline-end: 1.5rem !important;
}

.pe-px-25 {
  padding-inline-end: 1.5625rem !important;
}

.pe-px-26 {
  padding-inline-end: 1.625rem !important;
}

.pe-px-27 {
  padding-inline-end: 1.6875rem !important;
}

.pe-px-28 {
  padding-inline-end: 1.75rem !important;
}

.pe-px-29 {
  padding-inline-end: 1.8125rem !important;
}

.pe-px-30 {
  padding-inline-end: 1.875rem !important;
}

.pe-px-31 {
  padding-inline-end: 1.9375rem !important;
}

.pe-px-32 {
  padding-inline-end: 2rem !important;
}

.pe-px-33 {
  padding-inline-end: 2.0625rem !important;
}

.pe-px-34 {
  padding-inline-end: 2.125rem !important;
}

.pe-px-35 {
  padding-inline-end: 2.1875rem !important;
}

.pe-px-36 {
  padding-inline-end: 2.25rem !important;
}

.pe-px-37 {
  padding-inline-end: 2.3125rem !important;
}

.pe-px-38 {
  padding-inline-end: 2.375rem !important;
}

.pe-px-39 {
  padding-inline-end: 2.4375rem !important;
}

.pe-px-40 {
  padding-inline-end: 2.5rem !important;
}

.pe-px-41 {
  padding-inline-end: 2.5625rem !important;
}

.pe-px-42 {
  padding-inline-end: 2.625rem !important;
}

.pe-px-43 {
  padding-inline-end: 2.6875rem !important;
}

.pe-px-44 {
  padding-inline-end: 2.75rem !important;
}

.pe-px-45 {
  padding-inline-end: 2.8125rem !important;
}

.pe-px-46 {
  padding-inline-end: 2.875rem !important;
}

.pe-px-47 {
  padding-inline-end: 2.9375rem !important;
}

.pe-px-48 {
  padding-inline-end: 3rem !important;
}

.pe-px-49 {
  padding-inline-end: 3.0625rem !important;
}

.pe-px-50 {
  padding-inline-end: 3.125rem !important;
}

.pe-px-51 {
  padding-inline-end: 3.1875rem !important;
}

.pe-px-52 {
  padding-inline-end: 3.25rem !important;
}

.pe-px-53 {
  padding-inline-end: 3.3125rem !important;
}

.pe-px-54 {
  padding-inline-end: 3.375rem !important;
}

.pe-px-56 {
  padding-inline-end: 3.5rem !important;
}

.pe-px-57 {
  padding-inline-end: 3.5625rem !important;
}

.pe-px-58 {
  padding-inline-end: 3.625rem !important;
}

.pe-px-59 {
  padding-inline-end: 3.6875rem !important;
}

.pe-px-60 {
  padding-inline-end: 3.75rem !important;
}

.pe-px-61 {
  padding-inline-end: 3.8125rem !important;
}

.pe-px-62 {
  padding-inline-end: 3.875rem !important;
}

.pe-px-63 {
  padding-inline-end: 3.9375rem !important;
}

.pe-px-64 {
  padding-inline-end: 4rem !important;
}

.pe-px-68 {
  padding-inline-end: 4.25rem !important;
}

.pe-px-70 {
  padding-inline-end: 4.375rem !important;
}

.pe-px-71 {
  padding-inline-end: 4.4375rem !important;
}

.pe-px-72 {
  padding-inline-end: 4.5rem !important;
}

.pe-px-73 {
  padding-inline-end: 4.5625rem !important;
}

.pe-px-74 {
  padding-inline-end: 4.625rem !important;
}

.pe-px-75 {
  padding-inline-end: 4.6875rem !important;
}

.pe-px-76 {
  padding-inline-end: 4.75rem !important;
}

.pe-px-77 {
  padding-inline-end: 4.8125rem !important;
}

.pe-px-78 {
  padding-inline-end: 4.875rem !important;
}

.pe-px-79 {
  padding-inline-end: 4.9375rem !important;
}

.pe-px-80 {
  padding-inline-end: 5rem !important;
}

.pe-px-82 {
  padding-inline-end: 5.125rem !important;
}

.pe-px-83 {
  padding-inline-end: 5.1875rem !important;
}

.pe-px-84 {
  padding-inline-end: 5.25rem !important;
}

.pe-px-86 {
  padding-inline-end: 5.375rem !important;
}

.pe-px-87 {
  padding-inline-end: 5.4375rem !important;
}

.pe-px-88 {
  padding-inline-end: 5.5rem !important;
}

.pe-px-89 {
  padding-inline-end: 5.5625rem !important;
}

.pe-px-90 {
  padding-inline-end: 5.625rem !important;
}

.pe-px-92 {
  padding-inline-end: 5.75rem !important;
}

.pe-px-94 {
  padding-inline-end: 5.875rem !important;
}

.pe-px-95 {
  padding-inline-end: 5.9375rem !important;
}

.pe-px-96 {
  padding-inline-end: 6rem !important;
}

.pe-px-98 {
  padding-inline-end: 6.125rem !important;
}

.pe-px-100 {
  padding-inline-end: 6.25rem !important;
}

.pe-px-102 {
  padding-inline-end: 6.375rem !important;
}

.pe-px-104 {
  padding-inline-end: 6.5rem !important;
}

.pe-px-108 {
  padding-inline-end: 6.75rem !important;
}

.pe-px-115 {
  padding-inline-end: 7.1875rem !important;
}

.pe-px-116 {
  padding-inline-end: 7.25rem !important;
}

.pe-px-118 {
  padding-inline-end: 7.375rem !important;
}

.pe-px-120 {
  padding-inline-end: 7.5rem !important;
}

.pe-px-121 {
  padding-inline-end: 7.5625rem !important;
}

.pe-px-123 {
  padding-inline-end: 7.6875rem !important;
}

.pe-px-129 {
  padding-inline-end: 8.0625rem !important;
}

.pe-px-131 {
  padding-inline-end: 8.1875rem !important;
}

.pe-px-140 {
  padding-inline-end: 8.75rem !important;
}

.pe-px-144 {
  padding-inline-end: 9rem !important;
}

.pe-px-147 {
  padding-inline-end: 9.1875rem !important;
}

.pe-px-148 {
  padding-inline-end: 9.25rem !important;
}

.pe-px-154 {
  padding-inline-end: 9.625rem !important;
}

.pe-px-156 {
  padding-inline-end: 9.75rem !important;
}

.pe-px-180 {
  padding-inline-end: 11.25rem !important;
}

.pe-px-200 {
  padding-inline-end: 12.5rem !important;
}

.pe-px-231 {
  padding-inline-end: 14.4375rem !important;
}

.pe-px-240 {
  padding-inline-end: 15rem !important;
}

.pe-px-247 {
  padding-inline-end: 15.4375rem !important;
}

.pe-px-239 {
  padding-inline-end: 14.9375rem !important;
}

.pe-px-255 {
  padding-inline-end: 15.9375rem !important;
}

.pe-px-327 {
  padding-inline-end: 20.4375rem !important;
}

.pb-0 {
  padding-block-end: 0 !important;
}

.pb-1 {
  padding-block-end: 0.25rem !important;
}

.pb-2 {
  padding-block-end: 0.5rem !important;
}

.pb-3 {
  padding-block-end: 1rem !important;
}

.pb-4 {
  padding-block-end: 1.5rem !important;
}

.pb-5 {
  padding-block-end: 3rem !important;
}

.pb-6 {
  padding-block-end: 0.375rem !important;
}

.pb-7 {
  padding-block-end: 0.4375rem !important;
}

.pb-8 {
  padding-block-end: 0.5rem !important;
}

.pb-9 {
  padding-block-end: 0.5625rem !important;
}

.pb-10 {
  padding-block-end: 0.625rem !important;
}

.pb-11 {
  padding-block-end: 0.6875rem !important;
}

.pb-12 {
  padding-block-end: 0.75rem !important;
}

.pb-13 {
  padding-block-end: 0.8125rem !important;
}

.pb-14 {
  padding-block-end: 0.875rem !important;
}

.pb-15 {
  padding-block-end: 0.9375rem !important;
}

.pb-16 {
  padding-block-end: 1rem !important;
}

.pb-17 {
  padding-block-end: 1.0625rem !important;
}

.pb-18 {
  padding-block-end: 1.125rem !important;
}

.pb-19 {
  padding-block-end: 1.1875rem !important;
}

.pb-20 {
  padding-block-end: 1.25rem !important;
}

.pb-21 {
  padding-block-end: 1.3125rem !important;
}

.pb-22 {
  padding-block-end: 1.375rem !important;
}

.pb-23 {
  padding-block-end: 1.4375rem !important;
}

.pb-24 {
  padding-block-end: 1.5rem !important;
}

.pb-25 {
  padding-block-end: 1.5625rem !important;
}

.pb-26 {
  padding-block-end: 1.625rem !important;
}

.pb-27 {
  padding-block-end: 1.6875rem !important;
}

.pb-28 {
  padding-block-end: 1.75rem !important;
}

.pb-29 {
  padding-block-end: 1.8125rem !important;
}

.pb-30 {
  padding-block-end: 1.875rem !important;
}

.pb-31 {
  padding-block-end: 1.9375rem !important;
}

.pb-32 {
  padding-block-end: 2rem !important;
}

.pb-33 {
  padding-block-end: 2.0625rem !important;
}

.pb-34 {
  padding-block-end: 2.125rem !important;
}

.pb-35 {
  padding-block-end: 2.1875rem !important;
}

.pb-36 {
  padding-block-end: 2.25rem !important;
}

.pb-37 {
  padding-block-end: 2.3125rem !important;
}

.pb-38 {
  padding-block-end: 2.375rem !important;
}

.pb-39 {
  padding-block-end: 2.4375rem !important;
}

.pb-40 {
  padding-block-end: 2.5rem !important;
}

.pb-41 {
  padding-block-end: 2.5625rem !important;
}

.pb-42 {
  padding-block-end: 2.625rem !important;
}

.pb-43 {
  padding-block-end: 2.6875rem !important;
}

.pb-44 {
  padding-block-end: 2.75rem !important;
}

.pb-45 {
  padding-block-end: 2.8125rem !important;
}

.pb-46 {
  padding-block-end: 2.875rem !important;
}

.pb-47 {
  padding-block-end: 2.9375rem !important;
}

.pb-48 {
  padding-block-end: 3rem !important;
}

.pb-49 {
  padding-block-end: 3.0625rem !important;
}

.pb-50 {
  padding-block-end: 3.125rem !important;
}

.pb-51 {
  padding-block-end: 3.1875rem !important;
}

.pb-52 {
  padding-block-end: 3.25rem !important;
}

.pb-53 {
  padding-block-end: 3.3125rem !important;
}

.pb-54 {
  padding-block-end: 3.375rem !important;
}

.pb-56 {
  padding-block-end: 3.5rem !important;
}

.pb-57 {
  padding-block-end: 3.5625rem !important;
}

.pb-58 {
  padding-block-end: 3.625rem !important;
}

.pb-90 {
  padding-block-end: 5.625rem !important;
}

.pb-99 {
  padding-block-end: 6.1875rem !important;
}

.pb-200 {
  padding-block-end: 12.5rem !important;
}

.pb-250 {
  padding-block-end: 15.625rem !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.ps-5 {
  padding-inline-start: 3rem !important;
}

.ps-6 {
  padding-inline-start: 0.375rem !important;
}

.ps-7 {
  padding-inline-start: 0.4375rem !important;
}

.ps-8 {
  padding-inline-start: 0.5rem !important;
}

.ps-9 {
  padding-inline-start: 0.5625rem !important;
}

.ps-10 {
  padding-inline-start: 0.625rem !important;
}

.ps-11 {
  padding-inline-start: 0.6875rem !important;
}

.ps-12 {
  padding-inline-start: 0.75rem !important;
}

.ps-13 {
  padding-inline-start: 0.8125rem !important;
}

.ps-14 {
  padding-inline-start: 0.875rem !important;
}

.ps-15 {
  padding-inline-start: 0.9375rem !important;
}

.ps-16 {
  padding-inline-start: 1rem !important;
}

.ps-17 {
  padding-inline-start: 1.0625rem !important;
}

.ps-18 {
  padding-inline-start: 1.125rem !important;
}

.ps-19 {
  padding-inline-start: 1.1875rem !important;
}

.ps-20 {
  padding-inline-start: 1.25rem !important;
}

.ps-21 {
  padding-inline-start: 1.3125rem !important;
}

.ps-22 {
  padding-inline-start: 1.375rem !important;
}

.ps-23 {
  padding-inline-start: 1.4375rem !important;
}

.ps-24 {
  padding-inline-start: 1.5rem !important;
}

.ps-25 {
  padding-inline-start: 1.5625rem !important;
}

.ps-26 {
  padding-inline-start: 1.625rem !important;
}

.ps-27 {
  padding-inline-start: 1.6875rem !important;
}

.ps-28 {
  padding-inline-start: 1.75rem !important;
}

.ps-29 {
  padding-inline-start: 1.8125rem !important;
}

.ps-30 {
  padding-inline-start: 1.875rem !important;
}

.ps-31 {
  padding-inline-start: 1.9375rem !important;
}

.ps-32 {
  padding-inline-start: 2rem !important;
}

.ps-33 {
  padding-inline-start: 2.0625rem !important;
}

.ps-34 {
  padding-inline-start: 2.125rem !important;
}

.ps-35 {
  padding-inline-start: 2.1875rem !important;
}

.ps-36 {
  padding-inline-start: 2.25rem !important;
}

.ps-37 {
  padding-inline-start: 2.3125rem !important;
}

.ps-38 {
  padding-inline-start: 2.375rem !important;
}

.ps-39 {
  padding-inline-start: 2.4375rem !important;
}

.ps-40 {
  padding-inline-start: 2.5rem !important;
}

.ps-41 {
  padding-inline-start: 2.5625rem !important;
}

.ps-42 {
  padding-inline-start: 2.625rem !important;
}

.ps-43 {
  padding-inline-start: 2.6875rem !important;
}

.ps-44 {
  padding-inline-start: 2.75rem !important;
}

.ps-45 {
  padding-inline-start: 2.8125rem !important;
}

.ps-46 {
  padding-inline-start: 2.875rem !important;
}

.ps-47 {
  padding-inline-start: 2.9375rem !important;
}

.ps-48 {
  padding-inline-start: 3rem !important;
}

.ps-49 {
  padding-inline-start: 3.0625rem !important;
}

.ps-50 {
  padding-inline-start: 3.125rem !important;
}

.ps-51 {
  padding-inline-start: 3.1875rem !important;
}

.ps-52 {
  padding-inline-start: 3.25rem !important;
}

.ps-53 {
  padding-inline-start: 3.3125rem !important;
}

.ps-54 {
  padding-inline-start: 3.375rem !important;
}

.ps-56 {
  padding-inline-start: 3.5rem !important;
}

.ps-57 {
  padding-inline-start: 3.5625rem !important;
}

.ps-58 {
  padding-inline-start: 3.625rem !important;
}

.ps-90 {
  padding-inline-start: 5.625rem !important;
}

.ps-99 {
  padding-inline-start: 6.1875rem !important;
}

.ps-200 {
  padding-inline-start: 12.5rem !important;
}

.ps-250 {
  padding-inline-start: 15.625rem !important;
}

.ps-px-0 {
  padding-inline-start: 0rem !important;
}

.ps-px-1 {
  padding-inline-start: 0.0625rem !important;
}

.ps-px-2 {
  padding-inline-start: 0.125rem !important;
}

.ps-px-3 {
  padding-inline-start: 0.1875rem !important;
}

.ps-px-4 {
  padding-inline-start: 0.25rem !important;
}

.ps-px-5 {
  padding-inline-start: 0.3125rem !important;
}

.ps-px-6 {
  padding-inline-start: 0.375rem !important;
}

.ps-px-7 {
  padding-inline-start: 0.4375rem !important;
}

.ps-px-8 {
  padding-inline-start: 0.5rem !important;
}

.ps-px-9 {
  padding-inline-start: 0.5625rem !important;
}

.ps-px-10 {
  padding-inline-start: 0.625rem !important;
}

.ps-px-11 {
  padding-inline-start: 0.6875rem !important;
}

.ps-px-12 {
  padding-inline-start: 0.75rem !important;
}

.ps-px-13 {
  padding-inline-start: 0.8125rem !important;
}

.ps-px-14 {
  padding-inline-start: 0.875rem !important;
}

.ps-px-15 {
  padding-inline-start: 0.9375rem !important;
}

.ps-px-16 {
  padding-inline-start: 1rem !important;
}

.ps-px-17 {
  padding-inline-start: 1.0625rem !important;
}

.ps-px-18 {
  padding-inline-start: 1.125rem !important;
}

.ps-px-19 {
  padding-inline-start: 1.1875rem !important;
}

.ps-px-20 {
  padding-inline-start: 1.25rem !important;
}

.ps-px-21 {
  padding-inline-start: 1.3125rem !important;
}

.ps-px-22 {
  padding-inline-start: 1.375rem !important;
}

.ps-px-23 {
  padding-inline-start: 1.4375rem !important;
}

.ps-px-24 {
  padding-inline-start: 1.5rem !important;
}

.ps-px-25 {
  padding-inline-start: 1.5625rem !important;
}

.ps-px-26 {
  padding-inline-start: 1.625rem !important;
}

.ps-px-27 {
  padding-inline-start: 1.6875rem !important;
}

.ps-px-28 {
  padding-inline-start: 1.75rem !important;
}

.ps-px-29 {
  padding-inline-start: 1.8125rem !important;
}

.ps-px-30 {
  padding-inline-start: 1.875rem !important;
}

.ps-px-31 {
  padding-inline-start: 1.9375rem !important;
}

.ps-px-32 {
  padding-inline-start: 2rem !important;
}

.ps-px-33 {
  padding-inline-start: 2.0625rem !important;
}

.ps-px-34 {
  padding-inline-start: 2.125rem !important;
}

.ps-px-35 {
  padding-inline-start: 2.1875rem !important;
}

.ps-px-36 {
  padding-inline-start: 2.25rem !important;
}

.ps-px-37 {
  padding-inline-start: 2.3125rem !important;
}

.ps-px-38 {
  padding-inline-start: 2.375rem !important;
}

.ps-px-39 {
  padding-inline-start: 2.4375rem !important;
}

.ps-px-40 {
  padding-inline-start: 2.5rem !important;
}

.ps-px-41 {
  padding-inline-start: 2.5625rem !important;
}

.ps-px-42 {
  padding-inline-start: 2.625rem !important;
}

.ps-px-43 {
  padding-inline-start: 2.6875rem !important;
}

.ps-px-44 {
  padding-inline-start: 2.75rem !important;
}

.ps-px-45 {
  padding-inline-start: 2.8125rem !important;
}

.ps-px-46 {
  padding-inline-start: 2.875rem !important;
}

.ps-px-47 {
  padding-inline-start: 2.9375rem !important;
}

.ps-px-48 {
  padding-inline-start: 3rem !important;
}

.ps-px-49 {
  padding-inline-start: 3.0625rem !important;
}

.ps-px-50 {
  padding-inline-start: 3.125rem !important;
}

.ps-px-51 {
  padding-inline-start: 3.1875rem !important;
}

.ps-px-52 {
  padding-inline-start: 3.25rem !important;
}

.ps-px-53 {
  padding-inline-start: 3.3125rem !important;
}

.ps-px-54 {
  padding-inline-start: 3.375rem !important;
}

.ps-px-56 {
  padding-inline-start: 3.5rem !important;
}

.ps-px-57 {
  padding-inline-start: 3.5625rem !important;
}

.ps-px-58 {
  padding-inline-start: 3.625rem !important;
}

.ps-px-59 {
  padding-inline-start: 3.6875rem !important;
}

.ps-px-60 {
  padding-inline-start: 3.75rem !important;
}

.ps-px-61 {
  padding-inline-start: 3.8125rem !important;
}

.ps-px-62 {
  padding-inline-start: 3.875rem !important;
}

.ps-px-63 {
  padding-inline-start: 3.9375rem !important;
}

.ps-px-64 {
  padding-inline-start: 4rem !important;
}

.ps-px-68 {
  padding-inline-start: 4.25rem !important;
}

.ps-px-70 {
  padding-inline-start: 4.375rem !important;
}

.ps-px-71 {
  padding-inline-start: 4.4375rem !important;
}

.ps-px-72 {
  padding-inline-start: 4.5rem !important;
}

.ps-px-73 {
  padding-inline-start: 4.5625rem !important;
}

.ps-px-74 {
  padding-inline-start: 4.625rem !important;
}

.ps-px-75 {
  padding-inline-start: 4.6875rem !important;
}

.ps-px-76 {
  padding-inline-start: 4.75rem !important;
}

.ps-px-77 {
  padding-inline-start: 4.8125rem !important;
}

.ps-px-78 {
  padding-inline-start: 4.875rem !important;
}

.ps-px-79 {
  padding-inline-start: 4.9375rem !important;
}

.ps-px-80 {
  padding-inline-start: 5rem !important;
}

.ps-px-82 {
  padding-inline-start: 5.125rem !important;
}

.ps-px-83 {
  padding-inline-start: 5.1875rem !important;
}

.ps-px-84 {
  padding-inline-start: 5.25rem !important;
}

.ps-px-86 {
  padding-inline-start: 5.375rem !important;
}

.ps-px-87 {
  padding-inline-start: 5.4375rem !important;
}

.ps-px-88 {
  padding-inline-start: 5.5rem !important;
}

.ps-px-89 {
  padding-inline-start: 5.5625rem !important;
}

.ps-px-90 {
  padding-inline-start: 5.625rem !important;
}

.ps-px-92 {
  padding-inline-start: 5.75rem !important;
}

.ps-px-94 {
  padding-inline-start: 5.875rem !important;
}

.ps-px-95 {
  padding-inline-start: 5.9375rem !important;
}

.ps-px-96 {
  padding-inline-start: 6rem !important;
}

.ps-px-98 {
  padding-inline-start: 6.125rem !important;
}

.ps-px-100 {
  padding-inline-start: 6.25rem !important;
}

.ps-px-102 {
  padding-inline-start: 6.375rem !important;
}

.ps-px-104 {
  padding-inline-start: 6.5rem !important;
}

.ps-px-108 {
  padding-inline-start: 6.75rem !important;
}

.ps-px-115 {
  padding-inline-start: 7.1875rem !important;
}

.ps-px-116 {
  padding-inline-start: 7.25rem !important;
}

.ps-px-118 {
  padding-inline-start: 7.375rem !important;
}

.ps-px-120 {
  padding-inline-start: 7.5rem !important;
}

.ps-px-121 {
  padding-inline-start: 7.5625rem !important;
}

.ps-px-123 {
  padding-inline-start: 7.6875rem !important;
}

.ps-px-129 {
  padding-inline-start: 8.0625rem !important;
}

.ps-px-131 {
  padding-inline-start: 8.1875rem !important;
}

.ps-px-140 {
  padding-inline-start: 8.75rem !important;
}

.ps-px-144 {
  padding-inline-start: 9rem !important;
}

.ps-px-147 {
  padding-inline-start: 9.1875rem !important;
}

.ps-px-148 {
  padding-inline-start: 9.25rem !important;
}

.ps-px-154 {
  padding-inline-start: 9.625rem !important;
}

.ps-px-156 {
  padding-inline-start: 9.75rem !important;
}

.ps-px-180 {
  padding-inline-start: 11.25rem !important;
}

.ps-px-200 {
  padding-inline-start: 12.5rem !important;
}

.ps-px-231 {
  padding-inline-start: 14.4375rem !important;
}

.ps-px-240 {
  padding-inline-start: 15rem !important;
}

.ps-px-247 {
  padding-inline-start: 15.4375rem !important;
}

.ps-px-239 {
  padding-inline-start: 14.9375rem !important;
}

.ps-px-255 {
  padding-inline-start: 15.9375rem !important;
}

.ps-px-327 {
  padding-inline-start: 20.4375rem !important;
}

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

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

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

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

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

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

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

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

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

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

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

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

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-31 {
  font-size: 1.9375rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-33 {
  font-size: 2.0625rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-35 {
  font-size: 2.1875rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-37 {
  font-size: 2.3125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-39 {
  font-size: 2.4375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-41 {
  font-size: 2.5625rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-43 {
  font-size: 2.6875rem !important;
}

.fs-44 {
  font-size: 2.75rem !important;
}

.fs-45 {
  font-size: 2.8125rem !important;
}

.fs-46 {
  font-size: 2.875rem !important;
}

.fs-47 {
  font-size: 2.9375rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-49 {
  font-size: 3.0625rem !important;
}

.fs-50 {
  font-size: 3.125rem !important;
}

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

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

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

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

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

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

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

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

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

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-balance {
  white-space: balance !important;
}

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

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

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

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

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

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

.text-warning, .p-menu-item.list-warning a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger, .p-menu-item.list-danger a {
  --bs-text-opacity: 1;
  color: var(--danger-600) !important;
}

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--text-muted) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(15, 20, 28, 0.5) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-none {
  --bs-bg-opacity: 1;
  background-color: unset !important;
}

.bg-clip-padding-box {
  background-clip: padding-box !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-1 {
  border-radius: 0.0625rem !important;
}

.rounded-2 {
  border-radius: 0.125rem !important;
}

.rounded-3 {
  border-radius: 0.1875rem !important;
}

.rounded-4 {
  border-radius: 0.5625rem !important;
}

.rounded-5 {
  border-radius: 0.3125rem !important;
}

.rounded-6 {
  border-radius: 0.375rem !important;
}

.rounded-7 {
  border-radius: 0.4375rem !important;
}

.rounded-sm {
  border-radius: 0.3rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-px-1 {
  border-radius: 0.0625rem !important;
}

.rounded-px-2 {
  border-radius: 0.125rem !important;
}

.rounded-px-3 {
  border-radius: 0.1875rem !important;
}

.rounded-px-4 {
  border-radius: 0.25rem !important;
}

.rounded-px-5 {
  border-radius: 0.3125rem !important;
}

.rounded-px-6 {
  border-radius: 0.375rem !important;
}

.rounded-px-7 {
  border-radius: 0.4375rem !important;
}

.rounded-px-8 {
  border-radius: 0.5rem !important;
}

.rounded-px-9 {
  border-radius: 0.5625rem !important;
}

.rounded-px-10 {
  border-radius: 0.625rem !important;
}

.rounded-px-11 {
  border-radius: 0.6875rem !important;
}

.rounded-px-12 {
  border-radius: 0.75rem !important;
}

.rounded-px-13 {
  border-radius: 0.8125rem !important;
}

.rounded-px-14 {
  border-radius: 0.875rem !important;
}

.rounded-px-15 {
  border-radius: 0.9375rem !important;
}

.rounded-px-16 {
  border-radius: 1rem !important;
}

.rounded-px-17 {
  border-radius: 1.0625rem !important;
}

.rounded-px-18 {
  border-radius: 1.125rem !important;
}

.rounded-px-19 {
  border-radius: 1.1875rem !important;
}

.rounded-px-20 {
  border-radius: 1.25rem !important;
}

.rounded-px-21 {
  border-radius: 1.3125rem !important;
}

.rounded-px-22 {
  border-radius: 1.375rem !important;
}

.rounded-px-23 {
  border-radius: 1.4375rem !important;
}

.rounded-px-24 {
  border-radius: 1.5rem !important;
}

.rounded-px-25 {
  border-radius: 1.5625rem !important;
}

.rounded-px-26 {
  border-radius: 1.625rem !important;
}

.rounded-px-27 {
  border-radius: 1.6875rem !important;
}

.rounded-px-28 {
  border-radius: 1.75rem !important;
}

.rounded-px-29 {
  border-radius: 1.8125rem !important;
}

.rounded-px-30 {
  border-radius: 1.875rem !important;
}

.rounded-px-31 {
  border-radius: 1.9375rem !important;
}

.rounded-px-32 {
  border-radius: 2rem !important;
}

.rounded-px-33 {
  border-radius: 2.0625rem !important;
}

.rounded-px-34 {
  border-radius: 2.125rem !important;
}

.rounded-px-35 {
  border-radius: 2.1875rem !important;
}

.rounded-px-36 {
  border-radius: 2.25rem !important;
}

.rounded-px-37 {
  border-radius: 2.3125rem !important;
}

.rounded-px-38 {
  border-radius: 2.375rem !important;
}

.rounded-px-39 {
  border-radius: 2.4375rem !important;
}

.rounded-px-40 {
  border-radius: 2.5rem !important;
}

.rounded-px-41 {
  border-radius: 2.5625rem !important;
}

.rounded-px-42 {
  border-radius: 2.625rem !important;
}

.rounded-px-43 {
  border-radius: 2.6875rem !important;
}

.rounded-px-44 {
  border-radius: 2.75rem !important;
}

.rounded-px-45 {
  border-radius: 2.8125rem !important;
}

.rounded-px-46 {
  border-radius: 2.875rem !important;
}

.rounded-px-47 {
  border-radius: 2.9375rem !important;
}

.rounded-px-48 {
  border-radius: 3rem !important;
}

.rounded-px-49 {
  border-radius: 3.0625rem !important;
}

.rounded-px-50 {
  border-radius: 3.125rem !important;
}

.rounded-px-51 {
  border-radius: 3.1875rem !important;
}

.rounded-px-52 {
  border-radius: 3.25rem !important;
}

.rounded-px-53 {
  border-radius: 3.3125rem !important;
}

.rounded-px-54 {
  border-radius: 3.375rem !important;
}

.rounded-px-56 {
  border-radius: 3.5rem !important;
}

.rounded-px-57 {
  border-radius: 3.5625rem !important;
}

.rounded-px-58 {
  border-radius: 3.625rem !important;
}

.rounded-px-59 {
  border-radius: 3.6875rem !important;
}

.rounded-px-60 {
  border-radius: 3.75rem !important;
}

.rounded-px-61 {
  border-radius: 3.8125rem !important;
}

.rounded-px-62 {
  border-radius: 3.875rem !important;
}

.rounded-px-63 {
  border-radius: 3.9375rem !important;
}

.rounded-px-64 {
  border-radius: 4rem !important;
}

.rounded-px-68 {
  border-radius: 4.25rem !important;
}

.rounded-px-70 {
  border-radius: 4.375rem !important;
}

.rounded-px-71 {
  border-radius: 4.4375rem !important;
}

.rounded-px-72 {
  border-radius: 4.5rem !important;
}

.rounded-px-73 {
  border-radius: 4.5625rem !important;
}

.rounded-px-74 {
  border-radius: 4.625rem !important;
}

.rounded-px-75 {
  border-radius: 4.6875rem !important;
}

.rounded-px-76 {
  border-radius: 4.75rem !important;
}

.rounded-px-77 {
  border-radius: 4.8125rem !important;
}

.rounded-px-78 {
  border-radius: 4.875rem !important;
}

.rounded-px-79 {
  border-radius: 4.9375rem !important;
}

.rounded-px-80 {
  border-radius: 5rem !important;
}

.rounded-px-82 {
  border-radius: 5.125rem !important;
}

.rounded-px-83 {
  border-radius: 5.1875rem !important;
}

.rounded-px-84 {
  border-radius: 5.25rem !important;
}

.rounded-px-86 {
  border-radius: 5.375rem !important;
}

.rounded-px-87 {
  border-radius: 5.4375rem !important;
}

.rounded-px-88 {
  border-radius: 5.5rem !important;
}

.rounded-px-89 {
  border-radius: 5.5625rem !important;
}

.rounded-px-90 {
  border-radius: 5.625rem !important;
}

.rounded-px-92 {
  border-radius: 5.75rem !important;
}

.rounded-px-94 {
  border-radius: 5.875rem !important;
}

.rounded-px-95 {
  border-radius: 5.9375rem !important;
}

.rounded-px-96 {
  border-radius: 6rem !important;
}

.rounded-px-98 {
  border-radius: 6.125rem !important;
}

.rounded-px-100 {
  border-radius: 6.25rem !important;
}

.rounded-px-102 {
  border-radius: 6.375rem !important;
}

.rounded-px-104 {
  border-radius: 6.5rem !important;
}

.rounded-px-108 {
  border-radius: 6.75rem !important;
}

.rounded-px-115 {
  border-radius: 7.1875rem !important;
}

.rounded-px-116 {
  border-radius: 7.25rem !important;
}

.rounded-px-118 {
  border-radius: 7.375rem !important;
}

.rounded-px-120 {
  border-radius: 7.5rem !important;
}

.rounded-px-121 {
  border-radius: 7.5625rem !important;
}

.rounded-px-123 {
  border-radius: 7.6875rem !important;
}

.rounded-px-129 {
  border-radius: 8.0625rem !important;
}

.rounded-px-131 {
  border-radius: 8.1875rem !important;
}

.rounded-px-140 {
  border-radius: 8.75rem !important;
}

.rounded-px-144 {
  border-radius: 9rem !important;
}

.rounded-px-147 {
  border-radius: 9.1875rem !important;
}

.rounded-px-148 {
  border-radius: 9.25rem !important;
}

.rounded-px-154 {
  border-radius: 9.625rem !important;
}

.rounded-px-156 {
  border-radius: 9.75rem !important;
}

.rounded-px-180 {
  border-radius: 11.25rem !important;
}

.rounded-px-200 {
  border-radius: 12.5rem !important;
}

.rounded-px-231 {
  border-radius: 14.4375rem !important;
}

.rounded-px-240 {
  border-radius: 15rem !important;
}

.rounded-px-247 {
  border-radius: 15.4375rem !important;
}

.rounded-px-239 {
  border-radius: 14.9375rem !important;
}

.rounded-px-255 {
  border-radius: 15.9375rem !important;
}

.rounded-px-327 {
  border-radius: 20.4375rem !important;
}

.rounded-top-start-0 {
  border-start-start-radius: 0rem !important;
}

.rounded-top-start-1 {
  border-start-start-radius: 0.0625rem !important;
}

.rounded-top-start-2 {
  border-start-start-radius: 0.125rem !important;
}

.rounded-top-start-3 {
  border-start-start-radius: 0.1875rem !important;
}

.rounded-top-start-4 {
  border-start-start-radius: 0.25rem !important;
}

.rounded-top-start-5 {
  border-start-start-radius: 0.3125rem !important;
}

.rounded-top-start-6 {
  border-start-start-radius: 0.375rem !important;
}

.rounded-top-start-7 {
  border-start-start-radius: 0.4375rem !important;
}

.rounded-top-start-8 {
  border-start-start-radius: 0.5rem !important;
}

.rounded-top-start-9 {
  border-start-start-radius: 0.5625rem !important;
}

.rounded-top-start-10 {
  border-start-start-radius: 0.625rem !important;
}

.rounded-top-start-11 {
  border-start-start-radius: 0.6875rem !important;
}

.rounded-top-start-12 {
  border-start-start-radius: 0.75rem !important;
}

.rounded-top-start-13 {
  border-start-start-radius: 0.8125rem !important;
}

.rounded-top-start-14 {
  border-start-start-radius: 0.875rem !important;
}

.rounded-top-start-15 {
  border-start-start-radius: 0.9375rem !important;
}

.rounded-top-start-16 {
  border-start-start-radius: 1rem !important;
}

.rounded-top-start-17 {
  border-start-start-radius: 1.0625rem !important;
}

.rounded-top-start-18 {
  border-start-start-radius: 1.125rem !important;
}

.rounded-top-start-19 {
  border-start-start-radius: 1.1875rem !important;
}

.rounded-top-start-20 {
  border-start-start-radius: 1.25rem !important;
}

.rounded-top-start-21 {
  border-start-start-radius: 1.3125rem !important;
}

.rounded-top-start-22 {
  border-start-start-radius: 1.375rem !important;
}

.rounded-top-start-23 {
  border-start-start-radius: 1.4375rem !important;
}

.rounded-top-start-24 {
  border-start-start-radius: 1.5rem !important;
}

.rounded-top-start-25 {
  border-start-start-radius: 1.5625rem !important;
}

.rounded-top-start-26 {
  border-start-start-radius: 1.625rem !important;
}

.rounded-top-start-27 {
  border-start-start-radius: 1.6875rem !important;
}

.rounded-top-start-28 {
  border-start-start-radius: 1.75rem !important;
}

.rounded-top-start-29 {
  border-start-start-radius: 1.8125rem !important;
}

.rounded-top-start-30 {
  border-start-start-radius: 1.875rem !important;
}

.rounded-top-start-31 {
  border-start-start-radius: 1.9375rem !important;
}

.rounded-top-start-32 {
  border-start-start-radius: 2rem !important;
}

.rounded-top-start-33 {
  border-start-start-radius: 2.0625rem !important;
}

.rounded-top-start-34 {
  border-start-start-radius: 2.125rem !important;
}

.rounded-top-start-35 {
  border-start-start-radius: 2.1875rem !important;
}

.rounded-top-start-36 {
  border-start-start-radius: 2.25rem !important;
}

.rounded-top-start-37 {
  border-start-start-radius: 2.3125rem !important;
}

.rounded-top-start-38 {
  border-start-start-radius: 2.375rem !important;
}

.rounded-top-start-39 {
  border-start-start-radius: 2.4375rem !important;
}

.rounded-top-start-40 {
  border-start-start-radius: 2.5rem !important;
}

.rounded-top-start-41 {
  border-start-start-radius: 2.5625rem !important;
}

.rounded-top-start-42 {
  border-start-start-radius: 2.625rem !important;
}

.rounded-top-start-43 {
  border-start-start-radius: 2.6875rem !important;
}

.rounded-top-start-44 {
  border-start-start-radius: 2.75rem !important;
}

.rounded-top-start-45 {
  border-start-start-radius: 2.8125rem !important;
}

.rounded-top-start-46 {
  border-start-start-radius: 2.875rem !important;
}

.rounded-top-start-47 {
  border-start-start-radius: 2.9375rem !important;
}

.rounded-top-start-48 {
  border-start-start-radius: 3rem !important;
}

.rounded-top-start-49 {
  border-start-start-radius: 3.0625rem !important;
}

.rounded-top-start-50 {
  border-start-start-radius: 3.125rem !important;
}

.rounded-top-start-51 {
  border-start-start-radius: 3.1875rem !important;
}

.rounded-top-start-52 {
  border-start-start-radius: 3.25rem !important;
}

.rounded-top-start-53 {
  border-start-start-radius: 3.3125rem !important;
}

.rounded-top-start-54 {
  border-start-start-radius: 3.375rem !important;
}

.rounded-top-start-56 {
  border-start-start-radius: 3.5rem !important;
}

.rounded-top-start-57 {
  border-start-start-radius: 3.5625rem !important;
}

.rounded-top-start-58 {
  border-start-start-radius: 3.625rem !important;
}

.rounded-top-start-59 {
  border-start-start-radius: 3.6875rem !important;
}

.rounded-top-start-60 {
  border-start-start-radius: 3.75rem !important;
}

.rounded-top-start-61 {
  border-start-start-radius: 3.8125rem !important;
}

.rounded-top-start-62 {
  border-start-start-radius: 3.875rem !important;
}

.rounded-top-start-63 {
  border-start-start-radius: 3.9375rem !important;
}

.rounded-top-start-64 {
  border-start-start-radius: 4rem !important;
}

.rounded-top-start-68 {
  border-start-start-radius: 4.25rem !important;
}

.rounded-top-start-70 {
  border-start-start-radius: 4.375rem !important;
}

.rounded-top-start-71 {
  border-start-start-radius: 4.4375rem !important;
}

.rounded-top-start-72 {
  border-start-start-radius: 4.5rem !important;
}

.rounded-top-start-73 {
  border-start-start-radius: 4.5625rem !important;
}

.rounded-top-start-74 {
  border-start-start-radius: 4.625rem !important;
}

.rounded-top-start-75 {
  border-start-start-radius: 4.6875rem !important;
}

.rounded-top-start-76 {
  border-start-start-radius: 4.75rem !important;
}

.rounded-top-start-77 {
  border-start-start-radius: 4.8125rem !important;
}

.rounded-top-start-78 {
  border-start-start-radius: 4.875rem !important;
}

.rounded-top-start-79 {
  border-start-start-radius: 4.9375rem !important;
}

.rounded-top-start-80 {
  border-start-start-radius: 5rem !important;
}

.rounded-top-start-82 {
  border-start-start-radius: 5.125rem !important;
}

.rounded-top-start-83 {
  border-start-start-radius: 5.1875rem !important;
}

.rounded-top-start-84 {
  border-start-start-radius: 5.25rem !important;
}

.rounded-top-start-86 {
  border-start-start-radius: 5.375rem !important;
}

.rounded-top-start-87 {
  border-start-start-radius: 5.4375rem !important;
}

.rounded-top-start-88 {
  border-start-start-radius: 5.5rem !important;
}

.rounded-top-start-89 {
  border-start-start-radius: 5.5625rem !important;
}

.rounded-top-start-90 {
  border-start-start-radius: 5.625rem !important;
}

.rounded-top-start-92 {
  border-start-start-radius: 5.75rem !important;
}

.rounded-top-start-94 {
  border-start-start-radius: 5.875rem !important;
}

.rounded-top-start-95 {
  border-start-start-radius: 5.9375rem !important;
}

.rounded-top-start-96 {
  border-start-start-radius: 6rem !important;
}

.rounded-top-start-98 {
  border-start-start-radius: 6.125rem !important;
}

.rounded-top-start-100 {
  border-start-start-radius: 6.25rem !important;
}

.rounded-top-start-102 {
  border-start-start-radius: 6.375rem !important;
}

.rounded-top-start-104 {
  border-start-start-radius: 6.5rem !important;
}

.rounded-top-start-108 {
  border-start-start-radius: 6.75rem !important;
}

.rounded-top-start-115 {
  border-start-start-radius: 7.1875rem !important;
}

.rounded-top-start-116 {
  border-start-start-radius: 7.25rem !important;
}

.rounded-top-start-118 {
  border-start-start-radius: 7.375rem !important;
}

.rounded-top-start-120 {
  border-start-start-radius: 7.5rem !important;
}

.rounded-top-start-121 {
  border-start-start-radius: 7.5625rem !important;
}

.rounded-top-start-123 {
  border-start-start-radius: 7.6875rem !important;
}

.rounded-top-start-129 {
  border-start-start-radius: 8.0625rem !important;
}

.rounded-top-start-131 {
  border-start-start-radius: 8.1875rem !important;
}

.rounded-top-start-140 {
  border-start-start-radius: 8.75rem !important;
}

.rounded-top-start-144 {
  border-start-start-radius: 9rem !important;
}

.rounded-top-start-147 {
  border-start-start-radius: 9.1875rem !important;
}

.rounded-top-start-148 {
  border-start-start-radius: 9.25rem !important;
}

.rounded-top-start-154 {
  border-start-start-radius: 9.625rem !important;
}

.rounded-top-start-156 {
  border-start-start-radius: 9.75rem !important;
}

.rounded-top-start-180 {
  border-start-start-radius: 11.25rem !important;
}

.rounded-top-start-200 {
  border-start-start-radius: 12.5rem !important;
}

.rounded-top-start-231 {
  border-start-start-radius: 14.4375rem !important;
}

.rounded-top-start-240 {
  border-start-start-radius: 15rem !important;
}

.rounded-top-start-247 {
  border-start-start-radius: 15.4375rem !important;
}

.rounded-top-start-239 {
  border-start-start-radius: 14.9375rem !important;
}

.rounded-top-start-255 {
  border-start-start-radius: 15.9375rem !important;
}

.rounded-top-start-327 {
  border-start-start-radius: 20.4375rem !important;
}

.rounded-top-end-0 {
  border-start-end-radius: 0rem !important;
}

.rounded-top-end-1 {
  border-start-end-radius: 0.0625rem !important;
}

.rounded-top-end-2 {
  border-start-end-radius: 0.125rem !important;
}

.rounded-top-end-3 {
  border-start-end-radius: 0.1875rem !important;
}

.rounded-top-end-4 {
  border-start-end-radius: 0.25rem !important;
}

.rounded-top-end-5 {
  border-start-end-radius: 0.3125rem !important;
}

.rounded-top-end-6 {
  border-start-end-radius: 0.375rem !important;
}

.rounded-top-end-7 {
  border-start-end-radius: 0.4375rem !important;
}

.rounded-top-end-8 {
  border-start-end-radius: 0.5rem !important;
}

.rounded-top-end-9 {
  border-start-end-radius: 0.5625rem !important;
}

.rounded-top-end-10 {
  border-start-end-radius: 0.625rem !important;
}

.rounded-top-end-11 {
  border-start-end-radius: 0.6875rem !important;
}

.rounded-top-end-12 {
  border-start-end-radius: 0.75rem !important;
}

.rounded-top-end-13 {
  border-start-end-radius: 0.8125rem !important;
}

.rounded-top-end-14 {
  border-start-end-radius: 0.875rem !important;
}

.rounded-top-end-15 {
  border-start-end-radius: 0.9375rem !important;
}

.rounded-top-end-16 {
  border-start-end-radius: 1rem !important;
}

.rounded-top-end-17 {
  border-start-end-radius: 1.0625rem !important;
}

.rounded-top-end-18 {
  border-start-end-radius: 1.125rem !important;
}

.rounded-top-end-19 {
  border-start-end-radius: 1.1875rem !important;
}

.rounded-top-end-20 {
  border-start-end-radius: 1.25rem !important;
}

.rounded-top-end-21 {
  border-start-end-radius: 1.3125rem !important;
}

.rounded-top-end-22 {
  border-start-end-radius: 1.375rem !important;
}

.rounded-top-end-23 {
  border-start-end-radius: 1.4375rem !important;
}

.rounded-top-end-24 {
  border-start-end-radius: 1.5rem !important;
}

.rounded-top-end-25 {
  border-start-end-radius: 1.5625rem !important;
}

.rounded-top-end-26 {
  border-start-end-radius: 1.625rem !important;
}

.rounded-top-end-27 {
  border-start-end-radius: 1.6875rem !important;
}

.rounded-top-end-28 {
  border-start-end-radius: 1.75rem !important;
}

.rounded-top-end-29 {
  border-start-end-radius: 1.8125rem !important;
}

.rounded-top-end-30 {
  border-start-end-radius: 1.875rem !important;
}

.rounded-top-end-31 {
  border-start-end-radius: 1.9375rem !important;
}

.rounded-top-end-32 {
  border-start-end-radius: 2rem !important;
}

.rounded-top-end-33 {
  border-start-end-radius: 2.0625rem !important;
}

.rounded-top-end-34 {
  border-start-end-radius: 2.125rem !important;
}

.rounded-top-end-35 {
  border-start-end-radius: 2.1875rem !important;
}

.rounded-top-end-36 {
  border-start-end-radius: 2.25rem !important;
}

.rounded-top-end-37 {
  border-start-end-radius: 2.3125rem !important;
}

.rounded-top-end-38 {
  border-start-end-radius: 2.375rem !important;
}

.rounded-top-end-39 {
  border-start-end-radius: 2.4375rem !important;
}

.rounded-top-end-40 {
  border-start-end-radius: 2.5rem !important;
}

.rounded-top-end-41 {
  border-start-end-radius: 2.5625rem !important;
}

.rounded-top-end-42 {
  border-start-end-radius: 2.625rem !important;
}

.rounded-top-end-43 {
  border-start-end-radius: 2.6875rem !important;
}

.rounded-top-end-44 {
  border-start-end-radius: 2.75rem !important;
}

.rounded-top-end-45 {
  border-start-end-radius: 2.8125rem !important;
}

.rounded-top-end-46 {
  border-start-end-radius: 2.875rem !important;
}

.rounded-top-end-47 {
  border-start-end-radius: 2.9375rem !important;
}

.rounded-top-end-48 {
  border-start-end-radius: 3rem !important;
}

.rounded-top-end-49 {
  border-start-end-radius: 3.0625rem !important;
}

.rounded-top-end-50 {
  border-start-end-radius: 3.125rem !important;
}

.rounded-top-end-51 {
  border-start-end-radius: 3.1875rem !important;
}

.rounded-top-end-52 {
  border-start-end-radius: 3.25rem !important;
}

.rounded-top-end-53 {
  border-start-end-radius: 3.3125rem !important;
}

.rounded-top-end-54 {
  border-start-end-radius: 3.375rem !important;
}

.rounded-top-end-56 {
  border-start-end-radius: 3.5rem !important;
}

.rounded-top-end-57 {
  border-start-end-radius: 3.5625rem !important;
}

.rounded-top-end-58 {
  border-start-end-radius: 3.625rem !important;
}

.rounded-top-end-59 {
  border-start-end-radius: 3.6875rem !important;
}

.rounded-top-end-60 {
  border-start-end-radius: 3.75rem !important;
}

.rounded-top-end-61 {
  border-start-end-radius: 3.8125rem !important;
}

.rounded-top-end-62 {
  border-start-end-radius: 3.875rem !important;
}

.rounded-top-end-63 {
  border-start-end-radius: 3.9375rem !important;
}

.rounded-top-end-64 {
  border-start-end-radius: 4rem !important;
}

.rounded-top-end-68 {
  border-start-end-radius: 4.25rem !important;
}

.rounded-top-end-70 {
  border-start-end-radius: 4.375rem !important;
}

.rounded-top-end-71 {
  border-start-end-radius: 4.4375rem !important;
}

.rounded-top-end-72 {
  border-start-end-radius: 4.5rem !important;
}

.rounded-top-end-73 {
  border-start-end-radius: 4.5625rem !important;
}

.rounded-top-end-74 {
  border-start-end-radius: 4.625rem !important;
}

.rounded-top-end-75 {
  border-start-end-radius: 4.6875rem !important;
}

.rounded-top-end-76 {
  border-start-end-radius: 4.75rem !important;
}

.rounded-top-end-77 {
  border-start-end-radius: 4.8125rem !important;
}

.rounded-top-end-78 {
  border-start-end-radius: 4.875rem !important;
}

.rounded-top-end-79 {
  border-start-end-radius: 4.9375rem !important;
}

.rounded-top-end-80 {
  border-start-end-radius: 5rem !important;
}

.rounded-top-end-82 {
  border-start-end-radius: 5.125rem !important;
}

.rounded-top-end-83 {
  border-start-end-radius: 5.1875rem !important;
}

.rounded-top-end-84 {
  border-start-end-radius: 5.25rem !important;
}

.rounded-top-end-86 {
  border-start-end-radius: 5.375rem !important;
}

.rounded-top-end-87 {
  border-start-end-radius: 5.4375rem !important;
}

.rounded-top-end-88 {
  border-start-end-radius: 5.5rem !important;
}

.rounded-top-end-89 {
  border-start-end-radius: 5.5625rem !important;
}

.rounded-top-end-90 {
  border-start-end-radius: 5.625rem !important;
}

.rounded-top-end-92 {
  border-start-end-radius: 5.75rem !important;
}

.rounded-top-end-94 {
  border-start-end-radius: 5.875rem !important;
}

.rounded-top-end-95 {
  border-start-end-radius: 5.9375rem !important;
}

.rounded-top-end-96 {
  border-start-end-radius: 6rem !important;
}

.rounded-top-end-98 {
  border-start-end-radius: 6.125rem !important;
}

.rounded-top-end-100 {
  border-start-end-radius: 6.25rem !important;
}

.rounded-top-end-102 {
  border-start-end-radius: 6.375rem !important;
}

.rounded-top-end-104 {
  border-start-end-radius: 6.5rem !important;
}

.rounded-top-end-108 {
  border-start-end-radius: 6.75rem !important;
}

.rounded-top-end-115 {
  border-start-end-radius: 7.1875rem !important;
}

.rounded-top-end-116 {
  border-start-end-radius: 7.25rem !important;
}

.rounded-top-end-118 {
  border-start-end-radius: 7.375rem !important;
}

.rounded-top-end-120 {
  border-start-end-radius: 7.5rem !important;
}

.rounded-top-end-121 {
  border-start-end-radius: 7.5625rem !important;
}

.rounded-top-end-123 {
  border-start-end-radius: 7.6875rem !important;
}

.rounded-top-end-129 {
  border-start-end-radius: 8.0625rem !important;
}

.rounded-top-end-131 {
  border-start-end-radius: 8.1875rem !important;
}

.rounded-top-end-140 {
  border-start-end-radius: 8.75rem !important;
}

.rounded-top-end-144 {
  border-start-end-radius: 9rem !important;
}

.rounded-top-end-147 {
  border-start-end-radius: 9.1875rem !important;
}

.rounded-top-end-148 {
  border-start-end-radius: 9.25rem !important;
}

.rounded-top-end-154 {
  border-start-end-radius: 9.625rem !important;
}

.rounded-top-end-156 {
  border-start-end-radius: 9.75rem !important;
}

.rounded-top-end-180 {
  border-start-end-radius: 11.25rem !important;
}

.rounded-top-end-200 {
  border-start-end-radius: 12.5rem !important;
}

.rounded-top-end-231 {
  border-start-end-radius: 14.4375rem !important;
}

.rounded-top-end-240 {
  border-start-end-radius: 15rem !important;
}

.rounded-top-end-247 {
  border-start-end-radius: 15.4375rem !important;
}

.rounded-top-end-239 {
  border-start-end-radius: 14.9375rem !important;
}

.rounded-top-end-255 {
  border-start-end-radius: 15.9375rem !important;
}

.rounded-top-end-327 {
  border-start-end-radius: 20.4375rem !important;
}

.rounded-bottom-start-0 {
  border-end-start-radius: 0rem !important;
}

.rounded-bottom-start-1 {
  border-end-start-radius: 0.0625rem !important;
}

.rounded-bottom-start-2 {
  border-end-start-radius: 0.125rem !important;
}

.rounded-bottom-start-3 {
  border-end-start-radius: 0.1875rem !important;
}

.rounded-bottom-start-4 {
  border-end-start-radius: 0.25rem !important;
}

.rounded-bottom-start-5 {
  border-end-start-radius: 0.3125rem !important;
}

.rounded-bottom-start-6 {
  border-end-start-radius: 0.375rem !important;
}

.rounded-bottom-start-7 {
  border-end-start-radius: 0.4375rem !important;
}

.rounded-bottom-start-8 {
  border-end-start-radius: 0.5rem !important;
}

.rounded-bottom-start-9 {
  border-end-start-radius: 0.5625rem !important;
}

.rounded-bottom-start-10 {
  border-end-start-radius: 0.625rem !important;
}

.rounded-bottom-start-11 {
  border-end-start-radius: 0.6875rem !important;
}

.rounded-bottom-start-12 {
  border-end-start-radius: 0.75rem !important;
}

.rounded-bottom-start-13 {
  border-end-start-radius: 0.8125rem !important;
}

.rounded-bottom-start-14 {
  border-end-start-radius: 0.875rem !important;
}

.rounded-bottom-start-15 {
  border-end-start-radius: 0.9375rem !important;
}

.rounded-bottom-start-16 {
  border-end-start-radius: 1rem !important;
}

.rounded-bottom-start-17 {
  border-end-start-radius: 1.0625rem !important;
}

.rounded-bottom-start-18 {
  border-end-start-radius: 1.125rem !important;
}

.rounded-bottom-start-19 {
  border-end-start-radius: 1.1875rem !important;
}

.rounded-bottom-start-20 {
  border-end-start-radius: 1.25rem !important;
}

.rounded-bottom-start-21 {
  border-end-start-radius: 1.3125rem !important;
}

.rounded-bottom-start-22 {
  border-end-start-radius: 1.375rem !important;
}

.rounded-bottom-start-23 {
  border-end-start-radius: 1.4375rem !important;
}

.rounded-bottom-start-24 {
  border-end-start-radius: 1.5rem !important;
}

.rounded-bottom-start-25 {
  border-end-start-radius: 1.5625rem !important;
}

.rounded-bottom-start-26 {
  border-end-start-radius: 1.625rem !important;
}

.rounded-bottom-start-27 {
  border-end-start-radius: 1.6875rem !important;
}

.rounded-bottom-start-28 {
  border-end-start-radius: 1.75rem !important;
}

.rounded-bottom-start-29 {
  border-end-start-radius: 1.8125rem !important;
}

.rounded-bottom-start-30 {
  border-end-start-radius: 1.875rem !important;
}

.rounded-bottom-start-31 {
  border-end-start-radius: 1.9375rem !important;
}

.rounded-bottom-start-32 {
  border-end-start-radius: 2rem !important;
}

.rounded-bottom-start-33 {
  border-end-start-radius: 2.0625rem !important;
}

.rounded-bottom-start-34 {
  border-end-start-radius: 2.125rem !important;
}

.rounded-bottom-start-35 {
  border-end-start-radius: 2.1875rem !important;
}

.rounded-bottom-start-36 {
  border-end-start-radius: 2.25rem !important;
}

.rounded-bottom-start-37 {
  border-end-start-radius: 2.3125rem !important;
}

.rounded-bottom-start-38 {
  border-end-start-radius: 2.375rem !important;
}

.rounded-bottom-start-39 {
  border-end-start-radius: 2.4375rem !important;
}

.rounded-bottom-start-40 {
  border-end-start-radius: 2.5rem !important;
}

.rounded-bottom-start-41 {
  border-end-start-radius: 2.5625rem !important;
}

.rounded-bottom-start-42 {
  border-end-start-radius: 2.625rem !important;
}

.rounded-bottom-start-43 {
  border-end-start-radius: 2.6875rem !important;
}

.rounded-bottom-start-44 {
  border-end-start-radius: 2.75rem !important;
}

.rounded-bottom-start-45 {
  border-end-start-radius: 2.8125rem !important;
}

.rounded-bottom-start-46 {
  border-end-start-radius: 2.875rem !important;
}

.rounded-bottom-start-47 {
  border-end-start-radius: 2.9375rem !important;
}

.rounded-bottom-start-48 {
  border-end-start-radius: 3rem !important;
}

.rounded-bottom-start-49 {
  border-end-start-radius: 3.0625rem !important;
}

.rounded-bottom-start-50 {
  border-end-start-radius: 3.125rem !important;
}

.rounded-bottom-start-51 {
  border-end-start-radius: 3.1875rem !important;
}

.rounded-bottom-start-52 {
  border-end-start-radius: 3.25rem !important;
}

.rounded-bottom-start-53 {
  border-end-start-radius: 3.3125rem !important;
}

.rounded-bottom-start-54 {
  border-end-start-radius: 3.375rem !important;
}

.rounded-bottom-start-56 {
  border-end-start-radius: 3.5rem !important;
}

.rounded-bottom-start-57 {
  border-end-start-radius: 3.5625rem !important;
}

.rounded-bottom-start-58 {
  border-end-start-radius: 3.625rem !important;
}

.rounded-bottom-start-59 {
  border-end-start-radius: 3.6875rem !important;
}

.rounded-bottom-start-60 {
  border-end-start-radius: 3.75rem !important;
}

.rounded-bottom-start-61 {
  border-end-start-radius: 3.8125rem !important;
}

.rounded-bottom-start-62 {
  border-end-start-radius: 3.875rem !important;
}

.rounded-bottom-start-63 {
  border-end-start-radius: 3.9375rem !important;
}

.rounded-bottom-start-64 {
  border-end-start-radius: 4rem !important;
}

.rounded-bottom-start-68 {
  border-end-start-radius: 4.25rem !important;
}

.rounded-bottom-start-70 {
  border-end-start-radius: 4.375rem !important;
}

.rounded-bottom-start-71 {
  border-end-start-radius: 4.4375rem !important;
}

.rounded-bottom-start-72 {
  border-end-start-radius: 4.5rem !important;
}

.rounded-bottom-start-73 {
  border-end-start-radius: 4.5625rem !important;
}

.rounded-bottom-start-74 {
  border-end-start-radius: 4.625rem !important;
}

.rounded-bottom-start-75 {
  border-end-start-radius: 4.6875rem !important;
}

.rounded-bottom-start-76 {
  border-end-start-radius: 4.75rem !important;
}

.rounded-bottom-start-77 {
  border-end-start-radius: 4.8125rem !important;
}

.rounded-bottom-start-78 {
  border-end-start-radius: 4.875rem !important;
}

.rounded-bottom-start-79 {
  border-end-start-radius: 4.9375rem !important;
}

.rounded-bottom-start-80 {
  border-end-start-radius: 5rem !important;
}

.rounded-bottom-start-82 {
  border-end-start-radius: 5.125rem !important;
}

.rounded-bottom-start-83 {
  border-end-start-radius: 5.1875rem !important;
}

.rounded-bottom-start-84 {
  border-end-start-radius: 5.25rem !important;
}

.rounded-bottom-start-86 {
  border-end-start-radius: 5.375rem !important;
}

.rounded-bottom-start-87 {
  border-end-start-radius: 5.4375rem !important;
}

.rounded-bottom-start-88 {
  border-end-start-radius: 5.5rem !important;
}

.rounded-bottom-start-89 {
  border-end-start-radius: 5.5625rem !important;
}

.rounded-bottom-start-90 {
  border-end-start-radius: 5.625rem !important;
}

.rounded-bottom-start-92 {
  border-end-start-radius: 5.75rem !important;
}

.rounded-bottom-start-94 {
  border-end-start-radius: 5.875rem !important;
}

.rounded-bottom-start-95 {
  border-end-start-radius: 5.9375rem !important;
}

.rounded-bottom-start-96 {
  border-end-start-radius: 6rem !important;
}

.rounded-bottom-start-98 {
  border-end-start-radius: 6.125rem !important;
}

.rounded-bottom-start-100 {
  border-end-start-radius: 6.25rem !important;
}

.rounded-bottom-start-102 {
  border-end-start-radius: 6.375rem !important;
}

.rounded-bottom-start-104 {
  border-end-start-radius: 6.5rem !important;
}

.rounded-bottom-start-108 {
  border-end-start-radius: 6.75rem !important;
}

.rounded-bottom-start-115 {
  border-end-start-radius: 7.1875rem !important;
}

.rounded-bottom-start-116 {
  border-end-start-radius: 7.25rem !important;
}

.rounded-bottom-start-118 {
  border-end-start-radius: 7.375rem !important;
}

.rounded-bottom-start-120 {
  border-end-start-radius: 7.5rem !important;
}

.rounded-bottom-start-121 {
  border-end-start-radius: 7.5625rem !important;
}

.rounded-bottom-start-123 {
  border-end-start-radius: 7.6875rem !important;
}

.rounded-bottom-start-129 {
  border-end-start-radius: 8.0625rem !important;
}

.rounded-bottom-start-131 {
  border-end-start-radius: 8.1875rem !important;
}

.rounded-bottom-start-140 {
  border-end-start-radius: 8.75rem !important;
}

.rounded-bottom-start-144 {
  border-end-start-radius: 9rem !important;
}

.rounded-bottom-start-147 {
  border-end-start-radius: 9.1875rem !important;
}

.rounded-bottom-start-148 {
  border-end-start-radius: 9.25rem !important;
}

.rounded-bottom-start-154 {
  border-end-start-radius: 9.625rem !important;
}

.rounded-bottom-start-156 {
  border-end-start-radius: 9.75rem !important;
}

.rounded-bottom-start-180 {
  border-end-start-radius: 11.25rem !important;
}

.rounded-bottom-start-200 {
  border-end-start-radius: 12.5rem !important;
}

.rounded-bottom-start-231 {
  border-end-start-radius: 14.4375rem !important;
}

.rounded-bottom-start-240 {
  border-end-start-radius: 15rem !important;
}

.rounded-bottom-start-247 {
  border-end-start-radius: 15.4375rem !important;
}

.rounded-bottom-start-239 {
  border-end-start-radius: 14.9375rem !important;
}

.rounded-bottom-start-255 {
  border-end-start-radius: 15.9375rem !important;
}

.rounded-bottom-start-327 {
  border-end-start-radius: 20.4375rem !important;
}

.rounded-bottom-end-0 {
  border-end-end-radius: 0rem !important;
}

.rounded-bottom-end-1 {
  border-end-end-radius: 0.0625rem !important;
}

.rounded-bottom-end-2 {
  border-end-end-radius: 0.125rem !important;
}

.rounded-bottom-end-3 {
  border-end-end-radius: 0.1875rem !important;
}

.rounded-bottom-end-4 {
  border-end-end-radius: 0.25rem !important;
}

.rounded-bottom-end-5 {
  border-end-end-radius: 0.3125rem !important;
}

.rounded-bottom-end-6 {
  border-end-end-radius: 0.375rem !important;
}

.rounded-bottom-end-7 {
  border-end-end-radius: 0.4375rem !important;
}

.rounded-bottom-end-8 {
  border-end-end-radius: 0.5rem !important;
}

.rounded-bottom-end-9 {
  border-end-end-radius: 0.5625rem !important;
}

.rounded-bottom-end-10 {
  border-end-end-radius: 0.625rem !important;
}

.rounded-bottom-end-11 {
  border-end-end-radius: 0.6875rem !important;
}

.rounded-bottom-end-12 {
  border-end-end-radius: 0.75rem !important;
}

.rounded-bottom-end-13 {
  border-end-end-radius: 0.8125rem !important;
}

.rounded-bottom-end-14 {
  border-end-end-radius: 0.875rem !important;
}

.rounded-bottom-end-15 {
  border-end-end-radius: 0.9375rem !important;
}

.rounded-bottom-end-16 {
  border-end-end-radius: 1rem !important;
}

.rounded-bottom-end-17 {
  border-end-end-radius: 1.0625rem !important;
}

.rounded-bottom-end-18 {
  border-end-end-radius: 1.125rem !important;
}

.rounded-bottom-end-19 {
  border-end-end-radius: 1.1875rem !important;
}

.rounded-bottom-end-20 {
  border-end-end-radius: 1.25rem !important;
}

.rounded-bottom-end-21 {
  border-end-end-radius: 1.3125rem !important;
}

.rounded-bottom-end-22 {
  border-end-end-radius: 1.375rem !important;
}

.rounded-bottom-end-23 {
  border-end-end-radius: 1.4375rem !important;
}

.rounded-bottom-end-24 {
  border-end-end-radius: 1.5rem !important;
}

.rounded-bottom-end-25 {
  border-end-end-radius: 1.5625rem !important;
}

.rounded-bottom-end-26 {
  border-end-end-radius: 1.625rem !important;
}

.rounded-bottom-end-27 {
  border-end-end-radius: 1.6875rem !important;
}

.rounded-bottom-end-28 {
  border-end-end-radius: 1.75rem !important;
}

.rounded-bottom-end-29 {
  border-end-end-radius: 1.8125rem !important;
}

.rounded-bottom-end-30 {
  border-end-end-radius: 1.875rem !important;
}

.rounded-bottom-end-31 {
  border-end-end-radius: 1.9375rem !important;
}

.rounded-bottom-end-32 {
  border-end-end-radius: 2rem !important;
}

.rounded-bottom-end-33 {
  border-end-end-radius: 2.0625rem !important;
}

.rounded-bottom-end-34 {
  border-end-end-radius: 2.125rem !important;
}

.rounded-bottom-end-35 {
  border-end-end-radius: 2.1875rem !important;
}

.rounded-bottom-end-36 {
  border-end-end-radius: 2.25rem !important;
}

.rounded-bottom-end-37 {
  border-end-end-radius: 2.3125rem !important;
}

.rounded-bottom-end-38 {
  border-end-end-radius: 2.375rem !important;
}

.rounded-bottom-end-39 {
  border-end-end-radius: 2.4375rem !important;
}

.rounded-bottom-end-40 {
  border-end-end-radius: 2.5rem !important;
}

.rounded-bottom-end-41 {
  border-end-end-radius: 2.5625rem !important;
}

.rounded-bottom-end-42 {
  border-end-end-radius: 2.625rem !important;
}

.rounded-bottom-end-43 {
  border-end-end-radius: 2.6875rem !important;
}

.rounded-bottom-end-44 {
  border-end-end-radius: 2.75rem !important;
}

.rounded-bottom-end-45 {
  border-end-end-radius: 2.8125rem !important;
}

.rounded-bottom-end-46 {
  border-end-end-radius: 2.875rem !important;
}

.rounded-bottom-end-47 {
  border-end-end-radius: 2.9375rem !important;
}

.rounded-bottom-end-48 {
  border-end-end-radius: 3rem !important;
}

.rounded-bottom-end-49 {
  border-end-end-radius: 3.0625rem !important;
}

.rounded-bottom-end-50 {
  border-end-end-radius: 3.125rem !important;
}

.rounded-bottom-end-51 {
  border-end-end-radius: 3.1875rem !important;
}

.rounded-bottom-end-52 {
  border-end-end-radius: 3.25rem !important;
}

.rounded-bottom-end-53 {
  border-end-end-radius: 3.3125rem !important;
}

.rounded-bottom-end-54 {
  border-end-end-radius: 3.375rem !important;
}

.rounded-bottom-end-56 {
  border-end-end-radius: 3.5rem !important;
}

.rounded-bottom-end-57 {
  border-end-end-radius: 3.5625rem !important;
}

.rounded-bottom-end-58 {
  border-end-end-radius: 3.625rem !important;
}

.rounded-bottom-end-59 {
  border-end-end-radius: 3.6875rem !important;
}

.rounded-bottom-end-60 {
  border-end-end-radius: 3.75rem !important;
}

.rounded-bottom-end-61 {
  border-end-end-radius: 3.8125rem !important;
}

.rounded-bottom-end-62 {
  border-end-end-radius: 3.875rem !important;
}

.rounded-bottom-end-63 {
  border-end-end-radius: 3.9375rem !important;
}

.rounded-bottom-end-64 {
  border-end-end-radius: 4rem !important;
}

.rounded-bottom-end-68 {
  border-end-end-radius: 4.25rem !important;
}

.rounded-bottom-end-70 {
  border-end-end-radius: 4.375rem !important;
}

.rounded-bottom-end-71 {
  border-end-end-radius: 4.4375rem !important;
}

.rounded-bottom-end-72 {
  border-end-end-radius: 4.5rem !important;
}

.rounded-bottom-end-73 {
  border-end-end-radius: 4.5625rem !important;
}

.rounded-bottom-end-74 {
  border-end-end-radius: 4.625rem !important;
}

.rounded-bottom-end-75 {
  border-end-end-radius: 4.6875rem !important;
}

.rounded-bottom-end-76 {
  border-end-end-radius: 4.75rem !important;
}

.rounded-bottom-end-77 {
  border-end-end-radius: 4.8125rem !important;
}

.rounded-bottom-end-78 {
  border-end-end-radius: 4.875rem !important;
}

.rounded-bottom-end-79 {
  border-end-end-radius: 4.9375rem !important;
}

.rounded-bottom-end-80 {
  border-end-end-radius: 5rem !important;
}

.rounded-bottom-end-82 {
  border-end-end-radius: 5.125rem !important;
}

.rounded-bottom-end-83 {
  border-end-end-radius: 5.1875rem !important;
}

.rounded-bottom-end-84 {
  border-end-end-radius: 5.25rem !important;
}

.rounded-bottom-end-86 {
  border-end-end-radius: 5.375rem !important;
}

.rounded-bottom-end-87 {
  border-end-end-radius: 5.4375rem !important;
}

.rounded-bottom-end-88 {
  border-end-end-radius: 5.5rem !important;
}

.rounded-bottom-end-89 {
  border-end-end-radius: 5.5625rem !important;
}

.rounded-bottom-end-90 {
  border-end-end-radius: 5.625rem !important;
}

.rounded-bottom-end-92 {
  border-end-end-radius: 5.75rem !important;
}

.rounded-bottom-end-94 {
  border-end-end-radius: 5.875rem !important;
}

.rounded-bottom-end-95 {
  border-end-end-radius: 5.9375rem !important;
}

.rounded-bottom-end-96 {
  border-end-end-radius: 6rem !important;
}

.rounded-bottom-end-98 {
  border-end-end-radius: 6.125rem !important;
}

.rounded-bottom-end-100 {
  border-end-end-radius: 6.25rem !important;
}

.rounded-bottom-end-102 {
  border-end-end-radius: 6.375rem !important;
}

.rounded-bottom-end-104 {
  border-end-end-radius: 6.5rem !important;
}

.rounded-bottom-end-108 {
  border-end-end-radius: 6.75rem !important;
}

.rounded-bottom-end-115 {
  border-end-end-radius: 7.1875rem !important;
}

.rounded-bottom-end-116 {
  border-end-end-radius: 7.25rem !important;
}

.rounded-bottom-end-118 {
  border-end-end-radius: 7.375rem !important;
}

.rounded-bottom-end-120 {
  border-end-end-radius: 7.5rem !important;
}

.rounded-bottom-end-121 {
  border-end-end-radius: 7.5625rem !important;
}

.rounded-bottom-end-123 {
  border-end-end-radius: 7.6875rem !important;
}

.rounded-bottom-end-129 {
  border-end-end-radius: 8.0625rem !important;
}

.rounded-bottom-end-131 {
  border-end-end-radius: 8.1875rem !important;
}

.rounded-bottom-end-140 {
  border-end-end-radius: 8.75rem !important;
}

.rounded-bottom-end-144 {
  border-end-end-radius: 9rem !important;
}

.rounded-bottom-end-147 {
  border-end-end-radius: 9.1875rem !important;
}

.rounded-bottom-end-148 {
  border-end-end-radius: 9.25rem !important;
}

.rounded-bottom-end-154 {
  border-end-end-radius: 9.625rem !important;
}

.rounded-bottom-end-156 {
  border-end-end-radius: 9.75rem !important;
}

.rounded-bottom-end-180 {
  border-end-end-radius: 11.25rem !important;
}

.rounded-bottom-end-200 {
  border-end-end-radius: 12.5rem !important;
}

.rounded-bottom-end-231 {
  border-end-end-radius: 14.4375rem !important;
}

.rounded-bottom-end-240 {
  border-end-end-radius: 15rem !important;
}

.rounded-bottom-end-247 {
  border-end-end-radius: 15.4375rem !important;
}

.rounded-bottom-end-239 {
  border-end-end-radius: 14.9375rem !important;
}

.rounded-bottom-end-255 {
  border-end-end-radius: 15.9375rem !important;
}

.rounded-bottom-end-327 {
  border-end-end-radius: 20.4375rem !important;
}

.transition-width-25 {
  transition: width 0.25s linear !important;
}

.transition-ease-in-1s {
  transition: all 0.1s ease-in-out !important;
}

.transition-ease-in-2s {
  transition: all 0.2s ease-in-out !important;
}

.transition-ease-in-3s {
  transition: all 0.3s ease-in-out !important;
}

.rotate-270 {
  transform: rotate(270) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .resize-sm-none {
    resize: none !important;
  }
  .resize-sm-auto {
    resize: auto !important;
  }
  .grid-cols-sm-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-210 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  }
  .grid-cols-sm-auto-fill-185 {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
  }
  .grid-cols-sm-1_5-1-1 {
    grid-template-columns: 1.5fr 1fr 1fr !important;
  }
  .grid-cols-sm-1_4-1 {
    grid-template-columns: 1.4fr 1fr !important;
  }
  .grid-column-sm-1-2 {
    grid-column: 1/2 !important;
  }
  .grid-column-sm-1-3 {
    grid-column: 1/3 !important;
  }
  .grid-column-sm-2-3 {
    grid-column: 2/3 !important;
  }
  .grid-column-sm-3-4 {
    grid-column: 3/4 !important;
  }
  .grid-row-sm-1 {
    grid-row: 1 !important;
  }
  .grid-row-sm-2 {
    grid-row: 2 !important;
  }
  .grid-row-sm-3 {
    grid-row: 3 !important;
  }
  .grid-row-sm-1-3 {
    grid-row: 1/3 !important;
  }
  .grid-row-sm-unset {
    grid-row: unset !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-auto {
    inset-block-start: auto !important;
  }
  .top-sm-0 {
    inset-block-start: 0 !important;
  }
  .top-sm-2 {
    inset-block-start: 2px !important;
  }
  .top-sm-3 {
    inset-block-start: 3px !important;
  }
  .top-sm-4 {
    inset-block-start: 4px !important;
  }
  .top-sm-5 {
    inset-block-start: 5px !important;
  }
  .top-sm-6 {
    inset-block-start: 6px !important;
  }
  .top-sm-7 {
    inset-block-start: 7px !important;
  }
  .top-sm-8 {
    inset-block-start: 8px !important;
  }
  .top-sm-9 {
    inset-block-start: 9px !important;
  }
  .top-sm-10 {
    inset-block-start: 10px !important;
  }
  .top-sm-11 {
    inset-block-start: 11px !important;
  }
  .top-sm-12 {
    inset-block-start: 12px !important;
  }
  .top-sm-13 {
    inset-block-start: 13px !important;
  }
  .top-sm-14 {
    inset-block-start: 14px !important;
  }
  .top-sm-15 {
    inset-block-start: 15px !important;
  }
  .top-sm-16 {
    inset-block-start: 16px !important;
  }
  .top-sm-18 {
    inset-block-start: 18px !important;
  }
  .top-sm-20 {
    inset-block-start: 20px !important;
  }
  .top-sm-21 {
    inset-block-start: 21px !important;
  }
  .top-sm-22 {
    inset-block-start: 22px !important;
  }
  .top-sm-23 {
    inset-block-start: 23px !important;
  }
  .top-sm-24 {
    inset-block-start: 24px !important;
  }
  .top-sm-25 {
    inset-block-start: 25px !important;
  }
  .top-sm-26 {
    inset-block-start: 26px !important;
  }
  .top-sm-27 {
    inset-block-start: 27px !important;
  }
  .top-sm-28 {
    inset-block-start: 28px !important;
  }
  .top-sm-29 {
    inset-block-start: 29px !important;
  }
  .top-sm-30 {
    inset-block-start: 30px !important;
  }
  .top-sm-36 {
    inset-block-start: 36px !important;
  }
  .top-sm-38 {
    inset-block-start: 38px !important;
  }
  .top-sm-40 {
    inset-block-start: 40px !important;
  }
  .top-sm-41 {
    inset-block-start: 41px !important;
  }
  .top-sm-49 {
    inset-block-start: 49px !important;
  }
  .top-sm-54 {
    inset-block-start: 54px !important;
  }
  .top-sm-58 {
    inset-block-start: 58px !important;
  }
  .top-sm-59 {
    inset-block-start: 59px !important;
  }
  .top-sm-60 {
    inset-block-start: 60px !important;
  }
  .top-sm-61 {
    inset-block-start: 61px !important;
  }
  .top-sm-62 {
    inset-block-start: 62px !important;
  }
  .top-sm-63 {
    inset-block-start: 63px !important;
  }
  .top-sm-64 {
    inset-block-start: 64px !important;
  }
  .top-sm-65 {
    inset-block-start: 65px !important;
  }
  .top-sm-66 {
    inset-block-start: 66px !important;
  }
  .top-sm-70 {
    inset-block-start: 70px !important;
  }
  .top-sm-85 {
    inset-block-start: 85px !important;
  }
  .top-sm-96 {
    inset-block-start: 96px !important;
  }
  .top-sm-99 {
    inset-block-start: 99px !important;
  }
  .top-sm-109 {
    inset-block-start: 109px !important;
  }
  .top-sm-120 {
    inset-block-start: 120px !important;
  }
  .top-sm-135 {
    inset-block-start: 135px !important;
  }
  .top-sm-50 {
    inset-block-start: 50% !important;
  }
  .top-sm-100 {
    inset-block-start: 100% !important;
  }
  .top-per-sm-10 {
    inset-block-start: 10% !important;
  }
  .top-per-sm-20 {
    inset-block-start: 20% !important;
  }
  .top-per-sm-25 {
    inset-block-start: 25% !important;
  }
  .top-per-sm-40 {
    inset-block-start: 40% !important;
  }
  .top-per-sm-47 {
    inset-block-start: 47% !important;
  }
  .top-per-sm-50 {
    inset-block-start: 50% !important;
  }
  .top-per-sm-60 {
    inset-block-start: 60% !important;
  }
  .top-per-sm-70 {
    inset-block-start: 70% !important;
  }
  .top-per-sm-75 {
    inset-block-start: 75% !important;
  }
  .top-per-sm-80 {
    inset-block-start: 80% !important;
  }
  .top-per-sm-90 {
    inset-block-start: 90% !important;
  }
  .top-per-sm-100 {
    inset-block-start: 100% !important;
  }
  .top-per-sm-auto {
    inset-block-start: auto !important;
  }
  .top-sm-nauto {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n2 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n3 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n4 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n5 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n7 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n8 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n9 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n10 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n11 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n12 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n13 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n14 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n15 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n16 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n18 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n20 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n21 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n22 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n23 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n24 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n25 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n26 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n27 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n28 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n29 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n30 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n36 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n38 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n40 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n41 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n49 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n54 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n58 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n59 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n60 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n61 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n62 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n63 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n64 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n65 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n66 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n70 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n85 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n96 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n99 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n109 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n120 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n135 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n50 {
    inset-block-start: -0.375rem !important;
  }
  .top-sm-n100 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-sm-auto {
    inset-block-end: auto !important;
  }
  .bottom-sm-0 {
    inset-block-end: 0 !important;
  }
  .bottom-sm-2 {
    inset-block-end: 2px !important;
  }
  .bottom-sm-3 {
    inset-block-end: 3px !important;
  }
  .bottom-sm-4 {
    inset-block-end: 4px !important;
  }
  .bottom-sm-5 {
    inset-block-end: 5px !important;
  }
  .bottom-sm-6 {
    inset-block-end: 6px !important;
  }
  .bottom-sm-7 {
    inset-block-end: 7px !important;
  }
  .bottom-sm-8 {
    inset-block-end: 8px !important;
  }
  .bottom-sm-9 {
    inset-block-end: 9px !important;
  }
  .bottom-sm-10 {
    inset-block-end: 10px !important;
  }
  .bottom-sm-11 {
    inset-block-end: 11px !important;
  }
  .bottom-sm-12 {
    inset-block-end: 12px !important;
  }
  .bottom-sm-13 {
    inset-block-end: 13px !important;
  }
  .bottom-sm-14 {
    inset-block-end: 14px !important;
  }
  .bottom-sm-15 {
    inset-block-end: 15px !important;
  }
  .bottom-sm-16 {
    inset-block-end: 16px !important;
  }
  .bottom-sm-18 {
    inset-block-end: 18px !important;
  }
  .bottom-sm-20 {
    inset-block-end: 20px !important;
  }
  .bottom-sm-21 {
    inset-block-end: 21px !important;
  }
  .bottom-sm-22 {
    inset-block-end: 22px !important;
  }
  .bottom-sm-23 {
    inset-block-end: 23px !important;
  }
  .bottom-sm-24 {
    inset-block-end: 24px !important;
  }
  .bottom-sm-25 {
    inset-block-end: 25px !important;
  }
  .bottom-sm-26 {
    inset-block-end: 26px !important;
  }
  .bottom-sm-27 {
    inset-block-end: 27px !important;
  }
  .bottom-sm-28 {
    inset-block-end: 28px !important;
  }
  .bottom-sm-29 {
    inset-block-end: 29px !important;
  }
  .bottom-sm-30 {
    inset-block-end: 30px !important;
  }
  .bottom-sm-36 {
    inset-block-end: 36px !important;
  }
  .bottom-sm-38 {
    inset-block-end: 38px !important;
  }
  .bottom-sm-40 {
    inset-block-end: 40px !important;
  }
  .bottom-sm-41 {
    inset-block-end: 41px !important;
  }
  .bottom-sm-49 {
    inset-block-end: 49px !important;
  }
  .bottom-sm-54 {
    inset-block-end: 54px !important;
  }
  .bottom-sm-58 {
    inset-block-end: 58px !important;
  }
  .bottom-sm-59 {
    inset-block-end: 59px !important;
  }
  .bottom-sm-60 {
    inset-block-end: 60px !important;
  }
  .bottom-sm-61 {
    inset-block-end: 61px !important;
  }
  .bottom-sm-62 {
    inset-block-end: 62px !important;
  }
  .bottom-sm-63 {
    inset-block-end: 63px !important;
  }
  .bottom-sm-64 {
    inset-block-end: 64px !important;
  }
  .bottom-sm-65 {
    inset-block-end: 65px !important;
  }
  .bottom-sm-66 {
    inset-block-end: 66px !important;
  }
  .bottom-sm-70 {
    inset-block-end: 70px !important;
  }
  .bottom-sm-85 {
    inset-block-end: 85px !important;
  }
  .bottom-sm-96 {
    inset-block-end: 96px !important;
  }
  .bottom-sm-99 {
    inset-block-end: 99px !important;
  }
  .bottom-sm-109 {
    inset-block-end: 109px !important;
  }
  .bottom-sm-120 {
    inset-block-end: 120px !important;
  }
  .bottom-sm-135 {
    inset-block-end: 135px !important;
  }
  .bottom-sm-50 {
    inset-block-end: 50% !important;
  }
  .bottom-sm-100 {
    inset-block-end: 100% !important;
  }
  .bottom-sm-nauto {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n2 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n3 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n4 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n5 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n6 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n7 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n8 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n9 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n10 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n11 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n12 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n13 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n14 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n15 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n16 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n18 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n20 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n21 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n22 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n23 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n24 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n25 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n26 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n27 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n28 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n29 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n30 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n36 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n38 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n40 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n41 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n49 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n54 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n58 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n59 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n60 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n61 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n62 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n63 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n64 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n65 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n66 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n70 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n85 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n96 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n99 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n109 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n120 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n135 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n50 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-sm-n100 {
    inset-block-end: -0.375rem !important;
  }
  .start-sm-auto {
    inset-inline-start: auto !important;
  }
  .start-sm-0 {
    inset-inline-start: 0 !important;
  }
  .start-sm-2 {
    inset-inline-start: 2px !important;
  }
  .start-sm-3 {
    inset-inline-start: 3px !important;
  }
  .start-sm-4 {
    inset-inline-start: 4px !important;
  }
  .start-sm-5 {
    inset-inline-start: 5px !important;
  }
  .start-sm-6 {
    inset-inline-start: 6px !important;
  }
  .start-sm-7 {
    inset-inline-start: 7px !important;
  }
  .start-sm-8 {
    inset-inline-start: 8px !important;
  }
  .start-sm-9 {
    inset-inline-start: 9px !important;
  }
  .start-sm-10 {
    inset-inline-start: 10px !important;
  }
  .start-sm-11 {
    inset-inline-start: 11px !important;
  }
  .start-sm-12 {
    inset-inline-start: 12px !important;
  }
  .start-sm-13 {
    inset-inline-start: 13px !important;
  }
  .start-sm-14 {
    inset-inline-start: 14px !important;
  }
  .start-sm-15 {
    inset-inline-start: 15px !important;
  }
  .start-sm-16 {
    inset-inline-start: 16px !important;
  }
  .start-sm-18 {
    inset-inline-start: 18px !important;
  }
  .start-sm-20 {
    inset-inline-start: 20px !important;
  }
  .start-sm-21 {
    inset-inline-start: 21px !important;
  }
  .start-sm-22 {
    inset-inline-start: 22px !important;
  }
  .start-sm-23 {
    inset-inline-start: 23px !important;
  }
  .start-sm-24 {
    inset-inline-start: 24px !important;
  }
  .start-sm-25 {
    inset-inline-start: 25px !important;
  }
  .start-sm-26 {
    inset-inline-start: 26px !important;
  }
  .start-sm-27 {
    inset-inline-start: 27px !important;
  }
  .start-sm-28 {
    inset-inline-start: 28px !important;
  }
  .start-sm-29 {
    inset-inline-start: 29px !important;
  }
  .start-sm-30 {
    inset-inline-start: 30px !important;
  }
  .start-sm-36 {
    inset-inline-start: 36px !important;
  }
  .start-sm-38 {
    inset-inline-start: 38px !important;
  }
  .start-sm-40 {
    inset-inline-start: 40px !important;
  }
  .start-sm-41 {
    inset-inline-start: 41px !important;
  }
  .start-sm-49 {
    inset-inline-start: 49px !important;
  }
  .start-sm-54 {
    inset-inline-start: 54px !important;
  }
  .start-sm-58 {
    inset-inline-start: 58px !important;
  }
  .start-sm-59 {
    inset-inline-start: 59px !important;
  }
  .start-sm-60 {
    inset-inline-start: 60px !important;
  }
  .start-sm-61 {
    inset-inline-start: 61px !important;
  }
  .start-sm-62 {
    inset-inline-start: 62px !important;
  }
  .start-sm-63 {
    inset-inline-start: 63px !important;
  }
  .start-sm-64 {
    inset-inline-start: 64px !important;
  }
  .start-sm-65 {
    inset-inline-start: 65px !important;
  }
  .start-sm-66 {
    inset-inline-start: 66px !important;
  }
  .start-sm-70 {
    inset-inline-start: 70px !important;
  }
  .start-sm-85 {
    inset-inline-start: 85px !important;
  }
  .start-sm-96 {
    inset-inline-start: 96px !important;
  }
  .start-sm-99 {
    inset-inline-start: 99px !important;
  }
  .start-sm-109 {
    inset-inline-start: 109px !important;
  }
  .start-sm-120 {
    inset-inline-start: 120px !important;
  }
  .start-sm-135 {
    inset-inline-start: 135px !important;
  }
  .start-sm-50 {
    inset-inline-start: 50% !important;
  }
  .start-sm-100 {
    inset-inline-start: 100% !important;
  }
  .start-px-sm-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-sm-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-sm-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-sm-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-sm-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-sm-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-sm-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-sm-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-sm-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-sm-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-sm-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-sm-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-sm-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-sm-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-sm-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-sm-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-sm-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-sm-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-sm-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-sm-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-sm-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-sm-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-sm-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-sm-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-sm-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-sm-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-sm-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-sm-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-sm-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-sm-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-sm-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-sm-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-sm-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-sm-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-sm-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-sm-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-sm-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-sm-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-sm-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-sm-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-sm-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-sm-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-sm-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-sm-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-sm-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-sm-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-sm-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-sm-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-sm-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-sm-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-sm-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-sm-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-sm-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-sm-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-sm-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-sm-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-sm-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-sm-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-sm-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-sm-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-sm-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-sm-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-sm-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-sm-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-sm-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-sm-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-sm-71 {
    inset-inline-start: 4.4375rem !important;
  }
  .start-px-sm-72 {
    inset-inline-start: 4.5rem !important;
  }
  .start-px-sm-73 {
    inset-inline-start: 4.5625rem !important;
  }
  .start-px-sm-74 {
    inset-inline-start: 4.625rem !important;
  }
  .start-px-sm-75 {
    inset-inline-start: 4.6875rem !important;
  }
  .start-px-sm-76 {
    inset-inline-start: 4.75rem !important;
  }
  .start-px-sm-77 {
    inset-inline-start: 4.8125rem !important;
  }
  .start-px-sm-78 {
    inset-inline-start: 4.875rem !important;
  }
  .start-px-sm-79 {
    inset-inline-start: 4.9375rem !important;
  }
  .start-px-sm-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-sm-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-sm-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-sm-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-sm-86 {
    inset-inline-start: 5.375rem !important;
  }
  .start-px-sm-87 {
    inset-inline-start: 5.4375rem !important;
  }
  .start-px-sm-88 {
    inset-inline-start: 5.5rem !important;
  }
  .start-px-sm-89 {
    inset-inline-start: 5.5625rem !important;
  }
  .start-px-sm-90 {
    inset-inline-start: 5.625rem !important;
  }
  .start-px-sm-92 {
    inset-inline-start: 5.75rem !important;
  }
  .start-px-sm-94 {
    inset-inline-start: 5.875rem !important;
  }
  .start-px-sm-95 {
    inset-inline-start: 5.9375rem !important;
  }
  .start-px-sm-96 {
    inset-inline-start: 6rem !important;
  }
  .start-px-sm-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-sm-100 {
    inset-inline-start: 6.25rem !important;
  }
  .start-px-sm-102 {
    inset-inline-start: 6.375rem !important;
  }
  .start-px-sm-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-sm-108 {
    inset-inline-start: 6.75rem !important;
  }
  .start-px-sm-115 {
    inset-inline-start: 7.1875rem !important;
  }
  .start-px-sm-116 {
    inset-inline-start: 7.25rem !important;
  }
  .start-px-sm-118 {
    inset-inline-start: 7.375rem !important;
  }
  .start-px-sm-120 {
    inset-inline-start: 7.5rem !important;
  }
  .start-px-sm-121 {
    inset-inline-start: 7.5625rem !important;
  }
  .start-px-sm-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-sm-129 {
    inset-inline-start: 8.0625rem !important;
  }
  .start-px-sm-131 {
    inset-inline-start: 8.1875rem !important;
  }
  .start-px-sm-140 {
    inset-inline-start: 8.75rem !important;
  }
  .start-px-sm-144 {
    inset-inline-start: 9rem !important;
  }
  .start-px-sm-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-sm-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-sm-154 {
    inset-inline-start: 9.625rem !important;
  }
  .start-px-sm-156 {
    inset-inline-start: 9.75rem !important;
  }
  .start-px-sm-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-sm-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-sm-231 {
    inset-inline-start: 14.4375rem !important;
  }
  .start-px-sm-240 {
    inset-inline-start: 15rem !important;
  }
  .start-px-sm-247 {
    inset-inline-start: 15.4375rem !important;
  }
  .start-px-sm-239 {
    inset-inline-start: 14.9375rem !important;
  }
  .start-px-sm-255 {
    inset-inline-start: 15.9375rem !important;
  }
  .start-px-sm-327 {
    inset-inline-start: 20.4375rem !important;
  }
  .start-sm-nauto {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n2 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n3 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n4 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n5 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n7 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n8 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n9 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n10 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n11 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n12 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n13 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n14 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n15 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n16 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n18 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n20 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n21 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n22 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n23 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n24 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n25 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n26 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n27 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n28 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n29 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n30 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n36 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n38 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n40 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n41 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n49 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n54 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n58 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n59 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n60 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n61 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n62 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n63 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n64 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n65 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n66 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n70 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n85 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n96 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n99 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n109 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n120 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n135 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n50 {
    inset-inline-start: -0.375rem !important;
  }
  .start-sm-n100 {
    inset-inline-start: -0.375rem !important;
  }
  .end-sm-auto {
    inset-inline-end: auto !important;
  }
  .end-sm-0 {
    inset-inline-end: 0 !important;
  }
  .end-sm-2 {
    inset-inline-end: 2px !important;
  }
  .end-sm-3 {
    inset-inline-end: 3px !important;
  }
  .end-sm-4 {
    inset-inline-end: 4px !important;
  }
  .end-sm-5 {
    inset-inline-end: 5px !important;
  }
  .end-sm-6 {
    inset-inline-end: 6px !important;
  }
  .end-sm-7 {
    inset-inline-end: 7px !important;
  }
  .end-sm-8 {
    inset-inline-end: 8px !important;
  }
  .end-sm-9 {
    inset-inline-end: 9px !important;
  }
  .end-sm-10 {
    inset-inline-end: 10px !important;
  }
  .end-sm-11 {
    inset-inline-end: 11px !important;
  }
  .end-sm-12 {
    inset-inline-end: 12px !important;
  }
  .end-sm-13 {
    inset-inline-end: 13px !important;
  }
  .end-sm-14 {
    inset-inline-end: 14px !important;
  }
  .end-sm-15 {
    inset-inline-end: 15px !important;
  }
  .end-sm-16 {
    inset-inline-end: 16px !important;
  }
  .end-sm-18 {
    inset-inline-end: 18px !important;
  }
  .end-sm-20 {
    inset-inline-end: 20px !important;
  }
  .end-sm-21 {
    inset-inline-end: 21px !important;
  }
  .end-sm-22 {
    inset-inline-end: 22px !important;
  }
  .end-sm-23 {
    inset-inline-end: 23px !important;
  }
  .end-sm-24 {
    inset-inline-end: 24px !important;
  }
  .end-sm-25 {
    inset-inline-end: 25px !important;
  }
  .end-sm-26 {
    inset-inline-end: 26px !important;
  }
  .end-sm-27 {
    inset-inline-end: 27px !important;
  }
  .end-sm-28 {
    inset-inline-end: 28px !important;
  }
  .end-sm-29 {
    inset-inline-end: 29px !important;
  }
  .end-sm-30 {
    inset-inline-end: 30px !important;
  }
  .end-sm-36 {
    inset-inline-end: 36px !important;
  }
  .end-sm-38 {
    inset-inline-end: 38px !important;
  }
  .end-sm-40 {
    inset-inline-end: 40px !important;
  }
  .end-sm-41 {
    inset-inline-end: 41px !important;
  }
  .end-sm-49 {
    inset-inline-end: 49px !important;
  }
  .end-sm-54 {
    inset-inline-end: 54px !important;
  }
  .end-sm-58 {
    inset-inline-end: 58px !important;
  }
  .end-sm-59 {
    inset-inline-end: 59px !important;
  }
  .end-sm-60 {
    inset-inline-end: 60px !important;
  }
  .end-sm-61 {
    inset-inline-end: 61px !important;
  }
  .end-sm-62 {
    inset-inline-end: 62px !important;
  }
  .end-sm-63 {
    inset-inline-end: 63px !important;
  }
  .end-sm-64 {
    inset-inline-end: 64px !important;
  }
  .end-sm-65 {
    inset-inline-end: 65px !important;
  }
  .end-sm-66 {
    inset-inline-end: 66px !important;
  }
  .end-sm-70 {
    inset-inline-end: 70px !important;
  }
  .end-sm-85 {
    inset-inline-end: 85px !important;
  }
  .end-sm-96 {
    inset-inline-end: 96px !important;
  }
  .end-sm-99 {
    inset-inline-end: 99px !important;
  }
  .end-sm-109 {
    inset-inline-end: 109px !important;
  }
  .end-sm-120 {
    inset-inline-end: 120px !important;
  }
  .end-sm-135 {
    inset-inline-end: 135px !important;
  }
  .end-sm-50 {
    inset-inline-end: 50% !important;
  }
  .end-sm-100 {
    inset-inline-end: 100% !important;
  }
  .end-sm-0 {
    inset-inline-end: 0rem !important;
  }
  .end-sm-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-sm-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-sm-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-sm-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-sm-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-sm-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-sm-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-sm-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-sm-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-sm-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-sm-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-sm-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-sm-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-sm-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-sm-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-sm-16 {
    inset-inline-end: 1rem !important;
  }
  .end-sm-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-sm-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-sm-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-sm-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-sm-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-sm-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-sm-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-sm-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-sm-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-sm-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-sm-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-sm-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-sm-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-sm-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-sm-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-sm-32 {
    inset-inline-end: 2rem !important;
  }
  .end-sm-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-sm-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-sm-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-sm-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-sm-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-sm-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-sm-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-sm-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-sm-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-sm-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-sm-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-sm-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-sm-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-sm-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-sm-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-sm-48 {
    inset-inline-end: 3rem !important;
  }
  .end-sm-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-sm-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-sm-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-sm-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-sm-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-sm-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-sm-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-sm-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-sm-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-sm-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-sm-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-sm-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-sm-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-sm-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-sm-64 {
    inset-inline-end: 4rem !important;
  }
  .end-sm-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-sm-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-sm-71 {
    inset-inline-end: 4.4375rem !important;
  }
  .end-sm-72 {
    inset-inline-end: 4.5rem !important;
  }
  .end-sm-73 {
    inset-inline-end: 4.5625rem !important;
  }
  .end-sm-74 {
    inset-inline-end: 4.625rem !important;
  }
  .end-sm-75 {
    inset-inline-end: 4.6875rem !important;
  }
  .end-sm-76 {
    inset-inline-end: 4.75rem !important;
  }
  .end-sm-77 {
    inset-inline-end: 4.8125rem !important;
  }
  .end-sm-78 {
    inset-inline-end: 4.875rem !important;
  }
  .end-sm-79 {
    inset-inline-end: 4.9375rem !important;
  }
  .end-sm-80 {
    inset-inline-end: 5rem !important;
  }
  .end-sm-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-sm-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-sm-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-sm-86 {
    inset-inline-end: 5.375rem !important;
  }
  .end-sm-87 {
    inset-inline-end: 5.4375rem !important;
  }
  .end-sm-88 {
    inset-inline-end: 5.5rem !important;
  }
  .end-sm-89 {
    inset-inline-end: 5.5625rem !important;
  }
  .end-sm-90 {
    inset-inline-end: 5.625rem !important;
  }
  .end-sm-92 {
    inset-inline-end: 5.75rem !important;
  }
  .end-sm-94 {
    inset-inline-end: 5.875rem !important;
  }
  .end-sm-95 {
    inset-inline-end: 5.9375rem !important;
  }
  .end-sm-96 {
    inset-inline-end: 6rem !important;
  }
  .end-sm-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-sm-100 {
    inset-inline-end: 6.25rem !important;
  }
  .end-sm-102 {
    inset-inline-end: 6.375rem !important;
  }
  .end-sm-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-sm-108 {
    inset-inline-end: 6.75rem !important;
  }
  .end-sm-115 {
    inset-inline-end: 7.1875rem !important;
  }
  .end-sm-116 {
    inset-inline-end: 7.25rem !important;
  }
  .end-sm-118 {
    inset-inline-end: 7.375rem !important;
  }
  .end-sm-120 {
    inset-inline-end: 7.5rem !important;
  }
  .end-sm-121 {
    inset-inline-end: 7.5625rem !important;
  }
  .end-sm-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-sm-129 {
    inset-inline-end: 8.0625rem !important;
  }
  .end-sm-131 {
    inset-inline-end: 8.1875rem !important;
  }
  .end-sm-140 {
    inset-inline-end: 8.75rem !important;
  }
  .end-sm-144 {
    inset-inline-end: 9rem !important;
  }
  .end-sm-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-sm-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-sm-154 {
    inset-inline-end: 9.625rem !important;
  }
  .end-sm-156 {
    inset-inline-end: 9.75rem !important;
  }
  .end-sm-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-sm-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-sm-231 {
    inset-inline-end: 14.4375rem !important;
  }
  .end-sm-240 {
    inset-inline-end: 15rem !important;
  }
  .end-sm-247 {
    inset-inline-end: 15.4375rem !important;
  }
  .end-sm-239 {
    inset-inline-end: 14.9375rem !important;
  }
  .end-sm-255 {
    inset-inline-end: 15.9375rem !important;
  }
  .end-sm-327 {
    inset-inline-end: 20.4375rem !important;
  }
  .end-sm-nauto {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n2 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n3 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n4 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n5 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n7 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n8 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n9 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n10 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n11 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n12 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n13 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n14 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n15 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n16 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n18 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n20 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n21 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n22 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n23 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n24 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n25 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n26 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n27 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n28 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n29 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n30 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n36 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n38 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n40 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n41 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n49 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n54 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n58 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n59 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n60 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n61 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n62 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n63 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n64 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n65 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n66 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n70 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n85 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n96 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n99 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n109 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n120 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n135 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n50 {
    inset-inline-end: -0.375rem !important;
  }
  .end-sm-n100 {
    inset-inline-end: -0.375rem !important;
  }
  .border-sm {
    border: 1px solid !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-2 {
    border: 2px solid !important;
  }
  .border-sm-3 {
    border: 3px solid !important;
  }
  .border-sm-4 {
    border: 4px solid !important;
  }
  .border-sm-5 {
    border: 5px solid !important;
  }
  .border-sm-6 {
    border: 6px solid !important;
  }
  .border-top-sm {
    border-block-start: 1px solid !important;
  }
  .border-top-sm-0 {
    border-block-start: 0 !important;
  }
  .border-top-sm-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-sm-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-sm-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-sm-5 {
    border-block-start: 5px solid !important;
  }
  .border-top-sm-6 {
    border-block-start: 6px solid !important;
  }
  .border-end-sm {
    border-inline-end: 1px solid !important;
  }
  .border-end-sm-0 {
    border-inline-end: 0 !important;
  }
  .border-end-sm-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-sm-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-sm-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-sm-5 {
    border-inline-end: 5px solid !important;
  }
  .border-end-sm-6 {
    border-inline-end: 6px solid !important;
  }
  .border-bottom-sm {
    border-block-end: 1px solid !important;
  }
  .border-bottom-sm-0 {
    border-block-end: 0 !important;
  }
  .border-bottom-sm-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-sm-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-sm-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-sm-5 {
    border-block-end: 5px solid !important;
  }
  .border-bottom-sm-6 {
    border-block-end: 6px solid !important;
  }
  .border-start-sm {
    border-inline-start: 1px solid !important;
  }
  .border-start-sm-0 {
    border-inline-start: 0 !important;
  }
  .border-start-sm-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-sm-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-sm-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-sm-5 {
    border-inline-start: 5px solid !important;
  }
  .border-start-sm-6 {
    border-inline-start: 6px solid !important;
  }
  .border-top-width-sm-0 {
    border-block-start: 0 !important;
  }
  .border-top-width-sm-1 {
    border-block-start: 0.0625rem !important;
  }
  .border-top-width-sm-2 {
    border-block-start: 0.125rem !important;
  }
  .border-top-width-sm-3 {
    border-block-start: 0.1875rem !important;
  }
  .border-top-width-sm-4 {
    border-block-start: 0.5625rem !important;
  }
  .border-top-width-sm-5 {
    border-block-start: 0.3125rem !important;
  }
  .border-top-width-sm-6 {
    border-block-start: 0.375rem !important;
  }
  .border-top-width-sm-7 {
    border-block-start: 0.4375rem !important;
  }
  .border-sm-primary {
    border-color: #3d70b2 !important;
  }
  .border-sm-secondary {
    border-color: #74808f !important;
  }
  .border-sm-success {
    border-color: #00af12 !important;
  }
  .border-sm-info {
    border-color: #008bdf !important;
  }
  .border-sm-warning {
    border-color: #ff973d !important;
  }
  .border-sm-danger {
    border-color: #a12626 !important;
  }
  .border-sm-light {
    border-color: #f7f9fa !important;
  }
  .border-sm-dark {
    border-color: #1f262e !important;
  }
  .border-sm-white {
    border-color: white !important;
  }
  .border-sm-transparent {
    border-color: transparent !important;
  }
  .border-gray-sm-100 {
    border-color: var(--gray-shade-100) !important;
  }
  .border-gray-sm-200 {
    border-color: var(--gray-shade-200) !important;
  }
  .border-gray-sm-300 {
    border-color: var(--gray-shade-300) !important;
  }
  .border-gray-sm-400 {
    border-color: var(--gray-shade-400) !important;
  }
  .border-gray-sm-500 {
    border-color: var(--gray-shade-500) !important;
  }
  .border-gray-sm-600 {
    border-color: var(--gray-shade-600) !important;
  }
  .border-gray-sm-700 {
    border-color: var(--gray-shade-700) !important;
  }
  .border-gray-sm-800 {
    border-color: var(--gray-shade-800) !important;
  }
  .border-gray-sm-900 {
    border-color: var(--gray-shade-900) !important;
  }
  .border-gray-sm-1000 {
    border-color: var(--gray-shade-1000) !important;
  }
  .border-gray-sm-1100 {
    border-color: var(--gray-shade-1100) !important;
  }
  .border-gray-sm-1200 {
    border-color: var(--gray-shade-1200) !important;
  }
  .border-top-style-sm-dotted {
    border-block-start-style: dotted !important;
  }
  .border-top-style-sm-dashed {
    border-block-start-style: dashed !important;
  }
  .border-top-style-sm-solid {
    border-block-start-style: solid !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-26 {
    width: 26% !important;
  }
  .w-sm-27 {
    width: 27% !important;
  }
  .w-sm-28 {
    width: 28% !important;
  }
  .w-sm-29 {
    width: 29% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-32-5 {
    width: 32.5% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-33-3 {
    width: 33.3% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-66-6 {
    width: 66.6% !important;
  }
  .w-sm-67 {
    width: 67% !important;
  }
  .w-sm-68 {
    width: 68% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-82 {
    width: 82% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-86 {
    width: 86% !important;
  }
  .w-sm-87-6 {
    width: 87.6% !important;
  }
  .w-sm-87-5 {
    width: 87.5% !important;
  }
  .w-sm-89 {
    width: 89% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-91 {
    width: 91% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .w-sm-93 {
    width: 93% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-97 {
    width: 97% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-99 {
    width: 99% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .max-w-per-sm-5 {
    max-width: 5% !important;
  }
  .max-w-per-sm-6 {
    max-width: 6% !important;
  }
  .max-w-per-sm-10 {
    max-width: 10% !important;
  }
  .max-w-per-sm-20 {
    max-width: 20% !important;
  }
  .max-w-per-sm-25 {
    max-width: 25% !important;
  }
  .max-w-per-sm-26 {
    max-width: 26% !important;
  }
  .max-w-per-sm-27 {
    max-width: 27% !important;
  }
  .max-w-per-sm-28 {
    max-width: 28% !important;
  }
  .max-w-per-sm-29 {
    max-width: 29% !important;
  }
  .max-w-per-sm-30 {
    max-width: 30% !important;
  }
  .max-w-per-sm-32-5 {
    max-width: 32.5% !important;
  }
  .max-w-per-sm-33 {
    max-width: 33% !important;
  }
  .max-w-per-sm-33-3 {
    max-width: 33.3% !important;
  }
  .max-w-per-sm-35 {
    max-width: 35% !important;
  }
  .max-w-per-sm-40 {
    max-width: 40% !important;
  }
  .max-w-per-sm-44 {
    max-width: 44% !important;
  }
  .max-w-per-sm-45 {
    max-width: 45% !important;
  }
  .max-w-per-sm-46 {
    max-width: 46% !important;
  }
  .max-w-per-sm-48 {
    max-width: 48% !important;
  }
  .max-w-per-sm-50 {
    max-width: 50% !important;
  }
  .max-w-per-sm-60 {
    max-width: 60% !important;
  }
  .max-w-per-sm-65 {
    max-width: 65% !important;
  }
  .max-w-per-sm-66 {
    max-width: 66% !important;
  }
  .max-w-per-sm-66-6 {
    max-width: 66.6% !important;
  }
  .max-w-per-sm-67 {
    max-width: 67% !important;
  }
  .max-w-per-sm-68 {
    max-width: 68% !important;
  }
  .max-w-per-sm-70 {
    max-width: 70% !important;
  }
  .max-w-per-sm-75 {
    max-width: 75% !important;
  }
  .max-w-per-sm-80 {
    max-width: 80% !important;
  }
  .max-w-per-sm-82 {
    max-width: 82% !important;
  }
  .max-w-per-sm-85 {
    max-width: 85% !important;
  }
  .max-w-per-sm-86 {
    max-width: 86% !important;
  }
  .max-w-per-sm-87-6 {
    max-width: 87.6% !important;
  }
  .max-w-per-sm-87-5 {
    max-width: 87.5% !important;
  }
  .max-w-per-sm-89 {
    max-width: 89% !important;
  }
  .max-w-per-sm-90 {
    max-width: 90% !important;
  }
  .max-w-per-sm-91 {
    max-width: 91% !important;
  }
  .max-w-per-sm-92 {
    max-width: 92% !important;
  }
  .max-w-per-sm-93 {
    max-width: 93% !important;
  }
  .max-w-per-sm-94 {
    max-width: 94% !important;
  }
  .max-w-per-sm-95 {
    max-width: 95% !important;
  }
  .max-w-per-sm-96 {
    max-width: 96% !important;
  }
  .max-w-per-sm-97 {
    max-width: 97% !important;
  }
  .max-w-per-sm-98 {
    max-width: 98% !important;
  }
  .max-w-per-sm-99 {
    max-width: 99% !important;
  }
  .max-w-per-sm-100 {
    max-width: 100% !important;
  }
  .max-w-per-sm-auto {
    max-width: auto !important;
  }
  .min-w-per-sm-5 {
    min-width: 5% !important;
  }
  .min-w-per-sm-6 {
    min-width: 6% !important;
  }
  .min-w-per-sm-10 {
    min-width: 10% !important;
  }
  .min-w-per-sm-20 {
    min-width: 20% !important;
  }
  .min-w-per-sm-25 {
    min-width: 25% !important;
  }
  .min-w-per-sm-26 {
    min-width: 26% !important;
  }
  .min-w-per-sm-27 {
    min-width: 27% !important;
  }
  .min-w-per-sm-28 {
    min-width: 28% !important;
  }
  .min-w-per-sm-29 {
    min-width: 29% !important;
  }
  .min-w-per-sm-30 {
    min-width: 30% !important;
  }
  .min-w-per-sm-32-5 {
    min-width: 32.5% !important;
  }
  .min-w-per-sm-33 {
    min-width: 33% !important;
  }
  .min-w-per-sm-33-3 {
    min-width: 33.3% !important;
  }
  .min-w-per-sm-35 {
    min-width: 35% !important;
  }
  .min-w-per-sm-40 {
    min-width: 40% !important;
  }
  .min-w-per-sm-44 {
    min-width: 44% !important;
  }
  .min-w-per-sm-45 {
    min-width: 45% !important;
  }
  .min-w-per-sm-46 {
    min-width: 46% !important;
  }
  .min-w-per-sm-48 {
    min-width: 48% !important;
  }
  .min-w-per-sm-50 {
    min-width: 50% !important;
  }
  .min-w-per-sm-60 {
    min-width: 60% !important;
  }
  .min-w-per-sm-65 {
    min-width: 65% !important;
  }
  .min-w-per-sm-66 {
    min-width: 66% !important;
  }
  .min-w-per-sm-66-6 {
    min-width: 66.6% !important;
  }
  .min-w-per-sm-67 {
    min-width: 67% !important;
  }
  .min-w-per-sm-68 {
    min-width: 68% !important;
  }
  .min-w-per-sm-70 {
    min-width: 70% !important;
  }
  .min-w-per-sm-75 {
    min-width: 75% !important;
  }
  .min-w-per-sm-80 {
    min-width: 80% !important;
  }
  .min-w-per-sm-82 {
    min-width: 82% !important;
  }
  .min-w-per-sm-85 {
    min-width: 85% !important;
  }
  .min-w-per-sm-86 {
    min-width: 86% !important;
  }
  .min-w-per-sm-87-6 {
    min-width: 87.6% !important;
  }
  .min-w-per-sm-87-5 {
    min-width: 87.5% !important;
  }
  .min-w-per-sm-89 {
    min-width: 89% !important;
  }
  .min-w-per-sm-90 {
    min-width: 90% !important;
  }
  .min-w-per-sm-91 {
    min-width: 91% !important;
  }
  .min-w-per-sm-92 {
    min-width: 92% !important;
  }
  .min-w-per-sm-93 {
    min-width: 93% !important;
  }
  .min-w-per-sm-94 {
    min-width: 94% !important;
  }
  .min-w-per-sm-95 {
    min-width: 95% !important;
  }
  .min-w-per-sm-96 {
    min-width: 96% !important;
  }
  .min-w-per-sm-97 {
    min-width: 97% !important;
  }
  .min-w-per-sm-98 {
    min-width: 98% !important;
  }
  .min-w-per-sm-99 {
    min-width: 99% !important;
  }
  .min-w-per-sm-100 {
    min-width: 100% !important;
  }
  .min-w-per-sm-auto {
    min-width: auto !important;
  }
  .width-sm-unset {
    width: unset !important;
  }
  .width-sm-1 {
    width: 1rem !important;
  }
  .width-sm-2 {
    width: 2rem !important;
  }
  .width-sm-3 {
    width: 3rem !important;
  }
  .width-sm-4 {
    width: 4rem !important;
  }
  .width-sm-5 {
    width: 5rem !important;
  }
  .width-sm-6 {
    width: 6rem !important;
  }
  .width-sm-7 {
    width: 7rem !important;
  }
  .width-sm-8 {
    width: 8rem !important;
  }
  .width-sm-9 {
    width: 9rem !important;
  }
  .width-sm-10 {
    width: 10rem !important;
  }
  .width-sm-11 {
    width: 11rem !important;
  }
  .width-sm-12 {
    width: 12rem !important;
  }
  .width-sm-13 {
    width: 13rem !important;
  }
  .width-sm-14 {
    width: 14rem !important;
  }
  .width-sm-15 {
    width: 15rem !important;
  }
  .width-sm-16 {
    width: 16rem !important;
  }
  .width-sm-17 {
    width: 17rem !important;
  }
  .width-sm-18 {
    width: 18rem !important;
  }
  .width-sm-19 {
    width: 19rem !important;
  }
  .width-sm-19-8 {
    width: 19.8rem !important;
  }
  .width-sm-20 {
    width: 20rem !important;
  }
  .width-sm-20-5 {
    width: 20.5rem !important;
  }
  .width-sm-20-6 {
    width: 20.6rem !important;
  }
  .width-sm-21 {
    width: 21rem !important;
  }
  .width-sm-22 {
    width: 22rem !important;
  }
  .width-sm-23 {
    width: 23rem !important;
  }
  .width-sm-24 {
    width: 24rem !important;
  }
  .width-sm-25 {
    width: 25rem !important;
  }
  .width-sm-26-5 {
    width: 26.5rem !important;
  }
  .width-sm-26 {
    width: 26rem !important;
  }
  .width-sm-27 {
    width: 27rem !important;
  }
  .width-sm-28 {
    width: 28rem !important;
  }
  .width-sm-29 {
    width: 29rem !important;
  }
  .width-sm-30 {
    width: 30rem !important;
  }
  .width-sm-31 {
    width: 31rem !important;
  }
  .width-sm-32 {
    width: 32rem !important;
  }
  .width-sm-33 {
    width: 33rem !important;
  }
  .width-sm-34 {
    width: 34rem !important;
  }
  .width-sm-35 {
    width: 35rem !important;
  }
  .width-sm-36 {
    width: 36rem !important;
  }
  .width-sm-37 {
    width: 37rem !important;
  }
  .width-sm-38 {
    width: 38rem !important;
  }
  .width-sm-39 {
    width: 39rem !important;
  }
  .width-sm-40 {
    width: 40rem !important;
  }
  .width-sm-41 {
    width: 41rem !important;
  }
  .width-sm-42 {
    width: 42rem !important;
  }
  .width-sm-43 {
    width: 43rem !important;
  }
  .width-sm-44 {
    width: 44rem !important;
  }
  .width-sm-45 {
    width: 45rem !important;
  }
  .width-sm-46 {
    width: 46rem !important;
  }
  .width-sm-47 {
    width: 47rem !important;
  }
  .width-sm-48 {
    width: 48rem !important;
  }
  .width-sm-49 {
    width: 49rem !important;
  }
  .width-sm-50 {
    width: 50rem !important;
  }
  .width-sm-51 {
    width: 51rem !important;
  }
  .width-sm-52 {
    width: 52rem !important;
  }
  .width-sm-53 {
    width: 53rem !important;
  }
  .width-sm-54 {
    width: 54rem !important;
  }
  .width-sm-55 {
    width: 55rem !important;
  }
  .width-sm-56 {
    width: 56rem !important;
  }
  .width-sm-57 {
    width: 57rem !important;
  }
  .width-sm-58 {
    width: 58rem !important;
  }
  .width-sm-59 {
    width: 59rem !important;
  }
  .width-sm-60 {
    width: 60rem !important;
  }
  .width-sm-61 {
    width: 61rem !important;
  }
  .width-sm-62 {
    width: 62rem !important;
  }
  .width-sm-63 {
    width: 63rem !important;
  }
  .width-sm-64 {
    width: 64rem !important;
  }
  .width-sm-65 {
    width: 65rem !important;
  }
  .width-sm-66 {
    width: 66rem !important;
  }
  .width-sm-67 {
    width: 67rem !important;
  }
  .width-sm-68 {
    width: 68rem !important;
  }
  .width-sm-69 {
    width: 69rem !important;
  }
  .width-sm-70 {
    width: 70rem !important;
  }
  .width-sm-71 {
    width: 71rem !important;
  }
  .width-sm-72 {
    width: 72rem !important;
  }
  .width-sm-73 {
    width: 73rem !important;
  }
  .width-sm-74 {
    width: 74rem !important;
  }
  .width-sm-75 {
    width: 75rem !important;
  }
  .width-sm-76 {
    width: 76rem !important;
  }
  .width-sm-77 {
    width: 77rem !important;
  }
  .width-sm-78 {
    width: 78rem !important;
  }
  .width-sm-79 {
    width: 79rem !important;
  }
  .width-sm-80 {
    width: 80rem !important;
  }
  .width-sm-95 {
    width: 95rem !important;
  }
  .width-sm-96 {
    width: 96rem !important;
  }
  .width-sm-97 {
    width: 97rem !important;
  }
  .width-sm-98 {
    width: 98rem !important;
  }
  .width-sm-100 {
    width: 100% !important;
  }
  .width-px-sm-0 {
    width: 0rem !important;
  }
  .width-px-sm-1 {
    width: 0.0625rem !important;
  }
  .width-px-sm-2 {
    width: 0.125rem !important;
  }
  .width-px-sm-3 {
    width: 0.1875rem !important;
  }
  .width-px-sm-4 {
    width: 0.25rem !important;
  }
  .width-px-sm-5 {
    width: 0.3125rem !important;
  }
  .width-px-sm-6 {
    width: 0.375rem !important;
  }
  .width-px-sm-7 {
    width: 0.4375rem !important;
  }
  .width-px-sm-8 {
    width: 0.5rem !important;
  }
  .width-px-sm-9 {
    width: 0.5625rem !important;
  }
  .width-px-sm-10 {
    width: 0.625rem !important;
  }
  .width-px-sm-11 {
    width: 0.6875rem !important;
  }
  .width-px-sm-12 {
    width: 0.75rem !important;
  }
  .width-px-sm-13 {
    width: 0.8125rem !important;
  }
  .width-px-sm-14 {
    width: 0.875rem !important;
  }
  .width-px-sm-15 {
    width: 0.9375rem !important;
  }
  .width-px-sm-16 {
    width: 1rem !important;
  }
  .width-px-sm-17 {
    width: 1.0625rem !important;
  }
  .width-px-sm-18 {
    width: 1.125rem !important;
  }
  .width-px-sm-19 {
    width: 1.1875rem !important;
  }
  .width-px-sm-20 {
    width: 1.25rem !important;
  }
  .width-px-sm-21 {
    width: 1.3125rem !important;
  }
  .width-px-sm-22 {
    width: 1.375rem !important;
  }
  .width-px-sm-23 {
    width: 1.4375rem !important;
  }
  .width-px-sm-24 {
    width: 1.5rem !important;
  }
  .width-px-sm-25 {
    width: 1.5625rem !important;
  }
  .width-px-sm-26 {
    width: 1.625rem !important;
  }
  .width-px-sm-27 {
    width: 1.6875rem !important;
  }
  .width-px-sm-28 {
    width: 1.75rem !important;
  }
  .width-px-sm-29 {
    width: 1.8125rem !important;
  }
  .width-px-sm-30 {
    width: 1.875rem !important;
  }
  .width-px-sm-31 {
    width: 1.9375rem !important;
  }
  .width-px-sm-32 {
    width: 2rem !important;
  }
  .width-px-sm-33 {
    width: 2.0625rem !important;
  }
  .width-px-sm-34 {
    width: 2.125rem !important;
  }
  .width-px-sm-35 {
    width: 2.1875rem !important;
  }
  .width-px-sm-36 {
    width: 2.25rem !important;
  }
  .width-px-sm-37 {
    width: 2.3125rem !important;
  }
  .width-px-sm-38 {
    width: 2.375rem !important;
  }
  .width-px-sm-39 {
    width: 2.4375rem !important;
  }
  .width-px-sm-40 {
    width: 2.5rem !important;
  }
  .width-px-sm-41 {
    width: 2.5625rem !important;
  }
  .width-px-sm-42 {
    width: 2.625rem !important;
  }
  .width-px-sm-43 {
    width: 2.6875rem !important;
  }
  .width-px-sm-44 {
    width: 2.75rem !important;
  }
  .width-px-sm-45 {
    width: 2.8125rem !important;
  }
  .width-px-sm-46 {
    width: 2.875rem !important;
  }
  .width-px-sm-47 {
    width: 2.9375rem !important;
  }
  .width-px-sm-48 {
    width: 3rem !important;
  }
  .width-px-sm-49 {
    width: 3.0625rem !important;
  }
  .width-px-sm-50 {
    width: 3.125rem !important;
  }
  .width-px-sm-51 {
    width: 3.1875rem !important;
  }
  .width-px-sm-52 {
    width: 3.25rem !important;
  }
  .width-px-sm-53 {
    width: 3.3125rem !important;
  }
  .width-px-sm-54 {
    width: 3.375rem !important;
  }
  .width-px-sm-56 {
    width: 3.5rem !important;
  }
  .width-px-sm-57 {
    width: 3.5625rem !important;
  }
  .width-px-sm-58 {
    width: 3.625rem !important;
  }
  .width-px-sm-59 {
    width: 3.6875rem !important;
  }
  .width-px-sm-60 {
    width: 3.75rem !important;
  }
  .width-px-sm-61 {
    width: 3.8125rem !important;
  }
  .width-px-sm-62 {
    width: 3.875rem !important;
  }
  .width-px-sm-63 {
    width: 3.9375rem !important;
  }
  .width-px-sm-64 {
    width: 4rem !important;
  }
  .width-px-sm-68 {
    width: 4.25rem !important;
  }
  .width-px-sm-70 {
    width: 4.375rem !important;
  }
  .width-px-sm-71 {
    width: 4.4375rem !important;
  }
  .width-px-sm-72 {
    width: 4.5rem !important;
  }
  .width-px-sm-73 {
    width: 4.5625rem !important;
  }
  .width-px-sm-74 {
    width: 4.625rem !important;
  }
  .width-px-sm-75 {
    width: 4.6875rem !important;
  }
  .width-px-sm-76 {
    width: 4.75rem !important;
  }
  .width-px-sm-77 {
    width: 4.8125rem !important;
  }
  .width-px-sm-78 {
    width: 4.875rem !important;
  }
  .width-px-sm-79 {
    width: 4.9375rem !important;
  }
  .width-px-sm-80 {
    width: 5rem !important;
  }
  .width-px-sm-82 {
    width: 5.125rem !important;
  }
  .width-px-sm-83 {
    width: 5.1875rem !important;
  }
  .width-px-sm-84 {
    width: 5.25rem !important;
  }
  .width-px-sm-86 {
    width: 5.375rem !important;
  }
  .width-px-sm-87 {
    width: 5.4375rem !important;
  }
  .width-px-sm-88 {
    width: 5.5rem !important;
  }
  .width-px-sm-89 {
    width: 5.5625rem !important;
  }
  .width-px-sm-90 {
    width: 5.625rem !important;
  }
  .width-px-sm-92 {
    width: 5.75rem !important;
  }
  .width-px-sm-94 {
    width: 5.875rem !important;
  }
  .width-px-sm-95 {
    width: 5.9375rem !important;
  }
  .width-px-sm-96 {
    width: 6rem !important;
  }
  .width-px-sm-98 {
    width: 6.125rem !important;
  }
  .width-px-sm-100 {
    width: 6.25rem !important;
  }
  .width-px-sm-102 {
    width: 6.375rem !important;
  }
  .width-px-sm-104 {
    width: 6.5rem !important;
  }
  .width-px-sm-108 {
    width: 6.75rem !important;
  }
  .width-px-sm-115 {
    width: 7.1875rem !important;
  }
  .width-px-sm-116 {
    width: 7.25rem !important;
  }
  .width-px-sm-118 {
    width: 7.375rem !important;
  }
  .width-px-sm-120 {
    width: 7.5rem !important;
  }
  .width-px-sm-121 {
    width: 7.5625rem !important;
  }
  .width-px-sm-123 {
    width: 7.6875rem !important;
  }
  .width-px-sm-129 {
    width: 8.0625rem !important;
  }
  .width-px-sm-131 {
    width: 8.1875rem !important;
  }
  .width-px-sm-140 {
    width: 8.75rem !important;
  }
  .width-px-sm-144 {
    width: 9rem !important;
  }
  .width-px-sm-147 {
    width: 9.1875rem !important;
  }
  .width-px-sm-148 {
    width: 9.25rem !important;
  }
  .width-px-sm-154 {
    width: 9.625rem !important;
  }
  .width-px-sm-156 {
    width: 9.75rem !important;
  }
  .width-px-sm-180 {
    width: 11.25rem !important;
  }
  .width-px-sm-200 {
    width: 12.5rem !important;
  }
  .width-px-sm-231 {
    width: 14.4375rem !important;
  }
  .width-px-sm-240 {
    width: 15rem !important;
  }
  .width-px-sm-247 {
    width: 15.4375rem !important;
  }
  .width-px-sm-239 {
    width: 14.9375rem !important;
  }
  .width-px-sm-255 {
    width: 15.9375rem !important;
  }
  .width-px-sm-327 {
    width: 20.4375rem !important;
  }
  .max-w-sm-unset {
    max-width: unset !important;
  }
  .max-w-sm-1 {
    max-width: 1rem !important;
  }
  .max-w-sm-2 {
    max-width: 2rem !important;
  }
  .max-w-sm-3 {
    max-width: 3rem !important;
  }
  .max-w-sm-4 {
    max-width: 4rem !important;
  }
  .max-w-sm-5 {
    max-width: 5rem !important;
  }
  .max-w-sm-6 {
    max-width: 6rem !important;
  }
  .max-w-sm-7 {
    max-width: 7rem !important;
  }
  .max-w-sm-8 {
    max-width: 8rem !important;
  }
  .max-w-sm-9 {
    max-width: 9rem !important;
  }
  .max-w-sm-10 {
    max-width: 10rem !important;
  }
  .max-w-sm-11 {
    max-width: 11rem !important;
  }
  .max-w-sm-12 {
    max-width: 12rem !important;
  }
  .max-w-sm-13 {
    max-width: 13rem !important;
  }
  .max-w-sm-14 {
    max-width: 14rem !important;
  }
  .max-w-sm-15 {
    max-width: 15rem !important;
  }
  .max-w-sm-16 {
    max-width: 16rem !important;
  }
  .max-w-sm-17 {
    max-width: 17rem !important;
  }
  .max-w-sm-18 {
    max-width: 18rem !important;
  }
  .max-w-sm-19 {
    max-width: 19rem !important;
  }
  .max-w-sm-19-8 {
    max-width: 19.8rem !important;
  }
  .max-w-sm-20 {
    max-width: 20rem !important;
  }
  .max-w-sm-20-5 {
    max-width: 20.5rem !important;
  }
  .max-w-sm-20-6 {
    max-width: 20.6rem !important;
  }
  .max-w-sm-21 {
    max-width: 21rem !important;
  }
  .max-w-sm-22 {
    max-width: 22rem !important;
  }
  .max-w-sm-23 {
    max-width: 23rem !important;
  }
  .max-w-sm-24 {
    max-width: 24rem !important;
  }
  .max-w-sm-25 {
    max-width: 25rem !important;
  }
  .max-w-sm-26-5 {
    max-width: 26.5rem !important;
  }
  .max-w-sm-26 {
    max-width: 26rem !important;
  }
  .max-w-sm-27 {
    max-width: 27rem !important;
  }
  .max-w-sm-28 {
    max-width: 28rem !important;
  }
  .max-w-sm-29 {
    max-width: 29rem !important;
  }
  .max-w-sm-30 {
    max-width: 30rem !important;
  }
  .max-w-sm-31 {
    max-width: 31rem !important;
  }
  .max-w-sm-32 {
    max-width: 32rem !important;
  }
  .max-w-sm-33 {
    max-width: 33rem !important;
  }
  .max-w-sm-34 {
    max-width: 34rem !important;
  }
  .max-w-sm-35 {
    max-width: 35rem !important;
  }
  .max-w-sm-36 {
    max-width: 36rem !important;
  }
  .max-w-sm-37 {
    max-width: 37rem !important;
  }
  .max-w-sm-38 {
    max-width: 38rem !important;
  }
  .max-w-sm-39 {
    max-width: 39rem !important;
  }
  .max-w-sm-40 {
    max-width: 40rem !important;
  }
  .max-w-sm-41 {
    max-width: 41rem !important;
  }
  .max-w-sm-42 {
    max-width: 42rem !important;
  }
  .max-w-sm-43 {
    max-width: 43rem !important;
  }
  .max-w-sm-44 {
    max-width: 44rem !important;
  }
  .max-w-sm-45 {
    max-width: 45rem !important;
  }
  .max-w-sm-46 {
    max-width: 46rem !important;
  }
  .max-w-sm-47 {
    max-width: 47rem !important;
  }
  .max-w-sm-48 {
    max-width: 48rem !important;
  }
  .max-w-sm-49 {
    max-width: 49rem !important;
  }
  .max-w-sm-50 {
    max-width: 50rem !important;
  }
  .max-w-sm-51 {
    max-width: 51rem !important;
  }
  .max-w-sm-52 {
    max-width: 52rem !important;
  }
  .max-w-sm-53 {
    max-width: 53rem !important;
  }
  .max-w-sm-54 {
    max-width: 54rem !important;
  }
  .max-w-sm-55 {
    max-width: 55rem !important;
  }
  .max-w-sm-56 {
    max-width: 56rem !important;
  }
  .max-w-sm-57 {
    max-width: 57rem !important;
  }
  .max-w-sm-58 {
    max-width: 58rem !important;
  }
  .max-w-sm-59 {
    max-width: 59rem !important;
  }
  .max-w-sm-60 {
    max-width: 60rem !important;
  }
  .max-w-sm-61 {
    max-width: 61rem !important;
  }
  .max-w-sm-62 {
    max-width: 62rem !important;
  }
  .max-w-sm-63 {
    max-width: 63rem !important;
  }
  .max-w-sm-64 {
    max-width: 64rem !important;
  }
  .max-w-sm-65 {
    max-width: 65rem !important;
  }
  .max-w-sm-66 {
    max-width: 66rem !important;
  }
  .max-w-sm-67 {
    max-width: 67rem !important;
  }
  .max-w-sm-68 {
    max-width: 68rem !important;
  }
  .max-w-sm-69 {
    max-width: 69rem !important;
  }
  .max-w-sm-70 {
    max-width: 70rem !important;
  }
  .max-w-sm-71 {
    max-width: 71rem !important;
  }
  .max-w-sm-72 {
    max-width: 72rem !important;
  }
  .max-w-sm-73 {
    max-width: 73rem !important;
  }
  .max-w-sm-74 {
    max-width: 74rem !important;
  }
  .max-w-sm-75 {
    max-width: 75rem !important;
  }
  .max-w-sm-76 {
    max-width: 76rem !important;
  }
  .max-w-sm-77 {
    max-width: 77rem !important;
  }
  .max-w-sm-78 {
    max-width: 78rem !important;
  }
  .max-w-sm-79 {
    max-width: 79rem !important;
  }
  .max-w-sm-80 {
    max-width: 80rem !important;
  }
  .max-w-sm-95 {
    max-width: 95rem !important;
  }
  .max-w-sm-96 {
    max-width: 96rem !important;
  }
  .max-w-sm-97 {
    max-width: 97rem !important;
  }
  .max-w-sm-98 {
    max-width: 98rem !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .min-w-sm-unset {
    min-width: unset !important;
  }
  .min-w-sm-1 {
    min-width: 1rem !important;
  }
  .min-w-sm-2 {
    min-width: 2rem !important;
  }
  .min-w-sm-3 {
    min-width: 3rem !important;
  }
  .min-w-sm-4 {
    min-width: 4rem !important;
  }
  .min-w-sm-5 {
    min-width: 5rem !important;
  }
  .min-w-sm-6 {
    min-width: 6rem !important;
  }
  .min-w-sm-7 {
    min-width: 7rem !important;
  }
  .min-w-sm-8 {
    min-width: 8rem !important;
  }
  .min-w-sm-9 {
    min-width: 9rem !important;
  }
  .min-w-sm-10 {
    min-width: 10rem !important;
  }
  .min-w-sm-11 {
    min-width: 11rem !important;
  }
  .min-w-sm-12 {
    min-width: 12rem !important;
  }
  .min-w-sm-13 {
    min-width: 13rem !important;
  }
  .min-w-sm-14 {
    min-width: 14rem !important;
  }
  .min-w-sm-15 {
    min-width: 15rem !important;
  }
  .min-w-sm-16 {
    min-width: 16rem !important;
  }
  .min-w-sm-17 {
    min-width: 17rem !important;
  }
  .min-w-sm-18 {
    min-width: 18rem !important;
  }
  .min-w-sm-19 {
    min-width: 19rem !important;
  }
  .min-w-sm-19-8 {
    min-width: 19.8rem !important;
  }
  .min-w-sm-20 {
    min-width: 20rem !important;
  }
  .min-w-sm-20-5 {
    min-width: 20.5rem !important;
  }
  .min-w-sm-20-6 {
    min-width: 20.6rem !important;
  }
  .min-w-sm-21 {
    min-width: 21rem !important;
  }
  .min-w-sm-22 {
    min-width: 22rem !important;
  }
  .min-w-sm-23 {
    min-width: 23rem !important;
  }
  .min-w-sm-24 {
    min-width: 24rem !important;
  }
  .min-w-sm-25 {
    min-width: 25rem !important;
  }
  .min-w-sm-26-5 {
    min-width: 26.5rem !important;
  }
  .min-w-sm-26 {
    min-width: 26rem !important;
  }
  .min-w-sm-27 {
    min-width: 27rem !important;
  }
  .min-w-sm-28 {
    min-width: 28rem !important;
  }
  .min-w-sm-29 {
    min-width: 29rem !important;
  }
  .min-w-sm-30 {
    min-width: 30rem !important;
  }
  .min-w-sm-31 {
    min-width: 31rem !important;
  }
  .min-w-sm-32 {
    min-width: 32rem !important;
  }
  .min-w-sm-33 {
    min-width: 33rem !important;
  }
  .min-w-sm-34 {
    min-width: 34rem !important;
  }
  .min-w-sm-35 {
    min-width: 35rem !important;
  }
  .min-w-sm-36 {
    min-width: 36rem !important;
  }
  .min-w-sm-37 {
    min-width: 37rem !important;
  }
  .min-w-sm-38 {
    min-width: 38rem !important;
  }
  .min-w-sm-39 {
    min-width: 39rem !important;
  }
  .min-w-sm-40 {
    min-width: 40rem !important;
  }
  .min-w-sm-41 {
    min-width: 41rem !important;
  }
  .min-w-sm-42 {
    min-width: 42rem !important;
  }
  .min-w-sm-43 {
    min-width: 43rem !important;
  }
  .min-w-sm-44 {
    min-width: 44rem !important;
  }
  .min-w-sm-45 {
    min-width: 45rem !important;
  }
  .min-w-sm-46 {
    min-width: 46rem !important;
  }
  .min-w-sm-47 {
    min-width: 47rem !important;
  }
  .min-w-sm-48 {
    min-width: 48rem !important;
  }
  .min-w-sm-49 {
    min-width: 49rem !important;
  }
  .min-w-sm-50 {
    min-width: 50rem !important;
  }
  .min-w-sm-51 {
    min-width: 51rem !important;
  }
  .min-w-sm-52 {
    min-width: 52rem !important;
  }
  .min-w-sm-53 {
    min-width: 53rem !important;
  }
  .min-w-sm-54 {
    min-width: 54rem !important;
  }
  .min-w-sm-55 {
    min-width: 55rem !important;
  }
  .min-w-sm-56 {
    min-width: 56rem !important;
  }
  .min-w-sm-57 {
    min-width: 57rem !important;
  }
  .min-w-sm-58 {
    min-width: 58rem !important;
  }
  .min-w-sm-59 {
    min-width: 59rem !important;
  }
  .min-w-sm-60 {
    min-width: 60rem !important;
  }
  .min-w-sm-61 {
    min-width: 61rem !important;
  }
  .min-w-sm-62 {
    min-width: 62rem !important;
  }
  .min-w-sm-63 {
    min-width: 63rem !important;
  }
  .min-w-sm-64 {
    min-width: 64rem !important;
  }
  .min-w-sm-65 {
    min-width: 65rem !important;
  }
  .min-w-sm-66 {
    min-width: 66rem !important;
  }
  .min-w-sm-67 {
    min-width: 67rem !important;
  }
  .min-w-sm-68 {
    min-width: 68rem !important;
  }
  .min-w-sm-69 {
    min-width: 69rem !important;
  }
  .min-w-sm-70 {
    min-width: 70rem !important;
  }
  .min-w-sm-71 {
    min-width: 71rem !important;
  }
  .min-w-sm-72 {
    min-width: 72rem !important;
  }
  .min-w-sm-73 {
    min-width: 73rem !important;
  }
  .min-w-sm-74 {
    min-width: 74rem !important;
  }
  .min-w-sm-75 {
    min-width: 75rem !important;
  }
  .min-w-sm-76 {
    min-width: 76rem !important;
  }
  .min-w-sm-77 {
    min-width: 77rem !important;
  }
  .min-w-sm-78 {
    min-width: 78rem !important;
  }
  .min-w-sm-79 {
    min-width: 79rem !important;
  }
  .min-w-sm-80 {
    min-width: 80rem !important;
  }
  .min-w-sm-95 {
    min-width: 95rem !important;
  }
  .min-w-sm-96 {
    min-width: 96rem !important;
  }
  .min-w-sm-97 {
    min-width: 97rem !important;
  }
  .min-w-sm-98 {
    min-width: 98rem !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .max-w-px-sm-0 {
    max-width: 0rem !important;
  }
  .max-w-px-sm-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-sm-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-sm-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-sm-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-sm-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-sm-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-sm-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-sm-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-sm-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-sm-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-sm-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-sm-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-sm-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-sm-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-sm-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-sm-16 {
    max-width: 1rem !important;
  }
  .max-w-px-sm-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-sm-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-sm-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-sm-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-sm-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-sm-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-sm-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-sm-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-sm-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-sm-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-sm-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-sm-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-sm-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-sm-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-sm-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-sm-32 {
    max-width: 2rem !important;
  }
  .max-w-px-sm-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-sm-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-sm-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-sm-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-sm-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-sm-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-sm-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-sm-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-sm-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-sm-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-sm-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-sm-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-sm-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-sm-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-sm-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-sm-48 {
    max-width: 3rem !important;
  }
  .max-w-px-sm-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-sm-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-sm-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-sm-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-sm-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-sm-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-sm-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-sm-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-sm-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-sm-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-sm-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-sm-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-sm-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-sm-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-sm-64 {
    max-width: 4rem !important;
  }
  .max-w-px-sm-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-sm-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-sm-71 {
    max-width: 4.4375rem !important;
  }
  .max-w-px-sm-72 {
    max-width: 4.5rem !important;
  }
  .max-w-px-sm-73 {
    max-width: 4.5625rem !important;
  }
  .max-w-px-sm-74 {
    max-width: 4.625rem !important;
  }
  .max-w-px-sm-75 {
    max-width: 4.6875rem !important;
  }
  .max-w-px-sm-76 {
    max-width: 4.75rem !important;
  }
  .max-w-px-sm-77 {
    max-width: 4.8125rem !important;
  }
  .max-w-px-sm-78 {
    max-width: 4.875rem !important;
  }
  .max-w-px-sm-79 {
    max-width: 4.9375rem !important;
  }
  .max-w-px-sm-80 {
    max-width: 5rem !important;
  }
  .max-w-px-sm-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-sm-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-sm-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-sm-86 {
    max-width: 5.375rem !important;
  }
  .max-w-px-sm-87 {
    max-width: 5.4375rem !important;
  }
  .max-w-px-sm-88 {
    max-width: 5.5rem !important;
  }
  .max-w-px-sm-89 {
    max-width: 5.5625rem !important;
  }
  .max-w-px-sm-90 {
    max-width: 5.625rem !important;
  }
  .max-w-px-sm-92 {
    max-width: 5.75rem !important;
  }
  .max-w-px-sm-94 {
    max-width: 5.875rem !important;
  }
  .max-w-px-sm-95 {
    max-width: 5.9375rem !important;
  }
  .max-w-px-sm-96 {
    max-width: 6rem !important;
  }
  .max-w-px-sm-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-sm-100 {
    max-width: 6.25rem !important;
  }
  .max-w-px-sm-102 {
    max-width: 6.375rem !important;
  }
  .max-w-px-sm-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-sm-108 {
    max-width: 6.75rem !important;
  }
  .max-w-px-sm-115 {
    max-width: 7.1875rem !important;
  }
  .max-w-px-sm-116 {
    max-width: 7.25rem !important;
  }
  .max-w-px-sm-118 {
    max-width: 7.375rem !important;
  }
  .max-w-px-sm-120 {
    max-width: 7.5rem !important;
  }
  .max-w-px-sm-121 {
    max-width: 7.5625rem !important;
  }
  .max-w-px-sm-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-sm-129 {
    max-width: 8.0625rem !important;
  }
  .max-w-px-sm-131 {
    max-width: 8.1875rem !important;
  }
  .max-w-px-sm-140 {
    max-width: 8.75rem !important;
  }
  .max-w-px-sm-144 {
    max-width: 9rem !important;
  }
  .max-w-px-sm-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-sm-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-sm-154 {
    max-width: 9.625rem !important;
  }
  .max-w-px-sm-156 {
    max-width: 9.75rem !important;
  }
  .max-w-px-sm-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-sm-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-sm-231 {
    max-width: 14.4375rem !important;
  }
  .max-w-px-sm-240 {
    max-width: 15rem !important;
  }
  .max-w-px-sm-247 {
    max-width: 15.4375rem !important;
  }
  .max-w-px-sm-239 {
    max-width: 14.9375rem !important;
  }
  .max-w-px-sm-255 {
    max-width: 15.9375rem !important;
  }
  .max-w-px-sm-327 {
    max-width: 20.4375rem !important;
  }
  .min-w-px-sm-0 {
    min-width: 0rem !important;
  }
  .min-w-px-sm-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-sm-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-sm-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-sm-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-sm-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-sm-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-sm-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-sm-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-sm-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-sm-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-sm-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-sm-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-sm-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-sm-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-sm-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-sm-16 {
    min-width: 1rem !important;
  }
  .min-w-px-sm-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-sm-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-sm-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-sm-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-sm-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-sm-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-sm-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-sm-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-sm-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-sm-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-sm-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-sm-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-sm-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-sm-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-sm-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-sm-32 {
    min-width: 2rem !important;
  }
  .min-w-px-sm-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-sm-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-sm-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-sm-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-sm-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-sm-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-sm-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-sm-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-sm-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-sm-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-sm-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-sm-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-sm-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-sm-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-sm-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-sm-48 {
    min-width: 3rem !important;
  }
  .min-w-px-sm-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-sm-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-sm-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-sm-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-sm-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-sm-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-sm-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-sm-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-sm-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-sm-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-sm-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-sm-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-sm-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-sm-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-sm-64 {
    min-width: 4rem !important;
  }
  .min-w-px-sm-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-sm-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-sm-71 {
    min-width: 4.4375rem !important;
  }
  .min-w-px-sm-72 {
    min-width: 4.5rem !important;
  }
  .min-w-px-sm-73 {
    min-width: 4.5625rem !important;
  }
  .min-w-px-sm-74 {
    min-width: 4.625rem !important;
  }
  .min-w-px-sm-75 {
    min-width: 4.6875rem !important;
  }
  .min-w-px-sm-76 {
    min-width: 4.75rem !important;
  }
  .min-w-px-sm-77 {
    min-width: 4.8125rem !important;
  }
  .min-w-px-sm-78 {
    min-width: 4.875rem !important;
  }
  .min-w-px-sm-79 {
    min-width: 4.9375rem !important;
  }
  .min-w-px-sm-80 {
    min-width: 5rem !important;
  }
  .min-w-px-sm-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-sm-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-sm-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-sm-86 {
    min-width: 5.375rem !important;
  }
  .min-w-px-sm-87 {
    min-width: 5.4375rem !important;
  }
  .min-w-px-sm-88 {
    min-width: 5.5rem !important;
  }
  .min-w-px-sm-89 {
    min-width: 5.5625rem !important;
  }
  .min-w-px-sm-90 {
    min-width: 5.625rem !important;
  }
  .min-w-px-sm-92 {
    min-width: 5.75rem !important;
  }
  .min-w-px-sm-94 {
    min-width: 5.875rem !important;
  }
  .min-w-px-sm-95 {
    min-width: 5.9375rem !important;
  }
  .min-w-px-sm-96 {
    min-width: 6rem !important;
  }
  .min-w-px-sm-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-sm-100 {
    min-width: 6.25rem !important;
  }
  .min-w-px-sm-102 {
    min-width: 6.375rem !important;
  }
  .min-w-px-sm-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-sm-108 {
    min-width: 6.75rem !important;
  }
  .min-w-px-sm-115 {
    min-width: 7.1875rem !important;
  }
  .min-w-px-sm-116 {
    min-width: 7.25rem !important;
  }
  .min-w-px-sm-118 {
    min-width: 7.375rem !important;
  }
  .min-w-px-sm-120 {
    min-width: 7.5rem !important;
  }
  .min-w-px-sm-121 {
    min-width: 7.5625rem !important;
  }
  .min-w-px-sm-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-sm-129 {
    min-width: 8.0625rem !important;
  }
  .min-w-px-sm-131 {
    min-width: 8.1875rem !important;
  }
  .min-w-px-sm-140 {
    min-width: 8.75rem !important;
  }
  .min-w-px-sm-144 {
    min-width: 9rem !important;
  }
  .min-w-px-sm-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-sm-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-sm-154 {
    min-width: 9.625rem !important;
  }
  .min-w-px-sm-156 {
    min-width: 9.75rem !important;
  }
  .min-w-px-sm-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-sm-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-sm-231 {
    min-width: 14.4375rem !important;
  }
  .min-w-px-sm-240 {
    min-width: 15rem !important;
  }
  .min-w-px-sm-247 {
    min-width: 15.4375rem !important;
  }
  .min-w-px-sm-239 {
    min-width: 14.9375rem !important;
  }
  .min-w-px-sm-255 {
    min-width: 15.9375rem !important;
  }
  .min-w-px-sm-327 {
    min-width: 20.4375rem !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-64 {
    height: calc(100% - 64px) !important;
  }
  .height-sm-unset {
    height: unset !important;
  }
  .height-sm-1 {
    height: 1rem !important;
  }
  .height-sm--74 {
    height: 1.75rem !important;
  }
  .height-sm-2 {
    height: 2rem !important;
  }
  .height-sm-3 {
    height: 3rem !important;
  }
  .height-sm-4 {
    height: 4rem !important;
  }
  .height-sm-5 {
    height: 5rem !important;
  }
  .height-sm-6 {
    height: 6rem !important;
  }
  .height-sm-7 {
    height: 7rem !important;
  }
  .height-sm-8 {
    height: 8rem !important;
  }
  .height-sm-9 {
    height: 9rem !important;
  }
  .height-sm-10 {
    height: 10rem !important;
  }
  .height-sm-11 {
    height: 11rem !important;
  }
  .height-sm-12 {
    height: 12rem !important;
  }
  .height-sm-13 {
    height: 13rem !important;
  }
  .height-sm-14 {
    height: 14rem !important;
  }
  .height-sm-15 {
    height: 15rem !important;
  }
  .height-sm-16 {
    height: 16rem !important;
  }
  .height-sm-17 {
    height: 17rem !important;
  }
  .height-sm-18 {
    height: 18rem !important;
  }
  .height-sm-19 {
    height: 19rem !important;
  }
  .height-sm-20 {
    height: 20rem !important;
  }
  .height-sm-21 {
    height: 21rem !important;
  }
  .height-sm-22 {
    height: 22rem !important;
  }
  .height-sm-23 {
    height: 23rem !important;
  }
  .height-sm-24 {
    height: 24rem !important;
  }
  .height-sm-25 {
    height: 25rem !important;
  }
  .height-sm-26 {
    height: 26rem !important;
  }
  .height-sm-27 {
    height: 27rem !important;
  }
  .height-sm-28 {
    height: 28rem !important;
  }
  .height-sm-29 {
    height: 29rem !important;
  }
  .height-sm-30 {
    height: 30rem !important;
  }
  .height-sm-31 {
    height: 31rem !important;
  }
  .height-sm-32 {
    height: 32rem !important;
  }
  .height-sm-33 {
    height: 33rem !important;
  }
  .height-sm-34 {
    height: 34rem !important;
  }
  .height-sm-35 {
    height: 35rem !important;
  }
  .height-sm-36 {
    height: 36rem !important;
  }
  .height-sm-37 {
    height: 37rem !important;
  }
  .height-sm-38 {
    height: 38rem !important;
  }
  .height-sm-39 {
    height: 39rem !important;
  }
  .height-sm-40 {
    height: 40rem !important;
  }
  .height-sm-45 {
    height: 45rem !important;
  }
  .height-sm-75 {
    height: 75rem !important;
  }
  .height-sm-100 {
    height: 100% !important;
  }
  .height-px-sm-0 {
    height: 0rem !important;
  }
  .height-px-sm-1 {
    height: 0.0625rem !important;
  }
  .height-px-sm-2 {
    height: 0.125rem !important;
  }
  .height-px-sm-3 {
    height: 0.1875rem !important;
  }
  .height-px-sm-4 {
    height: 0.25rem !important;
  }
  .height-px-sm-5 {
    height: 0.3125rem !important;
  }
  .height-px-sm-6 {
    height: 0.375rem !important;
  }
  .height-px-sm-7 {
    height: 0.4375rem !important;
  }
  .height-px-sm-8 {
    height: 0.5rem !important;
  }
  .height-px-sm-9 {
    height: 0.5625rem !important;
  }
  .height-px-sm-10 {
    height: 0.625rem !important;
  }
  .height-px-sm-11 {
    height: 0.6875rem !important;
  }
  .height-px-sm-12 {
    height: 0.75rem !important;
  }
  .height-px-sm-13 {
    height: 0.8125rem !important;
  }
  .height-px-sm-14 {
    height: 0.875rem !important;
  }
  .height-px-sm-15 {
    height: 0.9375rem !important;
  }
  .height-px-sm-16 {
    height: 1rem !important;
  }
  .height-px-sm-17 {
    height: 1.0625rem !important;
  }
  .height-px-sm-18 {
    height: 1.125rem !important;
  }
  .height-px-sm-19 {
    height: 1.1875rem !important;
  }
  .height-px-sm-20 {
    height: 1.25rem !important;
  }
  .height-px-sm-21 {
    height: 1.3125rem !important;
  }
  .height-px-sm-22 {
    height: 1.375rem !important;
  }
  .height-px-sm-23 {
    height: 1.4375rem !important;
  }
  .height-px-sm-24 {
    height: 1.5rem !important;
  }
  .height-px-sm-25 {
    height: 1.5625rem !important;
  }
  .height-px-sm-26 {
    height: 1.625rem !important;
  }
  .height-px-sm-27 {
    height: 1.6875rem !important;
  }
  .height-px-sm-28 {
    height: 1.75rem !important;
  }
  .height-px-sm-29 {
    height: 1.8125rem !important;
  }
  .height-px-sm-30 {
    height: 1.875rem !important;
  }
  .height-px-sm-31 {
    height: 1.9375rem !important;
  }
  .height-px-sm-32 {
    height: 2rem !important;
  }
  .height-px-sm-33 {
    height: 2.0625rem !important;
  }
  .height-px-sm-34 {
    height: 2.125rem !important;
  }
  .height-px-sm-35 {
    height: 2.1875rem !important;
  }
  .height-px-sm-36 {
    height: 2.25rem !important;
  }
  .height-px-sm-37 {
    height: 2.3125rem !important;
  }
  .height-px-sm-38 {
    height: 2.375rem !important;
  }
  .height-px-sm-39 {
    height: 2.4375rem !important;
  }
  .height-px-sm-40 {
    height: 2.5rem !important;
  }
  .height-px-sm-41 {
    height: 2.5625rem !important;
  }
  .height-px-sm-42 {
    height: 2.625rem !important;
  }
  .height-px-sm-43 {
    height: 2.6875rem !important;
  }
  .height-px-sm-44 {
    height: 2.75rem !important;
  }
  .height-px-sm-45 {
    height: 2.8125rem !important;
  }
  .height-px-sm-46 {
    height: 2.875rem !important;
  }
  .height-px-sm-47 {
    height: 2.9375rem !important;
  }
  .height-px-sm-48 {
    height: 3rem !important;
  }
  .height-px-sm-49 {
    height: 3.0625rem !important;
  }
  .height-px-sm-50 {
    height: 3.125rem !important;
  }
  .height-px-sm-51 {
    height: 3.1875rem !important;
  }
  .height-px-sm-52 {
    height: 3.25rem !important;
  }
  .height-px-sm-53 {
    height: 3.3125rem !important;
  }
  .height-px-sm-54 {
    height: 3.375rem !important;
  }
  .height-px-sm-56 {
    height: 3.5rem !important;
  }
  .height-px-sm-57 {
    height: 3.5625rem !important;
  }
  .height-px-sm-58 {
    height: 3.625rem !important;
  }
  .height-px-sm-59 {
    height: 3.6875rem !important;
  }
  .height-px-sm-60 {
    height: 3.75rem !important;
  }
  .height-px-sm-61 {
    height: 3.8125rem !important;
  }
  .height-px-sm-62 {
    height: 3.875rem !important;
  }
  .height-px-sm-63 {
    height: 3.9375rem !important;
  }
  .height-px-sm-64 {
    height: 4rem !important;
  }
  .height-px-sm-68 {
    height: 4.25rem !important;
  }
  .height-px-sm-70 {
    height: 4.375rem !important;
  }
  .height-px-sm-71 {
    height: 4.4375rem !important;
  }
  .height-px-sm-72 {
    height: 4.5rem !important;
  }
  .height-px-sm-73 {
    height: 4.5625rem !important;
  }
  .height-px-sm-74 {
    height: 4.625rem !important;
  }
  .height-px-sm-75 {
    height: 4.6875rem !important;
  }
  .height-px-sm-76 {
    height: 4.75rem !important;
  }
  .height-px-sm-77 {
    height: 4.8125rem !important;
  }
  .height-px-sm-78 {
    height: 4.875rem !important;
  }
  .height-px-sm-79 {
    height: 4.9375rem !important;
  }
  .height-px-sm-80 {
    height: 5rem !important;
  }
  .height-px-sm-82 {
    height: 5.125rem !important;
  }
  .height-px-sm-83 {
    height: 5.1875rem !important;
  }
  .height-px-sm-84 {
    height: 5.25rem !important;
  }
  .height-px-sm-86 {
    height: 5.375rem !important;
  }
  .height-px-sm-87 {
    height: 5.4375rem !important;
  }
  .height-px-sm-88 {
    height: 5.5rem !important;
  }
  .height-px-sm-89 {
    height: 5.5625rem !important;
  }
  .height-px-sm-90 {
    height: 5.625rem !important;
  }
  .height-px-sm-92 {
    height: 5.75rem !important;
  }
  .height-px-sm-94 {
    height: 5.875rem !important;
  }
  .height-px-sm-95 {
    height: 5.9375rem !important;
  }
  .height-px-sm-96 {
    height: 6rem !important;
  }
  .height-px-sm-98 {
    height: 6.125rem !important;
  }
  .height-px-sm-100 {
    height: 6.25rem !important;
  }
  .height-px-sm-102 {
    height: 6.375rem !important;
  }
  .height-px-sm-104 {
    height: 6.5rem !important;
  }
  .height-px-sm-108 {
    height: 6.75rem !important;
  }
  .height-px-sm-115 {
    height: 7.1875rem !important;
  }
  .height-px-sm-116 {
    height: 7.25rem !important;
  }
  .height-px-sm-118 {
    height: 7.375rem !important;
  }
  .height-px-sm-120 {
    height: 7.5rem !important;
  }
  .height-px-sm-121 {
    height: 7.5625rem !important;
  }
  .height-px-sm-123 {
    height: 7.6875rem !important;
  }
  .height-px-sm-129 {
    height: 8.0625rem !important;
  }
  .height-px-sm-131 {
    height: 8.1875rem !important;
  }
  .height-px-sm-140 {
    height: 8.75rem !important;
  }
  .height-px-sm-144 {
    height: 9rem !important;
  }
  .height-px-sm-147 {
    height: 9.1875rem !important;
  }
  .height-px-sm-148 {
    height: 9.25rem !important;
  }
  .height-px-sm-154 {
    height: 9.625rem !important;
  }
  .height-px-sm-156 {
    height: 9.75rem !important;
  }
  .height-px-sm-180 {
    height: 11.25rem !important;
  }
  .height-px-sm-200 {
    height: 12.5rem !important;
  }
  .height-px-sm-231 {
    height: 14.4375rem !important;
  }
  .height-px-sm-240 {
    height: 15rem !important;
  }
  .height-px-sm-247 {
    height: 15.4375rem !important;
  }
  .height-px-sm-239 {
    height: 14.9375rem !important;
  }
  .height-px-sm-255 {
    height: 15.9375rem !important;
  }
  .height-px-sm-327 {
    height: 20.4375rem !important;
  }
  .max-h-sm-unset {
    max-height: unset !important;
  }
  .max-h-sm-1 {
    max-height: 1rem !important;
  }
  .max-h-sm--74 {
    max-height: 1.75rem !important;
  }
  .max-h-sm-2 {
    max-height: 2rem !important;
  }
  .max-h-sm-3 {
    max-height: 3rem !important;
  }
  .max-h-sm-4 {
    max-height: 4rem !important;
  }
  .max-h-sm-5 {
    max-height: 5rem !important;
  }
  .max-h-sm-6 {
    max-height: 6rem !important;
  }
  .max-h-sm-7 {
    max-height: 7rem !important;
  }
  .max-h-sm-8 {
    max-height: 8rem !important;
  }
  .max-h-sm-9 {
    max-height: 9rem !important;
  }
  .max-h-sm-10 {
    max-height: 10rem !important;
  }
  .max-h-sm-11 {
    max-height: 11rem !important;
  }
  .max-h-sm-12 {
    max-height: 12rem !important;
  }
  .max-h-sm-13 {
    max-height: 13rem !important;
  }
  .max-h-sm-14 {
    max-height: 14rem !important;
  }
  .max-h-sm-15 {
    max-height: 15rem !important;
  }
  .max-h-sm-16 {
    max-height: 16rem !important;
  }
  .max-h-sm-17 {
    max-height: 17rem !important;
  }
  .max-h-sm-18 {
    max-height: 18rem !important;
  }
  .max-h-sm-19 {
    max-height: 19rem !important;
  }
  .max-h-sm-20 {
    max-height: 20rem !important;
  }
  .max-h-sm-21 {
    max-height: 21rem !important;
  }
  .max-h-sm-22 {
    max-height: 22rem !important;
  }
  .max-h-sm-23 {
    max-height: 23rem !important;
  }
  .max-h-sm-24 {
    max-height: 24rem !important;
  }
  .max-h-sm-25 {
    max-height: 25rem !important;
  }
  .max-h-sm-26 {
    max-height: 26rem !important;
  }
  .max-h-sm-27 {
    max-height: 27rem !important;
  }
  .max-h-sm-28 {
    max-height: 28rem !important;
  }
  .max-h-sm-29 {
    max-height: 29rem !important;
  }
  .max-h-sm-30 {
    max-height: 30rem !important;
  }
  .max-h-sm-31 {
    max-height: 31rem !important;
  }
  .max-h-sm-32 {
    max-height: 32rem !important;
  }
  .max-h-sm-33 {
    max-height: 33rem !important;
  }
  .max-h-sm-34 {
    max-height: 34rem !important;
  }
  .max-h-sm-35 {
    max-height: 35rem !important;
  }
  .max-h-sm-36 {
    max-height: 36rem !important;
  }
  .max-h-sm-37 {
    max-height: 37rem !important;
  }
  .max-h-sm-38 {
    max-height: 38rem !important;
  }
  .max-h-sm-39 {
    max-height: 39rem !important;
  }
  .max-h-sm-40 {
    max-height: 40rem !important;
  }
  .max-h-sm-45 {
    max-height: 45rem !important;
  }
  .max-h-sm-75 {
    max-height: 75rem !important;
  }
  .max-h-sm-100 {
    max-height: 100% !important;
  }
  .min-h-sm-unset {
    min-height: unset !important;
  }
  .min-h-sm-1 {
    min-height: 1rem !important;
  }
  .min-h-sm--74 {
    min-height: 1.75rem !important;
  }
  .min-h-sm-2 {
    min-height: 2rem !important;
  }
  .min-h-sm-3 {
    min-height: 3rem !important;
  }
  .min-h-sm-4 {
    min-height: 4rem !important;
  }
  .min-h-sm-5 {
    min-height: 5rem !important;
  }
  .min-h-sm-6 {
    min-height: 6rem !important;
  }
  .min-h-sm-7 {
    min-height: 7rem !important;
  }
  .min-h-sm-8 {
    min-height: 8rem !important;
  }
  .min-h-sm-9 {
    min-height: 9rem !important;
  }
  .min-h-sm-10 {
    min-height: 10rem !important;
  }
  .min-h-sm-11 {
    min-height: 11rem !important;
  }
  .min-h-sm-12 {
    min-height: 12rem !important;
  }
  .min-h-sm-13 {
    min-height: 13rem !important;
  }
  .min-h-sm-14 {
    min-height: 14rem !important;
  }
  .min-h-sm-15 {
    min-height: 15rem !important;
  }
  .min-h-sm-16 {
    min-height: 16rem !important;
  }
  .min-h-sm-17 {
    min-height: 17rem !important;
  }
  .min-h-sm-18 {
    min-height: 18rem !important;
  }
  .min-h-sm-19 {
    min-height: 19rem !important;
  }
  .min-h-sm-20 {
    min-height: 20rem !important;
  }
  .min-h-sm-21 {
    min-height: 21rem !important;
  }
  .min-h-sm-22 {
    min-height: 22rem !important;
  }
  .min-h-sm-23 {
    min-height: 23rem !important;
  }
  .min-h-sm-24 {
    min-height: 24rem !important;
  }
  .min-h-sm-25 {
    min-height: 25rem !important;
  }
  .min-h-sm-26 {
    min-height: 26rem !important;
  }
  .min-h-sm-27 {
    min-height: 27rem !important;
  }
  .min-h-sm-28 {
    min-height: 28rem !important;
  }
  .min-h-sm-29 {
    min-height: 29rem !important;
  }
  .min-h-sm-30 {
    min-height: 30rem !important;
  }
  .min-h-sm-31 {
    min-height: 31rem !important;
  }
  .min-h-sm-32 {
    min-height: 32rem !important;
  }
  .min-h-sm-33 {
    min-height: 33rem !important;
  }
  .min-h-sm-34 {
    min-height: 34rem !important;
  }
  .min-h-sm-35 {
    min-height: 35rem !important;
  }
  .min-h-sm-36 {
    min-height: 36rem !important;
  }
  .min-h-sm-37 {
    min-height: 37rem !important;
  }
  .min-h-sm-38 {
    min-height: 38rem !important;
  }
  .min-h-sm-39 {
    min-height: 39rem !important;
  }
  .min-h-sm-40 {
    min-height: 40rem !important;
  }
  .min-h-sm-45 {
    min-height: 45rem !important;
  }
  .min-h-sm-75 {
    min-height: 75rem !important;
  }
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  .min-h-px-sm-0 {
    min-height: 0rem !important;
  }
  .min-h-px-sm-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-sm-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-sm-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-sm-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-sm-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-sm-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-sm-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-sm-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-sm-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-sm-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-sm-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-sm-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-sm-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-sm-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-sm-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-sm-16 {
    min-height: 1rem !important;
  }
  .min-h-px-sm-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-sm-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-sm-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-sm-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-sm-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-sm-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-sm-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-sm-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-sm-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-sm-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-sm-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-sm-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-sm-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-sm-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-sm-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-sm-32 {
    min-height: 2rem !important;
  }
  .min-h-px-sm-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-sm-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-sm-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-sm-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-sm-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-sm-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-sm-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-sm-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-sm-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-sm-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-sm-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-sm-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-sm-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-sm-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-sm-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-sm-48 {
    min-height: 3rem !important;
  }
  .min-h-px-sm-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-sm-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-sm-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-sm-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-sm-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-sm-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-sm-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-sm-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-sm-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-sm-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-sm-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-sm-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-sm-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-sm-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-sm-64 {
    min-height: 4rem !important;
  }
  .min-h-px-sm-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-sm-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-sm-71 {
    min-height: 4.4375rem !important;
  }
  .min-h-px-sm-72 {
    min-height: 4.5rem !important;
  }
  .min-h-px-sm-73 {
    min-height: 4.5625rem !important;
  }
  .min-h-px-sm-74 {
    min-height: 4.625rem !important;
  }
  .min-h-px-sm-75 {
    min-height: 4.6875rem !important;
  }
  .min-h-px-sm-76 {
    min-height: 4.75rem !important;
  }
  .min-h-px-sm-77 {
    min-height: 4.8125rem !important;
  }
  .min-h-px-sm-78 {
    min-height: 4.875rem !important;
  }
  .min-h-px-sm-79 {
    min-height: 4.9375rem !important;
  }
  .min-h-px-sm-80 {
    min-height: 5rem !important;
  }
  .min-h-px-sm-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-sm-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-sm-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-sm-86 {
    min-height: 5.375rem !important;
  }
  .min-h-px-sm-87 {
    min-height: 5.4375rem !important;
  }
  .min-h-px-sm-88 {
    min-height: 5.5rem !important;
  }
  .min-h-px-sm-89 {
    min-height: 5.5625rem !important;
  }
  .min-h-px-sm-90 {
    min-height: 5.625rem !important;
  }
  .min-h-px-sm-92 {
    min-height: 5.75rem !important;
  }
  .min-h-px-sm-94 {
    min-height: 5.875rem !important;
  }
  .min-h-px-sm-95 {
    min-height: 5.9375rem !important;
  }
  .min-h-px-sm-96 {
    min-height: 6rem !important;
  }
  .min-h-px-sm-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-sm-100 {
    min-height: 6.25rem !important;
  }
  .min-h-px-sm-102 {
    min-height: 6.375rem !important;
  }
  .min-h-px-sm-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-sm-108 {
    min-height: 6.75rem !important;
  }
  .min-h-px-sm-115 {
    min-height: 7.1875rem !important;
  }
  .min-h-px-sm-116 {
    min-height: 7.25rem !important;
  }
  .min-h-px-sm-118 {
    min-height: 7.375rem !important;
  }
  .min-h-px-sm-120 {
    min-height: 7.5rem !important;
  }
  .min-h-px-sm-121 {
    min-height: 7.5625rem !important;
  }
  .min-h-px-sm-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-sm-129 {
    min-height: 8.0625rem !important;
  }
  .min-h-px-sm-131 {
    min-height: 8.1875rem !important;
  }
  .min-h-px-sm-140 {
    min-height: 8.75rem !important;
  }
  .min-h-px-sm-144 {
    min-height: 9rem !important;
  }
  .min-h-px-sm-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-sm-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-sm-154 {
    min-height: 9.625rem !important;
  }
  .min-h-px-sm-156 {
    min-height: 9.75rem !important;
  }
  .min-h-px-sm-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-sm-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-sm-231 {
    min-height: 14.4375rem !important;
  }
  .min-h-px-sm-240 {
    min-height: 15rem !important;
  }
  .min-h-px-sm-247 {
    min-height: 15.4375rem !important;
  }
  .min-h-px-sm-239 {
    min-height: 14.9375rem !important;
  }
  .min-h-px-sm-255 {
    min-height: 15.9375rem !important;
  }
  .min-h-px-sm-327 {
    min-height: 20.4375rem !important;
  }
  .max-h-px-sm-0 {
    max-height: 0rem !important;
  }
  .max-h-px-sm-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-sm-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-sm-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-sm-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-sm-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-sm-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-sm-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-sm-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-sm-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-sm-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-sm-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-sm-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-sm-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-sm-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-sm-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-sm-16 {
    max-height: 1rem !important;
  }
  .max-h-px-sm-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-sm-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-sm-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-sm-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-sm-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-sm-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-sm-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-sm-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-sm-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-sm-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-sm-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-sm-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-sm-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-sm-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-sm-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-sm-32 {
    max-height: 2rem !important;
  }
  .max-h-px-sm-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-sm-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-sm-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-sm-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-sm-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-sm-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-sm-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-sm-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-sm-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-sm-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-sm-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-sm-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-sm-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-sm-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-sm-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-sm-48 {
    max-height: 3rem !important;
  }
  .max-h-px-sm-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-sm-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-sm-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-sm-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-sm-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-sm-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-sm-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-sm-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-sm-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-sm-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-sm-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-sm-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-sm-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-sm-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-sm-64 {
    max-height: 4rem !important;
  }
  .max-h-px-sm-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-sm-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-sm-71 {
    max-height: 4.4375rem !important;
  }
  .max-h-px-sm-72 {
    max-height: 4.5rem !important;
  }
  .max-h-px-sm-73 {
    max-height: 4.5625rem !important;
  }
  .max-h-px-sm-74 {
    max-height: 4.625rem !important;
  }
  .max-h-px-sm-75 {
    max-height: 4.6875rem !important;
  }
  .max-h-px-sm-76 {
    max-height: 4.75rem !important;
  }
  .max-h-px-sm-77 {
    max-height: 4.8125rem !important;
  }
  .max-h-px-sm-78 {
    max-height: 4.875rem !important;
  }
  .max-h-px-sm-79 {
    max-height: 4.9375rem !important;
  }
  .max-h-px-sm-80 {
    max-height: 5rem !important;
  }
  .max-h-px-sm-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-sm-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-sm-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-sm-86 {
    max-height: 5.375rem !important;
  }
  .max-h-px-sm-87 {
    max-height: 5.4375rem !important;
  }
  .max-h-px-sm-88 {
    max-height: 5.5rem !important;
  }
  .max-h-px-sm-89 {
    max-height: 5.5625rem !important;
  }
  .max-h-px-sm-90 {
    max-height: 5.625rem !important;
  }
  .max-h-px-sm-92 {
    max-height: 5.75rem !important;
  }
  .max-h-px-sm-94 {
    max-height: 5.875rem !important;
  }
  .max-h-px-sm-95 {
    max-height: 5.9375rem !important;
  }
  .max-h-px-sm-96 {
    max-height: 6rem !important;
  }
  .max-h-px-sm-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-sm-100 {
    max-height: 6.25rem !important;
  }
  .max-h-px-sm-102 {
    max-height: 6.375rem !important;
  }
  .max-h-px-sm-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-sm-108 {
    max-height: 6.75rem !important;
  }
  .max-h-px-sm-115 {
    max-height: 7.1875rem !important;
  }
  .max-h-px-sm-116 {
    max-height: 7.25rem !important;
  }
  .max-h-px-sm-118 {
    max-height: 7.375rem !important;
  }
  .max-h-px-sm-120 {
    max-height: 7.5rem !important;
  }
  .max-h-px-sm-121 {
    max-height: 7.5625rem !important;
  }
  .max-h-px-sm-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-sm-129 {
    max-height: 8.0625rem !important;
  }
  .max-h-px-sm-131 {
    max-height: 8.1875rem !important;
  }
  .max-h-px-sm-140 {
    max-height: 8.75rem !important;
  }
  .max-h-px-sm-144 {
    max-height: 9rem !important;
  }
  .max-h-px-sm-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-sm-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-sm-154 {
    max-height: 9.625rem !important;
  }
  .max-h-px-sm-156 {
    max-height: 9.75rem !important;
  }
  .max-h-px-sm-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-sm-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-sm-231 {
    max-height: 14.4375rem !important;
  }
  .max-h-px-sm-240 {
    max-height: 15rem !important;
  }
  .max-h-px-sm-247 {
    max-height: 15.4375rem !important;
  }
  .max-h-px-sm-239 {
    max-height: 14.9375rem !important;
  }
  .max-h-px-sm-255 {
    max-height: 15.9375rem !important;
  }
  .max-h-px-sm-327 {
    max-height: 20.4375rem !important;
  }
  .vh-sm-unset {
    height: unset !important;
  }
  .vh-sm-80 {
    height: 80vh !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .vh-sm-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-sm-92 {
    height: calc(100vh - 60px - 32px) !important;
  }
  .vh-sm-93 {
    height: calc(100vh - 60px - 33px) !important;
  }
  .vh-sm-96 {
    height: calc(100vh - 60px - 36px) !important;
  }
  .vh-sm-104 {
    height: calc(100vh - 60px - 44px) !important;
  }
  .vh-sm-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-sm-132 {
    height: calc(100vh - 60px - 72px) !important;
  }
  .vh-sm-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-sm-148 {
    height: calc(100vh - 148px) !important;
  }
  .vh-sm-153 {
    height: calc(100vh - 153px) !important;
  }
  .vh-sm-164 {
    height: calc(100vh - 60px - 80px - 24px) !important;
  }
  .vh-sm-170 {
    height: calc(100vh - 60px - 80px - 30px) !important;
  }
  .vh-sm-172 {
    height: calc(100vh - 60px - 80px - 32px) !important;
  }
  .vh-sm-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-sm-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-sm-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-sm-197 {
    height: calc(100vh - 60px - 80px - 57px) !important;
  }
  .vh-sm-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-sm-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-sm-209 {
    height: calc(100vh - 60px - 80px - 69px) !important;
  }
  .vh-sm-210 {
    height: calc(100vh - 60px - 120px - 30px) !important;
  }
  .vh-sm-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-sm-216 {
    height: calc(100vh - 60px - 80px - 76px) !important;
  }
  .vh-sm-218 {
    height: calc(100vh - 60px - 80px - 78px) !important;
  }
  .vh-sm-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-sm-226 {
    height: calc(100vh - 60px - 80px - 86px) !important;
  }
  .vh-sm-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-sm-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-sm-236 {
    height: calc(100vh - 60px - 80px - 60px - 36px) !important;
  }
  .vh-sm-238 {
    height: calc(100vh - 60px - 80px - 98px) !important;
  }
  .vh-sm-243 {
    height: calc(100vh - 60px - 80px - 103px) !important;
  }
  .vh-sm-248 {
    height: calc(100vh - 60px - 80px - 108px) !important;
  }
  .vh-sm-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-sm-254 {
    height: calc(100vh - 60px - 80px - 50px - 64px) !important;
  }
  .vh-sm-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-sm-259 {
    height: calc(100vh - 60px - 80px - 56px - 63px) !important;
  }
  .vh-sm-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-sm-262 {
    height: calc(100vh - 60px - 80px - 122px) !important;
  }
  .vh-sm-268 {
    height: calc(100vh - 60px - 80px - 88px - 40px) !important;
  }
  .vh-sm-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-sm-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-sm-272 {
    height: calc(100vh - 60px - 80px - 60px - 72px) !important;
  }
  .vh-sm-273 {
    height: calc(100vh - 60px - 80px - 60px - 73px) !important;
  }
  .vh-sm-274 {
    height: calc(100vh - 60px - 80px - 60px - 74px) !important;
  }
  .vh-sm-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-sm-277 {
    height: calc(100vh - 60px - 80px - 88px - 49px) !important;
  }
  .vh-sm-278 {
    height: calc(100vh - 60px - 80px - 88px - 50px) !important;
  }
  .vh-sm-284 {
    height: calc(100vh - 60px - 80px - 88px - 56px) !important;
  }
  .vh-sm-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-sm-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-sm-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-sm-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-sm-286 {
    height: calc(100vh - 60px - 80px - 88px - 58px) !important;
  }
  .vh-sm-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-sm-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-sm-308 {
    height: calc(100vh - 60px - 80px - 88px - 80px) !important;
  }
  .vh-sm-311 {
    height: calc(100vh - 60px - 80px - 60px - 111px) !important;
  }
  .vh-sm-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-sm-314 {
    height: calc(100vh - 60px - 80px - 60px - 114px) !important;
  }
  .vh-sm-315 {
    height: calc(100vh - 60px - 80px - 60px - 115px) !important;
  }
  .vh-sm-316 {
    height: calc(100vh - 60px - 80px - 60px - 116px) !important;
  }
  .vh-sm-317 {
    height: calc(100vh - 60px - 80px - 60px - 117px) !important;
  }
  .vh-sm-318 {
    height: calc(100vh - 60px - 80px - 60px - 118px) !important;
  }
  .vh-sm-320 {
    height: calc(100vh - 60px - 80px - 60px - 120px) !important;
  }
  .vh-sm-326 {
    height: calc(100vh - 60px - 80px - 60px - 126px) !important;
  }
  .vh-sm-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-sm-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-sm-334 {
    height: calc(100vh - 60px - 80px - 60px - 134px) !important;
  }
  .vh-sm-338 {
    height: calc(100vh - 60px - 80px - 60px - 138px) !important;
  }
  .vh-sm-340 {
    height: calc(100vh - 60px - 80px - 60px - 140px) !important;
  }
  .vh-sm-344 {
    height: calc(100vh - 60px - 80px - 60px - 144px) !important;
  }
  .vh-sm-347 {
    height: calc(100vh - 60px - 80px - 88px - 119px) !important;
  }
  .vh-sm-350 {
    height: calc(100vh - 60px - 80px - 60px - 150px) !important;
  }
  .vh-sm-352 {
    height: calc(100vh - 60px - 80px - 60px - 152px) !important;
  }
  .vh-sm-358 {
    height: calc(100vh - 60px - 80px - 88px - 130px) !important;
  }
  .vh-sm-364 {
    height: calc(100vh - 60px - 80px - 80px - 144px) !important;
  }
  .vh-sm-365 {
    height: calc(100vh - 60px - 80px - 60px - 165px) !important;
  }
  .vh-sm-370 {
    height: calc(100vh - 60px - 80px - 80px - 150px) !important;
  }
  .vh-sm-388 {
    height: calc(100vh - 60px - 80px - 60px - 188px) !important;
  }
  .vh-sm-389 {
    height: calc(100vh - 60px - 80px - 60px - 189px) !important;
  }
  .vh-sm-393 {
    height: calc(100vh - 60px - 80px - 80px - 173px) !important;
  }
  .vh-sm-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-sm-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-sm-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-sm-400 {
    height: calc(100vh - 60px - 80px - 60px - 200px) !important;
  }
  .vh-sm-403 {
    height: calc(100vh - 60px - 80px - 56px - 207px) !important;
  }
  .vh-sm-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-sm-409 {
    height: calc(100vh - 60px - 80px - 60px - 209px) !important;
  }
  .vh-sm-411 {
    height: calc(100vh - 60px - 80px - 60px - 211px) !important;
  }
  .vh-sm-414 {
    height: calc(100vh - 60px - 80px - 60px - 214px) !important;
  }
  .vh-sm-416 {
    height: calc(100vh - 60px - 80px - 60px - 216px) !important;
  }
  .vh-sm-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-sm-436 {
    height: calc(100vh - 60px - 80px - 60px - 236px) !important;
  }
  .vh-sm-442 {
    height: calc(100vh - 60px - 80px - 60px - 242px) !important;
  }
  .vh-sm-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-sm-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-sm-458 {
    height: calc(100vh - 60px - 80px - 60px - 258px) !important;
  }
  .vh-sm-470 {
    height: calc(100vh - 60px - 80px - 330px) !important;
  }
  .vh-sm-478 {
    height: calc(100vh - 60px - 80px - 60px - 278px) !important;
  }
  .vh-sm-484 {
    height: calc(100vh - 60px - 80px - 60px - 284px) !important;
  }
  .vh-sm-490 {
    height: calc(100vh - 60px - 80px - 60px - 290px) !important;
  }
  .vh-sm-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-sm-499 {
    height: calc(100vh - 60px - 80px - 60px - 299px) !important;
  }
  .vh-sm-518 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
  }
  .vh-sm-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-sm-522 {
    height: calc(100vh - 60px - 80px - 60px - 322px) !important;
  }
  .vh-sm-524 {
    height: calc(100vh - 60px - 80px - 60px - 324px) !important;
  }
  .vh-sm-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .vh-sm-568 {
    height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
  }
  .height-sm-unset {
    height: unset !important;
  }
  .height-sm-40vh {
    height: 40vh !important;
  }
  .height-sm-50vh {
    height: 50vh !important;
  }
  .height-sm-55vh {
    height: 55vh !important;
  }
  .height-sm-60vh {
    height: 60vh !important;
  }
  .height-sm-64vh {
    height: 64vh !important;
  }
  .height-sm-70vh {
    height: 70vh !important;
  }
  .height-sm-75vh {
    height: 75vh !important;
  }
  .height-sm-80vh {
    height: 80vh !important;
  }
  .height-sm-85vh {
    height: 85vh !important;
  }
  .height-sm-90vh {
    height: 90vh !important;
  }
  .height-sm-95vh {
    height: 95vh !important;
  }
  .height-sm-100vh {
    height: 100vh !important;
  }
  .max-h-sm-unset {
    max-height: unset !important;
  }
  .max-h-sm-40vh {
    max-height: 40vh !important;
  }
  .max-h-sm-50vh {
    max-height: 50vh !important;
  }
  .max-h-sm-55vh {
    max-height: 55vh !important;
  }
  .max-h-sm-60vh {
    max-height: 60vh !important;
  }
  .max-h-sm-64vh {
    max-height: 64vh !important;
  }
  .max-h-sm-70vh {
    max-height: 70vh !important;
  }
  .max-h-sm-75vh {
    max-height: 75vh !important;
  }
  .max-h-sm-80vh {
    max-height: 80vh !important;
  }
  .max-h-sm-85vh {
    max-height: 85vh !important;
  }
  .max-h-sm-90vh {
    max-height: 90vh !important;
  }
  .max-h-sm-95vh {
    max-height: 95vh !important;
  }
  .max-h-sm-100vh {
    max-height: 100vh !important;
  }
  .min-h-sm-unset {
    min-height: unset !important;
  }
  .min-h-sm-40vh {
    min-height: 40vh !important;
  }
  .min-h-sm-50vh {
    min-height: 50vh !important;
  }
  .min-h-sm-55vh {
    min-height: 55vh !important;
  }
  .min-h-sm-60vh {
    min-height: 60vh !important;
  }
  .min-h-sm-64vh {
    min-height: 64vh !important;
  }
  .min-h-sm-70vh {
    min-height: 70vh !important;
  }
  .min-h-sm-75vh {
    min-height: 75vh !important;
  }
  .min-h-sm-80vh {
    min-height: 80vh !important;
  }
  .min-h-sm-85vh {
    min-height: 85vh !important;
  }
  .min-h-sm-90vh {
    min-height: 90vh !important;
  }
  .min-h-sm-95vh {
    min-height: 95vh !important;
  }
  .min-h-sm-100vh {
    min-height: 100vh !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-auto {
    flex: 1 1 auto !important;
  }
  .flex-sm-0 {
    flex: 0 0 auto !important;
  }
  .flex-sm-1 {
    flex: 1 !important;
  }
  .flex-sm-2 {
    flex: 2 !important;
  }
  .flex-sm-3 {
    flex: 3 !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 0.375rem !important;
  }
  .gap-sm-7 {
    gap: 0.4375rem !important;
  }
  .gap-sm-8 {
    gap: 0.5rem !important;
  }
  .gap-sm-9 {
    gap: 0.5625rem !important;
  }
  .gap-sm-10 {
    gap: 0.625rem !important;
  }
  .gap-sm-11 {
    gap: 0.6875rem !important;
  }
  .gap-sm-12 {
    gap: 0.75rem !important;
  }
  .gap-sm-13 {
    gap: 0.8125rem !important;
  }
  .gap-sm-14 {
    gap: 0.875rem !important;
  }
  .gap-sm-15 {
    gap: 0.9375rem !important;
  }
  .gap-sm-16 {
    gap: 1rem !important;
  }
  .gap-sm-17 {
    gap: 1.0625rem !important;
  }
  .gap-sm-18 {
    gap: 1.125rem !important;
  }
  .gap-sm-19 {
    gap: 1.1875rem !important;
  }
  .gap-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-sm-21 {
    gap: 1.3125rem !important;
  }
  .gap-sm-22 {
    gap: 1.375rem !important;
  }
  .gap-sm-23 {
    gap: 1.4375rem !important;
  }
  .gap-sm-24 {
    gap: 1.5rem !important;
  }
  .gap-sm-25 {
    gap: 1.5625rem !important;
  }
  .gap-sm-26 {
    gap: 1.625rem !important;
  }
  .gap-sm-27 {
    gap: 1.6875rem !important;
  }
  .gap-sm-28 {
    gap: 1.75rem !important;
  }
  .gap-sm-29 {
    gap: 1.8125rem !important;
  }
  .gap-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-sm-31 {
    gap: 1.9375rem !important;
  }
  .gap-sm-32 {
    gap: 2rem !important;
  }
  .gap-sm-33 {
    gap: 2.0625rem !important;
  }
  .gap-sm-34 {
    gap: 2.125rem !important;
  }
  .gap-sm-35 {
    gap: 2.1875rem !important;
  }
  .gap-sm-36 {
    gap: 2.25rem !important;
  }
  .gap-sm-37 {
    gap: 2.3125rem !important;
  }
  .gap-sm-38 {
    gap: 2.375rem !important;
  }
  .gap-sm-39 {
    gap: 2.4375rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-41 {
    gap: 2.5625rem !important;
  }
  .gap-sm-42 {
    gap: 2.625rem !important;
  }
  .gap-sm-43 {
    gap: 2.6875rem !important;
  }
  .gap-sm-44 {
    gap: 2.75rem !important;
  }
  .gap-sm-45 {
    gap: 2.8125rem !important;
  }
  .gap-sm-46 {
    gap: 2.875rem !important;
  }
  .gap-sm-47 {
    gap: 2.9375rem !important;
  }
  .gap-sm-48 {
    gap: 3rem !important;
  }
  .gap-sm-49 {
    gap: 3.0625rem !important;
  }
  .gap-sm-50 {
    gap: 3.125rem !important;
  }
  .gap-sm-51 {
    gap: 3.1875rem !important;
  }
  .gap-sm-52 {
    gap: 3.25rem !important;
  }
  .gap-sm-53 {
    gap: 3.3125rem !important;
  }
  .gap-sm-54 {
    gap: 3.375rem !important;
  }
  .gap-sm-56 {
    gap: 3.5rem !important;
  }
  .gap-sm-57 {
    gap: 3.5625rem !important;
  }
  .gap-sm-58 {
    gap: 3.625rem !important;
  }
  .gap-sm-90 {
    gap: 5.625rem !important;
  }
  .gap-sm-99 {
    gap: 6.1875rem !important;
  }
  .gap-sm-200 {
    gap: 12.5rem !important;
  }
  .gap-sm-250 {
    gap: 15.625rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-sm-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-sm-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-sm-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-sm-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-sm-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-sm-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-sm-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-sm-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-sm-32 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-sm-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-sm-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-sm-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-sm-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-sm-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-sm-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-sm-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-sm-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-sm-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-sm-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-sm-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-sm-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-sm-48 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-sm-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-sm-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-sm-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-sm-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-sm-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-sm-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-99 {
    row-gap: 6.1875rem !important;
  }
  .row-gap-sm-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-sm-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-sm-16 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-sm-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-sm-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-sm-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-sm-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-sm-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-sm-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-sm-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-sm-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-sm-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-sm-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-sm-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-sm-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-sm-32 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-sm-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-sm-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-sm-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-sm-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-sm-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-sm-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-sm-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-sm-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-sm-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-sm-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-sm-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-sm-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-sm-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-sm-48 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-sm-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-sm-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-sm-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-sm-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-sm-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-sm-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-sm-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-sm-90 {
    column-gap: 5.625rem !important;
  }
  .column-gap-sm-99 {
    column-gap: 6.1875rem !important;
  }
  .column-gap-sm-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-sm-250 {
    column-gap: 15.625rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 0.375rem !important;
  }
  .m-sm-7 {
    margin: 0.4375rem !important;
  }
  .m-sm-8 {
    margin: 0.5rem !important;
  }
  .m-sm-9 {
    margin: 0.5625rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .m-sm-11 {
    margin: 0.6875rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .m-sm-13 {
    margin: 0.8125rem !important;
  }
  .m-sm-14 {
    margin: 0.875rem !important;
  }
  .m-sm-15 {
    margin: 0.9375rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .m-sm-17 {
    margin: 1.0625rem !important;
  }
  .m-sm-18 {
    margin: 1.125rem !important;
  }
  .m-sm-19 {
    margin: 1.1875rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-21 {
    margin: 1.3125rem !important;
  }
  .m-sm-22 {
    margin: 1.375rem !important;
  }
  .m-sm-23 {
    margin: 1.4375rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .m-sm-25 {
    margin: 1.5625rem !important;
  }
  .m-sm-26 {
    margin: 1.625rem !important;
  }
  .m-sm-27 {
    margin: 1.6875rem !important;
  }
  .m-sm-28 {
    margin: 1.75rem !important;
  }
  .m-sm-29 {
    margin: 1.8125rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-31 {
    margin: 1.9375rem !important;
  }
  .m-sm-32 {
    margin: 2rem !important;
  }
  .m-sm-33 {
    margin: 2.0625rem !important;
  }
  .m-sm-34 {
    margin: 2.125rem !important;
  }
  .m-sm-35 {
    margin: 2.1875rem !important;
  }
  .m-sm-36 {
    margin: 2.25rem !important;
  }
  .m-sm-37 {
    margin: 2.3125rem !important;
  }
  .m-sm-38 {
    margin: 2.375rem !important;
  }
  .m-sm-39 {
    margin: 2.4375rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-41 {
    margin: 2.5625rem !important;
  }
  .m-sm-42 {
    margin: 2.625rem !important;
  }
  .m-sm-43 {
    margin: 2.6875rem !important;
  }
  .m-sm-44 {
    margin: 2.75rem !important;
  }
  .m-sm-45 {
    margin: 2.8125rem !important;
  }
  .m-sm-46 {
    margin: 2.875rem !important;
  }
  .m-sm-47 {
    margin: 2.9375rem !important;
  }
  .m-sm-48 {
    margin: 3rem !important;
  }
  .m-sm-49 {
    margin: 3.0625rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-51 {
    margin: 3.1875rem !important;
  }
  .m-sm-52 {
    margin: 3.25rem !important;
  }
  .m-sm-53 {
    margin: 3.3125rem !important;
  }
  .m-sm-54 {
    margin: 3.375rem !important;
  }
  .m-sm-56 {
    margin: 3.5rem !important;
  }
  .m-sm-57 {
    margin: 3.5625rem !important;
  }
  .m-sm-58 {
    margin: 3.625rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-99 {
    margin: 6.1875rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !important;
  }
  .m-sm-250 {
    margin: 15.625rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-sm-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-sm-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-sm-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-sm-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-sm-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-sm-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-sm-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-sm-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-sm-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-sm-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-sm-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-sm-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-sm-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-sm-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-sm-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-sm-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-sm-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-sm-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-sm-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-sm-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-sm-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-sm-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-sm-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-sm-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-sm-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-sm-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-sm-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-sm-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-sm-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-sm-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-sm-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-sm-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-sm-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-sm-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-sm-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-sm-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-sm-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-sm-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-sm-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-sm-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-sm-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-sm-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-sm-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-sm-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-sm-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-sm-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-sm-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-sm-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-sm-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-sm-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-sm-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-sm-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-sm-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-sm-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-sm-90 {
    margin-inline-end: 5.625rem !important;
    margin-inline-start: 5.625rem !important;
  }
  .mx-sm-99 {
    margin-inline-end: 6.1875rem !important;
    margin-inline-start: 6.1875rem !important;
  }
  .mx-sm-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-sm-250 {
    margin-inline-end: 15.625rem !important;
    margin-inline-start: 15.625rem !important;
  }
  .mx-sm-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-sm-0 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .my-sm-1 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-sm-2 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-sm-3 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-sm-4 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-sm-5 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-sm-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-sm-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-sm-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-sm-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-sm-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-sm-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-sm-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-sm-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-sm-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-sm-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-sm-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-sm-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-sm-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-sm-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-sm-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-sm-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-sm-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-sm-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-sm-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-sm-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-sm-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-sm-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-sm-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-sm-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-sm-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-sm-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-sm-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-sm-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-sm-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-sm-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-sm-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-sm-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-sm-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-sm-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-sm-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-sm-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-sm-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-sm-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-sm-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-sm-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-sm-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-sm-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-sm-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-sm-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-sm-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-sm-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-sm-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-sm-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-sm-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-sm-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-sm-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-sm-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-sm-90 {
    margin-block-start: 5.625rem !important;
    margin-block-end: 5.625rem !important;
  }
  .my-sm-99 {
    margin-block-start: 6.1875rem !important;
    margin-block-end: 6.1875rem !important;
  }
  .my-sm-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-sm-250 {
    margin-block-start: 15.625rem !important;
    margin-block-end: 15.625rem !important;
  }
  .my-sm-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-sm-0 {
    margin-block-start: 0 !important;
  }
  .mt-sm-1 {
    margin-block-start: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-block-start: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-block-start: 1rem !important;
  }
  .mt-sm-4 {
    margin-block-start: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-block-start: 3rem !important;
  }
  .mt-sm-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-sm-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-sm-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-sm-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-sm-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-sm-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-sm-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-sm-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-sm-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-sm-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-sm-16 {
    margin-block-start: 1rem !important;
  }
  .mt-sm-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-sm-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-sm-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-sm-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-sm-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-sm-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-sm-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-sm-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-sm-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-sm-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-sm-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-sm-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-sm-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-sm-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-sm-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-sm-32 {
    margin-block-start: 2rem !important;
  }
  .mt-sm-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-sm-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-sm-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-sm-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-sm-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-sm-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-sm-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-sm-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-sm-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-sm-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-sm-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-sm-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-sm-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-sm-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-sm-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-sm-48 {
    margin-block-start: 3rem !important;
  }
  .mt-sm-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-sm-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-sm-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-sm-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-sm-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-sm-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-sm-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-sm-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-sm-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-sm-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-sm-99 {
    margin-block-start: 6.1875rem !important;
  }
  .mt-sm-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-sm-250 {
    margin-block-start: 15.625rem !important;
  }
  .mt-sm-auto {
    margin-block-start: auto !important;
  }
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
  .me-sm-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-sm-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-sm-3 {
    margin-inline-end: 1rem !important;
  }
  .me-sm-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-sm-5 {
    margin-inline-end: 3rem !important;
  }
  .me-sm-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-sm-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-sm-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-sm-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-sm-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-sm-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-sm-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-sm-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-sm-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-sm-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-sm-16 {
    margin-inline-end: 1rem !important;
  }
  .me-sm-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-sm-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-sm-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-sm-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-sm-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-sm-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-sm-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-sm-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-sm-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-sm-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-sm-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-sm-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-sm-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-sm-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-sm-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-sm-32 {
    margin-inline-end: 2rem !important;
  }
  .me-sm-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-sm-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-sm-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-sm-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-sm-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-sm-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-sm-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-sm-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-sm-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-sm-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-sm-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-sm-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-sm-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-sm-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-sm-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-sm-48 {
    margin-inline-end: 3rem !important;
  }
  .me-sm-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-sm-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-sm-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-sm-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-sm-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-sm-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-sm-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-sm-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-sm-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-sm-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-sm-99 {
    margin-inline-end: 6.1875rem !important;
  }
  .me-sm-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-sm-250 {
    margin-inline-end: 15.625rem !important;
  }
  .me-sm-auto {
    margin-inline-end: auto !important;
  }
  .mb-sm-0 {
    margin-block-end: 0 !important;
  }
  .mb-sm-1 {
    margin-block-end: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-block-end: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-block-end: 1rem !important;
  }
  .mb-sm-4 {
    margin-block-end: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-block-end: 3rem !important;
  }
  .mb-sm-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-sm-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-sm-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-sm-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-sm-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-sm-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-sm-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-sm-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-sm-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-sm-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-sm-16 {
    margin-block-end: 1rem !important;
  }
  .mb-sm-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-sm-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-sm-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-sm-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-sm-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-sm-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-sm-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-sm-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-sm-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-sm-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-sm-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-sm-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-sm-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-sm-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-sm-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-sm-32 {
    margin-block-end: 2rem !important;
  }
  .mb-sm-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-sm-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-sm-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-sm-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-sm-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-sm-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-sm-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-sm-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-sm-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-sm-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-sm-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-sm-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-sm-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-sm-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-sm-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-sm-48 {
    margin-block-end: 3rem !important;
  }
  .mb-sm-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-sm-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-sm-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-sm-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-sm-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-sm-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-sm-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-sm-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-sm-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-sm-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-sm-99 {
    margin-block-end: 6.1875rem !important;
  }
  .mb-sm-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-sm-250 {
    margin-block-end: 15.625rem !important;
  }
  .mb-sm-auto {
    margin-block-end: auto !important;
  }
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
  .ms-sm-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-sm-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-sm-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-sm-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-sm-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-sm-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-sm-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-sm-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-sm-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-sm-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-sm-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-sm-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-sm-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-sm-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-sm-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-sm-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-sm-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-sm-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-sm-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-sm-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-sm-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-sm-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-sm-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-sm-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-sm-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-sm-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-sm-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-sm-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-sm-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-sm-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-sm-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-sm-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-sm-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-sm-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-sm-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-sm-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-sm-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-sm-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-sm-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-sm-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-sm-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-sm-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-sm-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-sm-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-sm-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-sm-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-sm-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-sm-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-sm-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-sm-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-sm-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-sm-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-sm-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-sm-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-sm-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-sm-99 {
    margin-inline-start: 6.1875rem !important;
  }
  .ms-sm-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-sm-250 {
    margin-inline-start: 15.625rem !important;
  }
  .ms-sm-auto {
    margin-inline-start: auto !important;
  }
  .mt-px-sm-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-sm-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-sm-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-sm-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-sm-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-sm-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-sm-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-sm-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-sm-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-sm-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-sm-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-sm-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-sm-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-sm-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-sm-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-sm-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-sm-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-sm-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-sm-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-sm-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-sm-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-sm-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-sm-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-sm-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-sm-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-sm-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-sm-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-sm-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-sm-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-sm-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-sm-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-sm-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-sm-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-sm-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-sm-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-sm-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-sm-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-sm-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-sm-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-sm-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-sm-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-sm-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-sm-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-sm-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-sm-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-sm-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-sm-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-sm-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-sm-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-sm-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-sm-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-sm-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-sm-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-sm-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-sm-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-sm-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-sm-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-sm-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-sm-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-sm-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-sm-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-sm-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-sm-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-sm-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-sm-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-sm-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-sm-71 {
    margin-block-start: 4.4375rem !important;
  }
  .mt-px-sm-72 {
    margin-block-start: 4.5rem !important;
  }
  .mt-px-sm-73 {
    margin-block-start: 4.5625rem !important;
  }
  .mt-px-sm-74 {
    margin-block-start: 4.625rem !important;
  }
  .mt-px-sm-75 {
    margin-block-start: 4.6875rem !important;
  }
  .mt-px-sm-76 {
    margin-block-start: 4.75rem !important;
  }
  .mt-px-sm-77 {
    margin-block-start: 4.8125rem !important;
  }
  .mt-px-sm-78 {
    margin-block-start: 4.875rem !important;
  }
  .mt-px-sm-79 {
    margin-block-start: 4.9375rem !important;
  }
  .mt-px-sm-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-sm-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-sm-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-sm-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-sm-86 {
    margin-block-start: 5.375rem !important;
  }
  .mt-px-sm-87 {
    margin-block-start: 5.4375rem !important;
  }
  .mt-px-sm-88 {
    margin-block-start: 5.5rem !important;
  }
  .mt-px-sm-89 {
    margin-block-start: 5.5625rem !important;
  }
  .mt-px-sm-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-px-sm-92 {
    margin-block-start: 5.75rem !important;
  }
  .mt-px-sm-94 {
    margin-block-start: 5.875rem !important;
  }
  .mt-px-sm-95 {
    margin-block-start: 5.9375rem !important;
  }
  .mt-px-sm-96 {
    margin-block-start: 6rem !important;
  }
  .mt-px-sm-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-sm-100 {
    margin-block-start: 6.25rem !important;
  }
  .mt-px-sm-102 {
    margin-block-start: 6.375rem !important;
  }
  .mt-px-sm-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-sm-108 {
    margin-block-start: 6.75rem !important;
  }
  .mt-px-sm-115 {
    margin-block-start: 7.1875rem !important;
  }
  .mt-px-sm-116 {
    margin-block-start: 7.25rem !important;
  }
  .mt-px-sm-118 {
    margin-block-start: 7.375rem !important;
  }
  .mt-px-sm-120 {
    margin-block-start: 7.5rem !important;
  }
  .mt-px-sm-121 {
    margin-block-start: 7.5625rem !important;
  }
  .mt-px-sm-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-sm-129 {
    margin-block-start: 8.0625rem !important;
  }
  .mt-px-sm-131 {
    margin-block-start: 8.1875rem !important;
  }
  .mt-px-sm-140 {
    margin-block-start: 8.75rem !important;
  }
  .mt-px-sm-144 {
    margin-block-start: 9rem !important;
  }
  .mt-px-sm-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-sm-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-sm-154 {
    margin-block-start: 9.625rem !important;
  }
  .mt-px-sm-156 {
    margin-block-start: 9.75rem !important;
  }
  .mt-px-sm-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-sm-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-sm-231 {
    margin-block-start: 14.4375rem !important;
  }
  .mt-px-sm-240 {
    margin-block-start: 15rem !important;
  }
  .mt-px-sm-247 {
    margin-block-start: 15.4375rem !important;
  }
  .mt-px-sm-239 {
    margin-block-start: 14.9375rem !important;
  }
  .mt-px-sm-255 {
    margin-block-start: 15.9375rem !important;
  }
  .mt-px-sm-327 {
    margin-block-start: 20.4375rem !important;
  }
  .mt-px-sm-auto {
    margin-block-start: auto !important;
  }
  .me-px-sm-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-sm-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-sm-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-sm-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-sm-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-sm-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-sm-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-sm-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-sm-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-sm-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-sm-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-sm-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-sm-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-sm-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-sm-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-sm-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-sm-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-sm-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-sm-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-sm-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-sm-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-sm-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-sm-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-sm-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-sm-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-sm-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-sm-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-sm-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-sm-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-sm-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-sm-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-sm-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-sm-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-sm-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-sm-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-sm-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-sm-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-sm-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-sm-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-sm-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-sm-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-sm-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-sm-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-sm-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-sm-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-sm-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-sm-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-sm-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-sm-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-sm-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-sm-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-sm-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-sm-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-sm-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-sm-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-sm-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-sm-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-sm-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-sm-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-sm-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-sm-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-sm-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-sm-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-sm-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-sm-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-sm-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-sm-71 {
    margin-inline-end: 4.4375rem !important;
  }
  .me-px-sm-72 {
    margin-inline-end: 4.5rem !important;
  }
  .me-px-sm-73 {
    margin-inline-end: 4.5625rem !important;
  }
  .me-px-sm-74 {
    margin-inline-end: 4.625rem !important;
  }
  .me-px-sm-75 {
    margin-inline-end: 4.6875rem !important;
  }
  .me-px-sm-76 {
    margin-inline-end: 4.75rem !important;
  }
  .me-px-sm-77 {
    margin-inline-end: 4.8125rem !important;
  }
  .me-px-sm-78 {
    margin-inline-end: 4.875rem !important;
  }
  .me-px-sm-79 {
    margin-inline-end: 4.9375rem !important;
  }
  .me-px-sm-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-sm-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-sm-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-sm-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-sm-86 {
    margin-inline-end: 5.375rem !important;
  }
  .me-px-sm-87 {
    margin-inline-end: 5.4375rem !important;
  }
  .me-px-sm-88 {
    margin-inline-end: 5.5rem !important;
  }
  .me-px-sm-89 {
    margin-inline-end: 5.5625rem !important;
  }
  .me-px-sm-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-px-sm-92 {
    margin-inline-end: 5.75rem !important;
  }
  .me-px-sm-94 {
    margin-inline-end: 5.875rem !important;
  }
  .me-px-sm-95 {
    margin-inline-end: 5.9375rem !important;
  }
  .me-px-sm-96 {
    margin-inline-end: 6rem !important;
  }
  .me-px-sm-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-sm-100 {
    margin-inline-end: 6.25rem !important;
  }
  .me-px-sm-102 {
    margin-inline-end: 6.375rem !important;
  }
  .me-px-sm-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-sm-108 {
    margin-inline-end: 6.75rem !important;
  }
  .me-px-sm-115 {
    margin-inline-end: 7.1875rem !important;
  }
  .me-px-sm-116 {
    margin-inline-end: 7.25rem !important;
  }
  .me-px-sm-118 {
    margin-inline-end: 7.375rem !important;
  }
  .me-px-sm-120 {
    margin-inline-end: 7.5rem !important;
  }
  .me-px-sm-121 {
    margin-inline-end: 7.5625rem !important;
  }
  .me-px-sm-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-sm-129 {
    margin-inline-end: 8.0625rem !important;
  }
  .me-px-sm-131 {
    margin-inline-end: 8.1875rem !important;
  }
  .me-px-sm-140 {
    margin-inline-end: 8.75rem !important;
  }
  .me-px-sm-144 {
    margin-inline-end: 9rem !important;
  }
  .me-px-sm-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-sm-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-sm-154 {
    margin-inline-end: 9.625rem !important;
  }
  .me-px-sm-156 {
    margin-inline-end: 9.75rem !important;
  }
  .me-px-sm-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-sm-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-sm-231 {
    margin-inline-end: 14.4375rem !important;
  }
  .me-px-sm-240 {
    margin-inline-end: 15rem !important;
  }
  .me-px-sm-247 {
    margin-inline-end: 15.4375rem !important;
  }
  .me-px-sm-239 {
    margin-inline-end: 14.9375rem !important;
  }
  .me-px-sm-255 {
    margin-inline-end: 15.9375rem !important;
  }
  .me-px-sm-327 {
    margin-inline-end: 20.4375rem !important;
  }
  .me-px-sm-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-sm-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-sm-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-sm-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-sm-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-sm-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-sm-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-sm-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-sm-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-sm-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-sm-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-sm-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-sm-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-sm-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-sm-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-sm-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-sm-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-sm-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-sm-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-sm-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-sm-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-sm-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-sm-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-sm-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-sm-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-sm-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-sm-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-sm-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-sm-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-sm-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-sm-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-sm-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-sm-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-sm-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-sm-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-sm-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-sm-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-sm-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-sm-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-sm-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-sm-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-sm-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-sm-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-sm-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-sm-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-sm-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-sm-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-sm-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-sm-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-sm-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-sm-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-sm-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-sm-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-sm-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-sm-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-sm-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-sm-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-sm-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-sm-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-sm-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-sm-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-sm-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-sm-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-sm-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-sm-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-sm-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-sm-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-sm-71 {
    margin-block-end: 4.4375rem !important;
  }
  .mb-px-sm-72 {
    margin-block-end: 4.5rem !important;
  }
  .mb-px-sm-73 {
    margin-block-end: 4.5625rem !important;
  }
  .mb-px-sm-74 {
    margin-block-end: 4.625rem !important;
  }
  .mb-px-sm-75 {
    margin-block-end: 4.6875rem !important;
  }
  .mb-px-sm-76 {
    margin-block-end: 4.75rem !important;
  }
  .mb-px-sm-77 {
    margin-block-end: 4.8125rem !important;
  }
  .mb-px-sm-78 {
    margin-block-end: 4.875rem !important;
  }
  .mb-px-sm-79 {
    margin-block-end: 4.9375rem !important;
  }
  .mb-px-sm-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-sm-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-sm-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-sm-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-sm-86 {
    margin-block-end: 5.375rem !important;
  }
  .mb-px-sm-87 {
    margin-block-end: 5.4375rem !important;
  }
  .mb-px-sm-88 {
    margin-block-end: 5.5rem !important;
  }
  .mb-px-sm-89 {
    margin-block-end: 5.5625rem !important;
  }
  .mb-px-sm-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-px-sm-92 {
    margin-block-end: 5.75rem !important;
  }
  .mb-px-sm-94 {
    margin-block-end: 5.875rem !important;
  }
  .mb-px-sm-95 {
    margin-block-end: 5.9375rem !important;
  }
  .mb-px-sm-96 {
    margin-block-end: 6rem !important;
  }
  .mb-px-sm-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-sm-100 {
    margin-block-end: 6.25rem !important;
  }
  .mb-px-sm-102 {
    margin-block-end: 6.375rem !important;
  }
  .mb-px-sm-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-sm-108 {
    margin-block-end: 6.75rem !important;
  }
  .mb-px-sm-115 {
    margin-block-end: 7.1875rem !important;
  }
  .mb-px-sm-116 {
    margin-block-end: 7.25rem !important;
  }
  .mb-px-sm-118 {
    margin-block-end: 7.375rem !important;
  }
  .mb-px-sm-120 {
    margin-block-end: 7.5rem !important;
  }
  .mb-px-sm-121 {
    margin-block-end: 7.5625rem !important;
  }
  .mb-px-sm-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-sm-129 {
    margin-block-end: 8.0625rem !important;
  }
  .mb-px-sm-131 {
    margin-block-end: 8.1875rem !important;
  }
  .mb-px-sm-140 {
    margin-block-end: 8.75rem !important;
  }
  .mb-px-sm-144 {
    margin-block-end: 9rem !important;
  }
  .mb-px-sm-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-sm-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-sm-154 {
    margin-block-end: 9.625rem !important;
  }
  .mb-px-sm-156 {
    margin-block-end: 9.75rem !important;
  }
  .mb-px-sm-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-sm-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-sm-231 {
    margin-block-end: 14.4375rem !important;
  }
  .mb-px-sm-240 {
    margin-block-end: 15rem !important;
  }
  .mb-px-sm-247 {
    margin-block-end: 15.4375rem !important;
  }
  .mb-px-sm-239 {
    margin-block-end: 14.9375rem !important;
  }
  .mb-px-sm-255 {
    margin-block-end: 15.9375rem !important;
  }
  .mb-px-sm-327 {
    margin-block-end: 20.4375rem !important;
  }
  .mb-px-sm-auto {
    margin-block-end: auto !important;
  }
  .ms-px-sm-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-sm-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-sm-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-sm-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-sm-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-sm-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-sm-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-sm-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-sm-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-sm-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-sm-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-sm-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-sm-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-sm-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-sm-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-sm-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-sm-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-sm-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-sm-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-sm-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-sm-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-sm-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-sm-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-sm-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-sm-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-sm-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-sm-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-sm-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-sm-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-sm-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-sm-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-sm-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-sm-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-sm-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-sm-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-sm-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-sm-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-sm-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-sm-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-sm-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-sm-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-sm-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-sm-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-sm-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-sm-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-sm-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-sm-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-sm-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-sm-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-sm-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-sm-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-sm-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-sm-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-sm-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-sm-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-sm-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-sm-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-sm-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-sm-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-sm-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-sm-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-sm-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-sm-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-sm-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-sm-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-sm-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-sm-71 {
    margin-inline-start: 4.4375rem !important;
  }
  .ms-px-sm-72 {
    margin-inline-start: 4.5rem !important;
  }
  .ms-px-sm-73 {
    margin-inline-start: 4.5625rem !important;
  }
  .ms-px-sm-74 {
    margin-inline-start: 4.625rem !important;
  }
  .ms-px-sm-75 {
    margin-inline-start: 4.6875rem !important;
  }
  .ms-px-sm-76 {
    margin-inline-start: 4.75rem !important;
  }
  .ms-px-sm-77 {
    margin-inline-start: 4.8125rem !important;
  }
  .ms-px-sm-78 {
    margin-inline-start: 4.875rem !important;
  }
  .ms-px-sm-79 {
    margin-inline-start: 4.9375rem !important;
  }
  .ms-px-sm-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-sm-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-sm-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-sm-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-sm-86 {
    margin-inline-start: 5.375rem !important;
  }
  .ms-px-sm-87 {
    margin-inline-start: 5.4375rem !important;
  }
  .ms-px-sm-88 {
    margin-inline-start: 5.5rem !important;
  }
  .ms-px-sm-89 {
    margin-inline-start: 5.5625rem !important;
  }
  .ms-px-sm-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-px-sm-92 {
    margin-inline-start: 5.75rem !important;
  }
  .ms-px-sm-94 {
    margin-inline-start: 5.875rem !important;
  }
  .ms-px-sm-95 {
    margin-inline-start: 5.9375rem !important;
  }
  .ms-px-sm-96 {
    margin-inline-start: 6rem !important;
  }
  .ms-px-sm-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-sm-100 {
    margin-inline-start: 6.25rem !important;
  }
  .ms-px-sm-102 {
    margin-inline-start: 6.375rem !important;
  }
  .ms-px-sm-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-sm-108 {
    margin-inline-start: 6.75rem !important;
  }
  .ms-px-sm-115 {
    margin-inline-start: 7.1875rem !important;
  }
  .ms-px-sm-116 {
    margin-inline-start: 7.25rem !important;
  }
  .ms-px-sm-118 {
    margin-inline-start: 7.375rem !important;
  }
  .ms-px-sm-120 {
    margin-inline-start: 7.5rem !important;
  }
  .ms-px-sm-121 {
    margin-inline-start: 7.5625rem !important;
  }
  .ms-px-sm-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-sm-129 {
    margin-inline-start: 8.0625rem !important;
  }
  .ms-px-sm-131 {
    margin-inline-start: 8.1875rem !important;
  }
  .ms-px-sm-140 {
    margin-inline-start: 8.75rem !important;
  }
  .ms-px-sm-144 {
    margin-inline-start: 9rem !important;
  }
  .ms-px-sm-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-sm-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-sm-154 {
    margin-inline-start: 9.625rem !important;
  }
  .ms-px-sm-156 {
    margin-inline-start: 9.75rem !important;
  }
  .ms-px-sm-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-sm-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-sm-231 {
    margin-inline-start: 14.4375rem !important;
  }
  .ms-px-sm-240 {
    margin-inline-start: 15rem !important;
  }
  .ms-px-sm-247 {
    margin-inline-start: 15.4375rem !important;
  }
  .ms-px-sm-239 {
    margin-inline-start: 14.9375rem !important;
  }
  .ms-px-sm-255 {
    margin-inline-start: 15.9375rem !important;
  }
  .ms-px-sm-327 {
    margin-inline-start: 20.4375rem !important;
  }
  .ms-px-sm-auto {
    margin-inline-start: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -0.375rem !important;
  }
  .m-sm-n7 {
    margin: -0.375rem !important;
  }
  .m-sm-n8 {
    margin: -0.375rem !important;
  }
  .m-sm-n9 {
    margin: -0.375rem !important;
  }
  .m-sm-n10 {
    margin: -0.375rem !important;
  }
  .m-sm-n11 {
    margin: -0.375rem !important;
  }
  .m-sm-n12 {
    margin: -0.375rem !important;
  }
  .m-sm-n13 {
    margin: -0.375rem !important;
  }
  .m-sm-n14 {
    margin: -0.375rem !important;
  }
  .m-sm-n15 {
    margin: -0.375rem !important;
  }
  .m-sm-n16 {
    margin: -0.375rem !important;
  }
  .m-sm-n17 {
    margin: -0.375rem !important;
  }
  .m-sm-n18 {
    margin: -0.375rem !important;
  }
  .m-sm-n19 {
    margin: -0.375rem !important;
  }
  .m-sm-n20 {
    margin: -0.375rem !important;
  }
  .m-sm-n21 {
    margin: -0.375rem !important;
  }
  .m-sm-n22 {
    margin: -0.375rem !important;
  }
  .m-sm-n23 {
    margin: -0.375rem !important;
  }
  .m-sm-n24 {
    margin: -0.375rem !important;
  }
  .m-sm-n25 {
    margin: -0.375rem !important;
  }
  .m-sm-n26 {
    margin: -0.375rem !important;
  }
  .m-sm-n27 {
    margin: -0.375rem !important;
  }
  .m-sm-n28 {
    margin: -0.375rem !important;
  }
  .m-sm-n29 {
    margin: -0.375rem !important;
  }
  .m-sm-n30 {
    margin: -0.375rem !important;
  }
  .m-sm-n31 {
    margin: -0.375rem !important;
  }
  .m-sm-n32 {
    margin: -0.375rem !important;
  }
  .m-sm-n33 {
    margin: -0.375rem !important;
  }
  .m-sm-n34 {
    margin: -0.375rem !important;
  }
  .m-sm-n35 {
    margin: -0.375rem !important;
  }
  .m-sm-n36 {
    margin: -0.375rem !important;
  }
  .m-sm-n37 {
    margin: -0.375rem !important;
  }
  .m-sm-n38 {
    margin: -0.375rem !important;
  }
  .m-sm-n39 {
    margin: -0.375rem !important;
  }
  .m-sm-n40 {
    margin: -0.375rem !important;
  }
  .m-sm-n41 {
    margin: -0.375rem !important;
  }
  .m-sm-n42 {
    margin: -0.375rem !important;
  }
  .m-sm-n43 {
    margin: -0.375rem !important;
  }
  .m-sm-n44 {
    margin: -0.375rem !important;
  }
  .m-sm-n45 {
    margin: -0.375rem !important;
  }
  .m-sm-n46 {
    margin: -0.375rem !important;
  }
  .m-sm-n47 {
    margin: -0.375rem !important;
  }
  .m-sm-n48 {
    margin: -0.375rem !important;
  }
  .m-sm-n49 {
    margin: -0.375rem !important;
  }
  .m-sm-n50 {
    margin: -0.375rem !important;
  }
  .m-sm-n51 {
    margin: -0.375rem !important;
  }
  .m-sm-n52 {
    margin: -0.375rem !important;
  }
  .m-sm-n53 {
    margin: -0.375rem !important;
  }
  .m-sm-n54 {
    margin: -0.375rem !important;
  }
  .m-sm-n56 {
    margin: -0.375rem !important;
  }
  .m-sm-n57 {
    margin: -0.375rem !important;
  }
  .m-sm-n58 {
    margin: -0.375rem !important;
  }
  .m-sm-n90 {
    margin: -0.375rem !important;
  }
  .m-sm-n99 {
    margin: -0.375rem !important;
  }
  .m-sm-n200 {
    margin: -0.375rem !important;
  }
  .m-sm-n250 {
    margin: -0.375rem !important;
  }
  .mx-sm-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-sm-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-sm-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n7 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n8 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n9 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n10 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n11 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n12 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n13 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n14 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n15 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n16 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n17 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n18 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n19 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n20 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n21 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n22 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n23 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n24 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n25 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n26 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n27 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n28 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n29 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n30 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n31 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n32 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n33 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n34 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n35 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n36 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n37 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n38 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n39 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n40 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n41 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n42 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n43 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n44 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n45 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n46 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n47 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n48 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n49 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n50 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n51 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n52 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n53 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n54 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n56 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n57 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n58 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n90 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n99 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n200 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-sm-n250 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .my-sm-n1 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-sm-n4 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-sm-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n7 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n8 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n9 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n10 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n11 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n12 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n13 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n14 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n15 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n16 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n17 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n18 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n19 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n20 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n21 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n22 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n23 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n24 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n25 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n26 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n27 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n28 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n29 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n30 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n31 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n32 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n33 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n34 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n35 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n36 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n37 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n38 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n39 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n40 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n41 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n42 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n43 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n44 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n45 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n46 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n47 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n48 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n49 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n50 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n51 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n52 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n53 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n54 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n56 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n57 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n58 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n90 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n99 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n200 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-sm-n250 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n1 {
    margin-block-start: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-block-start: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-block-start: -1rem !important;
  }
  .mt-sm-n4 {
    margin-block-start: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-block-start: -3rem !important;
  }
  .mt-sm-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n7 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n8 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n9 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n10 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n11 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n12 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n13 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n14 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n15 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n16 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n17 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n18 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n19 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n20 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n21 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n22 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n23 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n24 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n25 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n26 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n27 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n28 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n29 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n30 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n31 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n32 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n33 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n34 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n35 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n36 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n37 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n38 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n39 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n40 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n41 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n42 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n43 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n44 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n45 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n46 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n47 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n48 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n49 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n50 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n51 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n52 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n53 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n54 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n56 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n57 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n58 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n90 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n99 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n200 {
    margin-block-start: -0.375rem !important;
  }
  .mt-sm-n250 {
    margin-block-start: -0.375rem !important;
  }
  .me-sm-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-sm-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-inline-end: -3rem !important;
  }
  .me-sm-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n7 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n8 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n9 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n10 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n11 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n12 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n13 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n14 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n15 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n16 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n17 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n18 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n19 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n20 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n21 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n22 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n23 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n24 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n25 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n26 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n27 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n28 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n29 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n30 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n31 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n32 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n33 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n34 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n35 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n36 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n37 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n38 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n39 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n40 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n41 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n42 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n43 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n44 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n45 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n46 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n47 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n48 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n49 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n50 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n51 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n52 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n53 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n54 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n56 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n57 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n58 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n90 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n99 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n200 {
    margin-inline-end: -0.375rem !important;
  }
  .me-sm-n250 {
    margin-inline-end: -0.375rem !important;
  }
  .mb-sm-n1 {
    margin-block-end: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-block-end: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-block-end: -1rem !important;
  }
  .mb-sm-n4 {
    margin-block-end: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-block-end: -3rem !important;
  }
  .mb-sm-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n7 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n8 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n9 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n10 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n11 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n12 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n13 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n14 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n15 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n16 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n17 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n18 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n19 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n20 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n21 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n22 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n23 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n24 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n25 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n26 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n27 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n28 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n29 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n30 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n31 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n32 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n33 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n34 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n35 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n36 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n37 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n38 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n39 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n40 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n41 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n42 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n43 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n44 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n45 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n46 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n47 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n48 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n49 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n50 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n51 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n52 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n53 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n54 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n56 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n57 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n58 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n90 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n99 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n200 {
    margin-block-end: -0.375rem !important;
  }
  .mb-sm-n250 {
    margin-block-end: -0.375rem !important;
  }
  .ms-sm-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-sm-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-inline-start: -3rem !important;
  }
  .ms-sm-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n7 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n8 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n9 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n10 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n11 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n12 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n13 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n14 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n15 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n16 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n17 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n18 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n19 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n20 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n21 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n22 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n23 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n24 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n25 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n26 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n27 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n28 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n29 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n30 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n31 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n32 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n33 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n34 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n35 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n36 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n37 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n38 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n39 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n40 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n41 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n42 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n43 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n44 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n45 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n46 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n47 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n48 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n49 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n50 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n51 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n52 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n53 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n54 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n56 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n57 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n58 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n90 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n99 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n200 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-sm-n250 {
    margin-inline-start: -0.375rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 0.375rem !important;
  }
  .p-sm-7 {
    padding: 0.4375rem !important;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .p-sm-9 {
    padding: 0.5625rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .p-sm-11 {
    padding: 0.6875rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .p-sm-13 {
    padding: 0.8125rem !important;
  }
  .p-sm-14 {
    padding: 0.875rem !important;
  }
  .p-sm-15 {
    padding: 0.9375rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .p-sm-17 {
    padding: 1.0625rem !important;
  }
  .p-sm-18 {
    padding: 1.125rem !important;
  }
  .p-sm-19 {
    padding: 1.1875rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-21 {
    padding: 1.3125rem !important;
  }
  .p-sm-22 {
    padding: 1.375rem !important;
  }
  .p-sm-23 {
    padding: 1.4375rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .p-sm-25 {
    padding: 1.5625rem !important;
  }
  .p-sm-26 {
    padding: 1.625rem !important;
  }
  .p-sm-27 {
    padding: 1.6875rem !important;
  }
  .p-sm-28 {
    padding: 1.75rem !important;
  }
  .p-sm-29 {
    padding: 1.8125rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-31 {
    padding: 1.9375rem !important;
  }
  .p-sm-32 {
    padding: 2rem !important;
  }
  .p-sm-33 {
    padding: 2.0625rem !important;
  }
  .p-sm-34 {
    padding: 2.125rem !important;
  }
  .p-sm-35 {
    padding: 2.1875rem !important;
  }
  .p-sm-36 {
    padding: 2.25rem !important;
  }
  .p-sm-37 {
    padding: 2.3125rem !important;
  }
  .p-sm-38 {
    padding: 2.375rem !important;
  }
  .p-sm-39 {
    padding: 2.4375rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-41 {
    padding: 2.5625rem !important;
  }
  .p-sm-42 {
    padding: 2.625rem !important;
  }
  .p-sm-43 {
    padding: 2.6875rem !important;
  }
  .p-sm-44 {
    padding: 2.75rem !important;
  }
  .p-sm-45 {
    padding: 2.8125rem !important;
  }
  .p-sm-46 {
    padding: 2.875rem !important;
  }
  .p-sm-47 {
    padding: 2.9375rem !important;
  }
  .p-sm-48 {
    padding: 3rem !important;
  }
  .p-sm-49 {
    padding: 3.0625rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .p-sm-51 {
    padding: 3.1875rem !important;
  }
  .p-sm-52 {
    padding: 3.25rem !important;
  }
  .p-sm-53 {
    padding: 3.3125rem !important;
  }
  .p-sm-54 {
    padding: 3.375rem !important;
  }
  .p-sm-56 {
    padding: 3.5rem !important;
  }
  .p-sm-57 {
    padding: 3.5625rem !important;
  }
  .p-sm-58 {
    padding: 3.625rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-99 {
    padding: 6.1875rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !important;
  }
  .p-sm-250 {
    padding: 15.625rem !important;
  }
  .p-px-sm-0 {
    padding: 0rem !important;
  }
  .p-px-sm-1 {
    padding: 0.0625rem !important;
  }
  .p-px-sm-2 {
    padding: 0.125rem !important;
  }
  .p-px-sm-3 {
    padding: 0.1875rem !important;
  }
  .p-px-sm-4 {
    padding: 0.25rem !important;
  }
  .p-px-sm-5 {
    padding: 0.3125rem !important;
  }
  .p-px-sm-6 {
    padding: 0.375rem !important;
  }
  .p-px-sm-7 {
    padding: 0.4375rem !important;
  }
  .p-px-sm-8 {
    padding: 0.5rem !important;
  }
  .p-px-sm-9 {
    padding: 0.5625rem !important;
  }
  .p-px-sm-10 {
    padding: 0.625rem !important;
  }
  .p-px-sm-11 {
    padding: 0.6875rem !important;
  }
  .p-px-sm-12 {
    padding: 0.75rem !important;
  }
  .p-px-sm-13 {
    padding: 0.8125rem !important;
  }
  .p-px-sm-14 {
    padding: 0.875rem !important;
  }
  .p-px-sm-15 {
    padding: 0.9375rem !important;
  }
  .p-px-sm-16 {
    padding: 1rem !important;
  }
  .p-px-sm-17 {
    padding: 1.0625rem !important;
  }
  .p-px-sm-18 {
    padding: 1.125rem !important;
  }
  .p-px-sm-19 {
    padding: 1.1875rem !important;
  }
  .p-px-sm-20 {
    padding: 1.25rem !important;
  }
  .p-px-sm-21 {
    padding: 1.3125rem !important;
  }
  .p-px-sm-22 {
    padding: 1.375rem !important;
  }
  .p-px-sm-23 {
    padding: 1.4375rem !important;
  }
  .p-px-sm-24 {
    padding: 1.5rem !important;
  }
  .p-px-sm-25 {
    padding: 1.5625rem !important;
  }
  .p-px-sm-26 {
    padding: 1.625rem !important;
  }
  .p-px-sm-27 {
    padding: 1.6875rem !important;
  }
  .p-px-sm-28 {
    padding: 1.75rem !important;
  }
  .p-px-sm-29 {
    padding: 1.8125rem !important;
  }
  .p-px-sm-30 {
    padding: 1.875rem !important;
  }
  .p-px-sm-31 {
    padding: 1.9375rem !important;
  }
  .p-px-sm-32 {
    padding: 2rem !important;
  }
  .p-px-sm-33 {
    padding: 2.0625rem !important;
  }
  .p-px-sm-34 {
    padding: 2.125rem !important;
  }
  .p-px-sm-35 {
    padding: 2.1875rem !important;
  }
  .p-px-sm-36 {
    padding: 2.25rem !important;
  }
  .p-px-sm-37 {
    padding: 2.3125rem !important;
  }
  .p-px-sm-38 {
    padding: 2.375rem !important;
  }
  .p-px-sm-39 {
    padding: 2.4375rem !important;
  }
  .p-px-sm-40 {
    padding: 2.5rem !important;
  }
  .p-px-sm-41 {
    padding: 2.5625rem !important;
  }
  .p-px-sm-42 {
    padding: 2.625rem !important;
  }
  .p-px-sm-43 {
    padding: 2.6875rem !important;
  }
  .p-px-sm-44 {
    padding: 2.75rem !important;
  }
  .p-px-sm-45 {
    padding: 2.8125rem !important;
  }
  .p-px-sm-46 {
    padding: 2.875rem !important;
  }
  .p-px-sm-47 {
    padding: 2.9375rem !important;
  }
  .p-px-sm-48 {
    padding: 3rem !important;
  }
  .p-px-sm-49 {
    padding: 3.0625rem !important;
  }
  .p-px-sm-50 {
    padding: 3.125rem !important;
  }
  .p-px-sm-51 {
    padding: 3.1875rem !important;
  }
  .p-px-sm-52 {
    padding: 3.25rem !important;
  }
  .p-px-sm-53 {
    padding: 3.3125rem !important;
  }
  .p-px-sm-54 {
    padding: 3.375rem !important;
  }
  .p-px-sm-56 {
    padding: 3.5rem !important;
  }
  .p-px-sm-57 {
    padding: 3.5625rem !important;
  }
  .p-px-sm-58 {
    padding: 3.625rem !important;
  }
  .p-px-sm-59 {
    padding: 3.6875rem !important;
  }
  .p-px-sm-60 {
    padding: 3.75rem !important;
  }
  .p-px-sm-61 {
    padding: 3.8125rem !important;
  }
  .p-px-sm-62 {
    padding: 3.875rem !important;
  }
  .p-px-sm-63 {
    padding: 3.9375rem !important;
  }
  .p-px-sm-64 {
    padding: 4rem !important;
  }
  .p-px-sm-68 {
    padding: 4.25rem !important;
  }
  .p-px-sm-70 {
    padding: 4.375rem !important;
  }
  .p-px-sm-71 {
    padding: 4.4375rem !important;
  }
  .p-px-sm-72 {
    padding: 4.5rem !important;
  }
  .p-px-sm-73 {
    padding: 4.5625rem !important;
  }
  .p-px-sm-74 {
    padding: 4.625rem !important;
  }
  .p-px-sm-75 {
    padding: 4.6875rem !important;
  }
  .p-px-sm-76 {
    padding: 4.75rem !important;
  }
  .p-px-sm-77 {
    padding: 4.8125rem !important;
  }
  .p-px-sm-78 {
    padding: 4.875rem !important;
  }
  .p-px-sm-79 {
    padding: 4.9375rem !important;
  }
  .p-px-sm-80 {
    padding: 5rem !important;
  }
  .p-px-sm-82 {
    padding: 5.125rem !important;
  }
  .p-px-sm-83 {
    padding: 5.1875rem !important;
  }
  .p-px-sm-84 {
    padding: 5.25rem !important;
  }
  .p-px-sm-86 {
    padding: 5.375rem !important;
  }
  .p-px-sm-87 {
    padding: 5.4375rem !important;
  }
  .p-px-sm-88 {
    padding: 5.5rem !important;
  }
  .p-px-sm-89 {
    padding: 5.5625rem !important;
  }
  .p-px-sm-90 {
    padding: 5.625rem !important;
  }
  .p-px-sm-92 {
    padding: 5.75rem !important;
  }
  .p-px-sm-94 {
    padding: 5.875rem !important;
  }
  .p-px-sm-95 {
    padding: 5.9375rem !important;
  }
  .p-px-sm-96 {
    padding: 6rem !important;
  }
  .p-px-sm-98 {
    padding: 6.125rem !important;
  }
  .p-px-sm-100 {
    padding: 6.25rem !important;
  }
  .p-px-sm-102 {
    padding: 6.375rem !important;
  }
  .p-px-sm-104 {
    padding: 6.5rem !important;
  }
  .p-px-sm-108 {
    padding: 6.75rem !important;
  }
  .p-px-sm-115 {
    padding: 7.1875rem !important;
  }
  .p-px-sm-116 {
    padding: 7.25rem !important;
  }
  .p-px-sm-118 {
    padding: 7.375rem !important;
  }
  .p-px-sm-120 {
    padding: 7.5rem !important;
  }
  .p-px-sm-121 {
    padding: 7.5625rem !important;
  }
  .p-px-sm-123 {
    padding: 7.6875rem !important;
  }
  .p-px-sm-129 {
    padding: 8.0625rem !important;
  }
  .p-px-sm-131 {
    padding: 8.1875rem !important;
  }
  .p-px-sm-140 {
    padding: 8.75rem !important;
  }
  .p-px-sm-144 {
    padding: 9rem !important;
  }
  .p-px-sm-147 {
    padding: 9.1875rem !important;
  }
  .p-px-sm-148 {
    padding: 9.25rem !important;
  }
  .p-px-sm-154 {
    padding: 9.625rem !important;
  }
  .p-px-sm-156 {
    padding: 9.75rem !important;
  }
  .p-px-sm-180 {
    padding: 11.25rem !important;
  }
  .p-px-sm-200 {
    padding: 12.5rem !important;
  }
  .p-px-sm-231 {
    padding: 14.4375rem !important;
  }
  .p-px-sm-240 {
    padding: 15rem !important;
  }
  .p-px-sm-247 {
    padding: 15.4375rem !important;
  }
  .p-px-sm-239 {
    padding: 14.9375rem !important;
  }
  .p-px-sm-255 {
    padding: 15.9375rem !important;
  }
  .p-px-sm-327 {
    padding: 20.4375rem !important;
  }
  .px-sm-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-sm-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-sm-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-sm-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-sm-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-sm-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-sm-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-sm-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-sm-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-sm-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-sm-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-sm-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-sm-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-sm-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-sm-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-sm-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-sm-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-sm-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-sm-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-sm-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-sm-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-sm-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-sm-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-sm-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-sm-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-sm-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-sm-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-sm-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-sm-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-sm-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-sm-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-sm-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-sm-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-sm-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-sm-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-sm-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-sm-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-sm-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-sm-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-sm-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-sm-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-sm-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-sm-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-sm-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-sm-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-sm-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-sm-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-sm-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-sm-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-sm-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-sm-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-sm-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-sm-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-sm-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-sm-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-sm-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-sm-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-sm-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-sm-90 {
    padding-inline-start: 5.625rem !important;
    padding-inline-end: 5.625rem !important;
  }
  .px-sm-99 {
    padding-inline-start: 6.1875rem !important;
    padding-inline-end: 6.1875rem !important;
  }
  .px-sm-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-sm-250 {
    padding-inline-start: 15.625rem !important;
    padding-inline-end: 15.625rem !important;
  }
  .py-sm-0 {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
  }
  .py-sm-1 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-sm-2 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-sm-3 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-sm-4 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-sm-5 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-sm-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-sm-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-sm-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-sm-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-sm-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-sm-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-sm-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-sm-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-sm-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-sm-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-sm-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-sm-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-sm-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-sm-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-sm-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-sm-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-sm-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-sm-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-sm-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-sm-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-sm-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-sm-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-sm-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-sm-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-sm-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-sm-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-sm-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-sm-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-sm-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-sm-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-sm-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-sm-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-sm-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-sm-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-sm-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-sm-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-sm-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-sm-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-sm-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-sm-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-sm-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-sm-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-sm-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-sm-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-sm-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-sm-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-sm-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-sm-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-sm-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-sm-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-sm-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-sm-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-sm-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-sm-99 {
    padding-block-start: 6.1875rem !important;
    padding-block-end: 6.1875rem !important;
  }
  .py-sm-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-sm-250 {
    padding-block-start: 15.625rem !important;
    padding-block-end: 15.625rem !important;
  }
  .py-px-sm-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-sm-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-sm-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-sm-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-sm-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-sm-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-sm-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-sm-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-sm-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-sm-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-sm-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-sm-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-sm-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-sm-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-sm-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-sm-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-sm-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-sm-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-sm-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-sm-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-sm-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-sm-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-sm-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-sm-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-sm-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-sm-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-sm-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-sm-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-sm-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-sm-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-sm-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-sm-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-sm-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-sm-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-sm-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-sm-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-sm-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-sm-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-sm-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-sm-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-sm-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-sm-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-sm-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-sm-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-sm-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-sm-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-sm-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-sm-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-sm-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-sm-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-sm-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-sm-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-sm-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-sm-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-sm-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-sm-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-sm-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-sm-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-sm-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-sm-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-sm-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-sm-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-sm-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-sm-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-sm-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-sm-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-sm-71 {
    padding-block-start: 4.4375rem !important;
    padding-block-end: 4.4375rem !important;
  }
  .py-px-sm-72 {
    padding-block-start: 4.5rem !important;
    padding-block-end: 4.5rem !important;
  }
  .py-px-sm-73 {
    padding-block-start: 4.5625rem !important;
    padding-block-end: 4.5625rem !important;
  }
  .py-px-sm-74 {
    padding-block-start: 4.625rem !important;
    padding-block-end: 4.625rem !important;
  }
  .py-px-sm-75 {
    padding-block-start: 4.6875rem !important;
    padding-block-end: 4.6875rem !important;
  }
  .py-px-sm-76 {
    padding-block-start: 4.75rem !important;
    padding-block-end: 4.75rem !important;
  }
  .py-px-sm-77 {
    padding-block-start: 4.8125rem !important;
    padding-block-end: 4.8125rem !important;
  }
  .py-px-sm-78 {
    padding-block-start: 4.875rem !important;
    padding-block-end: 4.875rem !important;
  }
  .py-px-sm-79 {
    padding-block-start: 4.9375rem !important;
    padding-block-end: 4.9375rem !important;
  }
  .py-px-sm-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-sm-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-sm-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-sm-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-sm-86 {
    padding-block-start: 5.375rem !important;
    padding-block-end: 5.375rem !important;
  }
  .py-px-sm-87 {
    padding-block-start: 5.4375rem !important;
    padding-block-end: 5.4375rem !important;
  }
  .py-px-sm-88 {
    padding-block-start: 5.5rem !important;
    padding-block-end: 5.5rem !important;
  }
  .py-px-sm-89 {
    padding-block-start: 5.5625rem !important;
    padding-block-end: 5.5625rem !important;
  }
  .py-px-sm-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-px-sm-92 {
    padding-block-start: 5.75rem !important;
    padding-block-end: 5.75rem !important;
  }
  .py-px-sm-94 {
    padding-block-start: 5.875rem !important;
    padding-block-end: 5.875rem !important;
  }
  .py-px-sm-95 {
    padding-block-start: 5.9375rem !important;
    padding-block-end: 5.9375rem !important;
  }
  .py-px-sm-96 {
    padding-block-start: 6rem !important;
    padding-block-end: 6rem !important;
  }
  .py-px-sm-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-sm-100 {
    padding-block-start: 6.25rem !important;
    padding-block-end: 6.25rem !important;
  }
  .py-px-sm-102 {
    padding-block-start: 6.375rem !important;
    padding-block-end: 6.375rem !important;
  }
  .py-px-sm-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-sm-108 {
    padding-block-start: 6.75rem !important;
    padding-block-end: 6.75rem !important;
  }
  .py-px-sm-115 {
    padding-block-start: 7.1875rem !important;
    padding-block-end: 7.1875rem !important;
  }
  .py-px-sm-116 {
    padding-block-start: 7.25rem !important;
    padding-block-end: 7.25rem !important;
  }
  .py-px-sm-118 {
    padding-block-start: 7.375rem !important;
    padding-block-end: 7.375rem !important;
  }
  .py-px-sm-120 {
    padding-block-start: 7.5rem !important;
    padding-block-end: 7.5rem !important;
  }
  .py-px-sm-121 {
    padding-block-start: 7.5625rem !important;
    padding-block-end: 7.5625rem !important;
  }
  .py-px-sm-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-sm-129 {
    padding-block-start: 8.0625rem !important;
    padding-block-end: 8.0625rem !important;
  }
  .py-px-sm-131 {
    padding-block-start: 8.1875rem !important;
    padding-block-end: 8.1875rem !important;
  }
  .py-px-sm-140 {
    padding-block-start: 8.75rem !important;
    padding-block-end: 8.75rem !important;
  }
  .py-px-sm-144 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-px-sm-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-sm-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-sm-154 {
    padding-block-start: 9.625rem !important;
    padding-block-end: 9.625rem !important;
  }
  .py-px-sm-156 {
    padding-block-start: 9.75rem !important;
    padding-block-end: 9.75rem !important;
  }
  .py-px-sm-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-sm-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-sm-231 {
    padding-block-start: 14.4375rem !important;
    padding-block-end: 14.4375rem !important;
  }
  .py-px-sm-240 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-px-sm-247 {
    padding-block-start: 15.4375rem !important;
    padding-block-end: 15.4375rem !important;
  }
  .py-px-sm-239 {
    padding-block-start: 14.9375rem !important;
    padding-block-end: 14.9375rem !important;
  }
  .py-px-sm-255 {
    padding-block-start: 15.9375rem !important;
    padding-block-end: 15.9375rem !important;
  }
  .py-px-sm-327 {
    padding-block-start: 20.4375rem !important;
    padding-block-end: 20.4375rem !important;
  }
  .pt-sm-0 {
    padding-block-start: 0 !important;
  }
  .pt-sm-1 {
    padding-block-start: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-block-start: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-block-start: 1rem !important;
  }
  .pt-sm-4 {
    padding-block-start: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-block-start: 3rem !important;
  }
  .pt-sm-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-sm-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-sm-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-sm-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-sm-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-sm-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-sm-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-sm-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-sm-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-sm-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-sm-16 {
    padding-block-start: 1rem !important;
  }
  .pt-sm-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-sm-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-sm-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-sm-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-sm-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-sm-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-sm-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-sm-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-sm-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-sm-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-sm-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-sm-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-sm-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-sm-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-sm-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-sm-32 {
    padding-block-start: 2rem !important;
  }
  .pt-sm-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-sm-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-sm-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-sm-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-sm-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-sm-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-sm-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-sm-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-sm-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-sm-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-sm-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-sm-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-sm-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-sm-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-sm-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-sm-48 {
    padding-block-start: 3rem !important;
  }
  .pt-sm-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-sm-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-sm-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-sm-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-sm-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-sm-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-sm-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-sm-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-sm-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-sm-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-sm-99 {
    padding-block-start: 6.1875rem !important;
  }
  .pt-sm-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-sm-250 {
    padding-block-start: 15.625rem !important;
  }
  .pt-px-sm-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-sm-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-sm-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-sm-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-sm-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-sm-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-sm-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-sm-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-sm-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-sm-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-sm-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-sm-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-sm-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-sm-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-sm-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-sm-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-sm-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-sm-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-sm-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-sm-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-sm-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-sm-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-sm-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-sm-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-sm-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-sm-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-sm-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-sm-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-sm-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-sm-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-sm-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-sm-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-sm-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-sm-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-sm-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-sm-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-sm-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-sm-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-sm-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-sm-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-sm-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-sm-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-sm-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-sm-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-sm-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-sm-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-sm-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-sm-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-sm-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-sm-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-sm-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-sm-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-sm-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-sm-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-sm-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-sm-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-sm-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-sm-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-sm-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-sm-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-sm-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-sm-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-sm-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-sm-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-sm-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-sm-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-sm-71 {
    padding-block-start: 4.4375rem !important;
  }
  .pt-px-sm-72 {
    padding-block-start: 4.5rem !important;
  }
  .pt-px-sm-73 {
    padding-block-start: 4.5625rem !important;
  }
  .pt-px-sm-74 {
    padding-block-start: 4.625rem !important;
  }
  .pt-px-sm-75 {
    padding-block-start: 4.6875rem !important;
  }
  .pt-px-sm-76 {
    padding-block-start: 4.75rem !important;
  }
  .pt-px-sm-77 {
    padding-block-start: 4.8125rem !important;
  }
  .pt-px-sm-78 {
    padding-block-start: 4.875rem !important;
  }
  .pt-px-sm-79 {
    padding-block-start: 4.9375rem !important;
  }
  .pt-px-sm-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-sm-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-sm-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-sm-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-sm-86 {
    padding-block-start: 5.375rem !important;
  }
  .pt-px-sm-87 {
    padding-block-start: 5.4375rem !important;
  }
  .pt-px-sm-88 {
    padding-block-start: 5.5rem !important;
  }
  .pt-px-sm-89 {
    padding-block-start: 5.5625rem !important;
  }
  .pt-px-sm-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-px-sm-92 {
    padding-block-start: 5.75rem !important;
  }
  .pt-px-sm-94 {
    padding-block-start: 5.875rem !important;
  }
  .pt-px-sm-95 {
    padding-block-start: 5.9375rem !important;
  }
  .pt-px-sm-96 {
    padding-block-start: 6rem !important;
  }
  .pt-px-sm-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-sm-100 {
    padding-block-start: 6.25rem !important;
  }
  .pt-px-sm-102 {
    padding-block-start: 6.375rem !important;
  }
  .pt-px-sm-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-sm-108 {
    padding-block-start: 6.75rem !important;
  }
  .pt-px-sm-115 {
    padding-block-start: 7.1875rem !important;
  }
  .pt-px-sm-116 {
    padding-block-start: 7.25rem !important;
  }
  .pt-px-sm-118 {
    padding-block-start: 7.375rem !important;
  }
  .pt-px-sm-120 {
    padding-block-start: 7.5rem !important;
  }
  .pt-px-sm-121 {
    padding-block-start: 7.5625rem !important;
  }
  .pt-px-sm-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-sm-129 {
    padding-block-start: 8.0625rem !important;
  }
  .pt-px-sm-131 {
    padding-block-start: 8.1875rem !important;
  }
  .pt-px-sm-140 {
    padding-block-start: 8.75rem !important;
  }
  .pt-px-sm-144 {
    padding-block-start: 9rem !important;
  }
  .pt-px-sm-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-sm-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-sm-154 {
    padding-block-start: 9.625rem !important;
  }
  .pt-px-sm-156 {
    padding-block-start: 9.75rem !important;
  }
  .pt-px-sm-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-sm-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-sm-231 {
    padding-block-start: 14.4375rem !important;
  }
  .pt-px-sm-240 {
    padding-block-start: 15rem !important;
  }
  .pt-px-sm-247 {
    padding-block-start: 15.4375rem !important;
  }
  .pt-px-sm-239 {
    padding-block-start: 14.9375rem !important;
  }
  .pt-px-sm-255 {
    padding-block-start: 15.9375rem !important;
  }
  .pt-px-sm-327 {
    padding-block-start: 20.4375rem !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
  .pe-sm-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-sm-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-inline-end: 3rem !important;
  }
  .pe-sm-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-sm-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-sm-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-sm-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-sm-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-sm-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-sm-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-sm-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-sm-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-sm-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-sm-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-sm-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-sm-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-sm-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-sm-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-sm-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-sm-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-sm-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-sm-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-sm-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-sm-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-sm-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-sm-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-sm-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-sm-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-sm-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-sm-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-sm-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-sm-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-sm-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-sm-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-sm-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-sm-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-sm-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-sm-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-sm-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-sm-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-sm-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-sm-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-sm-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-sm-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-sm-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-sm-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-sm-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-sm-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-sm-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-sm-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-sm-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-sm-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-sm-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-sm-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-sm-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-sm-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-sm-99 {
    padding-inline-end: 6.1875rem !important;
  }
  .pe-sm-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-sm-250 {
    padding-inline-end: 15.625rem !important;
  }
  .pe-px-sm-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-sm-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-sm-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-sm-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-sm-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-sm-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-sm-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-sm-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-sm-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-sm-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-sm-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-sm-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-sm-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-sm-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-sm-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-sm-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-sm-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-sm-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-sm-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-sm-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-sm-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-sm-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-sm-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-sm-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-sm-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-sm-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-sm-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-sm-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-sm-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-sm-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-sm-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-sm-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-sm-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-sm-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-sm-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-sm-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-sm-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-sm-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-sm-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-sm-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-sm-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-sm-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-sm-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-sm-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-sm-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-sm-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-sm-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-sm-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-sm-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-sm-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-sm-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-sm-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-sm-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-sm-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-sm-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-sm-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-sm-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-sm-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-sm-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-sm-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-sm-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-sm-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-sm-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-sm-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-sm-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-sm-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-sm-71 {
    padding-inline-end: 4.4375rem !important;
  }
  .pe-px-sm-72 {
    padding-inline-end: 4.5rem !important;
  }
  .pe-px-sm-73 {
    padding-inline-end: 4.5625rem !important;
  }
  .pe-px-sm-74 {
    padding-inline-end: 4.625rem !important;
  }
  .pe-px-sm-75 {
    padding-inline-end: 4.6875rem !important;
  }
  .pe-px-sm-76 {
    padding-inline-end: 4.75rem !important;
  }
  .pe-px-sm-77 {
    padding-inline-end: 4.8125rem !important;
  }
  .pe-px-sm-78 {
    padding-inline-end: 4.875rem !important;
  }
  .pe-px-sm-79 {
    padding-inline-end: 4.9375rem !important;
  }
  .pe-px-sm-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-sm-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-sm-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-sm-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-sm-86 {
    padding-inline-end: 5.375rem !important;
  }
  .pe-px-sm-87 {
    padding-inline-end: 5.4375rem !important;
  }
  .pe-px-sm-88 {
    padding-inline-end: 5.5rem !important;
  }
  .pe-px-sm-89 {
    padding-inline-end: 5.5625rem !important;
  }
  .pe-px-sm-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-px-sm-92 {
    padding-inline-end: 5.75rem !important;
  }
  .pe-px-sm-94 {
    padding-inline-end: 5.875rem !important;
  }
  .pe-px-sm-95 {
    padding-inline-end: 5.9375rem !important;
  }
  .pe-px-sm-96 {
    padding-inline-end: 6rem !important;
  }
  .pe-px-sm-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-sm-100 {
    padding-inline-end: 6.25rem !important;
  }
  .pe-px-sm-102 {
    padding-inline-end: 6.375rem !important;
  }
  .pe-px-sm-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-sm-108 {
    padding-inline-end: 6.75rem !important;
  }
  .pe-px-sm-115 {
    padding-inline-end: 7.1875rem !important;
  }
  .pe-px-sm-116 {
    padding-inline-end: 7.25rem !important;
  }
  .pe-px-sm-118 {
    padding-inline-end: 7.375rem !important;
  }
  .pe-px-sm-120 {
    padding-inline-end: 7.5rem !important;
  }
  .pe-px-sm-121 {
    padding-inline-end: 7.5625rem !important;
  }
  .pe-px-sm-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-sm-129 {
    padding-inline-end: 8.0625rem !important;
  }
  .pe-px-sm-131 {
    padding-inline-end: 8.1875rem !important;
  }
  .pe-px-sm-140 {
    padding-inline-end: 8.75rem !important;
  }
  .pe-px-sm-144 {
    padding-inline-end: 9rem !important;
  }
  .pe-px-sm-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-sm-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-sm-154 {
    padding-inline-end: 9.625rem !important;
  }
  .pe-px-sm-156 {
    padding-inline-end: 9.75rem !important;
  }
  .pe-px-sm-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-sm-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-sm-231 {
    padding-inline-end: 14.4375rem !important;
  }
  .pe-px-sm-240 {
    padding-inline-end: 15rem !important;
  }
  .pe-px-sm-247 {
    padding-inline-end: 15.4375rem !important;
  }
  .pe-px-sm-239 {
    padding-inline-end: 14.9375rem !important;
  }
  .pe-px-sm-255 {
    padding-inline-end: 15.9375rem !important;
  }
  .pe-px-sm-327 {
    padding-inline-end: 20.4375rem !important;
  }
  .pb-sm-0 {
    padding-block-end: 0 !important;
  }
  .pb-sm-1 {
    padding-block-end: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-block-end: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-block-end: 1rem !important;
  }
  .pb-sm-4 {
    padding-block-end: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-block-end: 3rem !important;
  }
  .pb-sm-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-sm-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-sm-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-sm-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-sm-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-sm-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-sm-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-sm-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-sm-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-sm-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-sm-16 {
    padding-block-end: 1rem !important;
  }
  .pb-sm-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-sm-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-sm-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-sm-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-sm-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-sm-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-sm-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-sm-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-sm-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-sm-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-sm-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-sm-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-sm-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-sm-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-sm-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-sm-32 {
    padding-block-end: 2rem !important;
  }
  .pb-sm-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-sm-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-sm-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-sm-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-sm-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-sm-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-sm-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-sm-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-sm-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-sm-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-sm-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-sm-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-sm-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-sm-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-sm-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-sm-48 {
    padding-block-end: 3rem !important;
  }
  .pb-sm-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-sm-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-sm-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-sm-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-sm-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-sm-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-sm-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-sm-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-sm-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-sm-90 {
    padding-block-end: 5.625rem !important;
  }
  .pb-sm-99 {
    padding-block-end: 6.1875rem !important;
  }
  .pb-sm-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-sm-250 {
    padding-block-end: 15.625rem !important;
  }
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
  .ps-sm-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-sm-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-inline-start: 3rem !important;
  }
  .ps-sm-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-sm-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-sm-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-sm-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-sm-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-sm-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-sm-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-sm-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-sm-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-sm-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-sm-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-sm-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-sm-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-sm-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-sm-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-sm-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-sm-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-sm-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-sm-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-sm-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-sm-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-sm-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-sm-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-sm-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-sm-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-sm-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-sm-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-sm-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-sm-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-sm-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-sm-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-sm-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-sm-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-sm-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-sm-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-sm-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-sm-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-sm-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-sm-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-sm-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-sm-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-sm-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-sm-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-sm-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-sm-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-sm-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-sm-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-sm-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-sm-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-sm-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-sm-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-sm-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-sm-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-sm-99 {
    padding-inline-start: 6.1875rem !important;
  }
  .ps-sm-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-sm-250 {
    padding-inline-start: 15.625rem !important;
  }
  .ps-px-sm-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-sm-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-sm-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-sm-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-sm-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-sm-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-sm-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-sm-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-sm-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-sm-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-sm-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-sm-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-sm-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-sm-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-sm-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-sm-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-sm-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-sm-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-sm-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-sm-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-sm-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-sm-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-sm-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-sm-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-sm-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-sm-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-sm-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-sm-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-sm-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-sm-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-sm-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-sm-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-sm-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-sm-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-sm-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-sm-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-sm-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-sm-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-sm-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-sm-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-sm-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-sm-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-sm-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-sm-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-sm-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-sm-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-sm-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-sm-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-sm-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-sm-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-sm-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-sm-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-sm-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-sm-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-sm-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-sm-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-sm-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-sm-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-sm-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-sm-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-sm-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-sm-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-sm-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-sm-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-sm-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-sm-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-sm-71 {
    padding-inline-start: 4.4375rem !important;
  }
  .ps-px-sm-72 {
    padding-inline-start: 4.5rem !important;
  }
  .ps-px-sm-73 {
    padding-inline-start: 4.5625rem !important;
  }
  .ps-px-sm-74 {
    padding-inline-start: 4.625rem !important;
  }
  .ps-px-sm-75 {
    padding-inline-start: 4.6875rem !important;
  }
  .ps-px-sm-76 {
    padding-inline-start: 4.75rem !important;
  }
  .ps-px-sm-77 {
    padding-inline-start: 4.8125rem !important;
  }
  .ps-px-sm-78 {
    padding-inline-start: 4.875rem !important;
  }
  .ps-px-sm-79 {
    padding-inline-start: 4.9375rem !important;
  }
  .ps-px-sm-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-sm-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-sm-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-sm-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-sm-86 {
    padding-inline-start: 5.375rem !important;
  }
  .ps-px-sm-87 {
    padding-inline-start: 5.4375rem !important;
  }
  .ps-px-sm-88 {
    padding-inline-start: 5.5rem !important;
  }
  .ps-px-sm-89 {
    padding-inline-start: 5.5625rem !important;
  }
  .ps-px-sm-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-px-sm-92 {
    padding-inline-start: 5.75rem !important;
  }
  .ps-px-sm-94 {
    padding-inline-start: 5.875rem !important;
  }
  .ps-px-sm-95 {
    padding-inline-start: 5.9375rem !important;
  }
  .ps-px-sm-96 {
    padding-inline-start: 6rem !important;
  }
  .ps-px-sm-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-sm-100 {
    padding-inline-start: 6.25rem !important;
  }
  .ps-px-sm-102 {
    padding-inline-start: 6.375rem !important;
  }
  .ps-px-sm-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-sm-108 {
    padding-inline-start: 6.75rem !important;
  }
  .ps-px-sm-115 {
    padding-inline-start: 7.1875rem !important;
  }
  .ps-px-sm-116 {
    padding-inline-start: 7.25rem !important;
  }
  .ps-px-sm-118 {
    padding-inline-start: 7.375rem !important;
  }
  .ps-px-sm-120 {
    padding-inline-start: 7.5rem !important;
  }
  .ps-px-sm-121 {
    padding-inline-start: 7.5625rem !important;
  }
  .ps-px-sm-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-sm-129 {
    padding-inline-start: 8.0625rem !important;
  }
  .ps-px-sm-131 {
    padding-inline-start: 8.1875rem !important;
  }
  .ps-px-sm-140 {
    padding-inline-start: 8.75rem !important;
  }
  .ps-px-sm-144 {
    padding-inline-start: 9rem !important;
  }
  .ps-px-sm-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-sm-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-sm-154 {
    padding-inline-start: 9.625rem !important;
  }
  .ps-px-sm-156 {
    padding-inline-start: 9.75rem !important;
  }
  .ps-px-sm-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-sm-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-sm-231 {
    padding-inline-start: 14.4375rem !important;
  }
  .ps-px-sm-240 {
    padding-inline-start: 15rem !important;
  }
  .ps-px-sm-247 {
    padding-inline-start: 15.4375rem !important;
  }
  .ps-px-sm-239 {
    padding-inline-start: 14.9375rem !important;
  }
  .ps-px-sm-255 {
    padding-inline-start: 15.9375rem !important;
  }
  .ps-px-sm-327 {
    padding-inline-start: 20.4375rem !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-wrap {
    white-space: normal !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .text-sm-balance {
    white-space: balance !important;
  }
  /* rtl:begin:remove */
  .text-sm-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .text-sm-keep {
    word-wrap: keep-all !important;
    word-break: keep-all !important;
  }
  /* rtl:end:remove */
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .resize-md-none {
    resize: none !important;
  }
  .resize-md-auto {
    resize: auto !important;
  }
  .grid-cols-md-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-210 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  }
  .grid-cols-md-auto-fill-185 {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
  }
  .grid-cols-md-1_5-1-1 {
    grid-template-columns: 1.5fr 1fr 1fr !important;
  }
  .grid-cols-md-1_4-1 {
    grid-template-columns: 1.4fr 1fr !important;
  }
  .grid-column-md-1-2 {
    grid-column: 1/2 !important;
  }
  .grid-column-md-1-3 {
    grid-column: 1/3 !important;
  }
  .grid-column-md-2-3 {
    grid-column: 2/3 !important;
  }
  .grid-column-md-3-4 {
    grid-column: 3/4 !important;
  }
  .grid-row-md-1 {
    grid-row: 1 !important;
  }
  .grid-row-md-2 {
    grid-row: 2 !important;
  }
  .grid-row-md-3 {
    grid-row: 3 !important;
  }
  .grid-row-md-1-3 {
    grid-row: 1/3 !important;
  }
  .grid-row-md-unset {
    grid-row: unset !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-auto {
    inset-block-start: auto !important;
  }
  .top-md-0 {
    inset-block-start: 0 !important;
  }
  .top-md-2 {
    inset-block-start: 2px !important;
  }
  .top-md-3 {
    inset-block-start: 3px !important;
  }
  .top-md-4 {
    inset-block-start: 4px !important;
  }
  .top-md-5 {
    inset-block-start: 5px !important;
  }
  .top-md-6 {
    inset-block-start: 6px !important;
  }
  .top-md-7 {
    inset-block-start: 7px !important;
  }
  .top-md-8 {
    inset-block-start: 8px !important;
  }
  .top-md-9 {
    inset-block-start: 9px !important;
  }
  .top-md-10 {
    inset-block-start: 10px !important;
  }
  .top-md-11 {
    inset-block-start: 11px !important;
  }
  .top-md-12 {
    inset-block-start: 12px !important;
  }
  .top-md-13 {
    inset-block-start: 13px !important;
  }
  .top-md-14 {
    inset-block-start: 14px !important;
  }
  .top-md-15 {
    inset-block-start: 15px !important;
  }
  .top-md-16 {
    inset-block-start: 16px !important;
  }
  .top-md-18 {
    inset-block-start: 18px !important;
  }
  .top-md-20 {
    inset-block-start: 20px !important;
  }
  .top-md-21 {
    inset-block-start: 21px !important;
  }
  .top-md-22 {
    inset-block-start: 22px !important;
  }
  .top-md-23 {
    inset-block-start: 23px !important;
  }
  .top-md-24 {
    inset-block-start: 24px !important;
  }
  .top-md-25 {
    inset-block-start: 25px !important;
  }
  .top-md-26 {
    inset-block-start: 26px !important;
  }
  .top-md-27 {
    inset-block-start: 27px !important;
  }
  .top-md-28 {
    inset-block-start: 28px !important;
  }
  .top-md-29 {
    inset-block-start: 29px !important;
  }
  .top-md-30 {
    inset-block-start: 30px !important;
  }
  .top-md-36 {
    inset-block-start: 36px !important;
  }
  .top-md-38 {
    inset-block-start: 38px !important;
  }
  .top-md-40 {
    inset-block-start: 40px !important;
  }
  .top-md-41 {
    inset-block-start: 41px !important;
  }
  .top-md-49 {
    inset-block-start: 49px !important;
  }
  .top-md-54 {
    inset-block-start: 54px !important;
  }
  .top-md-58 {
    inset-block-start: 58px !important;
  }
  .top-md-59 {
    inset-block-start: 59px !important;
  }
  .top-md-60 {
    inset-block-start: 60px !important;
  }
  .top-md-61 {
    inset-block-start: 61px !important;
  }
  .top-md-62 {
    inset-block-start: 62px !important;
  }
  .top-md-63 {
    inset-block-start: 63px !important;
  }
  .top-md-64 {
    inset-block-start: 64px !important;
  }
  .top-md-65 {
    inset-block-start: 65px !important;
  }
  .top-md-66 {
    inset-block-start: 66px !important;
  }
  .top-md-70 {
    inset-block-start: 70px !important;
  }
  .top-md-85 {
    inset-block-start: 85px !important;
  }
  .top-md-96 {
    inset-block-start: 96px !important;
  }
  .top-md-99 {
    inset-block-start: 99px !important;
  }
  .top-md-109 {
    inset-block-start: 109px !important;
  }
  .top-md-120 {
    inset-block-start: 120px !important;
  }
  .top-md-135 {
    inset-block-start: 135px !important;
  }
  .top-md-50 {
    inset-block-start: 50% !important;
  }
  .top-md-100 {
    inset-block-start: 100% !important;
  }
  .top-per-md-10 {
    inset-block-start: 10% !important;
  }
  .top-per-md-20 {
    inset-block-start: 20% !important;
  }
  .top-per-md-25 {
    inset-block-start: 25% !important;
  }
  .top-per-md-40 {
    inset-block-start: 40% !important;
  }
  .top-per-md-47 {
    inset-block-start: 47% !important;
  }
  .top-per-md-50 {
    inset-block-start: 50% !important;
  }
  .top-per-md-60 {
    inset-block-start: 60% !important;
  }
  .top-per-md-70 {
    inset-block-start: 70% !important;
  }
  .top-per-md-75 {
    inset-block-start: 75% !important;
  }
  .top-per-md-80 {
    inset-block-start: 80% !important;
  }
  .top-per-md-90 {
    inset-block-start: 90% !important;
  }
  .top-per-md-100 {
    inset-block-start: 100% !important;
  }
  .top-per-md-auto {
    inset-block-start: auto !important;
  }
  .top-md-nauto {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n2 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n3 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n4 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n5 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n7 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n8 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n9 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n10 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n11 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n12 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n13 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n14 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n15 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n16 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n18 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n20 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n21 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n22 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n23 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n24 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n25 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n26 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n27 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n28 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n29 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n30 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n36 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n38 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n40 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n41 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n49 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n54 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n58 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n59 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n60 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n61 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n62 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n63 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n64 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n65 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n66 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n70 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n85 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n96 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n99 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n109 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n120 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n135 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n50 {
    inset-block-start: -0.375rem !important;
  }
  .top-md-n100 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-md-auto {
    inset-block-end: auto !important;
  }
  .bottom-md-0 {
    inset-block-end: 0 !important;
  }
  .bottom-md-2 {
    inset-block-end: 2px !important;
  }
  .bottom-md-3 {
    inset-block-end: 3px !important;
  }
  .bottom-md-4 {
    inset-block-end: 4px !important;
  }
  .bottom-md-5 {
    inset-block-end: 5px !important;
  }
  .bottom-md-6 {
    inset-block-end: 6px !important;
  }
  .bottom-md-7 {
    inset-block-end: 7px !important;
  }
  .bottom-md-8 {
    inset-block-end: 8px !important;
  }
  .bottom-md-9 {
    inset-block-end: 9px !important;
  }
  .bottom-md-10 {
    inset-block-end: 10px !important;
  }
  .bottom-md-11 {
    inset-block-end: 11px !important;
  }
  .bottom-md-12 {
    inset-block-end: 12px !important;
  }
  .bottom-md-13 {
    inset-block-end: 13px !important;
  }
  .bottom-md-14 {
    inset-block-end: 14px !important;
  }
  .bottom-md-15 {
    inset-block-end: 15px !important;
  }
  .bottom-md-16 {
    inset-block-end: 16px !important;
  }
  .bottom-md-18 {
    inset-block-end: 18px !important;
  }
  .bottom-md-20 {
    inset-block-end: 20px !important;
  }
  .bottom-md-21 {
    inset-block-end: 21px !important;
  }
  .bottom-md-22 {
    inset-block-end: 22px !important;
  }
  .bottom-md-23 {
    inset-block-end: 23px !important;
  }
  .bottom-md-24 {
    inset-block-end: 24px !important;
  }
  .bottom-md-25 {
    inset-block-end: 25px !important;
  }
  .bottom-md-26 {
    inset-block-end: 26px !important;
  }
  .bottom-md-27 {
    inset-block-end: 27px !important;
  }
  .bottom-md-28 {
    inset-block-end: 28px !important;
  }
  .bottom-md-29 {
    inset-block-end: 29px !important;
  }
  .bottom-md-30 {
    inset-block-end: 30px !important;
  }
  .bottom-md-36 {
    inset-block-end: 36px !important;
  }
  .bottom-md-38 {
    inset-block-end: 38px !important;
  }
  .bottom-md-40 {
    inset-block-end: 40px !important;
  }
  .bottom-md-41 {
    inset-block-end: 41px !important;
  }
  .bottom-md-49 {
    inset-block-end: 49px !important;
  }
  .bottom-md-54 {
    inset-block-end: 54px !important;
  }
  .bottom-md-58 {
    inset-block-end: 58px !important;
  }
  .bottom-md-59 {
    inset-block-end: 59px !important;
  }
  .bottom-md-60 {
    inset-block-end: 60px !important;
  }
  .bottom-md-61 {
    inset-block-end: 61px !important;
  }
  .bottom-md-62 {
    inset-block-end: 62px !important;
  }
  .bottom-md-63 {
    inset-block-end: 63px !important;
  }
  .bottom-md-64 {
    inset-block-end: 64px !important;
  }
  .bottom-md-65 {
    inset-block-end: 65px !important;
  }
  .bottom-md-66 {
    inset-block-end: 66px !important;
  }
  .bottom-md-70 {
    inset-block-end: 70px !important;
  }
  .bottom-md-85 {
    inset-block-end: 85px !important;
  }
  .bottom-md-96 {
    inset-block-end: 96px !important;
  }
  .bottom-md-99 {
    inset-block-end: 99px !important;
  }
  .bottom-md-109 {
    inset-block-end: 109px !important;
  }
  .bottom-md-120 {
    inset-block-end: 120px !important;
  }
  .bottom-md-135 {
    inset-block-end: 135px !important;
  }
  .bottom-md-50 {
    inset-block-end: 50% !important;
  }
  .bottom-md-100 {
    inset-block-end: 100% !important;
  }
  .bottom-md-nauto {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n2 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n3 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n4 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n5 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n6 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n7 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n8 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n9 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n10 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n11 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n12 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n13 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n14 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n15 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n16 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n18 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n20 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n21 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n22 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n23 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n24 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n25 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n26 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n27 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n28 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n29 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n30 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n36 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n38 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n40 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n41 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n49 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n54 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n58 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n59 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n60 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n61 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n62 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n63 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n64 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n65 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n66 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n70 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n85 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n96 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n99 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n109 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n120 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n135 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n50 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-md-n100 {
    inset-block-end: -0.375rem !important;
  }
  .start-md-auto {
    inset-inline-start: auto !important;
  }
  .start-md-0 {
    inset-inline-start: 0 !important;
  }
  .start-md-2 {
    inset-inline-start: 2px !important;
  }
  .start-md-3 {
    inset-inline-start: 3px !important;
  }
  .start-md-4 {
    inset-inline-start: 4px !important;
  }
  .start-md-5 {
    inset-inline-start: 5px !important;
  }
  .start-md-6 {
    inset-inline-start: 6px !important;
  }
  .start-md-7 {
    inset-inline-start: 7px !important;
  }
  .start-md-8 {
    inset-inline-start: 8px !important;
  }
  .start-md-9 {
    inset-inline-start: 9px !important;
  }
  .start-md-10 {
    inset-inline-start: 10px !important;
  }
  .start-md-11 {
    inset-inline-start: 11px !important;
  }
  .start-md-12 {
    inset-inline-start: 12px !important;
  }
  .start-md-13 {
    inset-inline-start: 13px !important;
  }
  .start-md-14 {
    inset-inline-start: 14px !important;
  }
  .start-md-15 {
    inset-inline-start: 15px !important;
  }
  .start-md-16 {
    inset-inline-start: 16px !important;
  }
  .start-md-18 {
    inset-inline-start: 18px !important;
  }
  .start-md-20 {
    inset-inline-start: 20px !important;
  }
  .start-md-21 {
    inset-inline-start: 21px !important;
  }
  .start-md-22 {
    inset-inline-start: 22px !important;
  }
  .start-md-23 {
    inset-inline-start: 23px !important;
  }
  .start-md-24 {
    inset-inline-start: 24px !important;
  }
  .start-md-25 {
    inset-inline-start: 25px !important;
  }
  .start-md-26 {
    inset-inline-start: 26px !important;
  }
  .start-md-27 {
    inset-inline-start: 27px !important;
  }
  .start-md-28 {
    inset-inline-start: 28px !important;
  }
  .start-md-29 {
    inset-inline-start: 29px !important;
  }
  .start-md-30 {
    inset-inline-start: 30px !important;
  }
  .start-md-36 {
    inset-inline-start: 36px !important;
  }
  .start-md-38 {
    inset-inline-start: 38px !important;
  }
  .start-md-40 {
    inset-inline-start: 40px !important;
  }
  .start-md-41 {
    inset-inline-start: 41px !important;
  }
  .start-md-49 {
    inset-inline-start: 49px !important;
  }
  .start-md-54 {
    inset-inline-start: 54px !important;
  }
  .start-md-58 {
    inset-inline-start: 58px !important;
  }
  .start-md-59 {
    inset-inline-start: 59px !important;
  }
  .start-md-60 {
    inset-inline-start: 60px !important;
  }
  .start-md-61 {
    inset-inline-start: 61px !important;
  }
  .start-md-62 {
    inset-inline-start: 62px !important;
  }
  .start-md-63 {
    inset-inline-start: 63px !important;
  }
  .start-md-64 {
    inset-inline-start: 64px !important;
  }
  .start-md-65 {
    inset-inline-start: 65px !important;
  }
  .start-md-66 {
    inset-inline-start: 66px !important;
  }
  .start-md-70 {
    inset-inline-start: 70px !important;
  }
  .start-md-85 {
    inset-inline-start: 85px !important;
  }
  .start-md-96 {
    inset-inline-start: 96px !important;
  }
  .start-md-99 {
    inset-inline-start: 99px !important;
  }
  .start-md-109 {
    inset-inline-start: 109px !important;
  }
  .start-md-120 {
    inset-inline-start: 120px !important;
  }
  .start-md-135 {
    inset-inline-start: 135px !important;
  }
  .start-md-50 {
    inset-inline-start: 50% !important;
  }
  .start-md-100 {
    inset-inline-start: 100% !important;
  }
  .start-px-md-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-md-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-md-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-md-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-md-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-md-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-md-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-md-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-md-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-md-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-md-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-md-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-md-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-md-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-md-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-md-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-md-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-md-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-md-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-md-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-md-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-md-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-md-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-md-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-md-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-md-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-md-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-md-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-md-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-md-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-md-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-md-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-md-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-md-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-md-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-md-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-md-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-md-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-md-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-md-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-md-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-md-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-md-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-md-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-md-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-md-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-md-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-md-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-md-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-md-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-md-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-md-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-md-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-md-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-md-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-md-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-md-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-md-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-md-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-md-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-md-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-md-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-md-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-md-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-md-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-md-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-md-71 {
    inset-inline-start: 4.4375rem !important;
  }
  .start-px-md-72 {
    inset-inline-start: 4.5rem !important;
  }
  .start-px-md-73 {
    inset-inline-start: 4.5625rem !important;
  }
  .start-px-md-74 {
    inset-inline-start: 4.625rem !important;
  }
  .start-px-md-75 {
    inset-inline-start: 4.6875rem !important;
  }
  .start-px-md-76 {
    inset-inline-start: 4.75rem !important;
  }
  .start-px-md-77 {
    inset-inline-start: 4.8125rem !important;
  }
  .start-px-md-78 {
    inset-inline-start: 4.875rem !important;
  }
  .start-px-md-79 {
    inset-inline-start: 4.9375rem !important;
  }
  .start-px-md-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-md-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-md-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-md-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-md-86 {
    inset-inline-start: 5.375rem !important;
  }
  .start-px-md-87 {
    inset-inline-start: 5.4375rem !important;
  }
  .start-px-md-88 {
    inset-inline-start: 5.5rem !important;
  }
  .start-px-md-89 {
    inset-inline-start: 5.5625rem !important;
  }
  .start-px-md-90 {
    inset-inline-start: 5.625rem !important;
  }
  .start-px-md-92 {
    inset-inline-start: 5.75rem !important;
  }
  .start-px-md-94 {
    inset-inline-start: 5.875rem !important;
  }
  .start-px-md-95 {
    inset-inline-start: 5.9375rem !important;
  }
  .start-px-md-96 {
    inset-inline-start: 6rem !important;
  }
  .start-px-md-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-md-100 {
    inset-inline-start: 6.25rem !important;
  }
  .start-px-md-102 {
    inset-inline-start: 6.375rem !important;
  }
  .start-px-md-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-md-108 {
    inset-inline-start: 6.75rem !important;
  }
  .start-px-md-115 {
    inset-inline-start: 7.1875rem !important;
  }
  .start-px-md-116 {
    inset-inline-start: 7.25rem !important;
  }
  .start-px-md-118 {
    inset-inline-start: 7.375rem !important;
  }
  .start-px-md-120 {
    inset-inline-start: 7.5rem !important;
  }
  .start-px-md-121 {
    inset-inline-start: 7.5625rem !important;
  }
  .start-px-md-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-md-129 {
    inset-inline-start: 8.0625rem !important;
  }
  .start-px-md-131 {
    inset-inline-start: 8.1875rem !important;
  }
  .start-px-md-140 {
    inset-inline-start: 8.75rem !important;
  }
  .start-px-md-144 {
    inset-inline-start: 9rem !important;
  }
  .start-px-md-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-md-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-md-154 {
    inset-inline-start: 9.625rem !important;
  }
  .start-px-md-156 {
    inset-inline-start: 9.75rem !important;
  }
  .start-px-md-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-md-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-md-231 {
    inset-inline-start: 14.4375rem !important;
  }
  .start-px-md-240 {
    inset-inline-start: 15rem !important;
  }
  .start-px-md-247 {
    inset-inline-start: 15.4375rem !important;
  }
  .start-px-md-239 {
    inset-inline-start: 14.9375rem !important;
  }
  .start-px-md-255 {
    inset-inline-start: 15.9375rem !important;
  }
  .start-px-md-327 {
    inset-inline-start: 20.4375rem !important;
  }
  .start-md-nauto {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n2 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n3 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n4 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n5 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n7 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n8 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n9 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n10 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n11 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n12 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n13 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n14 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n15 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n16 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n18 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n20 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n21 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n22 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n23 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n24 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n25 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n26 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n27 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n28 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n29 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n30 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n36 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n38 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n40 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n41 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n49 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n54 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n58 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n59 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n60 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n61 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n62 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n63 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n64 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n65 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n66 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n70 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n85 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n96 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n99 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n109 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n120 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n135 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n50 {
    inset-inline-start: -0.375rem !important;
  }
  .start-md-n100 {
    inset-inline-start: -0.375rem !important;
  }
  .end-md-auto {
    inset-inline-end: auto !important;
  }
  .end-md-0 {
    inset-inline-end: 0 !important;
  }
  .end-md-2 {
    inset-inline-end: 2px !important;
  }
  .end-md-3 {
    inset-inline-end: 3px !important;
  }
  .end-md-4 {
    inset-inline-end: 4px !important;
  }
  .end-md-5 {
    inset-inline-end: 5px !important;
  }
  .end-md-6 {
    inset-inline-end: 6px !important;
  }
  .end-md-7 {
    inset-inline-end: 7px !important;
  }
  .end-md-8 {
    inset-inline-end: 8px !important;
  }
  .end-md-9 {
    inset-inline-end: 9px !important;
  }
  .end-md-10 {
    inset-inline-end: 10px !important;
  }
  .end-md-11 {
    inset-inline-end: 11px !important;
  }
  .end-md-12 {
    inset-inline-end: 12px !important;
  }
  .end-md-13 {
    inset-inline-end: 13px !important;
  }
  .end-md-14 {
    inset-inline-end: 14px !important;
  }
  .end-md-15 {
    inset-inline-end: 15px !important;
  }
  .end-md-16 {
    inset-inline-end: 16px !important;
  }
  .end-md-18 {
    inset-inline-end: 18px !important;
  }
  .end-md-20 {
    inset-inline-end: 20px !important;
  }
  .end-md-21 {
    inset-inline-end: 21px !important;
  }
  .end-md-22 {
    inset-inline-end: 22px !important;
  }
  .end-md-23 {
    inset-inline-end: 23px !important;
  }
  .end-md-24 {
    inset-inline-end: 24px !important;
  }
  .end-md-25 {
    inset-inline-end: 25px !important;
  }
  .end-md-26 {
    inset-inline-end: 26px !important;
  }
  .end-md-27 {
    inset-inline-end: 27px !important;
  }
  .end-md-28 {
    inset-inline-end: 28px !important;
  }
  .end-md-29 {
    inset-inline-end: 29px !important;
  }
  .end-md-30 {
    inset-inline-end: 30px !important;
  }
  .end-md-36 {
    inset-inline-end: 36px !important;
  }
  .end-md-38 {
    inset-inline-end: 38px !important;
  }
  .end-md-40 {
    inset-inline-end: 40px !important;
  }
  .end-md-41 {
    inset-inline-end: 41px !important;
  }
  .end-md-49 {
    inset-inline-end: 49px !important;
  }
  .end-md-54 {
    inset-inline-end: 54px !important;
  }
  .end-md-58 {
    inset-inline-end: 58px !important;
  }
  .end-md-59 {
    inset-inline-end: 59px !important;
  }
  .end-md-60 {
    inset-inline-end: 60px !important;
  }
  .end-md-61 {
    inset-inline-end: 61px !important;
  }
  .end-md-62 {
    inset-inline-end: 62px !important;
  }
  .end-md-63 {
    inset-inline-end: 63px !important;
  }
  .end-md-64 {
    inset-inline-end: 64px !important;
  }
  .end-md-65 {
    inset-inline-end: 65px !important;
  }
  .end-md-66 {
    inset-inline-end: 66px !important;
  }
  .end-md-70 {
    inset-inline-end: 70px !important;
  }
  .end-md-85 {
    inset-inline-end: 85px !important;
  }
  .end-md-96 {
    inset-inline-end: 96px !important;
  }
  .end-md-99 {
    inset-inline-end: 99px !important;
  }
  .end-md-109 {
    inset-inline-end: 109px !important;
  }
  .end-md-120 {
    inset-inline-end: 120px !important;
  }
  .end-md-135 {
    inset-inline-end: 135px !important;
  }
  .end-md-50 {
    inset-inline-end: 50% !important;
  }
  .end-md-100 {
    inset-inline-end: 100% !important;
  }
  .end-md-0 {
    inset-inline-end: 0rem !important;
  }
  .end-md-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-md-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-md-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-md-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-md-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-md-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-md-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-md-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-md-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-md-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-md-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-md-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-md-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-md-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-md-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-md-16 {
    inset-inline-end: 1rem !important;
  }
  .end-md-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-md-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-md-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-md-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-md-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-md-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-md-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-md-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-md-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-md-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-md-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-md-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-md-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-md-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-md-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-md-32 {
    inset-inline-end: 2rem !important;
  }
  .end-md-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-md-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-md-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-md-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-md-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-md-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-md-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-md-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-md-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-md-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-md-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-md-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-md-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-md-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-md-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-md-48 {
    inset-inline-end: 3rem !important;
  }
  .end-md-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-md-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-md-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-md-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-md-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-md-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-md-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-md-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-md-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-md-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-md-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-md-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-md-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-md-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-md-64 {
    inset-inline-end: 4rem !important;
  }
  .end-md-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-md-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-md-71 {
    inset-inline-end: 4.4375rem !important;
  }
  .end-md-72 {
    inset-inline-end: 4.5rem !important;
  }
  .end-md-73 {
    inset-inline-end: 4.5625rem !important;
  }
  .end-md-74 {
    inset-inline-end: 4.625rem !important;
  }
  .end-md-75 {
    inset-inline-end: 4.6875rem !important;
  }
  .end-md-76 {
    inset-inline-end: 4.75rem !important;
  }
  .end-md-77 {
    inset-inline-end: 4.8125rem !important;
  }
  .end-md-78 {
    inset-inline-end: 4.875rem !important;
  }
  .end-md-79 {
    inset-inline-end: 4.9375rem !important;
  }
  .end-md-80 {
    inset-inline-end: 5rem !important;
  }
  .end-md-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-md-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-md-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-md-86 {
    inset-inline-end: 5.375rem !important;
  }
  .end-md-87 {
    inset-inline-end: 5.4375rem !important;
  }
  .end-md-88 {
    inset-inline-end: 5.5rem !important;
  }
  .end-md-89 {
    inset-inline-end: 5.5625rem !important;
  }
  .end-md-90 {
    inset-inline-end: 5.625rem !important;
  }
  .end-md-92 {
    inset-inline-end: 5.75rem !important;
  }
  .end-md-94 {
    inset-inline-end: 5.875rem !important;
  }
  .end-md-95 {
    inset-inline-end: 5.9375rem !important;
  }
  .end-md-96 {
    inset-inline-end: 6rem !important;
  }
  .end-md-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-md-100 {
    inset-inline-end: 6.25rem !important;
  }
  .end-md-102 {
    inset-inline-end: 6.375rem !important;
  }
  .end-md-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-md-108 {
    inset-inline-end: 6.75rem !important;
  }
  .end-md-115 {
    inset-inline-end: 7.1875rem !important;
  }
  .end-md-116 {
    inset-inline-end: 7.25rem !important;
  }
  .end-md-118 {
    inset-inline-end: 7.375rem !important;
  }
  .end-md-120 {
    inset-inline-end: 7.5rem !important;
  }
  .end-md-121 {
    inset-inline-end: 7.5625rem !important;
  }
  .end-md-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-md-129 {
    inset-inline-end: 8.0625rem !important;
  }
  .end-md-131 {
    inset-inline-end: 8.1875rem !important;
  }
  .end-md-140 {
    inset-inline-end: 8.75rem !important;
  }
  .end-md-144 {
    inset-inline-end: 9rem !important;
  }
  .end-md-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-md-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-md-154 {
    inset-inline-end: 9.625rem !important;
  }
  .end-md-156 {
    inset-inline-end: 9.75rem !important;
  }
  .end-md-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-md-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-md-231 {
    inset-inline-end: 14.4375rem !important;
  }
  .end-md-240 {
    inset-inline-end: 15rem !important;
  }
  .end-md-247 {
    inset-inline-end: 15.4375rem !important;
  }
  .end-md-239 {
    inset-inline-end: 14.9375rem !important;
  }
  .end-md-255 {
    inset-inline-end: 15.9375rem !important;
  }
  .end-md-327 {
    inset-inline-end: 20.4375rem !important;
  }
  .end-md-nauto {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n2 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n3 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n4 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n5 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n7 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n8 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n9 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n10 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n11 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n12 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n13 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n14 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n15 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n16 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n18 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n20 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n21 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n22 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n23 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n24 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n25 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n26 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n27 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n28 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n29 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n30 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n36 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n38 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n40 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n41 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n49 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n54 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n58 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n59 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n60 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n61 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n62 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n63 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n64 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n65 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n66 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n70 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n85 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n96 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n99 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n109 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n120 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n135 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n50 {
    inset-inline-end: -0.375rem !important;
  }
  .end-md-n100 {
    inset-inline-end: -0.375rem !important;
  }
  .border-md {
    border: 1px solid !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-2 {
    border: 2px solid !important;
  }
  .border-md-3 {
    border: 3px solid !important;
  }
  .border-md-4 {
    border: 4px solid !important;
  }
  .border-md-5 {
    border: 5px solid !important;
  }
  .border-md-6 {
    border: 6px solid !important;
  }
  .border-top-md {
    border-block-start: 1px solid !important;
  }
  .border-top-md-0 {
    border-block-start: 0 !important;
  }
  .border-top-md-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-md-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-md-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-md-5 {
    border-block-start: 5px solid !important;
  }
  .border-top-md-6 {
    border-block-start: 6px solid !important;
  }
  .border-end-md {
    border-inline-end: 1px solid !important;
  }
  .border-end-md-0 {
    border-inline-end: 0 !important;
  }
  .border-end-md-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-md-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-md-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-md-5 {
    border-inline-end: 5px solid !important;
  }
  .border-end-md-6 {
    border-inline-end: 6px solid !important;
  }
  .border-bottom-md {
    border-block-end: 1px solid !important;
  }
  .border-bottom-md-0 {
    border-block-end: 0 !important;
  }
  .border-bottom-md-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-md-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-md-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-md-5 {
    border-block-end: 5px solid !important;
  }
  .border-bottom-md-6 {
    border-block-end: 6px solid !important;
  }
  .border-start-md {
    border-inline-start: 1px solid !important;
  }
  .border-start-md-0 {
    border-inline-start: 0 !important;
  }
  .border-start-md-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-md-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-md-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-md-5 {
    border-inline-start: 5px solid !important;
  }
  .border-start-md-6 {
    border-inline-start: 6px solid !important;
  }
  .border-top-width-md-0 {
    border-block-start: 0 !important;
  }
  .border-top-width-md-1 {
    border-block-start: 0.0625rem !important;
  }
  .border-top-width-md-2 {
    border-block-start: 0.125rem !important;
  }
  .border-top-width-md-3 {
    border-block-start: 0.1875rem !important;
  }
  .border-top-width-md-4 {
    border-block-start: 0.5625rem !important;
  }
  .border-top-width-md-5 {
    border-block-start: 0.3125rem !important;
  }
  .border-top-width-md-6 {
    border-block-start: 0.375rem !important;
  }
  .border-top-width-md-7 {
    border-block-start: 0.4375rem !important;
  }
  .border-md-primary {
    border-color: #3d70b2 !important;
  }
  .border-md-secondary {
    border-color: #74808f !important;
  }
  .border-md-success {
    border-color: #00af12 !important;
  }
  .border-md-info {
    border-color: #008bdf !important;
  }
  .border-md-warning {
    border-color: #ff973d !important;
  }
  .border-md-danger {
    border-color: #a12626 !important;
  }
  .border-md-light {
    border-color: #f7f9fa !important;
  }
  .border-md-dark {
    border-color: #1f262e !important;
  }
  .border-md-white {
    border-color: white !important;
  }
  .border-md-transparent {
    border-color: transparent !important;
  }
  .border-gray-md-100 {
    border-color: var(--gray-shade-100) !important;
  }
  .border-gray-md-200 {
    border-color: var(--gray-shade-200) !important;
  }
  .border-gray-md-300 {
    border-color: var(--gray-shade-300) !important;
  }
  .border-gray-md-400 {
    border-color: var(--gray-shade-400) !important;
  }
  .border-gray-md-500 {
    border-color: var(--gray-shade-500) !important;
  }
  .border-gray-md-600 {
    border-color: var(--gray-shade-600) !important;
  }
  .border-gray-md-700 {
    border-color: var(--gray-shade-700) !important;
  }
  .border-gray-md-800 {
    border-color: var(--gray-shade-800) !important;
  }
  .border-gray-md-900 {
    border-color: var(--gray-shade-900) !important;
  }
  .border-gray-md-1000 {
    border-color: var(--gray-shade-1000) !important;
  }
  .border-gray-md-1100 {
    border-color: var(--gray-shade-1100) !important;
  }
  .border-gray-md-1200 {
    border-color: var(--gray-shade-1200) !important;
  }
  .border-top-style-md-dotted {
    border-block-start-style: dotted !important;
  }
  .border-top-style-md-dashed {
    border-block-start-style: dashed !important;
  }
  .border-top-style-md-solid {
    border-block-start-style: solid !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-32-5 {
    width: 32.5% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-33-3 {
    width: 33.3% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-66-6 {
    width: 66.6% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .w-md-87-6 {
    width: 87.6% !important;
  }
  .w-md-87-5 {
    width: 87.5% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .max-w-per-md-5 {
    max-width: 5% !important;
  }
  .max-w-per-md-6 {
    max-width: 6% !important;
  }
  .max-w-per-md-10 {
    max-width: 10% !important;
  }
  .max-w-per-md-20 {
    max-width: 20% !important;
  }
  .max-w-per-md-25 {
    max-width: 25% !important;
  }
  .max-w-per-md-26 {
    max-width: 26% !important;
  }
  .max-w-per-md-27 {
    max-width: 27% !important;
  }
  .max-w-per-md-28 {
    max-width: 28% !important;
  }
  .max-w-per-md-29 {
    max-width: 29% !important;
  }
  .max-w-per-md-30 {
    max-width: 30% !important;
  }
  .max-w-per-md-32-5 {
    max-width: 32.5% !important;
  }
  .max-w-per-md-33 {
    max-width: 33% !important;
  }
  .max-w-per-md-33-3 {
    max-width: 33.3% !important;
  }
  .max-w-per-md-35 {
    max-width: 35% !important;
  }
  .max-w-per-md-40 {
    max-width: 40% !important;
  }
  .max-w-per-md-44 {
    max-width: 44% !important;
  }
  .max-w-per-md-45 {
    max-width: 45% !important;
  }
  .max-w-per-md-46 {
    max-width: 46% !important;
  }
  .max-w-per-md-48 {
    max-width: 48% !important;
  }
  .max-w-per-md-50 {
    max-width: 50% !important;
  }
  .max-w-per-md-60 {
    max-width: 60% !important;
  }
  .max-w-per-md-65 {
    max-width: 65% !important;
  }
  .max-w-per-md-66 {
    max-width: 66% !important;
  }
  .max-w-per-md-66-6 {
    max-width: 66.6% !important;
  }
  .max-w-per-md-67 {
    max-width: 67% !important;
  }
  .max-w-per-md-68 {
    max-width: 68% !important;
  }
  .max-w-per-md-70 {
    max-width: 70% !important;
  }
  .max-w-per-md-75 {
    max-width: 75% !important;
  }
  .max-w-per-md-80 {
    max-width: 80% !important;
  }
  .max-w-per-md-82 {
    max-width: 82% !important;
  }
  .max-w-per-md-85 {
    max-width: 85% !important;
  }
  .max-w-per-md-86 {
    max-width: 86% !important;
  }
  .max-w-per-md-87-6 {
    max-width: 87.6% !important;
  }
  .max-w-per-md-87-5 {
    max-width: 87.5% !important;
  }
  .max-w-per-md-89 {
    max-width: 89% !important;
  }
  .max-w-per-md-90 {
    max-width: 90% !important;
  }
  .max-w-per-md-91 {
    max-width: 91% !important;
  }
  .max-w-per-md-92 {
    max-width: 92% !important;
  }
  .max-w-per-md-93 {
    max-width: 93% !important;
  }
  .max-w-per-md-94 {
    max-width: 94% !important;
  }
  .max-w-per-md-95 {
    max-width: 95% !important;
  }
  .max-w-per-md-96 {
    max-width: 96% !important;
  }
  .max-w-per-md-97 {
    max-width: 97% !important;
  }
  .max-w-per-md-98 {
    max-width: 98% !important;
  }
  .max-w-per-md-99 {
    max-width: 99% !important;
  }
  .max-w-per-md-100 {
    max-width: 100% !important;
  }
  .max-w-per-md-auto {
    max-width: auto !important;
  }
  .min-w-per-md-5 {
    min-width: 5% !important;
  }
  .min-w-per-md-6 {
    min-width: 6% !important;
  }
  .min-w-per-md-10 {
    min-width: 10% !important;
  }
  .min-w-per-md-20 {
    min-width: 20% !important;
  }
  .min-w-per-md-25 {
    min-width: 25% !important;
  }
  .min-w-per-md-26 {
    min-width: 26% !important;
  }
  .min-w-per-md-27 {
    min-width: 27% !important;
  }
  .min-w-per-md-28 {
    min-width: 28% !important;
  }
  .min-w-per-md-29 {
    min-width: 29% !important;
  }
  .min-w-per-md-30 {
    min-width: 30% !important;
  }
  .min-w-per-md-32-5 {
    min-width: 32.5% !important;
  }
  .min-w-per-md-33 {
    min-width: 33% !important;
  }
  .min-w-per-md-33-3 {
    min-width: 33.3% !important;
  }
  .min-w-per-md-35 {
    min-width: 35% !important;
  }
  .min-w-per-md-40 {
    min-width: 40% !important;
  }
  .min-w-per-md-44 {
    min-width: 44% !important;
  }
  .min-w-per-md-45 {
    min-width: 45% !important;
  }
  .min-w-per-md-46 {
    min-width: 46% !important;
  }
  .min-w-per-md-48 {
    min-width: 48% !important;
  }
  .min-w-per-md-50 {
    min-width: 50% !important;
  }
  .min-w-per-md-60 {
    min-width: 60% !important;
  }
  .min-w-per-md-65 {
    min-width: 65% !important;
  }
  .min-w-per-md-66 {
    min-width: 66% !important;
  }
  .min-w-per-md-66-6 {
    min-width: 66.6% !important;
  }
  .min-w-per-md-67 {
    min-width: 67% !important;
  }
  .min-w-per-md-68 {
    min-width: 68% !important;
  }
  .min-w-per-md-70 {
    min-width: 70% !important;
  }
  .min-w-per-md-75 {
    min-width: 75% !important;
  }
  .min-w-per-md-80 {
    min-width: 80% !important;
  }
  .min-w-per-md-82 {
    min-width: 82% !important;
  }
  .min-w-per-md-85 {
    min-width: 85% !important;
  }
  .min-w-per-md-86 {
    min-width: 86% !important;
  }
  .min-w-per-md-87-6 {
    min-width: 87.6% !important;
  }
  .min-w-per-md-87-5 {
    min-width: 87.5% !important;
  }
  .min-w-per-md-89 {
    min-width: 89% !important;
  }
  .min-w-per-md-90 {
    min-width: 90% !important;
  }
  .min-w-per-md-91 {
    min-width: 91% !important;
  }
  .min-w-per-md-92 {
    min-width: 92% !important;
  }
  .min-w-per-md-93 {
    min-width: 93% !important;
  }
  .min-w-per-md-94 {
    min-width: 94% !important;
  }
  .min-w-per-md-95 {
    min-width: 95% !important;
  }
  .min-w-per-md-96 {
    min-width: 96% !important;
  }
  .min-w-per-md-97 {
    min-width: 97% !important;
  }
  .min-w-per-md-98 {
    min-width: 98% !important;
  }
  .min-w-per-md-99 {
    min-width: 99% !important;
  }
  .min-w-per-md-100 {
    min-width: 100% !important;
  }
  .min-w-per-md-auto {
    min-width: auto !important;
  }
  .width-md-unset {
    width: unset !important;
  }
  .width-md-1 {
    width: 1rem !important;
  }
  .width-md-2 {
    width: 2rem !important;
  }
  .width-md-3 {
    width: 3rem !important;
  }
  .width-md-4 {
    width: 4rem !important;
  }
  .width-md-5 {
    width: 5rem !important;
  }
  .width-md-6 {
    width: 6rem !important;
  }
  .width-md-7 {
    width: 7rem !important;
  }
  .width-md-8 {
    width: 8rem !important;
  }
  .width-md-9 {
    width: 9rem !important;
  }
  .width-md-10 {
    width: 10rem !important;
  }
  .width-md-11 {
    width: 11rem !important;
  }
  .width-md-12 {
    width: 12rem !important;
  }
  .width-md-13 {
    width: 13rem !important;
  }
  .width-md-14 {
    width: 14rem !important;
  }
  .width-md-15 {
    width: 15rem !important;
  }
  .width-md-16 {
    width: 16rem !important;
  }
  .width-md-17 {
    width: 17rem !important;
  }
  .width-md-18 {
    width: 18rem !important;
  }
  .width-md-19 {
    width: 19rem !important;
  }
  .width-md-19-8 {
    width: 19.8rem !important;
  }
  .width-md-20 {
    width: 20rem !important;
  }
  .width-md-20-5 {
    width: 20.5rem !important;
  }
  .width-md-20-6 {
    width: 20.6rem !important;
  }
  .width-md-21 {
    width: 21rem !important;
  }
  .width-md-22 {
    width: 22rem !important;
  }
  .width-md-23 {
    width: 23rem !important;
  }
  .width-md-24 {
    width: 24rem !important;
  }
  .width-md-25 {
    width: 25rem !important;
  }
  .width-md-26-5 {
    width: 26.5rem !important;
  }
  .width-md-26 {
    width: 26rem !important;
  }
  .width-md-27 {
    width: 27rem !important;
  }
  .width-md-28 {
    width: 28rem !important;
  }
  .width-md-29 {
    width: 29rem !important;
  }
  .width-md-30 {
    width: 30rem !important;
  }
  .width-md-31 {
    width: 31rem !important;
  }
  .width-md-32 {
    width: 32rem !important;
  }
  .width-md-33 {
    width: 33rem !important;
  }
  .width-md-34 {
    width: 34rem !important;
  }
  .width-md-35 {
    width: 35rem !important;
  }
  .width-md-36 {
    width: 36rem !important;
  }
  .width-md-37 {
    width: 37rem !important;
  }
  .width-md-38 {
    width: 38rem !important;
  }
  .width-md-39 {
    width: 39rem !important;
  }
  .width-md-40 {
    width: 40rem !important;
  }
  .width-md-41 {
    width: 41rem !important;
  }
  .width-md-42 {
    width: 42rem !important;
  }
  .width-md-43 {
    width: 43rem !important;
  }
  .width-md-44 {
    width: 44rem !important;
  }
  .width-md-45 {
    width: 45rem !important;
  }
  .width-md-46 {
    width: 46rem !important;
  }
  .width-md-47 {
    width: 47rem !important;
  }
  .width-md-48 {
    width: 48rem !important;
  }
  .width-md-49 {
    width: 49rem !important;
  }
  .width-md-50 {
    width: 50rem !important;
  }
  .width-md-51 {
    width: 51rem !important;
  }
  .width-md-52 {
    width: 52rem !important;
  }
  .width-md-53 {
    width: 53rem !important;
  }
  .width-md-54 {
    width: 54rem !important;
  }
  .width-md-55 {
    width: 55rem !important;
  }
  .width-md-56 {
    width: 56rem !important;
  }
  .width-md-57 {
    width: 57rem !important;
  }
  .width-md-58 {
    width: 58rem !important;
  }
  .width-md-59 {
    width: 59rem !important;
  }
  .width-md-60 {
    width: 60rem !important;
  }
  .width-md-61 {
    width: 61rem !important;
  }
  .width-md-62 {
    width: 62rem !important;
  }
  .width-md-63 {
    width: 63rem !important;
  }
  .width-md-64 {
    width: 64rem !important;
  }
  .width-md-65 {
    width: 65rem !important;
  }
  .width-md-66 {
    width: 66rem !important;
  }
  .width-md-67 {
    width: 67rem !important;
  }
  .width-md-68 {
    width: 68rem !important;
  }
  .width-md-69 {
    width: 69rem !important;
  }
  .width-md-70 {
    width: 70rem !important;
  }
  .width-md-71 {
    width: 71rem !important;
  }
  .width-md-72 {
    width: 72rem !important;
  }
  .width-md-73 {
    width: 73rem !important;
  }
  .width-md-74 {
    width: 74rem !important;
  }
  .width-md-75 {
    width: 75rem !important;
  }
  .width-md-76 {
    width: 76rem !important;
  }
  .width-md-77 {
    width: 77rem !important;
  }
  .width-md-78 {
    width: 78rem !important;
  }
  .width-md-79 {
    width: 79rem !important;
  }
  .width-md-80 {
    width: 80rem !important;
  }
  .width-md-95 {
    width: 95rem !important;
  }
  .width-md-96 {
    width: 96rem !important;
  }
  .width-md-97 {
    width: 97rem !important;
  }
  .width-md-98 {
    width: 98rem !important;
  }
  .width-md-100 {
    width: 100% !important;
  }
  .width-px-md-0 {
    width: 0rem !important;
  }
  .width-px-md-1 {
    width: 0.0625rem !important;
  }
  .width-px-md-2 {
    width: 0.125rem !important;
  }
  .width-px-md-3 {
    width: 0.1875rem !important;
  }
  .width-px-md-4 {
    width: 0.25rem !important;
  }
  .width-px-md-5 {
    width: 0.3125rem !important;
  }
  .width-px-md-6 {
    width: 0.375rem !important;
  }
  .width-px-md-7 {
    width: 0.4375rem !important;
  }
  .width-px-md-8 {
    width: 0.5rem !important;
  }
  .width-px-md-9 {
    width: 0.5625rem !important;
  }
  .width-px-md-10 {
    width: 0.625rem !important;
  }
  .width-px-md-11 {
    width: 0.6875rem !important;
  }
  .width-px-md-12 {
    width: 0.75rem !important;
  }
  .width-px-md-13 {
    width: 0.8125rem !important;
  }
  .width-px-md-14 {
    width: 0.875rem !important;
  }
  .width-px-md-15 {
    width: 0.9375rem !important;
  }
  .width-px-md-16 {
    width: 1rem !important;
  }
  .width-px-md-17 {
    width: 1.0625rem !important;
  }
  .width-px-md-18 {
    width: 1.125rem !important;
  }
  .width-px-md-19 {
    width: 1.1875rem !important;
  }
  .width-px-md-20 {
    width: 1.25rem !important;
  }
  .width-px-md-21 {
    width: 1.3125rem !important;
  }
  .width-px-md-22 {
    width: 1.375rem !important;
  }
  .width-px-md-23 {
    width: 1.4375rem !important;
  }
  .width-px-md-24 {
    width: 1.5rem !important;
  }
  .width-px-md-25 {
    width: 1.5625rem !important;
  }
  .width-px-md-26 {
    width: 1.625rem !important;
  }
  .width-px-md-27 {
    width: 1.6875rem !important;
  }
  .width-px-md-28 {
    width: 1.75rem !important;
  }
  .width-px-md-29 {
    width: 1.8125rem !important;
  }
  .width-px-md-30 {
    width: 1.875rem !important;
  }
  .width-px-md-31 {
    width: 1.9375rem !important;
  }
  .width-px-md-32 {
    width: 2rem !important;
  }
  .width-px-md-33 {
    width: 2.0625rem !important;
  }
  .width-px-md-34 {
    width: 2.125rem !important;
  }
  .width-px-md-35 {
    width: 2.1875rem !important;
  }
  .width-px-md-36 {
    width: 2.25rem !important;
  }
  .width-px-md-37 {
    width: 2.3125rem !important;
  }
  .width-px-md-38 {
    width: 2.375rem !important;
  }
  .width-px-md-39 {
    width: 2.4375rem !important;
  }
  .width-px-md-40 {
    width: 2.5rem !important;
  }
  .width-px-md-41 {
    width: 2.5625rem !important;
  }
  .width-px-md-42 {
    width: 2.625rem !important;
  }
  .width-px-md-43 {
    width: 2.6875rem !important;
  }
  .width-px-md-44 {
    width: 2.75rem !important;
  }
  .width-px-md-45 {
    width: 2.8125rem !important;
  }
  .width-px-md-46 {
    width: 2.875rem !important;
  }
  .width-px-md-47 {
    width: 2.9375rem !important;
  }
  .width-px-md-48 {
    width: 3rem !important;
  }
  .width-px-md-49 {
    width: 3.0625rem !important;
  }
  .width-px-md-50 {
    width: 3.125rem !important;
  }
  .width-px-md-51 {
    width: 3.1875rem !important;
  }
  .width-px-md-52 {
    width: 3.25rem !important;
  }
  .width-px-md-53 {
    width: 3.3125rem !important;
  }
  .width-px-md-54 {
    width: 3.375rem !important;
  }
  .width-px-md-56 {
    width: 3.5rem !important;
  }
  .width-px-md-57 {
    width: 3.5625rem !important;
  }
  .width-px-md-58 {
    width: 3.625rem !important;
  }
  .width-px-md-59 {
    width: 3.6875rem !important;
  }
  .width-px-md-60 {
    width: 3.75rem !important;
  }
  .width-px-md-61 {
    width: 3.8125rem !important;
  }
  .width-px-md-62 {
    width: 3.875rem !important;
  }
  .width-px-md-63 {
    width: 3.9375rem !important;
  }
  .width-px-md-64 {
    width: 4rem !important;
  }
  .width-px-md-68 {
    width: 4.25rem !important;
  }
  .width-px-md-70 {
    width: 4.375rem !important;
  }
  .width-px-md-71 {
    width: 4.4375rem !important;
  }
  .width-px-md-72 {
    width: 4.5rem !important;
  }
  .width-px-md-73 {
    width: 4.5625rem !important;
  }
  .width-px-md-74 {
    width: 4.625rem !important;
  }
  .width-px-md-75 {
    width: 4.6875rem !important;
  }
  .width-px-md-76 {
    width: 4.75rem !important;
  }
  .width-px-md-77 {
    width: 4.8125rem !important;
  }
  .width-px-md-78 {
    width: 4.875rem !important;
  }
  .width-px-md-79 {
    width: 4.9375rem !important;
  }
  .width-px-md-80 {
    width: 5rem !important;
  }
  .width-px-md-82 {
    width: 5.125rem !important;
  }
  .width-px-md-83 {
    width: 5.1875rem !important;
  }
  .width-px-md-84 {
    width: 5.25rem !important;
  }
  .width-px-md-86 {
    width: 5.375rem !important;
  }
  .width-px-md-87 {
    width: 5.4375rem !important;
  }
  .width-px-md-88 {
    width: 5.5rem !important;
  }
  .width-px-md-89 {
    width: 5.5625rem !important;
  }
  .width-px-md-90 {
    width: 5.625rem !important;
  }
  .width-px-md-92 {
    width: 5.75rem !important;
  }
  .width-px-md-94 {
    width: 5.875rem !important;
  }
  .width-px-md-95 {
    width: 5.9375rem !important;
  }
  .width-px-md-96 {
    width: 6rem !important;
  }
  .width-px-md-98 {
    width: 6.125rem !important;
  }
  .width-px-md-100 {
    width: 6.25rem !important;
  }
  .width-px-md-102 {
    width: 6.375rem !important;
  }
  .width-px-md-104 {
    width: 6.5rem !important;
  }
  .width-px-md-108 {
    width: 6.75rem !important;
  }
  .width-px-md-115 {
    width: 7.1875rem !important;
  }
  .width-px-md-116 {
    width: 7.25rem !important;
  }
  .width-px-md-118 {
    width: 7.375rem !important;
  }
  .width-px-md-120 {
    width: 7.5rem !important;
  }
  .width-px-md-121 {
    width: 7.5625rem !important;
  }
  .width-px-md-123 {
    width: 7.6875rem !important;
  }
  .width-px-md-129 {
    width: 8.0625rem !important;
  }
  .width-px-md-131 {
    width: 8.1875rem !important;
  }
  .width-px-md-140 {
    width: 8.75rem !important;
  }
  .width-px-md-144 {
    width: 9rem !important;
  }
  .width-px-md-147 {
    width: 9.1875rem !important;
  }
  .width-px-md-148 {
    width: 9.25rem !important;
  }
  .width-px-md-154 {
    width: 9.625rem !important;
  }
  .width-px-md-156 {
    width: 9.75rem !important;
  }
  .width-px-md-180 {
    width: 11.25rem !important;
  }
  .width-px-md-200 {
    width: 12.5rem !important;
  }
  .width-px-md-231 {
    width: 14.4375rem !important;
  }
  .width-px-md-240 {
    width: 15rem !important;
  }
  .width-px-md-247 {
    width: 15.4375rem !important;
  }
  .width-px-md-239 {
    width: 14.9375rem !important;
  }
  .width-px-md-255 {
    width: 15.9375rem !important;
  }
  .width-px-md-327 {
    width: 20.4375rem !important;
  }
  .max-w-md-unset {
    max-width: unset !important;
  }
  .max-w-md-1 {
    max-width: 1rem !important;
  }
  .max-w-md-2 {
    max-width: 2rem !important;
  }
  .max-w-md-3 {
    max-width: 3rem !important;
  }
  .max-w-md-4 {
    max-width: 4rem !important;
  }
  .max-w-md-5 {
    max-width: 5rem !important;
  }
  .max-w-md-6 {
    max-width: 6rem !important;
  }
  .max-w-md-7 {
    max-width: 7rem !important;
  }
  .max-w-md-8 {
    max-width: 8rem !important;
  }
  .max-w-md-9 {
    max-width: 9rem !important;
  }
  .max-w-md-10 {
    max-width: 10rem !important;
  }
  .max-w-md-11 {
    max-width: 11rem !important;
  }
  .max-w-md-12 {
    max-width: 12rem !important;
  }
  .max-w-md-13 {
    max-width: 13rem !important;
  }
  .max-w-md-14 {
    max-width: 14rem !important;
  }
  .max-w-md-15 {
    max-width: 15rem !important;
  }
  .max-w-md-16 {
    max-width: 16rem !important;
  }
  .max-w-md-17 {
    max-width: 17rem !important;
  }
  .max-w-md-18 {
    max-width: 18rem !important;
  }
  .max-w-md-19 {
    max-width: 19rem !important;
  }
  .max-w-md-19-8 {
    max-width: 19.8rem !important;
  }
  .max-w-md-20 {
    max-width: 20rem !important;
  }
  .max-w-md-20-5 {
    max-width: 20.5rem !important;
  }
  .max-w-md-20-6 {
    max-width: 20.6rem !important;
  }
  .max-w-md-21 {
    max-width: 21rem !important;
  }
  .max-w-md-22 {
    max-width: 22rem !important;
  }
  .max-w-md-23 {
    max-width: 23rem !important;
  }
  .max-w-md-24 {
    max-width: 24rem !important;
  }
  .max-w-md-25 {
    max-width: 25rem !important;
  }
  .max-w-md-26-5 {
    max-width: 26.5rem !important;
  }
  .max-w-md-26 {
    max-width: 26rem !important;
  }
  .max-w-md-27 {
    max-width: 27rem !important;
  }
  .max-w-md-28 {
    max-width: 28rem !important;
  }
  .max-w-md-29 {
    max-width: 29rem !important;
  }
  .max-w-md-30 {
    max-width: 30rem !important;
  }
  .max-w-md-31 {
    max-width: 31rem !important;
  }
  .max-w-md-32 {
    max-width: 32rem !important;
  }
  .max-w-md-33 {
    max-width: 33rem !important;
  }
  .max-w-md-34 {
    max-width: 34rem !important;
  }
  .max-w-md-35 {
    max-width: 35rem !important;
  }
  .max-w-md-36 {
    max-width: 36rem !important;
  }
  .max-w-md-37 {
    max-width: 37rem !important;
  }
  .max-w-md-38 {
    max-width: 38rem !important;
  }
  .max-w-md-39 {
    max-width: 39rem !important;
  }
  .max-w-md-40 {
    max-width: 40rem !important;
  }
  .max-w-md-41 {
    max-width: 41rem !important;
  }
  .max-w-md-42 {
    max-width: 42rem !important;
  }
  .max-w-md-43 {
    max-width: 43rem !important;
  }
  .max-w-md-44 {
    max-width: 44rem !important;
  }
  .max-w-md-45 {
    max-width: 45rem !important;
  }
  .max-w-md-46 {
    max-width: 46rem !important;
  }
  .max-w-md-47 {
    max-width: 47rem !important;
  }
  .max-w-md-48 {
    max-width: 48rem !important;
  }
  .max-w-md-49 {
    max-width: 49rem !important;
  }
  .max-w-md-50 {
    max-width: 50rem !important;
  }
  .max-w-md-51 {
    max-width: 51rem !important;
  }
  .max-w-md-52 {
    max-width: 52rem !important;
  }
  .max-w-md-53 {
    max-width: 53rem !important;
  }
  .max-w-md-54 {
    max-width: 54rem !important;
  }
  .max-w-md-55 {
    max-width: 55rem !important;
  }
  .max-w-md-56 {
    max-width: 56rem !important;
  }
  .max-w-md-57 {
    max-width: 57rem !important;
  }
  .max-w-md-58 {
    max-width: 58rem !important;
  }
  .max-w-md-59 {
    max-width: 59rem !important;
  }
  .max-w-md-60 {
    max-width: 60rem !important;
  }
  .max-w-md-61 {
    max-width: 61rem !important;
  }
  .max-w-md-62 {
    max-width: 62rem !important;
  }
  .max-w-md-63 {
    max-width: 63rem !important;
  }
  .max-w-md-64 {
    max-width: 64rem !important;
  }
  .max-w-md-65 {
    max-width: 65rem !important;
  }
  .max-w-md-66 {
    max-width: 66rem !important;
  }
  .max-w-md-67 {
    max-width: 67rem !important;
  }
  .max-w-md-68 {
    max-width: 68rem !important;
  }
  .max-w-md-69 {
    max-width: 69rem !important;
  }
  .max-w-md-70 {
    max-width: 70rem !important;
  }
  .max-w-md-71 {
    max-width: 71rem !important;
  }
  .max-w-md-72 {
    max-width: 72rem !important;
  }
  .max-w-md-73 {
    max-width: 73rem !important;
  }
  .max-w-md-74 {
    max-width: 74rem !important;
  }
  .max-w-md-75 {
    max-width: 75rem !important;
  }
  .max-w-md-76 {
    max-width: 76rem !important;
  }
  .max-w-md-77 {
    max-width: 77rem !important;
  }
  .max-w-md-78 {
    max-width: 78rem !important;
  }
  .max-w-md-79 {
    max-width: 79rem !important;
  }
  .max-w-md-80 {
    max-width: 80rem !important;
  }
  .max-w-md-95 {
    max-width: 95rem !important;
  }
  .max-w-md-96 {
    max-width: 96rem !important;
  }
  .max-w-md-97 {
    max-width: 97rem !important;
  }
  .max-w-md-98 {
    max-width: 98rem !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .min-w-md-unset {
    min-width: unset !important;
  }
  .min-w-md-1 {
    min-width: 1rem !important;
  }
  .min-w-md-2 {
    min-width: 2rem !important;
  }
  .min-w-md-3 {
    min-width: 3rem !important;
  }
  .min-w-md-4 {
    min-width: 4rem !important;
  }
  .min-w-md-5 {
    min-width: 5rem !important;
  }
  .min-w-md-6 {
    min-width: 6rem !important;
  }
  .min-w-md-7 {
    min-width: 7rem !important;
  }
  .min-w-md-8 {
    min-width: 8rem !important;
  }
  .min-w-md-9 {
    min-width: 9rem !important;
  }
  .min-w-md-10 {
    min-width: 10rem !important;
  }
  .min-w-md-11 {
    min-width: 11rem !important;
  }
  .min-w-md-12 {
    min-width: 12rem !important;
  }
  .min-w-md-13 {
    min-width: 13rem !important;
  }
  .min-w-md-14 {
    min-width: 14rem !important;
  }
  .min-w-md-15 {
    min-width: 15rem !important;
  }
  .min-w-md-16 {
    min-width: 16rem !important;
  }
  .min-w-md-17 {
    min-width: 17rem !important;
  }
  .min-w-md-18 {
    min-width: 18rem !important;
  }
  .min-w-md-19 {
    min-width: 19rem !important;
  }
  .min-w-md-19-8 {
    min-width: 19.8rem !important;
  }
  .min-w-md-20 {
    min-width: 20rem !important;
  }
  .min-w-md-20-5 {
    min-width: 20.5rem !important;
  }
  .min-w-md-20-6 {
    min-width: 20.6rem !important;
  }
  .min-w-md-21 {
    min-width: 21rem !important;
  }
  .min-w-md-22 {
    min-width: 22rem !important;
  }
  .min-w-md-23 {
    min-width: 23rem !important;
  }
  .min-w-md-24 {
    min-width: 24rem !important;
  }
  .min-w-md-25 {
    min-width: 25rem !important;
  }
  .min-w-md-26-5 {
    min-width: 26.5rem !important;
  }
  .min-w-md-26 {
    min-width: 26rem !important;
  }
  .min-w-md-27 {
    min-width: 27rem !important;
  }
  .min-w-md-28 {
    min-width: 28rem !important;
  }
  .min-w-md-29 {
    min-width: 29rem !important;
  }
  .min-w-md-30 {
    min-width: 30rem !important;
  }
  .min-w-md-31 {
    min-width: 31rem !important;
  }
  .min-w-md-32 {
    min-width: 32rem !important;
  }
  .min-w-md-33 {
    min-width: 33rem !important;
  }
  .min-w-md-34 {
    min-width: 34rem !important;
  }
  .min-w-md-35 {
    min-width: 35rem !important;
  }
  .min-w-md-36 {
    min-width: 36rem !important;
  }
  .min-w-md-37 {
    min-width: 37rem !important;
  }
  .min-w-md-38 {
    min-width: 38rem !important;
  }
  .min-w-md-39 {
    min-width: 39rem !important;
  }
  .min-w-md-40 {
    min-width: 40rem !important;
  }
  .min-w-md-41 {
    min-width: 41rem !important;
  }
  .min-w-md-42 {
    min-width: 42rem !important;
  }
  .min-w-md-43 {
    min-width: 43rem !important;
  }
  .min-w-md-44 {
    min-width: 44rem !important;
  }
  .min-w-md-45 {
    min-width: 45rem !important;
  }
  .min-w-md-46 {
    min-width: 46rem !important;
  }
  .min-w-md-47 {
    min-width: 47rem !important;
  }
  .min-w-md-48 {
    min-width: 48rem !important;
  }
  .min-w-md-49 {
    min-width: 49rem !important;
  }
  .min-w-md-50 {
    min-width: 50rem !important;
  }
  .min-w-md-51 {
    min-width: 51rem !important;
  }
  .min-w-md-52 {
    min-width: 52rem !important;
  }
  .min-w-md-53 {
    min-width: 53rem !important;
  }
  .min-w-md-54 {
    min-width: 54rem !important;
  }
  .min-w-md-55 {
    min-width: 55rem !important;
  }
  .min-w-md-56 {
    min-width: 56rem !important;
  }
  .min-w-md-57 {
    min-width: 57rem !important;
  }
  .min-w-md-58 {
    min-width: 58rem !important;
  }
  .min-w-md-59 {
    min-width: 59rem !important;
  }
  .min-w-md-60 {
    min-width: 60rem !important;
  }
  .min-w-md-61 {
    min-width: 61rem !important;
  }
  .min-w-md-62 {
    min-width: 62rem !important;
  }
  .min-w-md-63 {
    min-width: 63rem !important;
  }
  .min-w-md-64 {
    min-width: 64rem !important;
  }
  .min-w-md-65 {
    min-width: 65rem !important;
  }
  .min-w-md-66 {
    min-width: 66rem !important;
  }
  .min-w-md-67 {
    min-width: 67rem !important;
  }
  .min-w-md-68 {
    min-width: 68rem !important;
  }
  .min-w-md-69 {
    min-width: 69rem !important;
  }
  .min-w-md-70 {
    min-width: 70rem !important;
  }
  .min-w-md-71 {
    min-width: 71rem !important;
  }
  .min-w-md-72 {
    min-width: 72rem !important;
  }
  .min-w-md-73 {
    min-width: 73rem !important;
  }
  .min-w-md-74 {
    min-width: 74rem !important;
  }
  .min-w-md-75 {
    min-width: 75rem !important;
  }
  .min-w-md-76 {
    min-width: 76rem !important;
  }
  .min-w-md-77 {
    min-width: 77rem !important;
  }
  .min-w-md-78 {
    min-width: 78rem !important;
  }
  .min-w-md-79 {
    min-width: 79rem !important;
  }
  .min-w-md-80 {
    min-width: 80rem !important;
  }
  .min-w-md-95 {
    min-width: 95rem !important;
  }
  .min-w-md-96 {
    min-width: 96rem !important;
  }
  .min-w-md-97 {
    min-width: 97rem !important;
  }
  .min-w-md-98 {
    min-width: 98rem !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .max-w-px-md-0 {
    max-width: 0rem !important;
  }
  .max-w-px-md-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-md-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-md-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-md-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-md-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-md-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-md-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-md-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-md-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-md-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-md-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-md-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-md-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-md-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-md-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-md-16 {
    max-width: 1rem !important;
  }
  .max-w-px-md-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-md-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-md-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-md-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-md-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-md-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-md-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-md-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-md-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-md-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-md-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-md-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-md-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-md-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-md-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-md-32 {
    max-width: 2rem !important;
  }
  .max-w-px-md-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-md-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-md-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-md-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-md-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-md-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-md-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-md-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-md-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-md-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-md-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-md-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-md-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-md-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-md-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-md-48 {
    max-width: 3rem !important;
  }
  .max-w-px-md-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-md-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-md-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-md-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-md-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-md-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-md-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-md-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-md-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-md-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-md-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-md-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-md-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-md-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-md-64 {
    max-width: 4rem !important;
  }
  .max-w-px-md-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-md-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-md-71 {
    max-width: 4.4375rem !important;
  }
  .max-w-px-md-72 {
    max-width: 4.5rem !important;
  }
  .max-w-px-md-73 {
    max-width: 4.5625rem !important;
  }
  .max-w-px-md-74 {
    max-width: 4.625rem !important;
  }
  .max-w-px-md-75 {
    max-width: 4.6875rem !important;
  }
  .max-w-px-md-76 {
    max-width: 4.75rem !important;
  }
  .max-w-px-md-77 {
    max-width: 4.8125rem !important;
  }
  .max-w-px-md-78 {
    max-width: 4.875rem !important;
  }
  .max-w-px-md-79 {
    max-width: 4.9375rem !important;
  }
  .max-w-px-md-80 {
    max-width: 5rem !important;
  }
  .max-w-px-md-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-md-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-md-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-md-86 {
    max-width: 5.375rem !important;
  }
  .max-w-px-md-87 {
    max-width: 5.4375rem !important;
  }
  .max-w-px-md-88 {
    max-width: 5.5rem !important;
  }
  .max-w-px-md-89 {
    max-width: 5.5625rem !important;
  }
  .max-w-px-md-90 {
    max-width: 5.625rem !important;
  }
  .max-w-px-md-92 {
    max-width: 5.75rem !important;
  }
  .max-w-px-md-94 {
    max-width: 5.875rem !important;
  }
  .max-w-px-md-95 {
    max-width: 5.9375rem !important;
  }
  .max-w-px-md-96 {
    max-width: 6rem !important;
  }
  .max-w-px-md-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-md-100 {
    max-width: 6.25rem !important;
  }
  .max-w-px-md-102 {
    max-width: 6.375rem !important;
  }
  .max-w-px-md-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-md-108 {
    max-width: 6.75rem !important;
  }
  .max-w-px-md-115 {
    max-width: 7.1875rem !important;
  }
  .max-w-px-md-116 {
    max-width: 7.25rem !important;
  }
  .max-w-px-md-118 {
    max-width: 7.375rem !important;
  }
  .max-w-px-md-120 {
    max-width: 7.5rem !important;
  }
  .max-w-px-md-121 {
    max-width: 7.5625rem !important;
  }
  .max-w-px-md-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-md-129 {
    max-width: 8.0625rem !important;
  }
  .max-w-px-md-131 {
    max-width: 8.1875rem !important;
  }
  .max-w-px-md-140 {
    max-width: 8.75rem !important;
  }
  .max-w-px-md-144 {
    max-width: 9rem !important;
  }
  .max-w-px-md-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-md-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-md-154 {
    max-width: 9.625rem !important;
  }
  .max-w-px-md-156 {
    max-width: 9.75rem !important;
  }
  .max-w-px-md-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-md-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-md-231 {
    max-width: 14.4375rem !important;
  }
  .max-w-px-md-240 {
    max-width: 15rem !important;
  }
  .max-w-px-md-247 {
    max-width: 15.4375rem !important;
  }
  .max-w-px-md-239 {
    max-width: 14.9375rem !important;
  }
  .max-w-px-md-255 {
    max-width: 15.9375rem !important;
  }
  .max-w-px-md-327 {
    max-width: 20.4375rem !important;
  }
  .min-w-px-md-0 {
    min-width: 0rem !important;
  }
  .min-w-px-md-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-md-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-md-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-md-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-md-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-md-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-md-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-md-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-md-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-md-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-md-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-md-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-md-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-md-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-md-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-md-16 {
    min-width: 1rem !important;
  }
  .min-w-px-md-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-md-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-md-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-md-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-md-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-md-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-md-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-md-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-md-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-md-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-md-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-md-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-md-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-md-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-md-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-md-32 {
    min-width: 2rem !important;
  }
  .min-w-px-md-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-md-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-md-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-md-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-md-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-md-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-md-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-md-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-md-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-md-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-md-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-md-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-md-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-md-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-md-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-md-48 {
    min-width: 3rem !important;
  }
  .min-w-px-md-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-md-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-md-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-md-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-md-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-md-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-md-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-md-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-md-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-md-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-md-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-md-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-md-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-md-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-md-64 {
    min-width: 4rem !important;
  }
  .min-w-px-md-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-md-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-md-71 {
    min-width: 4.4375rem !important;
  }
  .min-w-px-md-72 {
    min-width: 4.5rem !important;
  }
  .min-w-px-md-73 {
    min-width: 4.5625rem !important;
  }
  .min-w-px-md-74 {
    min-width: 4.625rem !important;
  }
  .min-w-px-md-75 {
    min-width: 4.6875rem !important;
  }
  .min-w-px-md-76 {
    min-width: 4.75rem !important;
  }
  .min-w-px-md-77 {
    min-width: 4.8125rem !important;
  }
  .min-w-px-md-78 {
    min-width: 4.875rem !important;
  }
  .min-w-px-md-79 {
    min-width: 4.9375rem !important;
  }
  .min-w-px-md-80 {
    min-width: 5rem !important;
  }
  .min-w-px-md-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-md-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-md-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-md-86 {
    min-width: 5.375rem !important;
  }
  .min-w-px-md-87 {
    min-width: 5.4375rem !important;
  }
  .min-w-px-md-88 {
    min-width: 5.5rem !important;
  }
  .min-w-px-md-89 {
    min-width: 5.5625rem !important;
  }
  .min-w-px-md-90 {
    min-width: 5.625rem !important;
  }
  .min-w-px-md-92 {
    min-width: 5.75rem !important;
  }
  .min-w-px-md-94 {
    min-width: 5.875rem !important;
  }
  .min-w-px-md-95 {
    min-width: 5.9375rem !important;
  }
  .min-w-px-md-96 {
    min-width: 6rem !important;
  }
  .min-w-px-md-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-md-100 {
    min-width: 6.25rem !important;
  }
  .min-w-px-md-102 {
    min-width: 6.375rem !important;
  }
  .min-w-px-md-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-md-108 {
    min-width: 6.75rem !important;
  }
  .min-w-px-md-115 {
    min-width: 7.1875rem !important;
  }
  .min-w-px-md-116 {
    min-width: 7.25rem !important;
  }
  .min-w-px-md-118 {
    min-width: 7.375rem !important;
  }
  .min-w-px-md-120 {
    min-width: 7.5rem !important;
  }
  .min-w-px-md-121 {
    min-width: 7.5625rem !important;
  }
  .min-w-px-md-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-md-129 {
    min-width: 8.0625rem !important;
  }
  .min-w-px-md-131 {
    min-width: 8.1875rem !important;
  }
  .min-w-px-md-140 {
    min-width: 8.75rem !important;
  }
  .min-w-px-md-144 {
    min-width: 9rem !important;
  }
  .min-w-px-md-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-md-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-md-154 {
    min-width: 9.625rem !important;
  }
  .min-w-px-md-156 {
    min-width: 9.75rem !important;
  }
  .min-w-px-md-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-md-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-md-231 {
    min-width: 14.4375rem !important;
  }
  .min-w-px-md-240 {
    min-width: 15rem !important;
  }
  .min-w-px-md-247 {
    min-width: 15.4375rem !important;
  }
  .min-w-px-md-239 {
    min-width: 14.9375rem !important;
  }
  .min-w-px-md-255 {
    min-width: 15.9375rem !important;
  }
  .min-w-px-md-327 {
    min-width: 20.4375rem !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-64 {
    height: calc(100% - 64px) !important;
  }
  .height-md-unset {
    height: unset !important;
  }
  .height-md-1 {
    height: 1rem !important;
  }
  .height-md--74 {
    height: 1.75rem !important;
  }
  .height-md-2 {
    height: 2rem !important;
  }
  .height-md-3 {
    height: 3rem !important;
  }
  .height-md-4 {
    height: 4rem !important;
  }
  .height-md-5 {
    height: 5rem !important;
  }
  .height-md-6 {
    height: 6rem !important;
  }
  .height-md-7 {
    height: 7rem !important;
  }
  .height-md-8 {
    height: 8rem !important;
  }
  .height-md-9 {
    height: 9rem !important;
  }
  .height-md-10 {
    height: 10rem !important;
  }
  .height-md-11 {
    height: 11rem !important;
  }
  .height-md-12 {
    height: 12rem !important;
  }
  .height-md-13 {
    height: 13rem !important;
  }
  .height-md-14 {
    height: 14rem !important;
  }
  .height-md-15 {
    height: 15rem !important;
  }
  .height-md-16 {
    height: 16rem !important;
  }
  .height-md-17 {
    height: 17rem !important;
  }
  .height-md-18 {
    height: 18rem !important;
  }
  .height-md-19 {
    height: 19rem !important;
  }
  .height-md-20 {
    height: 20rem !important;
  }
  .height-md-21 {
    height: 21rem !important;
  }
  .height-md-22 {
    height: 22rem !important;
  }
  .height-md-23 {
    height: 23rem !important;
  }
  .height-md-24 {
    height: 24rem !important;
  }
  .height-md-25 {
    height: 25rem !important;
  }
  .height-md-26 {
    height: 26rem !important;
  }
  .height-md-27 {
    height: 27rem !important;
  }
  .height-md-28 {
    height: 28rem !important;
  }
  .height-md-29 {
    height: 29rem !important;
  }
  .height-md-30 {
    height: 30rem !important;
  }
  .height-md-31 {
    height: 31rem !important;
  }
  .height-md-32 {
    height: 32rem !important;
  }
  .height-md-33 {
    height: 33rem !important;
  }
  .height-md-34 {
    height: 34rem !important;
  }
  .height-md-35 {
    height: 35rem !important;
  }
  .height-md-36 {
    height: 36rem !important;
  }
  .height-md-37 {
    height: 37rem !important;
  }
  .height-md-38 {
    height: 38rem !important;
  }
  .height-md-39 {
    height: 39rem !important;
  }
  .height-md-40 {
    height: 40rem !important;
  }
  .height-md-45 {
    height: 45rem !important;
  }
  .height-md-75 {
    height: 75rem !important;
  }
  .height-md-100 {
    height: 100% !important;
  }
  .height-px-md-0 {
    height: 0rem !important;
  }
  .height-px-md-1 {
    height: 0.0625rem !important;
  }
  .height-px-md-2 {
    height: 0.125rem !important;
  }
  .height-px-md-3 {
    height: 0.1875rem !important;
  }
  .height-px-md-4 {
    height: 0.25rem !important;
  }
  .height-px-md-5 {
    height: 0.3125rem !important;
  }
  .height-px-md-6 {
    height: 0.375rem !important;
  }
  .height-px-md-7 {
    height: 0.4375rem !important;
  }
  .height-px-md-8 {
    height: 0.5rem !important;
  }
  .height-px-md-9 {
    height: 0.5625rem !important;
  }
  .height-px-md-10 {
    height: 0.625rem !important;
  }
  .height-px-md-11 {
    height: 0.6875rem !important;
  }
  .height-px-md-12 {
    height: 0.75rem !important;
  }
  .height-px-md-13 {
    height: 0.8125rem !important;
  }
  .height-px-md-14 {
    height: 0.875rem !important;
  }
  .height-px-md-15 {
    height: 0.9375rem !important;
  }
  .height-px-md-16 {
    height: 1rem !important;
  }
  .height-px-md-17 {
    height: 1.0625rem !important;
  }
  .height-px-md-18 {
    height: 1.125rem !important;
  }
  .height-px-md-19 {
    height: 1.1875rem !important;
  }
  .height-px-md-20 {
    height: 1.25rem !important;
  }
  .height-px-md-21 {
    height: 1.3125rem !important;
  }
  .height-px-md-22 {
    height: 1.375rem !important;
  }
  .height-px-md-23 {
    height: 1.4375rem !important;
  }
  .height-px-md-24 {
    height: 1.5rem !important;
  }
  .height-px-md-25 {
    height: 1.5625rem !important;
  }
  .height-px-md-26 {
    height: 1.625rem !important;
  }
  .height-px-md-27 {
    height: 1.6875rem !important;
  }
  .height-px-md-28 {
    height: 1.75rem !important;
  }
  .height-px-md-29 {
    height: 1.8125rem !important;
  }
  .height-px-md-30 {
    height: 1.875rem !important;
  }
  .height-px-md-31 {
    height: 1.9375rem !important;
  }
  .height-px-md-32 {
    height: 2rem !important;
  }
  .height-px-md-33 {
    height: 2.0625rem !important;
  }
  .height-px-md-34 {
    height: 2.125rem !important;
  }
  .height-px-md-35 {
    height: 2.1875rem !important;
  }
  .height-px-md-36 {
    height: 2.25rem !important;
  }
  .height-px-md-37 {
    height: 2.3125rem !important;
  }
  .height-px-md-38 {
    height: 2.375rem !important;
  }
  .height-px-md-39 {
    height: 2.4375rem !important;
  }
  .height-px-md-40 {
    height: 2.5rem !important;
  }
  .height-px-md-41 {
    height: 2.5625rem !important;
  }
  .height-px-md-42 {
    height: 2.625rem !important;
  }
  .height-px-md-43 {
    height: 2.6875rem !important;
  }
  .height-px-md-44 {
    height: 2.75rem !important;
  }
  .height-px-md-45 {
    height: 2.8125rem !important;
  }
  .height-px-md-46 {
    height: 2.875rem !important;
  }
  .height-px-md-47 {
    height: 2.9375rem !important;
  }
  .height-px-md-48 {
    height: 3rem !important;
  }
  .height-px-md-49 {
    height: 3.0625rem !important;
  }
  .height-px-md-50 {
    height: 3.125rem !important;
  }
  .height-px-md-51 {
    height: 3.1875rem !important;
  }
  .height-px-md-52 {
    height: 3.25rem !important;
  }
  .height-px-md-53 {
    height: 3.3125rem !important;
  }
  .height-px-md-54 {
    height: 3.375rem !important;
  }
  .height-px-md-56 {
    height: 3.5rem !important;
  }
  .height-px-md-57 {
    height: 3.5625rem !important;
  }
  .height-px-md-58 {
    height: 3.625rem !important;
  }
  .height-px-md-59 {
    height: 3.6875rem !important;
  }
  .height-px-md-60 {
    height: 3.75rem !important;
  }
  .height-px-md-61 {
    height: 3.8125rem !important;
  }
  .height-px-md-62 {
    height: 3.875rem !important;
  }
  .height-px-md-63 {
    height: 3.9375rem !important;
  }
  .height-px-md-64 {
    height: 4rem !important;
  }
  .height-px-md-68 {
    height: 4.25rem !important;
  }
  .height-px-md-70 {
    height: 4.375rem !important;
  }
  .height-px-md-71 {
    height: 4.4375rem !important;
  }
  .height-px-md-72 {
    height: 4.5rem !important;
  }
  .height-px-md-73 {
    height: 4.5625rem !important;
  }
  .height-px-md-74 {
    height: 4.625rem !important;
  }
  .height-px-md-75 {
    height: 4.6875rem !important;
  }
  .height-px-md-76 {
    height: 4.75rem !important;
  }
  .height-px-md-77 {
    height: 4.8125rem !important;
  }
  .height-px-md-78 {
    height: 4.875rem !important;
  }
  .height-px-md-79 {
    height: 4.9375rem !important;
  }
  .height-px-md-80 {
    height: 5rem !important;
  }
  .height-px-md-82 {
    height: 5.125rem !important;
  }
  .height-px-md-83 {
    height: 5.1875rem !important;
  }
  .height-px-md-84 {
    height: 5.25rem !important;
  }
  .height-px-md-86 {
    height: 5.375rem !important;
  }
  .height-px-md-87 {
    height: 5.4375rem !important;
  }
  .height-px-md-88 {
    height: 5.5rem !important;
  }
  .height-px-md-89 {
    height: 5.5625rem !important;
  }
  .height-px-md-90 {
    height: 5.625rem !important;
  }
  .height-px-md-92 {
    height: 5.75rem !important;
  }
  .height-px-md-94 {
    height: 5.875rem !important;
  }
  .height-px-md-95 {
    height: 5.9375rem !important;
  }
  .height-px-md-96 {
    height: 6rem !important;
  }
  .height-px-md-98 {
    height: 6.125rem !important;
  }
  .height-px-md-100 {
    height: 6.25rem !important;
  }
  .height-px-md-102 {
    height: 6.375rem !important;
  }
  .height-px-md-104 {
    height: 6.5rem !important;
  }
  .height-px-md-108 {
    height: 6.75rem !important;
  }
  .height-px-md-115 {
    height: 7.1875rem !important;
  }
  .height-px-md-116 {
    height: 7.25rem !important;
  }
  .height-px-md-118 {
    height: 7.375rem !important;
  }
  .height-px-md-120 {
    height: 7.5rem !important;
  }
  .height-px-md-121 {
    height: 7.5625rem !important;
  }
  .height-px-md-123 {
    height: 7.6875rem !important;
  }
  .height-px-md-129 {
    height: 8.0625rem !important;
  }
  .height-px-md-131 {
    height: 8.1875rem !important;
  }
  .height-px-md-140 {
    height: 8.75rem !important;
  }
  .height-px-md-144 {
    height: 9rem !important;
  }
  .height-px-md-147 {
    height: 9.1875rem !important;
  }
  .height-px-md-148 {
    height: 9.25rem !important;
  }
  .height-px-md-154 {
    height: 9.625rem !important;
  }
  .height-px-md-156 {
    height: 9.75rem !important;
  }
  .height-px-md-180 {
    height: 11.25rem !important;
  }
  .height-px-md-200 {
    height: 12.5rem !important;
  }
  .height-px-md-231 {
    height: 14.4375rem !important;
  }
  .height-px-md-240 {
    height: 15rem !important;
  }
  .height-px-md-247 {
    height: 15.4375rem !important;
  }
  .height-px-md-239 {
    height: 14.9375rem !important;
  }
  .height-px-md-255 {
    height: 15.9375rem !important;
  }
  .height-px-md-327 {
    height: 20.4375rem !important;
  }
  .max-h-md-unset {
    max-height: unset !important;
  }
  .max-h-md-1 {
    max-height: 1rem !important;
  }
  .max-h-md--74 {
    max-height: 1.75rem !important;
  }
  .max-h-md-2 {
    max-height: 2rem !important;
  }
  .max-h-md-3 {
    max-height: 3rem !important;
  }
  .max-h-md-4 {
    max-height: 4rem !important;
  }
  .max-h-md-5 {
    max-height: 5rem !important;
  }
  .max-h-md-6 {
    max-height: 6rem !important;
  }
  .max-h-md-7 {
    max-height: 7rem !important;
  }
  .max-h-md-8 {
    max-height: 8rem !important;
  }
  .max-h-md-9 {
    max-height: 9rem !important;
  }
  .max-h-md-10 {
    max-height: 10rem !important;
  }
  .max-h-md-11 {
    max-height: 11rem !important;
  }
  .max-h-md-12 {
    max-height: 12rem !important;
  }
  .max-h-md-13 {
    max-height: 13rem !important;
  }
  .max-h-md-14 {
    max-height: 14rem !important;
  }
  .max-h-md-15 {
    max-height: 15rem !important;
  }
  .max-h-md-16 {
    max-height: 16rem !important;
  }
  .max-h-md-17 {
    max-height: 17rem !important;
  }
  .max-h-md-18 {
    max-height: 18rem !important;
  }
  .max-h-md-19 {
    max-height: 19rem !important;
  }
  .max-h-md-20 {
    max-height: 20rem !important;
  }
  .max-h-md-21 {
    max-height: 21rem !important;
  }
  .max-h-md-22 {
    max-height: 22rem !important;
  }
  .max-h-md-23 {
    max-height: 23rem !important;
  }
  .max-h-md-24 {
    max-height: 24rem !important;
  }
  .max-h-md-25 {
    max-height: 25rem !important;
  }
  .max-h-md-26 {
    max-height: 26rem !important;
  }
  .max-h-md-27 {
    max-height: 27rem !important;
  }
  .max-h-md-28 {
    max-height: 28rem !important;
  }
  .max-h-md-29 {
    max-height: 29rem !important;
  }
  .max-h-md-30 {
    max-height: 30rem !important;
  }
  .max-h-md-31 {
    max-height: 31rem !important;
  }
  .max-h-md-32 {
    max-height: 32rem !important;
  }
  .max-h-md-33 {
    max-height: 33rem !important;
  }
  .max-h-md-34 {
    max-height: 34rem !important;
  }
  .max-h-md-35 {
    max-height: 35rem !important;
  }
  .max-h-md-36 {
    max-height: 36rem !important;
  }
  .max-h-md-37 {
    max-height: 37rem !important;
  }
  .max-h-md-38 {
    max-height: 38rem !important;
  }
  .max-h-md-39 {
    max-height: 39rem !important;
  }
  .max-h-md-40 {
    max-height: 40rem !important;
  }
  .max-h-md-45 {
    max-height: 45rem !important;
  }
  .max-h-md-75 {
    max-height: 75rem !important;
  }
  .max-h-md-100 {
    max-height: 100% !important;
  }
  .min-h-md-unset {
    min-height: unset !important;
  }
  .min-h-md-1 {
    min-height: 1rem !important;
  }
  .min-h-md--74 {
    min-height: 1.75rem !important;
  }
  .min-h-md-2 {
    min-height: 2rem !important;
  }
  .min-h-md-3 {
    min-height: 3rem !important;
  }
  .min-h-md-4 {
    min-height: 4rem !important;
  }
  .min-h-md-5 {
    min-height: 5rem !important;
  }
  .min-h-md-6 {
    min-height: 6rem !important;
  }
  .min-h-md-7 {
    min-height: 7rem !important;
  }
  .min-h-md-8 {
    min-height: 8rem !important;
  }
  .min-h-md-9 {
    min-height: 9rem !important;
  }
  .min-h-md-10 {
    min-height: 10rem !important;
  }
  .min-h-md-11 {
    min-height: 11rem !important;
  }
  .min-h-md-12 {
    min-height: 12rem !important;
  }
  .min-h-md-13 {
    min-height: 13rem !important;
  }
  .min-h-md-14 {
    min-height: 14rem !important;
  }
  .min-h-md-15 {
    min-height: 15rem !important;
  }
  .min-h-md-16 {
    min-height: 16rem !important;
  }
  .min-h-md-17 {
    min-height: 17rem !important;
  }
  .min-h-md-18 {
    min-height: 18rem !important;
  }
  .min-h-md-19 {
    min-height: 19rem !important;
  }
  .min-h-md-20 {
    min-height: 20rem !important;
  }
  .min-h-md-21 {
    min-height: 21rem !important;
  }
  .min-h-md-22 {
    min-height: 22rem !important;
  }
  .min-h-md-23 {
    min-height: 23rem !important;
  }
  .min-h-md-24 {
    min-height: 24rem !important;
  }
  .min-h-md-25 {
    min-height: 25rem !important;
  }
  .min-h-md-26 {
    min-height: 26rem !important;
  }
  .min-h-md-27 {
    min-height: 27rem !important;
  }
  .min-h-md-28 {
    min-height: 28rem !important;
  }
  .min-h-md-29 {
    min-height: 29rem !important;
  }
  .min-h-md-30 {
    min-height: 30rem !important;
  }
  .min-h-md-31 {
    min-height: 31rem !important;
  }
  .min-h-md-32 {
    min-height: 32rem !important;
  }
  .min-h-md-33 {
    min-height: 33rem !important;
  }
  .min-h-md-34 {
    min-height: 34rem !important;
  }
  .min-h-md-35 {
    min-height: 35rem !important;
  }
  .min-h-md-36 {
    min-height: 36rem !important;
  }
  .min-h-md-37 {
    min-height: 37rem !important;
  }
  .min-h-md-38 {
    min-height: 38rem !important;
  }
  .min-h-md-39 {
    min-height: 39rem !important;
  }
  .min-h-md-40 {
    min-height: 40rem !important;
  }
  .min-h-md-45 {
    min-height: 45rem !important;
  }
  .min-h-md-75 {
    min-height: 75rem !important;
  }
  .min-h-md-100 {
    min-height: 100% !important;
  }
  .min-h-px-md-0 {
    min-height: 0rem !important;
  }
  .min-h-px-md-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-md-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-md-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-md-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-md-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-md-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-md-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-md-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-md-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-md-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-md-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-md-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-md-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-md-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-md-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-md-16 {
    min-height: 1rem !important;
  }
  .min-h-px-md-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-md-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-md-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-md-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-md-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-md-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-md-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-md-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-md-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-md-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-md-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-md-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-md-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-md-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-md-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-md-32 {
    min-height: 2rem !important;
  }
  .min-h-px-md-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-md-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-md-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-md-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-md-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-md-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-md-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-md-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-md-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-md-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-md-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-md-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-md-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-md-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-md-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-md-48 {
    min-height: 3rem !important;
  }
  .min-h-px-md-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-md-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-md-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-md-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-md-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-md-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-md-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-md-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-md-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-md-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-md-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-md-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-md-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-md-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-md-64 {
    min-height: 4rem !important;
  }
  .min-h-px-md-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-md-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-md-71 {
    min-height: 4.4375rem !important;
  }
  .min-h-px-md-72 {
    min-height: 4.5rem !important;
  }
  .min-h-px-md-73 {
    min-height: 4.5625rem !important;
  }
  .min-h-px-md-74 {
    min-height: 4.625rem !important;
  }
  .min-h-px-md-75 {
    min-height: 4.6875rem !important;
  }
  .min-h-px-md-76 {
    min-height: 4.75rem !important;
  }
  .min-h-px-md-77 {
    min-height: 4.8125rem !important;
  }
  .min-h-px-md-78 {
    min-height: 4.875rem !important;
  }
  .min-h-px-md-79 {
    min-height: 4.9375rem !important;
  }
  .min-h-px-md-80 {
    min-height: 5rem !important;
  }
  .min-h-px-md-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-md-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-md-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-md-86 {
    min-height: 5.375rem !important;
  }
  .min-h-px-md-87 {
    min-height: 5.4375rem !important;
  }
  .min-h-px-md-88 {
    min-height: 5.5rem !important;
  }
  .min-h-px-md-89 {
    min-height: 5.5625rem !important;
  }
  .min-h-px-md-90 {
    min-height: 5.625rem !important;
  }
  .min-h-px-md-92 {
    min-height: 5.75rem !important;
  }
  .min-h-px-md-94 {
    min-height: 5.875rem !important;
  }
  .min-h-px-md-95 {
    min-height: 5.9375rem !important;
  }
  .min-h-px-md-96 {
    min-height: 6rem !important;
  }
  .min-h-px-md-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-md-100 {
    min-height: 6.25rem !important;
  }
  .min-h-px-md-102 {
    min-height: 6.375rem !important;
  }
  .min-h-px-md-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-md-108 {
    min-height: 6.75rem !important;
  }
  .min-h-px-md-115 {
    min-height: 7.1875rem !important;
  }
  .min-h-px-md-116 {
    min-height: 7.25rem !important;
  }
  .min-h-px-md-118 {
    min-height: 7.375rem !important;
  }
  .min-h-px-md-120 {
    min-height: 7.5rem !important;
  }
  .min-h-px-md-121 {
    min-height: 7.5625rem !important;
  }
  .min-h-px-md-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-md-129 {
    min-height: 8.0625rem !important;
  }
  .min-h-px-md-131 {
    min-height: 8.1875rem !important;
  }
  .min-h-px-md-140 {
    min-height: 8.75rem !important;
  }
  .min-h-px-md-144 {
    min-height: 9rem !important;
  }
  .min-h-px-md-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-md-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-md-154 {
    min-height: 9.625rem !important;
  }
  .min-h-px-md-156 {
    min-height: 9.75rem !important;
  }
  .min-h-px-md-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-md-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-md-231 {
    min-height: 14.4375rem !important;
  }
  .min-h-px-md-240 {
    min-height: 15rem !important;
  }
  .min-h-px-md-247 {
    min-height: 15.4375rem !important;
  }
  .min-h-px-md-239 {
    min-height: 14.9375rem !important;
  }
  .min-h-px-md-255 {
    min-height: 15.9375rem !important;
  }
  .min-h-px-md-327 {
    min-height: 20.4375rem !important;
  }
  .max-h-px-md-0 {
    max-height: 0rem !important;
  }
  .max-h-px-md-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-md-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-md-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-md-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-md-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-md-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-md-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-md-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-md-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-md-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-md-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-md-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-md-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-md-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-md-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-md-16 {
    max-height: 1rem !important;
  }
  .max-h-px-md-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-md-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-md-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-md-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-md-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-md-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-md-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-md-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-md-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-md-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-md-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-md-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-md-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-md-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-md-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-md-32 {
    max-height: 2rem !important;
  }
  .max-h-px-md-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-md-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-md-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-md-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-md-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-md-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-md-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-md-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-md-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-md-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-md-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-md-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-md-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-md-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-md-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-md-48 {
    max-height: 3rem !important;
  }
  .max-h-px-md-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-md-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-md-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-md-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-md-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-md-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-md-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-md-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-md-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-md-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-md-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-md-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-md-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-md-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-md-64 {
    max-height: 4rem !important;
  }
  .max-h-px-md-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-md-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-md-71 {
    max-height: 4.4375rem !important;
  }
  .max-h-px-md-72 {
    max-height: 4.5rem !important;
  }
  .max-h-px-md-73 {
    max-height: 4.5625rem !important;
  }
  .max-h-px-md-74 {
    max-height: 4.625rem !important;
  }
  .max-h-px-md-75 {
    max-height: 4.6875rem !important;
  }
  .max-h-px-md-76 {
    max-height: 4.75rem !important;
  }
  .max-h-px-md-77 {
    max-height: 4.8125rem !important;
  }
  .max-h-px-md-78 {
    max-height: 4.875rem !important;
  }
  .max-h-px-md-79 {
    max-height: 4.9375rem !important;
  }
  .max-h-px-md-80 {
    max-height: 5rem !important;
  }
  .max-h-px-md-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-md-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-md-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-md-86 {
    max-height: 5.375rem !important;
  }
  .max-h-px-md-87 {
    max-height: 5.4375rem !important;
  }
  .max-h-px-md-88 {
    max-height: 5.5rem !important;
  }
  .max-h-px-md-89 {
    max-height: 5.5625rem !important;
  }
  .max-h-px-md-90 {
    max-height: 5.625rem !important;
  }
  .max-h-px-md-92 {
    max-height: 5.75rem !important;
  }
  .max-h-px-md-94 {
    max-height: 5.875rem !important;
  }
  .max-h-px-md-95 {
    max-height: 5.9375rem !important;
  }
  .max-h-px-md-96 {
    max-height: 6rem !important;
  }
  .max-h-px-md-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-md-100 {
    max-height: 6.25rem !important;
  }
  .max-h-px-md-102 {
    max-height: 6.375rem !important;
  }
  .max-h-px-md-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-md-108 {
    max-height: 6.75rem !important;
  }
  .max-h-px-md-115 {
    max-height: 7.1875rem !important;
  }
  .max-h-px-md-116 {
    max-height: 7.25rem !important;
  }
  .max-h-px-md-118 {
    max-height: 7.375rem !important;
  }
  .max-h-px-md-120 {
    max-height: 7.5rem !important;
  }
  .max-h-px-md-121 {
    max-height: 7.5625rem !important;
  }
  .max-h-px-md-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-md-129 {
    max-height: 8.0625rem !important;
  }
  .max-h-px-md-131 {
    max-height: 8.1875rem !important;
  }
  .max-h-px-md-140 {
    max-height: 8.75rem !important;
  }
  .max-h-px-md-144 {
    max-height: 9rem !important;
  }
  .max-h-px-md-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-md-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-md-154 {
    max-height: 9.625rem !important;
  }
  .max-h-px-md-156 {
    max-height: 9.75rem !important;
  }
  .max-h-px-md-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-md-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-md-231 {
    max-height: 14.4375rem !important;
  }
  .max-h-px-md-240 {
    max-height: 15rem !important;
  }
  .max-h-px-md-247 {
    max-height: 15.4375rem !important;
  }
  .max-h-px-md-239 {
    max-height: 14.9375rem !important;
  }
  .max-h-px-md-255 {
    max-height: 15.9375rem !important;
  }
  .max-h-px-md-327 {
    max-height: 20.4375rem !important;
  }
  .vh-md-unset {
    height: unset !important;
  }
  .vh-md-80 {
    height: 80vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .vh-md-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-md-92 {
    height: calc(100vh - 60px - 32px) !important;
  }
  .vh-md-93 {
    height: calc(100vh - 60px - 33px) !important;
  }
  .vh-md-96 {
    height: calc(100vh - 60px - 36px) !important;
  }
  .vh-md-104 {
    height: calc(100vh - 60px - 44px) !important;
  }
  .vh-md-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-md-132 {
    height: calc(100vh - 60px - 72px) !important;
  }
  .vh-md-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-md-148 {
    height: calc(100vh - 148px) !important;
  }
  .vh-md-153 {
    height: calc(100vh - 153px) !important;
  }
  .vh-md-164 {
    height: calc(100vh - 60px - 80px - 24px) !important;
  }
  .vh-md-170 {
    height: calc(100vh - 60px - 80px - 30px) !important;
  }
  .vh-md-172 {
    height: calc(100vh - 60px - 80px - 32px) !important;
  }
  .vh-md-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-md-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-md-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-md-197 {
    height: calc(100vh - 60px - 80px - 57px) !important;
  }
  .vh-md-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-md-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-md-209 {
    height: calc(100vh - 60px - 80px - 69px) !important;
  }
  .vh-md-210 {
    height: calc(100vh - 60px - 120px - 30px) !important;
  }
  .vh-md-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-md-216 {
    height: calc(100vh - 60px - 80px - 76px) !important;
  }
  .vh-md-218 {
    height: calc(100vh - 60px - 80px - 78px) !important;
  }
  .vh-md-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-md-226 {
    height: calc(100vh - 60px - 80px - 86px) !important;
  }
  .vh-md-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-md-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-md-236 {
    height: calc(100vh - 60px - 80px - 60px - 36px) !important;
  }
  .vh-md-238 {
    height: calc(100vh - 60px - 80px - 98px) !important;
  }
  .vh-md-243 {
    height: calc(100vh - 60px - 80px - 103px) !important;
  }
  .vh-md-248 {
    height: calc(100vh - 60px - 80px - 108px) !important;
  }
  .vh-md-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-md-254 {
    height: calc(100vh - 60px - 80px - 50px - 64px) !important;
  }
  .vh-md-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-md-259 {
    height: calc(100vh - 60px - 80px - 56px - 63px) !important;
  }
  .vh-md-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-md-262 {
    height: calc(100vh - 60px - 80px - 122px) !important;
  }
  .vh-md-268 {
    height: calc(100vh - 60px - 80px - 88px - 40px) !important;
  }
  .vh-md-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-md-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-md-272 {
    height: calc(100vh - 60px - 80px - 60px - 72px) !important;
  }
  .vh-md-273 {
    height: calc(100vh - 60px - 80px - 60px - 73px) !important;
  }
  .vh-md-274 {
    height: calc(100vh - 60px - 80px - 60px - 74px) !important;
  }
  .vh-md-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-md-277 {
    height: calc(100vh - 60px - 80px - 88px - 49px) !important;
  }
  .vh-md-278 {
    height: calc(100vh - 60px - 80px - 88px - 50px) !important;
  }
  .vh-md-284 {
    height: calc(100vh - 60px - 80px - 88px - 56px) !important;
  }
  .vh-md-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-md-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-md-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-md-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-md-286 {
    height: calc(100vh - 60px - 80px - 88px - 58px) !important;
  }
  .vh-md-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-md-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-md-308 {
    height: calc(100vh - 60px - 80px - 88px - 80px) !important;
  }
  .vh-md-311 {
    height: calc(100vh - 60px - 80px - 60px - 111px) !important;
  }
  .vh-md-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-md-314 {
    height: calc(100vh - 60px - 80px - 60px - 114px) !important;
  }
  .vh-md-315 {
    height: calc(100vh - 60px - 80px - 60px - 115px) !important;
  }
  .vh-md-316 {
    height: calc(100vh - 60px - 80px - 60px - 116px) !important;
  }
  .vh-md-317 {
    height: calc(100vh - 60px - 80px - 60px - 117px) !important;
  }
  .vh-md-318 {
    height: calc(100vh - 60px - 80px - 60px - 118px) !important;
  }
  .vh-md-320 {
    height: calc(100vh - 60px - 80px - 60px - 120px) !important;
  }
  .vh-md-326 {
    height: calc(100vh - 60px - 80px - 60px - 126px) !important;
  }
  .vh-md-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-md-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-md-334 {
    height: calc(100vh - 60px - 80px - 60px - 134px) !important;
  }
  .vh-md-338 {
    height: calc(100vh - 60px - 80px - 60px - 138px) !important;
  }
  .vh-md-340 {
    height: calc(100vh - 60px - 80px - 60px - 140px) !important;
  }
  .vh-md-344 {
    height: calc(100vh - 60px - 80px - 60px - 144px) !important;
  }
  .vh-md-347 {
    height: calc(100vh - 60px - 80px - 88px - 119px) !important;
  }
  .vh-md-350 {
    height: calc(100vh - 60px - 80px - 60px - 150px) !important;
  }
  .vh-md-352 {
    height: calc(100vh - 60px - 80px - 60px - 152px) !important;
  }
  .vh-md-358 {
    height: calc(100vh - 60px - 80px - 88px - 130px) !important;
  }
  .vh-md-364 {
    height: calc(100vh - 60px - 80px - 80px - 144px) !important;
  }
  .vh-md-365 {
    height: calc(100vh - 60px - 80px - 60px - 165px) !important;
  }
  .vh-md-370 {
    height: calc(100vh - 60px - 80px - 80px - 150px) !important;
  }
  .vh-md-388 {
    height: calc(100vh - 60px - 80px - 60px - 188px) !important;
  }
  .vh-md-389 {
    height: calc(100vh - 60px - 80px - 60px - 189px) !important;
  }
  .vh-md-393 {
    height: calc(100vh - 60px - 80px - 80px - 173px) !important;
  }
  .vh-md-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-md-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-md-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-md-400 {
    height: calc(100vh - 60px - 80px - 60px - 200px) !important;
  }
  .vh-md-403 {
    height: calc(100vh - 60px - 80px - 56px - 207px) !important;
  }
  .vh-md-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-md-409 {
    height: calc(100vh - 60px - 80px - 60px - 209px) !important;
  }
  .vh-md-411 {
    height: calc(100vh - 60px - 80px - 60px - 211px) !important;
  }
  .vh-md-414 {
    height: calc(100vh - 60px - 80px - 60px - 214px) !important;
  }
  .vh-md-416 {
    height: calc(100vh - 60px - 80px - 60px - 216px) !important;
  }
  .vh-md-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-md-436 {
    height: calc(100vh - 60px - 80px - 60px - 236px) !important;
  }
  .vh-md-442 {
    height: calc(100vh - 60px - 80px - 60px - 242px) !important;
  }
  .vh-md-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-md-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-md-458 {
    height: calc(100vh - 60px - 80px - 60px - 258px) !important;
  }
  .vh-md-470 {
    height: calc(100vh - 60px - 80px - 330px) !important;
  }
  .vh-md-478 {
    height: calc(100vh - 60px - 80px - 60px - 278px) !important;
  }
  .vh-md-484 {
    height: calc(100vh - 60px - 80px - 60px - 284px) !important;
  }
  .vh-md-490 {
    height: calc(100vh - 60px - 80px - 60px - 290px) !important;
  }
  .vh-md-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-md-499 {
    height: calc(100vh - 60px - 80px - 60px - 299px) !important;
  }
  .vh-md-518 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
  }
  .vh-md-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-md-522 {
    height: calc(100vh - 60px - 80px - 60px - 322px) !important;
  }
  .vh-md-524 {
    height: calc(100vh - 60px - 80px - 60px - 324px) !important;
  }
  .vh-md-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .vh-md-568 {
    height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
  }
  .height-md-unset {
    height: unset !important;
  }
  .height-md-40vh {
    height: 40vh !important;
  }
  .height-md-50vh {
    height: 50vh !important;
  }
  .height-md-55vh {
    height: 55vh !important;
  }
  .height-md-60vh {
    height: 60vh !important;
  }
  .height-md-64vh {
    height: 64vh !important;
  }
  .height-md-70vh {
    height: 70vh !important;
  }
  .height-md-75vh {
    height: 75vh !important;
  }
  .height-md-80vh {
    height: 80vh !important;
  }
  .height-md-85vh {
    height: 85vh !important;
  }
  .height-md-90vh {
    height: 90vh !important;
  }
  .height-md-95vh {
    height: 95vh !important;
  }
  .height-md-100vh {
    height: 100vh !important;
  }
  .max-h-md-unset {
    max-height: unset !important;
  }
  .max-h-md-40vh {
    max-height: 40vh !important;
  }
  .max-h-md-50vh {
    max-height: 50vh !important;
  }
  .max-h-md-55vh {
    max-height: 55vh !important;
  }
  .max-h-md-60vh {
    max-height: 60vh !important;
  }
  .max-h-md-64vh {
    max-height: 64vh !important;
  }
  .max-h-md-70vh {
    max-height: 70vh !important;
  }
  .max-h-md-75vh {
    max-height: 75vh !important;
  }
  .max-h-md-80vh {
    max-height: 80vh !important;
  }
  .max-h-md-85vh {
    max-height: 85vh !important;
  }
  .max-h-md-90vh {
    max-height: 90vh !important;
  }
  .max-h-md-95vh {
    max-height: 95vh !important;
  }
  .max-h-md-100vh {
    max-height: 100vh !important;
  }
  .min-h-md-unset {
    min-height: unset !important;
  }
  .min-h-md-40vh {
    min-height: 40vh !important;
  }
  .min-h-md-50vh {
    min-height: 50vh !important;
  }
  .min-h-md-55vh {
    min-height: 55vh !important;
  }
  .min-h-md-60vh {
    min-height: 60vh !important;
  }
  .min-h-md-64vh {
    min-height: 64vh !important;
  }
  .min-h-md-70vh {
    min-height: 70vh !important;
  }
  .min-h-md-75vh {
    min-height: 75vh !important;
  }
  .min-h-md-80vh {
    min-height: 80vh !important;
  }
  .min-h-md-85vh {
    min-height: 85vh !important;
  }
  .min-h-md-90vh {
    min-height: 90vh !important;
  }
  .min-h-md-95vh {
    min-height: 95vh !important;
  }
  .min-h-md-100vh {
    min-height: 100vh !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-auto {
    flex: 1 1 auto !important;
  }
  .flex-md-0 {
    flex: 0 0 auto !important;
  }
  .flex-md-1 {
    flex: 1 !important;
  }
  .flex-md-2 {
    flex: 2 !important;
  }
  .flex-md-3 {
    flex: 3 !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 0.375rem !important;
  }
  .gap-md-7 {
    gap: 0.4375rem !important;
  }
  .gap-md-8 {
    gap: 0.5rem !important;
  }
  .gap-md-9 {
    gap: 0.5625rem !important;
  }
  .gap-md-10 {
    gap: 0.625rem !important;
  }
  .gap-md-11 {
    gap: 0.6875rem !important;
  }
  .gap-md-12 {
    gap: 0.75rem !important;
  }
  .gap-md-13 {
    gap: 0.8125rem !important;
  }
  .gap-md-14 {
    gap: 0.875rem !important;
  }
  .gap-md-15 {
    gap: 0.9375rem !important;
  }
  .gap-md-16 {
    gap: 1rem !important;
  }
  .gap-md-17 {
    gap: 1.0625rem !important;
  }
  .gap-md-18 {
    gap: 1.125rem !important;
  }
  .gap-md-19 {
    gap: 1.1875rem !important;
  }
  .gap-md-20 {
    gap: 1.25rem !important;
  }
  .gap-md-21 {
    gap: 1.3125rem !important;
  }
  .gap-md-22 {
    gap: 1.375rem !important;
  }
  .gap-md-23 {
    gap: 1.4375rem !important;
  }
  .gap-md-24 {
    gap: 1.5rem !important;
  }
  .gap-md-25 {
    gap: 1.5625rem !important;
  }
  .gap-md-26 {
    gap: 1.625rem !important;
  }
  .gap-md-27 {
    gap: 1.6875rem !important;
  }
  .gap-md-28 {
    gap: 1.75rem !important;
  }
  .gap-md-29 {
    gap: 1.8125rem !important;
  }
  .gap-md-30 {
    gap: 1.875rem !important;
  }
  .gap-md-31 {
    gap: 1.9375rem !important;
  }
  .gap-md-32 {
    gap: 2rem !important;
  }
  .gap-md-33 {
    gap: 2.0625rem !important;
  }
  .gap-md-34 {
    gap: 2.125rem !important;
  }
  .gap-md-35 {
    gap: 2.1875rem !important;
  }
  .gap-md-36 {
    gap: 2.25rem !important;
  }
  .gap-md-37 {
    gap: 2.3125rem !important;
  }
  .gap-md-38 {
    gap: 2.375rem !important;
  }
  .gap-md-39 {
    gap: 2.4375rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-41 {
    gap: 2.5625rem !important;
  }
  .gap-md-42 {
    gap: 2.625rem !important;
  }
  .gap-md-43 {
    gap: 2.6875rem !important;
  }
  .gap-md-44 {
    gap: 2.75rem !important;
  }
  .gap-md-45 {
    gap: 2.8125rem !important;
  }
  .gap-md-46 {
    gap: 2.875rem !important;
  }
  .gap-md-47 {
    gap: 2.9375rem !important;
  }
  .gap-md-48 {
    gap: 3rem !important;
  }
  .gap-md-49 {
    gap: 3.0625rem !important;
  }
  .gap-md-50 {
    gap: 3.125rem !important;
  }
  .gap-md-51 {
    gap: 3.1875rem !important;
  }
  .gap-md-52 {
    gap: 3.25rem !important;
  }
  .gap-md-53 {
    gap: 3.3125rem !important;
  }
  .gap-md-54 {
    gap: 3.375rem !important;
  }
  .gap-md-56 {
    gap: 3.5rem !important;
  }
  .gap-md-57 {
    gap: 3.5625rem !important;
  }
  .gap-md-58 {
    gap: 3.625rem !important;
  }
  .gap-md-90 {
    gap: 5.625rem !important;
  }
  .gap-md-99 {
    gap: 6.1875rem !important;
  }
  .gap-md-200 {
    gap: 12.5rem !important;
  }
  .gap-md-250 {
    gap: 15.625rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .row-gap-md-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-md-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-md-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-md-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-md-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-md-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-md-16 {
    row-gap: 1rem !important;
  }
  .row-gap-md-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-md-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-md-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-md-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-md-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-md-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-md-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-md-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-md-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-md-32 {
    row-gap: 2rem !important;
  }
  .row-gap-md-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-md-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-md-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-md-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-md-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-md-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-md-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-md-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-md-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-md-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-md-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-md-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-md-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-md-48 {
    row-gap: 3rem !important;
  }
  .row-gap-md-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-md-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-md-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-md-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-md-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-md-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-md-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-md-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-99 {
    row-gap: 6.1875rem !important;
  }
  .row-gap-md-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-md-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .column-gap-md-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-md-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-md-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-md-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-md-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-md-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-md-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-md-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-md-16 {
    column-gap: 1rem !important;
  }
  .column-gap-md-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-md-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-md-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-md-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-md-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-md-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-md-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-md-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-md-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-md-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-md-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-md-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-md-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-md-32 {
    column-gap: 2rem !important;
  }
  .column-gap-md-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-md-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-md-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-md-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-md-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-md-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-md-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-md-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-md-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-md-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-md-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-md-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-md-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-md-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-md-48 {
    column-gap: 3rem !important;
  }
  .column-gap-md-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-md-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-md-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-md-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-md-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-md-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-md-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-md-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-md-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-md-90 {
    column-gap: 5.625rem !important;
  }
  .column-gap-md-99 {
    column-gap: 6.1875rem !important;
  }
  .column-gap-md-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-md-250 {
    column-gap: 15.625rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 0.375rem !important;
  }
  .m-md-7 {
    margin: 0.4375rem !important;
  }
  .m-md-8 {
    margin: 0.5rem !important;
  }
  .m-md-9 {
    margin: 0.5625rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .m-md-11 {
    margin: 0.6875rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .m-md-13 {
    margin: 0.8125rem !important;
  }
  .m-md-14 {
    margin: 0.875rem !important;
  }
  .m-md-15 {
    margin: 0.9375rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .m-md-17 {
    margin: 1.0625rem !important;
  }
  .m-md-18 {
    margin: 1.125rem !important;
  }
  .m-md-19 {
    margin: 1.1875rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-21 {
    margin: 1.3125rem !important;
  }
  .m-md-22 {
    margin: 1.375rem !important;
  }
  .m-md-23 {
    margin: 1.4375rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .m-md-25 {
    margin: 1.5625rem !important;
  }
  .m-md-26 {
    margin: 1.625rem !important;
  }
  .m-md-27 {
    margin: 1.6875rem !important;
  }
  .m-md-28 {
    margin: 1.75rem !important;
  }
  .m-md-29 {
    margin: 1.8125rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-31 {
    margin: 1.9375rem !important;
  }
  .m-md-32 {
    margin: 2rem !important;
  }
  .m-md-33 {
    margin: 2.0625rem !important;
  }
  .m-md-34 {
    margin: 2.125rem !important;
  }
  .m-md-35 {
    margin: 2.1875rem !important;
  }
  .m-md-36 {
    margin: 2.25rem !important;
  }
  .m-md-37 {
    margin: 2.3125rem !important;
  }
  .m-md-38 {
    margin: 2.375rem !important;
  }
  .m-md-39 {
    margin: 2.4375rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-41 {
    margin: 2.5625rem !important;
  }
  .m-md-42 {
    margin: 2.625rem !important;
  }
  .m-md-43 {
    margin: 2.6875rem !important;
  }
  .m-md-44 {
    margin: 2.75rem !important;
  }
  .m-md-45 {
    margin: 2.8125rem !important;
  }
  .m-md-46 {
    margin: 2.875rem !important;
  }
  .m-md-47 {
    margin: 2.9375rem !important;
  }
  .m-md-48 {
    margin: 3rem !important;
  }
  .m-md-49 {
    margin: 3.0625rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-51 {
    margin: 3.1875rem !important;
  }
  .m-md-52 {
    margin: 3.25rem !important;
  }
  .m-md-53 {
    margin: 3.3125rem !important;
  }
  .m-md-54 {
    margin: 3.375rem !important;
  }
  .m-md-56 {
    margin: 3.5rem !important;
  }
  .m-md-57 {
    margin: 3.5625rem !important;
  }
  .m-md-58 {
    margin: 3.625rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-99 {
    margin: 6.1875rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !important;
  }
  .m-md-250 {
    margin: 15.625rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-md-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-md-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-md-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-md-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-md-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-md-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-md-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-md-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-md-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-md-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-md-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-md-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-md-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-md-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-md-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-md-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-md-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-md-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-md-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-md-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-md-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-md-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-md-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-md-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-md-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-md-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-md-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-md-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-md-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-md-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-md-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-md-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-md-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-md-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-md-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-md-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-md-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-md-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-md-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-md-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-md-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-md-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-md-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-md-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-md-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-md-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-md-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-md-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-md-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-md-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-md-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-md-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-md-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-md-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-md-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-md-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-md-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-md-90 {
    margin-inline-end: 5.625rem !important;
    margin-inline-start: 5.625rem !important;
  }
  .mx-md-99 {
    margin-inline-end: 6.1875rem !important;
    margin-inline-start: 6.1875rem !important;
  }
  .mx-md-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-md-250 {
    margin-inline-end: 15.625rem !important;
    margin-inline-start: 15.625rem !important;
  }
  .mx-md-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-md-0 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .my-md-1 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-md-2 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-md-3 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-md-4 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-md-5 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-md-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-md-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-md-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-md-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-md-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-md-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-md-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-md-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-md-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-md-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-md-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-md-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-md-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-md-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-md-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-md-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-md-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-md-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-md-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-md-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-md-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-md-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-md-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-md-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-md-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-md-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-md-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-md-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-md-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-md-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-md-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-md-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-md-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-md-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-md-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-md-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-md-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-md-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-md-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-md-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-md-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-md-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-md-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-md-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-md-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-md-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-md-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-md-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-md-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-md-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-md-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-md-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-md-90 {
    margin-block-start: 5.625rem !important;
    margin-block-end: 5.625rem !important;
  }
  .my-md-99 {
    margin-block-start: 6.1875rem !important;
    margin-block-end: 6.1875rem !important;
  }
  .my-md-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-md-250 {
    margin-block-start: 15.625rem !important;
    margin-block-end: 15.625rem !important;
  }
  .my-md-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-md-0 {
    margin-block-start: 0 !important;
  }
  .mt-md-1 {
    margin-block-start: 0.25rem !important;
  }
  .mt-md-2 {
    margin-block-start: 0.5rem !important;
  }
  .mt-md-3 {
    margin-block-start: 1rem !important;
  }
  .mt-md-4 {
    margin-block-start: 1.5rem !important;
  }
  .mt-md-5 {
    margin-block-start: 3rem !important;
  }
  .mt-md-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-md-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-md-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-md-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-md-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-md-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-md-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-md-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-md-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-md-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-md-16 {
    margin-block-start: 1rem !important;
  }
  .mt-md-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-md-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-md-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-md-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-md-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-md-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-md-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-md-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-md-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-md-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-md-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-md-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-md-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-md-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-md-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-md-32 {
    margin-block-start: 2rem !important;
  }
  .mt-md-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-md-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-md-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-md-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-md-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-md-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-md-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-md-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-md-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-md-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-md-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-md-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-md-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-md-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-md-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-md-48 {
    margin-block-start: 3rem !important;
  }
  .mt-md-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-md-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-md-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-md-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-md-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-md-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-md-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-md-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-md-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-md-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-md-99 {
    margin-block-start: 6.1875rem !important;
  }
  .mt-md-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-md-250 {
    margin-block-start: 15.625rem !important;
  }
  .mt-md-auto {
    margin-block-start: auto !important;
  }
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
  .me-md-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-md-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-md-3 {
    margin-inline-end: 1rem !important;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-md-5 {
    margin-inline-end: 3rem !important;
  }
  .me-md-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-md-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-md-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-md-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-md-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-md-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-md-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-md-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-md-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-md-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-md-16 {
    margin-inline-end: 1rem !important;
  }
  .me-md-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-md-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-md-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-md-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-md-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-md-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-md-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-md-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-md-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-md-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-md-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-md-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-md-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-md-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-md-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-md-32 {
    margin-inline-end: 2rem !important;
  }
  .me-md-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-md-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-md-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-md-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-md-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-md-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-md-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-md-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-md-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-md-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-md-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-md-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-md-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-md-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-md-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-md-48 {
    margin-inline-end: 3rem !important;
  }
  .me-md-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-md-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-md-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-md-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-md-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-md-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-md-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-md-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-md-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-md-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-md-99 {
    margin-inline-end: 6.1875rem !important;
  }
  .me-md-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-md-250 {
    margin-inline-end: 15.625rem !important;
  }
  .me-md-auto {
    margin-inline-end: auto !important;
  }
  .mb-md-0 {
    margin-block-end: 0 !important;
  }
  .mb-md-1 {
    margin-block-end: 0.25rem !important;
  }
  .mb-md-2 {
    margin-block-end: 0.5rem !important;
  }
  .mb-md-3 {
    margin-block-end: 1rem !important;
  }
  .mb-md-4 {
    margin-block-end: 1.5rem !important;
  }
  .mb-md-5 {
    margin-block-end: 3rem !important;
  }
  .mb-md-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-md-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-md-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-md-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-md-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-md-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-md-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-md-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-md-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-md-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-md-16 {
    margin-block-end: 1rem !important;
  }
  .mb-md-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-md-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-md-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-md-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-md-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-md-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-md-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-md-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-md-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-md-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-md-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-md-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-md-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-md-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-md-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-md-32 {
    margin-block-end: 2rem !important;
  }
  .mb-md-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-md-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-md-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-md-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-md-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-md-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-md-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-md-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-md-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-md-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-md-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-md-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-md-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-md-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-md-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-md-48 {
    margin-block-end: 3rem !important;
  }
  .mb-md-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-md-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-md-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-md-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-md-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-md-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-md-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-md-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-md-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-md-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-md-99 {
    margin-block-end: 6.1875rem !important;
  }
  .mb-md-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-md-250 {
    margin-block-end: 15.625rem !important;
  }
  .mb-md-auto {
    margin-block-end: auto !important;
  }
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
  .ms-md-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-md-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-md-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-md-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-md-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-md-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-md-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-md-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-md-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-md-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-md-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-md-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-md-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-md-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-md-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-md-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-md-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-md-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-md-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-md-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-md-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-md-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-md-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-md-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-md-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-md-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-md-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-md-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-md-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-md-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-md-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-md-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-md-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-md-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-md-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-md-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-md-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-md-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-md-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-md-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-md-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-md-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-md-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-md-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-md-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-md-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-md-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-md-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-md-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-md-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-md-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-md-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-md-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-md-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-md-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-md-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-md-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-md-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-md-99 {
    margin-inline-start: 6.1875rem !important;
  }
  .ms-md-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-md-250 {
    margin-inline-start: 15.625rem !important;
  }
  .ms-md-auto {
    margin-inline-start: auto !important;
  }
  .mt-px-md-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-md-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-md-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-md-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-md-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-md-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-md-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-md-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-md-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-md-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-md-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-md-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-md-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-md-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-md-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-md-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-md-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-md-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-md-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-md-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-md-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-md-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-md-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-md-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-md-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-md-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-md-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-md-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-md-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-md-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-md-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-md-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-md-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-md-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-md-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-md-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-md-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-md-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-md-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-md-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-md-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-md-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-md-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-md-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-md-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-md-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-md-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-md-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-md-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-md-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-md-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-md-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-md-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-md-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-md-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-md-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-md-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-md-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-md-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-md-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-md-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-md-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-md-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-md-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-md-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-md-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-md-71 {
    margin-block-start: 4.4375rem !important;
  }
  .mt-px-md-72 {
    margin-block-start: 4.5rem !important;
  }
  .mt-px-md-73 {
    margin-block-start: 4.5625rem !important;
  }
  .mt-px-md-74 {
    margin-block-start: 4.625rem !important;
  }
  .mt-px-md-75 {
    margin-block-start: 4.6875rem !important;
  }
  .mt-px-md-76 {
    margin-block-start: 4.75rem !important;
  }
  .mt-px-md-77 {
    margin-block-start: 4.8125rem !important;
  }
  .mt-px-md-78 {
    margin-block-start: 4.875rem !important;
  }
  .mt-px-md-79 {
    margin-block-start: 4.9375rem !important;
  }
  .mt-px-md-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-md-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-md-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-md-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-md-86 {
    margin-block-start: 5.375rem !important;
  }
  .mt-px-md-87 {
    margin-block-start: 5.4375rem !important;
  }
  .mt-px-md-88 {
    margin-block-start: 5.5rem !important;
  }
  .mt-px-md-89 {
    margin-block-start: 5.5625rem !important;
  }
  .mt-px-md-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-px-md-92 {
    margin-block-start: 5.75rem !important;
  }
  .mt-px-md-94 {
    margin-block-start: 5.875rem !important;
  }
  .mt-px-md-95 {
    margin-block-start: 5.9375rem !important;
  }
  .mt-px-md-96 {
    margin-block-start: 6rem !important;
  }
  .mt-px-md-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-md-100 {
    margin-block-start: 6.25rem !important;
  }
  .mt-px-md-102 {
    margin-block-start: 6.375rem !important;
  }
  .mt-px-md-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-md-108 {
    margin-block-start: 6.75rem !important;
  }
  .mt-px-md-115 {
    margin-block-start: 7.1875rem !important;
  }
  .mt-px-md-116 {
    margin-block-start: 7.25rem !important;
  }
  .mt-px-md-118 {
    margin-block-start: 7.375rem !important;
  }
  .mt-px-md-120 {
    margin-block-start: 7.5rem !important;
  }
  .mt-px-md-121 {
    margin-block-start: 7.5625rem !important;
  }
  .mt-px-md-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-md-129 {
    margin-block-start: 8.0625rem !important;
  }
  .mt-px-md-131 {
    margin-block-start: 8.1875rem !important;
  }
  .mt-px-md-140 {
    margin-block-start: 8.75rem !important;
  }
  .mt-px-md-144 {
    margin-block-start: 9rem !important;
  }
  .mt-px-md-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-md-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-md-154 {
    margin-block-start: 9.625rem !important;
  }
  .mt-px-md-156 {
    margin-block-start: 9.75rem !important;
  }
  .mt-px-md-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-md-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-md-231 {
    margin-block-start: 14.4375rem !important;
  }
  .mt-px-md-240 {
    margin-block-start: 15rem !important;
  }
  .mt-px-md-247 {
    margin-block-start: 15.4375rem !important;
  }
  .mt-px-md-239 {
    margin-block-start: 14.9375rem !important;
  }
  .mt-px-md-255 {
    margin-block-start: 15.9375rem !important;
  }
  .mt-px-md-327 {
    margin-block-start: 20.4375rem !important;
  }
  .mt-px-md-auto {
    margin-block-start: auto !important;
  }
  .me-px-md-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-md-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-md-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-md-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-md-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-md-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-md-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-md-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-md-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-md-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-md-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-md-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-md-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-md-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-md-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-md-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-md-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-md-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-md-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-md-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-md-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-md-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-md-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-md-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-md-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-md-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-md-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-md-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-md-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-md-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-md-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-md-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-md-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-md-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-md-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-md-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-md-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-md-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-md-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-md-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-md-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-md-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-md-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-md-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-md-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-md-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-md-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-md-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-md-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-md-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-md-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-md-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-md-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-md-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-md-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-md-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-md-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-md-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-md-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-md-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-md-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-md-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-md-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-md-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-md-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-md-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-md-71 {
    margin-inline-end: 4.4375rem !important;
  }
  .me-px-md-72 {
    margin-inline-end: 4.5rem !important;
  }
  .me-px-md-73 {
    margin-inline-end: 4.5625rem !important;
  }
  .me-px-md-74 {
    margin-inline-end: 4.625rem !important;
  }
  .me-px-md-75 {
    margin-inline-end: 4.6875rem !important;
  }
  .me-px-md-76 {
    margin-inline-end: 4.75rem !important;
  }
  .me-px-md-77 {
    margin-inline-end: 4.8125rem !important;
  }
  .me-px-md-78 {
    margin-inline-end: 4.875rem !important;
  }
  .me-px-md-79 {
    margin-inline-end: 4.9375rem !important;
  }
  .me-px-md-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-md-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-md-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-md-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-md-86 {
    margin-inline-end: 5.375rem !important;
  }
  .me-px-md-87 {
    margin-inline-end: 5.4375rem !important;
  }
  .me-px-md-88 {
    margin-inline-end: 5.5rem !important;
  }
  .me-px-md-89 {
    margin-inline-end: 5.5625rem !important;
  }
  .me-px-md-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-px-md-92 {
    margin-inline-end: 5.75rem !important;
  }
  .me-px-md-94 {
    margin-inline-end: 5.875rem !important;
  }
  .me-px-md-95 {
    margin-inline-end: 5.9375rem !important;
  }
  .me-px-md-96 {
    margin-inline-end: 6rem !important;
  }
  .me-px-md-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-md-100 {
    margin-inline-end: 6.25rem !important;
  }
  .me-px-md-102 {
    margin-inline-end: 6.375rem !important;
  }
  .me-px-md-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-md-108 {
    margin-inline-end: 6.75rem !important;
  }
  .me-px-md-115 {
    margin-inline-end: 7.1875rem !important;
  }
  .me-px-md-116 {
    margin-inline-end: 7.25rem !important;
  }
  .me-px-md-118 {
    margin-inline-end: 7.375rem !important;
  }
  .me-px-md-120 {
    margin-inline-end: 7.5rem !important;
  }
  .me-px-md-121 {
    margin-inline-end: 7.5625rem !important;
  }
  .me-px-md-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-md-129 {
    margin-inline-end: 8.0625rem !important;
  }
  .me-px-md-131 {
    margin-inline-end: 8.1875rem !important;
  }
  .me-px-md-140 {
    margin-inline-end: 8.75rem !important;
  }
  .me-px-md-144 {
    margin-inline-end: 9rem !important;
  }
  .me-px-md-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-md-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-md-154 {
    margin-inline-end: 9.625rem !important;
  }
  .me-px-md-156 {
    margin-inline-end: 9.75rem !important;
  }
  .me-px-md-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-md-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-md-231 {
    margin-inline-end: 14.4375rem !important;
  }
  .me-px-md-240 {
    margin-inline-end: 15rem !important;
  }
  .me-px-md-247 {
    margin-inline-end: 15.4375rem !important;
  }
  .me-px-md-239 {
    margin-inline-end: 14.9375rem !important;
  }
  .me-px-md-255 {
    margin-inline-end: 15.9375rem !important;
  }
  .me-px-md-327 {
    margin-inline-end: 20.4375rem !important;
  }
  .me-px-md-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-md-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-md-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-md-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-md-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-md-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-md-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-md-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-md-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-md-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-md-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-md-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-md-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-md-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-md-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-md-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-md-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-md-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-md-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-md-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-md-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-md-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-md-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-md-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-md-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-md-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-md-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-md-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-md-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-md-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-md-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-md-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-md-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-md-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-md-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-md-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-md-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-md-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-md-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-md-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-md-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-md-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-md-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-md-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-md-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-md-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-md-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-md-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-md-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-md-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-md-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-md-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-md-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-md-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-md-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-md-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-md-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-md-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-md-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-md-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-md-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-md-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-md-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-md-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-md-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-md-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-md-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-md-71 {
    margin-block-end: 4.4375rem !important;
  }
  .mb-px-md-72 {
    margin-block-end: 4.5rem !important;
  }
  .mb-px-md-73 {
    margin-block-end: 4.5625rem !important;
  }
  .mb-px-md-74 {
    margin-block-end: 4.625rem !important;
  }
  .mb-px-md-75 {
    margin-block-end: 4.6875rem !important;
  }
  .mb-px-md-76 {
    margin-block-end: 4.75rem !important;
  }
  .mb-px-md-77 {
    margin-block-end: 4.8125rem !important;
  }
  .mb-px-md-78 {
    margin-block-end: 4.875rem !important;
  }
  .mb-px-md-79 {
    margin-block-end: 4.9375rem !important;
  }
  .mb-px-md-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-md-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-md-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-md-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-md-86 {
    margin-block-end: 5.375rem !important;
  }
  .mb-px-md-87 {
    margin-block-end: 5.4375rem !important;
  }
  .mb-px-md-88 {
    margin-block-end: 5.5rem !important;
  }
  .mb-px-md-89 {
    margin-block-end: 5.5625rem !important;
  }
  .mb-px-md-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-px-md-92 {
    margin-block-end: 5.75rem !important;
  }
  .mb-px-md-94 {
    margin-block-end: 5.875rem !important;
  }
  .mb-px-md-95 {
    margin-block-end: 5.9375rem !important;
  }
  .mb-px-md-96 {
    margin-block-end: 6rem !important;
  }
  .mb-px-md-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-md-100 {
    margin-block-end: 6.25rem !important;
  }
  .mb-px-md-102 {
    margin-block-end: 6.375rem !important;
  }
  .mb-px-md-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-md-108 {
    margin-block-end: 6.75rem !important;
  }
  .mb-px-md-115 {
    margin-block-end: 7.1875rem !important;
  }
  .mb-px-md-116 {
    margin-block-end: 7.25rem !important;
  }
  .mb-px-md-118 {
    margin-block-end: 7.375rem !important;
  }
  .mb-px-md-120 {
    margin-block-end: 7.5rem !important;
  }
  .mb-px-md-121 {
    margin-block-end: 7.5625rem !important;
  }
  .mb-px-md-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-md-129 {
    margin-block-end: 8.0625rem !important;
  }
  .mb-px-md-131 {
    margin-block-end: 8.1875rem !important;
  }
  .mb-px-md-140 {
    margin-block-end: 8.75rem !important;
  }
  .mb-px-md-144 {
    margin-block-end: 9rem !important;
  }
  .mb-px-md-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-md-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-md-154 {
    margin-block-end: 9.625rem !important;
  }
  .mb-px-md-156 {
    margin-block-end: 9.75rem !important;
  }
  .mb-px-md-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-md-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-md-231 {
    margin-block-end: 14.4375rem !important;
  }
  .mb-px-md-240 {
    margin-block-end: 15rem !important;
  }
  .mb-px-md-247 {
    margin-block-end: 15.4375rem !important;
  }
  .mb-px-md-239 {
    margin-block-end: 14.9375rem !important;
  }
  .mb-px-md-255 {
    margin-block-end: 15.9375rem !important;
  }
  .mb-px-md-327 {
    margin-block-end: 20.4375rem !important;
  }
  .mb-px-md-auto {
    margin-block-end: auto !important;
  }
  .ms-px-md-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-md-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-md-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-md-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-md-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-md-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-md-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-md-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-md-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-md-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-md-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-md-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-md-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-md-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-md-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-md-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-md-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-md-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-md-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-md-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-md-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-md-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-md-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-md-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-md-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-md-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-md-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-md-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-md-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-md-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-md-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-md-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-md-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-md-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-md-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-md-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-md-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-md-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-md-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-md-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-md-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-md-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-md-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-md-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-md-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-md-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-md-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-md-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-md-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-md-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-md-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-md-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-md-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-md-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-md-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-md-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-md-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-md-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-md-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-md-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-md-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-md-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-md-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-md-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-md-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-md-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-md-71 {
    margin-inline-start: 4.4375rem !important;
  }
  .ms-px-md-72 {
    margin-inline-start: 4.5rem !important;
  }
  .ms-px-md-73 {
    margin-inline-start: 4.5625rem !important;
  }
  .ms-px-md-74 {
    margin-inline-start: 4.625rem !important;
  }
  .ms-px-md-75 {
    margin-inline-start: 4.6875rem !important;
  }
  .ms-px-md-76 {
    margin-inline-start: 4.75rem !important;
  }
  .ms-px-md-77 {
    margin-inline-start: 4.8125rem !important;
  }
  .ms-px-md-78 {
    margin-inline-start: 4.875rem !important;
  }
  .ms-px-md-79 {
    margin-inline-start: 4.9375rem !important;
  }
  .ms-px-md-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-md-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-md-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-md-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-md-86 {
    margin-inline-start: 5.375rem !important;
  }
  .ms-px-md-87 {
    margin-inline-start: 5.4375rem !important;
  }
  .ms-px-md-88 {
    margin-inline-start: 5.5rem !important;
  }
  .ms-px-md-89 {
    margin-inline-start: 5.5625rem !important;
  }
  .ms-px-md-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-px-md-92 {
    margin-inline-start: 5.75rem !important;
  }
  .ms-px-md-94 {
    margin-inline-start: 5.875rem !important;
  }
  .ms-px-md-95 {
    margin-inline-start: 5.9375rem !important;
  }
  .ms-px-md-96 {
    margin-inline-start: 6rem !important;
  }
  .ms-px-md-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-md-100 {
    margin-inline-start: 6.25rem !important;
  }
  .ms-px-md-102 {
    margin-inline-start: 6.375rem !important;
  }
  .ms-px-md-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-md-108 {
    margin-inline-start: 6.75rem !important;
  }
  .ms-px-md-115 {
    margin-inline-start: 7.1875rem !important;
  }
  .ms-px-md-116 {
    margin-inline-start: 7.25rem !important;
  }
  .ms-px-md-118 {
    margin-inline-start: 7.375rem !important;
  }
  .ms-px-md-120 {
    margin-inline-start: 7.5rem !important;
  }
  .ms-px-md-121 {
    margin-inline-start: 7.5625rem !important;
  }
  .ms-px-md-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-md-129 {
    margin-inline-start: 8.0625rem !important;
  }
  .ms-px-md-131 {
    margin-inline-start: 8.1875rem !important;
  }
  .ms-px-md-140 {
    margin-inline-start: 8.75rem !important;
  }
  .ms-px-md-144 {
    margin-inline-start: 9rem !important;
  }
  .ms-px-md-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-md-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-md-154 {
    margin-inline-start: 9.625rem !important;
  }
  .ms-px-md-156 {
    margin-inline-start: 9.75rem !important;
  }
  .ms-px-md-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-md-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-md-231 {
    margin-inline-start: 14.4375rem !important;
  }
  .ms-px-md-240 {
    margin-inline-start: 15rem !important;
  }
  .ms-px-md-247 {
    margin-inline-start: 15.4375rem !important;
  }
  .ms-px-md-239 {
    margin-inline-start: 14.9375rem !important;
  }
  .ms-px-md-255 {
    margin-inline-start: 15.9375rem !important;
  }
  .ms-px-md-327 {
    margin-inline-start: 20.4375rem !important;
  }
  .ms-px-md-auto {
    margin-inline-start: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -0.375rem !important;
  }
  .m-md-n7 {
    margin: -0.375rem !important;
  }
  .m-md-n8 {
    margin: -0.375rem !important;
  }
  .m-md-n9 {
    margin: -0.375rem !important;
  }
  .m-md-n10 {
    margin: -0.375rem !important;
  }
  .m-md-n11 {
    margin: -0.375rem !important;
  }
  .m-md-n12 {
    margin: -0.375rem !important;
  }
  .m-md-n13 {
    margin: -0.375rem !important;
  }
  .m-md-n14 {
    margin: -0.375rem !important;
  }
  .m-md-n15 {
    margin: -0.375rem !important;
  }
  .m-md-n16 {
    margin: -0.375rem !important;
  }
  .m-md-n17 {
    margin: -0.375rem !important;
  }
  .m-md-n18 {
    margin: -0.375rem !important;
  }
  .m-md-n19 {
    margin: -0.375rem !important;
  }
  .m-md-n20 {
    margin: -0.375rem !important;
  }
  .m-md-n21 {
    margin: -0.375rem !important;
  }
  .m-md-n22 {
    margin: -0.375rem !important;
  }
  .m-md-n23 {
    margin: -0.375rem !important;
  }
  .m-md-n24 {
    margin: -0.375rem !important;
  }
  .m-md-n25 {
    margin: -0.375rem !important;
  }
  .m-md-n26 {
    margin: -0.375rem !important;
  }
  .m-md-n27 {
    margin: -0.375rem !important;
  }
  .m-md-n28 {
    margin: -0.375rem !important;
  }
  .m-md-n29 {
    margin: -0.375rem !important;
  }
  .m-md-n30 {
    margin: -0.375rem !important;
  }
  .m-md-n31 {
    margin: -0.375rem !important;
  }
  .m-md-n32 {
    margin: -0.375rem !important;
  }
  .m-md-n33 {
    margin: -0.375rem !important;
  }
  .m-md-n34 {
    margin: -0.375rem !important;
  }
  .m-md-n35 {
    margin: -0.375rem !important;
  }
  .m-md-n36 {
    margin: -0.375rem !important;
  }
  .m-md-n37 {
    margin: -0.375rem !important;
  }
  .m-md-n38 {
    margin: -0.375rem !important;
  }
  .m-md-n39 {
    margin: -0.375rem !important;
  }
  .m-md-n40 {
    margin: -0.375rem !important;
  }
  .m-md-n41 {
    margin: -0.375rem !important;
  }
  .m-md-n42 {
    margin: -0.375rem !important;
  }
  .m-md-n43 {
    margin: -0.375rem !important;
  }
  .m-md-n44 {
    margin: -0.375rem !important;
  }
  .m-md-n45 {
    margin: -0.375rem !important;
  }
  .m-md-n46 {
    margin: -0.375rem !important;
  }
  .m-md-n47 {
    margin: -0.375rem !important;
  }
  .m-md-n48 {
    margin: -0.375rem !important;
  }
  .m-md-n49 {
    margin: -0.375rem !important;
  }
  .m-md-n50 {
    margin: -0.375rem !important;
  }
  .m-md-n51 {
    margin: -0.375rem !important;
  }
  .m-md-n52 {
    margin: -0.375rem !important;
  }
  .m-md-n53 {
    margin: -0.375rem !important;
  }
  .m-md-n54 {
    margin: -0.375rem !important;
  }
  .m-md-n56 {
    margin: -0.375rem !important;
  }
  .m-md-n57 {
    margin: -0.375rem !important;
  }
  .m-md-n58 {
    margin: -0.375rem !important;
  }
  .m-md-n90 {
    margin: -0.375rem !important;
  }
  .m-md-n99 {
    margin: -0.375rem !important;
  }
  .m-md-n200 {
    margin: -0.375rem !important;
  }
  .m-md-n250 {
    margin: -0.375rem !important;
  }
  .mx-md-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-md-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-md-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n7 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n8 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n9 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n10 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n11 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n12 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n13 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n14 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n15 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n16 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n17 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n18 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n19 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n20 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n21 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n22 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n23 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n24 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n25 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n26 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n27 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n28 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n29 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n30 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n31 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n32 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n33 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n34 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n35 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n36 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n37 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n38 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n39 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n40 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n41 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n42 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n43 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n44 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n45 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n46 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n47 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n48 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n49 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n50 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n51 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n52 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n53 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n54 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n56 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n57 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n58 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n90 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n99 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n200 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-md-n250 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .my-md-n1 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-md-n2 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-md-n3 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-md-n4 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-md-n5 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-md-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n7 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n8 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n9 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n10 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n11 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n12 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n13 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n14 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n15 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n16 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n17 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n18 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n19 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n20 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n21 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n22 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n23 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n24 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n25 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n26 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n27 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n28 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n29 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n30 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n31 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n32 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n33 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n34 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n35 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n36 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n37 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n38 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n39 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n40 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n41 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n42 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n43 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n44 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n45 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n46 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n47 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n48 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n49 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n50 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n51 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n52 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n53 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n54 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n56 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n57 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n58 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n90 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n99 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n200 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-md-n250 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n1 {
    margin-block-start: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-block-start: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-block-start: -1rem !important;
  }
  .mt-md-n4 {
    margin-block-start: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-block-start: -3rem !important;
  }
  .mt-md-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n7 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n8 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n9 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n10 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n11 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n12 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n13 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n14 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n15 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n16 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n17 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n18 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n19 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n20 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n21 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n22 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n23 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n24 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n25 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n26 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n27 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n28 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n29 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n30 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n31 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n32 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n33 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n34 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n35 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n36 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n37 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n38 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n39 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n40 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n41 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n42 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n43 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n44 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n45 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n46 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n47 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n48 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n49 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n50 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n51 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n52 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n53 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n54 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n56 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n57 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n58 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n90 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n99 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n200 {
    margin-block-start: -0.375rem !important;
  }
  .mt-md-n250 {
    margin-block-start: -0.375rem !important;
  }
  .me-md-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-md-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-md-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-md-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-md-n5 {
    margin-inline-end: -3rem !important;
  }
  .me-md-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n7 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n8 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n9 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n10 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n11 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n12 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n13 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n14 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n15 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n16 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n17 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n18 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n19 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n20 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n21 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n22 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n23 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n24 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n25 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n26 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n27 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n28 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n29 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n30 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n31 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n32 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n33 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n34 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n35 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n36 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n37 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n38 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n39 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n40 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n41 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n42 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n43 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n44 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n45 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n46 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n47 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n48 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n49 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n50 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n51 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n52 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n53 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n54 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n56 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n57 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n58 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n90 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n99 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n200 {
    margin-inline-end: -0.375rem !important;
  }
  .me-md-n250 {
    margin-inline-end: -0.375rem !important;
  }
  .mb-md-n1 {
    margin-block-end: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-block-end: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-block-end: -1rem !important;
  }
  .mb-md-n4 {
    margin-block-end: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-block-end: -3rem !important;
  }
  .mb-md-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n7 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n8 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n9 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n10 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n11 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n12 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n13 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n14 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n15 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n16 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n17 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n18 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n19 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n20 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n21 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n22 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n23 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n24 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n25 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n26 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n27 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n28 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n29 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n30 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n31 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n32 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n33 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n34 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n35 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n36 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n37 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n38 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n39 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n40 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n41 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n42 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n43 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n44 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n45 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n46 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n47 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n48 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n49 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n50 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n51 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n52 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n53 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n54 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n56 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n57 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n58 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n90 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n99 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n200 {
    margin-block-end: -0.375rem !important;
  }
  .mb-md-n250 {
    margin-block-end: -0.375rem !important;
  }
  .ms-md-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-md-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-inline-start: -3rem !important;
  }
  .ms-md-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n7 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n8 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n9 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n10 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n11 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n12 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n13 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n14 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n15 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n16 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n17 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n18 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n19 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n20 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n21 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n22 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n23 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n24 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n25 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n26 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n27 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n28 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n29 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n30 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n31 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n32 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n33 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n34 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n35 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n36 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n37 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n38 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n39 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n40 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n41 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n42 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n43 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n44 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n45 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n46 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n47 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n48 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n49 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n50 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n51 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n52 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n53 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n54 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n56 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n57 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n58 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n90 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n99 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n200 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-md-n250 {
    margin-inline-start: -0.375rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 0.375rem !important;
  }
  .p-md-7 {
    padding: 0.4375rem !important;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .p-md-9 {
    padding: 0.5625rem !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .p-md-11 {
    padding: 0.6875rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .p-md-13 {
    padding: 0.8125rem !important;
  }
  .p-md-14 {
    padding: 0.875rem !important;
  }
  .p-md-15 {
    padding: 0.9375rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .p-md-17 {
    padding: 1.0625rem !important;
  }
  .p-md-18 {
    padding: 1.125rem !important;
  }
  .p-md-19 {
    padding: 1.1875rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-21 {
    padding: 1.3125rem !important;
  }
  .p-md-22 {
    padding: 1.375rem !important;
  }
  .p-md-23 {
    padding: 1.4375rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .p-md-25 {
    padding: 1.5625rem !important;
  }
  .p-md-26 {
    padding: 1.625rem !important;
  }
  .p-md-27 {
    padding: 1.6875rem !important;
  }
  .p-md-28 {
    padding: 1.75rem !important;
  }
  .p-md-29 {
    padding: 1.8125rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-31 {
    padding: 1.9375rem !important;
  }
  .p-md-32 {
    padding: 2rem !important;
  }
  .p-md-33 {
    padding: 2.0625rem !important;
  }
  .p-md-34 {
    padding: 2.125rem !important;
  }
  .p-md-35 {
    padding: 2.1875rem !important;
  }
  .p-md-36 {
    padding: 2.25rem !important;
  }
  .p-md-37 {
    padding: 2.3125rem !important;
  }
  .p-md-38 {
    padding: 2.375rem !important;
  }
  .p-md-39 {
    padding: 2.4375rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-41 {
    padding: 2.5625rem !important;
  }
  .p-md-42 {
    padding: 2.625rem !important;
  }
  .p-md-43 {
    padding: 2.6875rem !important;
  }
  .p-md-44 {
    padding: 2.75rem !important;
  }
  .p-md-45 {
    padding: 2.8125rem !important;
  }
  .p-md-46 {
    padding: 2.875rem !important;
  }
  .p-md-47 {
    padding: 2.9375rem !important;
  }
  .p-md-48 {
    padding: 3rem !important;
  }
  .p-md-49 {
    padding: 3.0625rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .p-md-51 {
    padding: 3.1875rem !important;
  }
  .p-md-52 {
    padding: 3.25rem !important;
  }
  .p-md-53 {
    padding: 3.3125rem !important;
  }
  .p-md-54 {
    padding: 3.375rem !important;
  }
  .p-md-56 {
    padding: 3.5rem !important;
  }
  .p-md-57 {
    padding: 3.5625rem !important;
  }
  .p-md-58 {
    padding: 3.625rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-99 {
    padding: 6.1875rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !important;
  }
  .p-md-250 {
    padding: 15.625rem !important;
  }
  .p-px-md-0 {
    padding: 0rem !important;
  }
  .p-px-md-1 {
    padding: 0.0625rem !important;
  }
  .p-px-md-2 {
    padding: 0.125rem !important;
  }
  .p-px-md-3 {
    padding: 0.1875rem !important;
  }
  .p-px-md-4 {
    padding: 0.25rem !important;
  }
  .p-px-md-5 {
    padding: 0.3125rem !important;
  }
  .p-px-md-6 {
    padding: 0.375rem !important;
  }
  .p-px-md-7 {
    padding: 0.4375rem !important;
  }
  .p-px-md-8 {
    padding: 0.5rem !important;
  }
  .p-px-md-9 {
    padding: 0.5625rem !important;
  }
  .p-px-md-10 {
    padding: 0.625rem !important;
  }
  .p-px-md-11 {
    padding: 0.6875rem !important;
  }
  .p-px-md-12 {
    padding: 0.75rem !important;
  }
  .p-px-md-13 {
    padding: 0.8125rem !important;
  }
  .p-px-md-14 {
    padding: 0.875rem !important;
  }
  .p-px-md-15 {
    padding: 0.9375rem !important;
  }
  .p-px-md-16 {
    padding: 1rem !important;
  }
  .p-px-md-17 {
    padding: 1.0625rem !important;
  }
  .p-px-md-18 {
    padding: 1.125rem !important;
  }
  .p-px-md-19 {
    padding: 1.1875rem !important;
  }
  .p-px-md-20 {
    padding: 1.25rem !important;
  }
  .p-px-md-21 {
    padding: 1.3125rem !important;
  }
  .p-px-md-22 {
    padding: 1.375rem !important;
  }
  .p-px-md-23 {
    padding: 1.4375rem !important;
  }
  .p-px-md-24 {
    padding: 1.5rem !important;
  }
  .p-px-md-25 {
    padding: 1.5625rem !important;
  }
  .p-px-md-26 {
    padding: 1.625rem !important;
  }
  .p-px-md-27 {
    padding: 1.6875rem !important;
  }
  .p-px-md-28 {
    padding: 1.75rem !important;
  }
  .p-px-md-29 {
    padding: 1.8125rem !important;
  }
  .p-px-md-30 {
    padding: 1.875rem !important;
  }
  .p-px-md-31 {
    padding: 1.9375rem !important;
  }
  .p-px-md-32 {
    padding: 2rem !important;
  }
  .p-px-md-33 {
    padding: 2.0625rem !important;
  }
  .p-px-md-34 {
    padding: 2.125rem !important;
  }
  .p-px-md-35 {
    padding: 2.1875rem !important;
  }
  .p-px-md-36 {
    padding: 2.25rem !important;
  }
  .p-px-md-37 {
    padding: 2.3125rem !important;
  }
  .p-px-md-38 {
    padding: 2.375rem !important;
  }
  .p-px-md-39 {
    padding: 2.4375rem !important;
  }
  .p-px-md-40 {
    padding: 2.5rem !important;
  }
  .p-px-md-41 {
    padding: 2.5625rem !important;
  }
  .p-px-md-42 {
    padding: 2.625rem !important;
  }
  .p-px-md-43 {
    padding: 2.6875rem !important;
  }
  .p-px-md-44 {
    padding: 2.75rem !important;
  }
  .p-px-md-45 {
    padding: 2.8125rem !important;
  }
  .p-px-md-46 {
    padding: 2.875rem !important;
  }
  .p-px-md-47 {
    padding: 2.9375rem !important;
  }
  .p-px-md-48 {
    padding: 3rem !important;
  }
  .p-px-md-49 {
    padding: 3.0625rem !important;
  }
  .p-px-md-50 {
    padding: 3.125rem !important;
  }
  .p-px-md-51 {
    padding: 3.1875rem !important;
  }
  .p-px-md-52 {
    padding: 3.25rem !important;
  }
  .p-px-md-53 {
    padding: 3.3125rem !important;
  }
  .p-px-md-54 {
    padding: 3.375rem !important;
  }
  .p-px-md-56 {
    padding: 3.5rem !important;
  }
  .p-px-md-57 {
    padding: 3.5625rem !important;
  }
  .p-px-md-58 {
    padding: 3.625rem !important;
  }
  .p-px-md-59 {
    padding: 3.6875rem !important;
  }
  .p-px-md-60 {
    padding: 3.75rem !important;
  }
  .p-px-md-61 {
    padding: 3.8125rem !important;
  }
  .p-px-md-62 {
    padding: 3.875rem !important;
  }
  .p-px-md-63 {
    padding: 3.9375rem !important;
  }
  .p-px-md-64 {
    padding: 4rem !important;
  }
  .p-px-md-68 {
    padding: 4.25rem !important;
  }
  .p-px-md-70 {
    padding: 4.375rem !important;
  }
  .p-px-md-71 {
    padding: 4.4375rem !important;
  }
  .p-px-md-72 {
    padding: 4.5rem !important;
  }
  .p-px-md-73 {
    padding: 4.5625rem !important;
  }
  .p-px-md-74 {
    padding: 4.625rem !important;
  }
  .p-px-md-75 {
    padding: 4.6875rem !important;
  }
  .p-px-md-76 {
    padding: 4.75rem !important;
  }
  .p-px-md-77 {
    padding: 4.8125rem !important;
  }
  .p-px-md-78 {
    padding: 4.875rem !important;
  }
  .p-px-md-79 {
    padding: 4.9375rem !important;
  }
  .p-px-md-80 {
    padding: 5rem !important;
  }
  .p-px-md-82 {
    padding: 5.125rem !important;
  }
  .p-px-md-83 {
    padding: 5.1875rem !important;
  }
  .p-px-md-84 {
    padding: 5.25rem !important;
  }
  .p-px-md-86 {
    padding: 5.375rem !important;
  }
  .p-px-md-87 {
    padding: 5.4375rem !important;
  }
  .p-px-md-88 {
    padding: 5.5rem !important;
  }
  .p-px-md-89 {
    padding: 5.5625rem !important;
  }
  .p-px-md-90 {
    padding: 5.625rem !important;
  }
  .p-px-md-92 {
    padding: 5.75rem !important;
  }
  .p-px-md-94 {
    padding: 5.875rem !important;
  }
  .p-px-md-95 {
    padding: 5.9375rem !important;
  }
  .p-px-md-96 {
    padding: 6rem !important;
  }
  .p-px-md-98 {
    padding: 6.125rem !important;
  }
  .p-px-md-100 {
    padding: 6.25rem !important;
  }
  .p-px-md-102 {
    padding: 6.375rem !important;
  }
  .p-px-md-104 {
    padding: 6.5rem !important;
  }
  .p-px-md-108 {
    padding: 6.75rem !important;
  }
  .p-px-md-115 {
    padding: 7.1875rem !important;
  }
  .p-px-md-116 {
    padding: 7.25rem !important;
  }
  .p-px-md-118 {
    padding: 7.375rem !important;
  }
  .p-px-md-120 {
    padding: 7.5rem !important;
  }
  .p-px-md-121 {
    padding: 7.5625rem !important;
  }
  .p-px-md-123 {
    padding: 7.6875rem !important;
  }
  .p-px-md-129 {
    padding: 8.0625rem !important;
  }
  .p-px-md-131 {
    padding: 8.1875rem !important;
  }
  .p-px-md-140 {
    padding: 8.75rem !important;
  }
  .p-px-md-144 {
    padding: 9rem !important;
  }
  .p-px-md-147 {
    padding: 9.1875rem !important;
  }
  .p-px-md-148 {
    padding: 9.25rem !important;
  }
  .p-px-md-154 {
    padding: 9.625rem !important;
  }
  .p-px-md-156 {
    padding: 9.75rem !important;
  }
  .p-px-md-180 {
    padding: 11.25rem !important;
  }
  .p-px-md-200 {
    padding: 12.5rem !important;
  }
  .p-px-md-231 {
    padding: 14.4375rem !important;
  }
  .p-px-md-240 {
    padding: 15rem !important;
  }
  .p-px-md-247 {
    padding: 15.4375rem !important;
  }
  .p-px-md-239 {
    padding: 14.9375rem !important;
  }
  .p-px-md-255 {
    padding: 15.9375rem !important;
  }
  .p-px-md-327 {
    padding: 20.4375rem !important;
  }
  .px-md-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-md-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-md-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-md-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-md-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-md-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-md-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-md-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-md-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-md-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-md-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-md-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-md-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-md-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-md-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-md-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-md-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-md-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-md-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-md-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-md-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-md-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-md-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-md-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-md-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-md-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-md-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-md-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-md-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-md-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-md-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-md-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-md-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-md-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-md-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-md-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-md-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-md-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-md-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-md-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-md-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-md-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-md-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-md-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-md-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-md-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-md-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-md-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-md-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-md-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-md-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-md-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-md-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-md-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-md-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-md-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-md-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-md-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-md-90 {
    padding-inline-start: 5.625rem !important;
    padding-inline-end: 5.625rem !important;
  }
  .px-md-99 {
    padding-inline-start: 6.1875rem !important;
    padding-inline-end: 6.1875rem !important;
  }
  .px-md-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-md-250 {
    padding-inline-start: 15.625rem !important;
    padding-inline-end: 15.625rem !important;
  }
  .py-md-0 {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
  }
  .py-md-1 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-md-2 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-md-3 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-md-4 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-md-5 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-md-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-md-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-md-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-md-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-md-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-md-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-md-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-md-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-md-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-md-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-md-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-md-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-md-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-md-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-md-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-md-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-md-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-md-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-md-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-md-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-md-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-md-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-md-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-md-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-md-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-md-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-md-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-md-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-md-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-md-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-md-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-md-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-md-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-md-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-md-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-md-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-md-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-md-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-md-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-md-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-md-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-md-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-md-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-md-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-md-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-md-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-md-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-md-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-md-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-md-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-md-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-md-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-md-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-md-99 {
    padding-block-start: 6.1875rem !important;
    padding-block-end: 6.1875rem !important;
  }
  .py-md-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-md-250 {
    padding-block-start: 15.625rem !important;
    padding-block-end: 15.625rem !important;
  }
  .py-px-md-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-md-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-md-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-md-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-md-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-md-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-md-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-md-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-md-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-md-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-md-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-md-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-md-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-md-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-md-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-md-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-md-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-md-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-md-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-md-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-md-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-md-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-md-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-md-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-md-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-md-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-md-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-md-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-md-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-md-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-md-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-md-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-md-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-md-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-md-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-md-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-md-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-md-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-md-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-md-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-md-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-md-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-md-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-md-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-md-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-md-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-md-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-md-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-md-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-md-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-md-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-md-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-md-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-md-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-md-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-md-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-md-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-md-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-md-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-md-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-md-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-md-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-md-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-md-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-md-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-md-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-md-71 {
    padding-block-start: 4.4375rem !important;
    padding-block-end: 4.4375rem !important;
  }
  .py-px-md-72 {
    padding-block-start: 4.5rem !important;
    padding-block-end: 4.5rem !important;
  }
  .py-px-md-73 {
    padding-block-start: 4.5625rem !important;
    padding-block-end: 4.5625rem !important;
  }
  .py-px-md-74 {
    padding-block-start: 4.625rem !important;
    padding-block-end: 4.625rem !important;
  }
  .py-px-md-75 {
    padding-block-start: 4.6875rem !important;
    padding-block-end: 4.6875rem !important;
  }
  .py-px-md-76 {
    padding-block-start: 4.75rem !important;
    padding-block-end: 4.75rem !important;
  }
  .py-px-md-77 {
    padding-block-start: 4.8125rem !important;
    padding-block-end: 4.8125rem !important;
  }
  .py-px-md-78 {
    padding-block-start: 4.875rem !important;
    padding-block-end: 4.875rem !important;
  }
  .py-px-md-79 {
    padding-block-start: 4.9375rem !important;
    padding-block-end: 4.9375rem !important;
  }
  .py-px-md-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-md-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-md-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-md-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-md-86 {
    padding-block-start: 5.375rem !important;
    padding-block-end: 5.375rem !important;
  }
  .py-px-md-87 {
    padding-block-start: 5.4375rem !important;
    padding-block-end: 5.4375rem !important;
  }
  .py-px-md-88 {
    padding-block-start: 5.5rem !important;
    padding-block-end: 5.5rem !important;
  }
  .py-px-md-89 {
    padding-block-start: 5.5625rem !important;
    padding-block-end: 5.5625rem !important;
  }
  .py-px-md-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-px-md-92 {
    padding-block-start: 5.75rem !important;
    padding-block-end: 5.75rem !important;
  }
  .py-px-md-94 {
    padding-block-start: 5.875rem !important;
    padding-block-end: 5.875rem !important;
  }
  .py-px-md-95 {
    padding-block-start: 5.9375rem !important;
    padding-block-end: 5.9375rem !important;
  }
  .py-px-md-96 {
    padding-block-start: 6rem !important;
    padding-block-end: 6rem !important;
  }
  .py-px-md-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-md-100 {
    padding-block-start: 6.25rem !important;
    padding-block-end: 6.25rem !important;
  }
  .py-px-md-102 {
    padding-block-start: 6.375rem !important;
    padding-block-end: 6.375rem !important;
  }
  .py-px-md-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-md-108 {
    padding-block-start: 6.75rem !important;
    padding-block-end: 6.75rem !important;
  }
  .py-px-md-115 {
    padding-block-start: 7.1875rem !important;
    padding-block-end: 7.1875rem !important;
  }
  .py-px-md-116 {
    padding-block-start: 7.25rem !important;
    padding-block-end: 7.25rem !important;
  }
  .py-px-md-118 {
    padding-block-start: 7.375rem !important;
    padding-block-end: 7.375rem !important;
  }
  .py-px-md-120 {
    padding-block-start: 7.5rem !important;
    padding-block-end: 7.5rem !important;
  }
  .py-px-md-121 {
    padding-block-start: 7.5625rem !important;
    padding-block-end: 7.5625rem !important;
  }
  .py-px-md-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-md-129 {
    padding-block-start: 8.0625rem !important;
    padding-block-end: 8.0625rem !important;
  }
  .py-px-md-131 {
    padding-block-start: 8.1875rem !important;
    padding-block-end: 8.1875rem !important;
  }
  .py-px-md-140 {
    padding-block-start: 8.75rem !important;
    padding-block-end: 8.75rem !important;
  }
  .py-px-md-144 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-px-md-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-md-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-md-154 {
    padding-block-start: 9.625rem !important;
    padding-block-end: 9.625rem !important;
  }
  .py-px-md-156 {
    padding-block-start: 9.75rem !important;
    padding-block-end: 9.75rem !important;
  }
  .py-px-md-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-md-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-md-231 {
    padding-block-start: 14.4375rem !important;
    padding-block-end: 14.4375rem !important;
  }
  .py-px-md-240 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-px-md-247 {
    padding-block-start: 15.4375rem !important;
    padding-block-end: 15.4375rem !important;
  }
  .py-px-md-239 {
    padding-block-start: 14.9375rem !important;
    padding-block-end: 14.9375rem !important;
  }
  .py-px-md-255 {
    padding-block-start: 15.9375rem !important;
    padding-block-end: 15.9375rem !important;
  }
  .py-px-md-327 {
    padding-block-start: 20.4375rem !important;
    padding-block-end: 20.4375rem !important;
  }
  .pt-md-0 {
    padding-block-start: 0 !important;
  }
  .pt-md-1 {
    padding-block-start: 0.25rem !important;
  }
  .pt-md-2 {
    padding-block-start: 0.5rem !important;
  }
  .pt-md-3 {
    padding-block-start: 1rem !important;
  }
  .pt-md-4 {
    padding-block-start: 1.5rem !important;
  }
  .pt-md-5 {
    padding-block-start: 3rem !important;
  }
  .pt-md-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-md-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-md-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-md-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-md-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-md-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-md-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-md-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-md-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-md-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-md-16 {
    padding-block-start: 1rem !important;
  }
  .pt-md-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-md-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-md-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-md-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-md-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-md-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-md-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-md-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-md-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-md-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-md-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-md-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-md-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-md-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-md-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-md-32 {
    padding-block-start: 2rem !important;
  }
  .pt-md-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-md-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-md-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-md-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-md-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-md-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-md-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-md-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-md-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-md-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-md-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-md-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-md-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-md-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-md-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-md-48 {
    padding-block-start: 3rem !important;
  }
  .pt-md-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-md-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-md-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-md-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-md-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-md-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-md-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-md-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-md-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-md-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-md-99 {
    padding-block-start: 6.1875rem !important;
  }
  .pt-md-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-md-250 {
    padding-block-start: 15.625rem !important;
  }
  .pt-px-md-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-md-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-md-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-md-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-md-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-md-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-md-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-md-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-md-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-md-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-md-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-md-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-md-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-md-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-md-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-md-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-md-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-md-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-md-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-md-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-md-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-md-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-md-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-md-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-md-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-md-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-md-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-md-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-md-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-md-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-md-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-md-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-md-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-md-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-md-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-md-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-md-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-md-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-md-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-md-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-md-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-md-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-md-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-md-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-md-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-md-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-md-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-md-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-md-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-md-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-md-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-md-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-md-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-md-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-md-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-md-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-md-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-md-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-md-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-md-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-md-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-md-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-md-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-md-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-md-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-md-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-md-71 {
    padding-block-start: 4.4375rem !important;
  }
  .pt-px-md-72 {
    padding-block-start: 4.5rem !important;
  }
  .pt-px-md-73 {
    padding-block-start: 4.5625rem !important;
  }
  .pt-px-md-74 {
    padding-block-start: 4.625rem !important;
  }
  .pt-px-md-75 {
    padding-block-start: 4.6875rem !important;
  }
  .pt-px-md-76 {
    padding-block-start: 4.75rem !important;
  }
  .pt-px-md-77 {
    padding-block-start: 4.8125rem !important;
  }
  .pt-px-md-78 {
    padding-block-start: 4.875rem !important;
  }
  .pt-px-md-79 {
    padding-block-start: 4.9375rem !important;
  }
  .pt-px-md-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-md-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-md-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-md-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-md-86 {
    padding-block-start: 5.375rem !important;
  }
  .pt-px-md-87 {
    padding-block-start: 5.4375rem !important;
  }
  .pt-px-md-88 {
    padding-block-start: 5.5rem !important;
  }
  .pt-px-md-89 {
    padding-block-start: 5.5625rem !important;
  }
  .pt-px-md-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-px-md-92 {
    padding-block-start: 5.75rem !important;
  }
  .pt-px-md-94 {
    padding-block-start: 5.875rem !important;
  }
  .pt-px-md-95 {
    padding-block-start: 5.9375rem !important;
  }
  .pt-px-md-96 {
    padding-block-start: 6rem !important;
  }
  .pt-px-md-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-md-100 {
    padding-block-start: 6.25rem !important;
  }
  .pt-px-md-102 {
    padding-block-start: 6.375rem !important;
  }
  .pt-px-md-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-md-108 {
    padding-block-start: 6.75rem !important;
  }
  .pt-px-md-115 {
    padding-block-start: 7.1875rem !important;
  }
  .pt-px-md-116 {
    padding-block-start: 7.25rem !important;
  }
  .pt-px-md-118 {
    padding-block-start: 7.375rem !important;
  }
  .pt-px-md-120 {
    padding-block-start: 7.5rem !important;
  }
  .pt-px-md-121 {
    padding-block-start: 7.5625rem !important;
  }
  .pt-px-md-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-md-129 {
    padding-block-start: 8.0625rem !important;
  }
  .pt-px-md-131 {
    padding-block-start: 8.1875rem !important;
  }
  .pt-px-md-140 {
    padding-block-start: 8.75rem !important;
  }
  .pt-px-md-144 {
    padding-block-start: 9rem !important;
  }
  .pt-px-md-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-md-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-md-154 {
    padding-block-start: 9.625rem !important;
  }
  .pt-px-md-156 {
    padding-block-start: 9.75rem !important;
  }
  .pt-px-md-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-md-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-md-231 {
    padding-block-start: 14.4375rem !important;
  }
  .pt-px-md-240 {
    padding-block-start: 15rem !important;
  }
  .pt-px-md-247 {
    padding-block-start: 15.4375rem !important;
  }
  .pt-px-md-239 {
    padding-block-start: 14.9375rem !important;
  }
  .pt-px-md-255 {
    padding-block-start: 15.9375rem !important;
  }
  .pt-px-md-327 {
    padding-block-start: 20.4375rem !important;
  }
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
  .pe-md-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-md-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-md-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-md-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-md-5 {
    padding-inline-end: 3rem !important;
  }
  .pe-md-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-md-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-md-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-md-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-md-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-md-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-md-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-md-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-md-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-md-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-md-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-md-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-md-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-md-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-md-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-md-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-md-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-md-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-md-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-md-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-md-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-md-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-md-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-md-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-md-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-md-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-md-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-md-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-md-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-md-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-md-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-md-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-md-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-md-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-md-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-md-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-md-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-md-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-md-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-md-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-md-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-md-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-md-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-md-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-md-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-md-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-md-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-md-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-md-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-md-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-md-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-md-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-md-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-md-99 {
    padding-inline-end: 6.1875rem !important;
  }
  .pe-md-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-md-250 {
    padding-inline-end: 15.625rem !important;
  }
  .pe-px-md-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-md-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-md-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-md-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-md-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-md-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-md-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-md-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-md-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-md-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-md-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-md-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-md-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-md-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-md-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-md-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-md-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-md-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-md-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-md-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-md-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-md-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-md-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-md-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-md-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-md-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-md-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-md-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-md-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-md-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-md-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-md-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-md-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-md-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-md-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-md-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-md-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-md-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-md-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-md-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-md-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-md-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-md-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-md-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-md-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-md-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-md-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-md-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-md-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-md-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-md-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-md-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-md-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-md-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-md-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-md-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-md-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-md-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-md-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-md-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-md-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-md-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-md-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-md-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-md-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-md-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-md-71 {
    padding-inline-end: 4.4375rem !important;
  }
  .pe-px-md-72 {
    padding-inline-end: 4.5rem !important;
  }
  .pe-px-md-73 {
    padding-inline-end: 4.5625rem !important;
  }
  .pe-px-md-74 {
    padding-inline-end: 4.625rem !important;
  }
  .pe-px-md-75 {
    padding-inline-end: 4.6875rem !important;
  }
  .pe-px-md-76 {
    padding-inline-end: 4.75rem !important;
  }
  .pe-px-md-77 {
    padding-inline-end: 4.8125rem !important;
  }
  .pe-px-md-78 {
    padding-inline-end: 4.875rem !important;
  }
  .pe-px-md-79 {
    padding-inline-end: 4.9375rem !important;
  }
  .pe-px-md-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-md-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-md-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-md-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-md-86 {
    padding-inline-end: 5.375rem !important;
  }
  .pe-px-md-87 {
    padding-inline-end: 5.4375rem !important;
  }
  .pe-px-md-88 {
    padding-inline-end: 5.5rem !important;
  }
  .pe-px-md-89 {
    padding-inline-end: 5.5625rem !important;
  }
  .pe-px-md-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-px-md-92 {
    padding-inline-end: 5.75rem !important;
  }
  .pe-px-md-94 {
    padding-inline-end: 5.875rem !important;
  }
  .pe-px-md-95 {
    padding-inline-end: 5.9375rem !important;
  }
  .pe-px-md-96 {
    padding-inline-end: 6rem !important;
  }
  .pe-px-md-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-md-100 {
    padding-inline-end: 6.25rem !important;
  }
  .pe-px-md-102 {
    padding-inline-end: 6.375rem !important;
  }
  .pe-px-md-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-md-108 {
    padding-inline-end: 6.75rem !important;
  }
  .pe-px-md-115 {
    padding-inline-end: 7.1875rem !important;
  }
  .pe-px-md-116 {
    padding-inline-end: 7.25rem !important;
  }
  .pe-px-md-118 {
    padding-inline-end: 7.375rem !important;
  }
  .pe-px-md-120 {
    padding-inline-end: 7.5rem !important;
  }
  .pe-px-md-121 {
    padding-inline-end: 7.5625rem !important;
  }
  .pe-px-md-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-md-129 {
    padding-inline-end: 8.0625rem !important;
  }
  .pe-px-md-131 {
    padding-inline-end: 8.1875rem !important;
  }
  .pe-px-md-140 {
    padding-inline-end: 8.75rem !important;
  }
  .pe-px-md-144 {
    padding-inline-end: 9rem !important;
  }
  .pe-px-md-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-md-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-md-154 {
    padding-inline-end: 9.625rem !important;
  }
  .pe-px-md-156 {
    padding-inline-end: 9.75rem !important;
  }
  .pe-px-md-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-md-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-md-231 {
    padding-inline-end: 14.4375rem !important;
  }
  .pe-px-md-240 {
    padding-inline-end: 15rem !important;
  }
  .pe-px-md-247 {
    padding-inline-end: 15.4375rem !important;
  }
  .pe-px-md-239 {
    padding-inline-end: 14.9375rem !important;
  }
  .pe-px-md-255 {
    padding-inline-end: 15.9375rem !important;
  }
  .pe-px-md-327 {
    padding-inline-end: 20.4375rem !important;
  }
  .pb-md-0 {
    padding-block-end: 0 !important;
  }
  .pb-md-1 {
    padding-block-end: 0.25rem !important;
  }
  .pb-md-2 {
    padding-block-end: 0.5rem !important;
  }
  .pb-md-3 {
    padding-block-end: 1rem !important;
  }
  .pb-md-4 {
    padding-block-end: 1.5rem !important;
  }
  .pb-md-5 {
    padding-block-end: 3rem !important;
  }
  .pb-md-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-md-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-md-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-md-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-md-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-md-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-md-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-md-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-md-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-md-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-md-16 {
    padding-block-end: 1rem !important;
  }
  .pb-md-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-md-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-md-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-md-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-md-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-md-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-md-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-md-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-md-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-md-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-md-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-md-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-md-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-md-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-md-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-md-32 {
    padding-block-end: 2rem !important;
  }
  .pb-md-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-md-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-md-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-md-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-md-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-md-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-md-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-md-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-md-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-md-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-md-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-md-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-md-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-md-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-md-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-md-48 {
    padding-block-end: 3rem !important;
  }
  .pb-md-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-md-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-md-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-md-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-md-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-md-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-md-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-md-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-md-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-md-90 {
    padding-block-end: 5.625rem !important;
  }
  .pb-md-99 {
    padding-block-end: 6.1875rem !important;
  }
  .pb-md-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-md-250 {
    padding-block-end: 15.625rem !important;
  }
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
  .ps-md-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-md-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-md-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-md-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-md-5 {
    padding-inline-start: 3rem !important;
  }
  .ps-md-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-md-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-md-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-md-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-md-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-md-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-md-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-md-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-md-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-md-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-md-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-md-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-md-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-md-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-md-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-md-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-md-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-md-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-md-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-md-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-md-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-md-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-md-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-md-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-md-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-md-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-md-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-md-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-md-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-md-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-md-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-md-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-md-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-md-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-md-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-md-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-md-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-md-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-md-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-md-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-md-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-md-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-md-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-md-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-md-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-md-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-md-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-md-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-md-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-md-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-md-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-md-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-md-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-md-99 {
    padding-inline-start: 6.1875rem !important;
  }
  .ps-md-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-md-250 {
    padding-inline-start: 15.625rem !important;
  }
  .ps-px-md-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-md-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-md-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-md-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-md-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-md-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-md-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-md-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-md-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-md-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-md-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-md-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-md-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-md-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-md-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-md-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-md-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-md-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-md-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-md-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-md-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-md-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-md-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-md-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-md-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-md-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-md-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-md-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-md-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-md-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-md-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-md-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-md-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-md-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-md-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-md-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-md-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-md-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-md-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-md-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-md-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-md-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-md-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-md-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-md-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-md-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-md-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-md-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-md-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-md-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-md-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-md-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-md-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-md-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-md-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-md-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-md-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-md-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-md-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-md-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-md-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-md-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-md-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-md-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-md-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-md-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-md-71 {
    padding-inline-start: 4.4375rem !important;
  }
  .ps-px-md-72 {
    padding-inline-start: 4.5rem !important;
  }
  .ps-px-md-73 {
    padding-inline-start: 4.5625rem !important;
  }
  .ps-px-md-74 {
    padding-inline-start: 4.625rem !important;
  }
  .ps-px-md-75 {
    padding-inline-start: 4.6875rem !important;
  }
  .ps-px-md-76 {
    padding-inline-start: 4.75rem !important;
  }
  .ps-px-md-77 {
    padding-inline-start: 4.8125rem !important;
  }
  .ps-px-md-78 {
    padding-inline-start: 4.875rem !important;
  }
  .ps-px-md-79 {
    padding-inline-start: 4.9375rem !important;
  }
  .ps-px-md-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-md-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-md-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-md-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-md-86 {
    padding-inline-start: 5.375rem !important;
  }
  .ps-px-md-87 {
    padding-inline-start: 5.4375rem !important;
  }
  .ps-px-md-88 {
    padding-inline-start: 5.5rem !important;
  }
  .ps-px-md-89 {
    padding-inline-start: 5.5625rem !important;
  }
  .ps-px-md-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-px-md-92 {
    padding-inline-start: 5.75rem !important;
  }
  .ps-px-md-94 {
    padding-inline-start: 5.875rem !important;
  }
  .ps-px-md-95 {
    padding-inline-start: 5.9375rem !important;
  }
  .ps-px-md-96 {
    padding-inline-start: 6rem !important;
  }
  .ps-px-md-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-md-100 {
    padding-inline-start: 6.25rem !important;
  }
  .ps-px-md-102 {
    padding-inline-start: 6.375rem !important;
  }
  .ps-px-md-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-md-108 {
    padding-inline-start: 6.75rem !important;
  }
  .ps-px-md-115 {
    padding-inline-start: 7.1875rem !important;
  }
  .ps-px-md-116 {
    padding-inline-start: 7.25rem !important;
  }
  .ps-px-md-118 {
    padding-inline-start: 7.375rem !important;
  }
  .ps-px-md-120 {
    padding-inline-start: 7.5rem !important;
  }
  .ps-px-md-121 {
    padding-inline-start: 7.5625rem !important;
  }
  .ps-px-md-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-md-129 {
    padding-inline-start: 8.0625rem !important;
  }
  .ps-px-md-131 {
    padding-inline-start: 8.1875rem !important;
  }
  .ps-px-md-140 {
    padding-inline-start: 8.75rem !important;
  }
  .ps-px-md-144 {
    padding-inline-start: 9rem !important;
  }
  .ps-px-md-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-md-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-md-154 {
    padding-inline-start: 9.625rem !important;
  }
  .ps-px-md-156 {
    padding-inline-start: 9.75rem !important;
  }
  .ps-px-md-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-md-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-md-231 {
    padding-inline-start: 14.4375rem !important;
  }
  .ps-px-md-240 {
    padding-inline-start: 15rem !important;
  }
  .ps-px-md-247 {
    padding-inline-start: 15.4375rem !important;
  }
  .ps-px-md-239 {
    padding-inline-start: 14.9375rem !important;
  }
  .ps-px-md-255 {
    padding-inline-start: 15.9375rem !important;
  }
  .ps-px-md-327 {
    padding-inline-start: 20.4375rem !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .text-md-start {
    text-align: start !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-wrap {
    white-space: normal !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .text-md-balance {
    white-space: balance !important;
  }
  /* rtl:begin:remove */
  .text-md-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .text-md-keep {
    word-wrap: keep-all !important;
    word-break: keep-all !important;
  }
  /* rtl:end:remove */
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .resize-lg-none {
    resize: none !important;
  }
  .resize-lg-auto {
    resize: auto !important;
  }
  .grid-cols-lg-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-210 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  }
  .grid-cols-lg-auto-fill-185 {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
  }
  .grid-cols-lg-1_5-1-1 {
    grid-template-columns: 1.5fr 1fr 1fr !important;
  }
  .grid-cols-lg-1_4-1 {
    grid-template-columns: 1.4fr 1fr !important;
  }
  .grid-column-lg-1-2 {
    grid-column: 1/2 !important;
  }
  .grid-column-lg-1-3 {
    grid-column: 1/3 !important;
  }
  .grid-column-lg-2-3 {
    grid-column: 2/3 !important;
  }
  .grid-column-lg-3-4 {
    grid-column: 3/4 !important;
  }
  .grid-row-lg-1 {
    grid-row: 1 !important;
  }
  .grid-row-lg-2 {
    grid-row: 2 !important;
  }
  .grid-row-lg-3 {
    grid-row: 3 !important;
  }
  .grid-row-lg-1-3 {
    grid-row: 1/3 !important;
  }
  .grid-row-lg-unset {
    grid-row: unset !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-auto {
    inset-block-start: auto !important;
  }
  .top-lg-0 {
    inset-block-start: 0 !important;
  }
  .top-lg-2 {
    inset-block-start: 2px !important;
  }
  .top-lg-3 {
    inset-block-start: 3px !important;
  }
  .top-lg-4 {
    inset-block-start: 4px !important;
  }
  .top-lg-5 {
    inset-block-start: 5px !important;
  }
  .top-lg-6 {
    inset-block-start: 6px !important;
  }
  .top-lg-7 {
    inset-block-start: 7px !important;
  }
  .top-lg-8 {
    inset-block-start: 8px !important;
  }
  .top-lg-9 {
    inset-block-start: 9px !important;
  }
  .top-lg-10 {
    inset-block-start: 10px !important;
  }
  .top-lg-11 {
    inset-block-start: 11px !important;
  }
  .top-lg-12 {
    inset-block-start: 12px !important;
  }
  .top-lg-13 {
    inset-block-start: 13px !important;
  }
  .top-lg-14 {
    inset-block-start: 14px !important;
  }
  .top-lg-15 {
    inset-block-start: 15px !important;
  }
  .top-lg-16 {
    inset-block-start: 16px !important;
  }
  .top-lg-18 {
    inset-block-start: 18px !important;
  }
  .top-lg-20 {
    inset-block-start: 20px !important;
  }
  .top-lg-21 {
    inset-block-start: 21px !important;
  }
  .top-lg-22 {
    inset-block-start: 22px !important;
  }
  .top-lg-23 {
    inset-block-start: 23px !important;
  }
  .top-lg-24 {
    inset-block-start: 24px !important;
  }
  .top-lg-25 {
    inset-block-start: 25px !important;
  }
  .top-lg-26 {
    inset-block-start: 26px !important;
  }
  .top-lg-27 {
    inset-block-start: 27px !important;
  }
  .top-lg-28 {
    inset-block-start: 28px !important;
  }
  .top-lg-29 {
    inset-block-start: 29px !important;
  }
  .top-lg-30 {
    inset-block-start: 30px !important;
  }
  .top-lg-36 {
    inset-block-start: 36px !important;
  }
  .top-lg-38 {
    inset-block-start: 38px !important;
  }
  .top-lg-40 {
    inset-block-start: 40px !important;
  }
  .top-lg-41 {
    inset-block-start: 41px !important;
  }
  .top-lg-49 {
    inset-block-start: 49px !important;
  }
  .top-lg-54 {
    inset-block-start: 54px !important;
  }
  .top-lg-58 {
    inset-block-start: 58px !important;
  }
  .top-lg-59 {
    inset-block-start: 59px !important;
  }
  .top-lg-60 {
    inset-block-start: 60px !important;
  }
  .top-lg-61 {
    inset-block-start: 61px !important;
  }
  .top-lg-62 {
    inset-block-start: 62px !important;
  }
  .top-lg-63 {
    inset-block-start: 63px !important;
  }
  .top-lg-64 {
    inset-block-start: 64px !important;
  }
  .top-lg-65 {
    inset-block-start: 65px !important;
  }
  .top-lg-66 {
    inset-block-start: 66px !important;
  }
  .top-lg-70 {
    inset-block-start: 70px !important;
  }
  .top-lg-85 {
    inset-block-start: 85px !important;
  }
  .top-lg-96 {
    inset-block-start: 96px !important;
  }
  .top-lg-99 {
    inset-block-start: 99px !important;
  }
  .top-lg-109 {
    inset-block-start: 109px !important;
  }
  .top-lg-120 {
    inset-block-start: 120px !important;
  }
  .top-lg-135 {
    inset-block-start: 135px !important;
  }
  .top-lg-50 {
    inset-block-start: 50% !important;
  }
  .top-lg-100 {
    inset-block-start: 100% !important;
  }
  .top-per-lg-10 {
    inset-block-start: 10% !important;
  }
  .top-per-lg-20 {
    inset-block-start: 20% !important;
  }
  .top-per-lg-25 {
    inset-block-start: 25% !important;
  }
  .top-per-lg-40 {
    inset-block-start: 40% !important;
  }
  .top-per-lg-47 {
    inset-block-start: 47% !important;
  }
  .top-per-lg-50 {
    inset-block-start: 50% !important;
  }
  .top-per-lg-60 {
    inset-block-start: 60% !important;
  }
  .top-per-lg-70 {
    inset-block-start: 70% !important;
  }
  .top-per-lg-75 {
    inset-block-start: 75% !important;
  }
  .top-per-lg-80 {
    inset-block-start: 80% !important;
  }
  .top-per-lg-90 {
    inset-block-start: 90% !important;
  }
  .top-per-lg-100 {
    inset-block-start: 100% !important;
  }
  .top-per-lg-auto {
    inset-block-start: auto !important;
  }
  .top-lg-nauto {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n2 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n3 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n4 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n5 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n7 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n8 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n9 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n10 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n11 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n12 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n13 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n14 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n15 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n16 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n18 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n20 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n21 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n22 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n23 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n24 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n25 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n26 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n27 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n28 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n29 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n30 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n36 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n38 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n40 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n41 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n49 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n54 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n58 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n59 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n60 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n61 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n62 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n63 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n64 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n65 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n66 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n70 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n85 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n96 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n99 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n109 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n120 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n135 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n50 {
    inset-block-start: -0.375rem !important;
  }
  .top-lg-n100 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-lg-auto {
    inset-block-end: auto !important;
  }
  .bottom-lg-0 {
    inset-block-end: 0 !important;
  }
  .bottom-lg-2 {
    inset-block-end: 2px !important;
  }
  .bottom-lg-3 {
    inset-block-end: 3px !important;
  }
  .bottom-lg-4 {
    inset-block-end: 4px !important;
  }
  .bottom-lg-5 {
    inset-block-end: 5px !important;
  }
  .bottom-lg-6 {
    inset-block-end: 6px !important;
  }
  .bottom-lg-7 {
    inset-block-end: 7px !important;
  }
  .bottom-lg-8 {
    inset-block-end: 8px !important;
  }
  .bottom-lg-9 {
    inset-block-end: 9px !important;
  }
  .bottom-lg-10 {
    inset-block-end: 10px !important;
  }
  .bottom-lg-11 {
    inset-block-end: 11px !important;
  }
  .bottom-lg-12 {
    inset-block-end: 12px !important;
  }
  .bottom-lg-13 {
    inset-block-end: 13px !important;
  }
  .bottom-lg-14 {
    inset-block-end: 14px !important;
  }
  .bottom-lg-15 {
    inset-block-end: 15px !important;
  }
  .bottom-lg-16 {
    inset-block-end: 16px !important;
  }
  .bottom-lg-18 {
    inset-block-end: 18px !important;
  }
  .bottom-lg-20 {
    inset-block-end: 20px !important;
  }
  .bottom-lg-21 {
    inset-block-end: 21px !important;
  }
  .bottom-lg-22 {
    inset-block-end: 22px !important;
  }
  .bottom-lg-23 {
    inset-block-end: 23px !important;
  }
  .bottom-lg-24 {
    inset-block-end: 24px !important;
  }
  .bottom-lg-25 {
    inset-block-end: 25px !important;
  }
  .bottom-lg-26 {
    inset-block-end: 26px !important;
  }
  .bottom-lg-27 {
    inset-block-end: 27px !important;
  }
  .bottom-lg-28 {
    inset-block-end: 28px !important;
  }
  .bottom-lg-29 {
    inset-block-end: 29px !important;
  }
  .bottom-lg-30 {
    inset-block-end: 30px !important;
  }
  .bottom-lg-36 {
    inset-block-end: 36px !important;
  }
  .bottom-lg-38 {
    inset-block-end: 38px !important;
  }
  .bottom-lg-40 {
    inset-block-end: 40px !important;
  }
  .bottom-lg-41 {
    inset-block-end: 41px !important;
  }
  .bottom-lg-49 {
    inset-block-end: 49px !important;
  }
  .bottom-lg-54 {
    inset-block-end: 54px !important;
  }
  .bottom-lg-58 {
    inset-block-end: 58px !important;
  }
  .bottom-lg-59 {
    inset-block-end: 59px !important;
  }
  .bottom-lg-60 {
    inset-block-end: 60px !important;
  }
  .bottom-lg-61 {
    inset-block-end: 61px !important;
  }
  .bottom-lg-62 {
    inset-block-end: 62px !important;
  }
  .bottom-lg-63 {
    inset-block-end: 63px !important;
  }
  .bottom-lg-64 {
    inset-block-end: 64px !important;
  }
  .bottom-lg-65 {
    inset-block-end: 65px !important;
  }
  .bottom-lg-66 {
    inset-block-end: 66px !important;
  }
  .bottom-lg-70 {
    inset-block-end: 70px !important;
  }
  .bottom-lg-85 {
    inset-block-end: 85px !important;
  }
  .bottom-lg-96 {
    inset-block-end: 96px !important;
  }
  .bottom-lg-99 {
    inset-block-end: 99px !important;
  }
  .bottom-lg-109 {
    inset-block-end: 109px !important;
  }
  .bottom-lg-120 {
    inset-block-end: 120px !important;
  }
  .bottom-lg-135 {
    inset-block-end: 135px !important;
  }
  .bottom-lg-50 {
    inset-block-end: 50% !important;
  }
  .bottom-lg-100 {
    inset-block-end: 100% !important;
  }
  .bottom-lg-nauto {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n2 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n3 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n4 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n5 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n6 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n7 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n8 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n9 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n10 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n11 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n12 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n13 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n14 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n15 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n16 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n18 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n20 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n21 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n22 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n23 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n24 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n25 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n26 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n27 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n28 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n29 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n30 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n36 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n38 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n40 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n41 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n49 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n54 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n58 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n59 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n60 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n61 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n62 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n63 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n64 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n65 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n66 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n70 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n85 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n96 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n99 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n109 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n120 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n135 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n50 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-lg-n100 {
    inset-block-end: -0.375rem !important;
  }
  .start-lg-auto {
    inset-inline-start: auto !important;
  }
  .start-lg-0 {
    inset-inline-start: 0 !important;
  }
  .start-lg-2 {
    inset-inline-start: 2px !important;
  }
  .start-lg-3 {
    inset-inline-start: 3px !important;
  }
  .start-lg-4 {
    inset-inline-start: 4px !important;
  }
  .start-lg-5 {
    inset-inline-start: 5px !important;
  }
  .start-lg-6 {
    inset-inline-start: 6px !important;
  }
  .start-lg-7 {
    inset-inline-start: 7px !important;
  }
  .start-lg-8 {
    inset-inline-start: 8px !important;
  }
  .start-lg-9 {
    inset-inline-start: 9px !important;
  }
  .start-lg-10 {
    inset-inline-start: 10px !important;
  }
  .start-lg-11 {
    inset-inline-start: 11px !important;
  }
  .start-lg-12 {
    inset-inline-start: 12px !important;
  }
  .start-lg-13 {
    inset-inline-start: 13px !important;
  }
  .start-lg-14 {
    inset-inline-start: 14px !important;
  }
  .start-lg-15 {
    inset-inline-start: 15px !important;
  }
  .start-lg-16 {
    inset-inline-start: 16px !important;
  }
  .start-lg-18 {
    inset-inline-start: 18px !important;
  }
  .start-lg-20 {
    inset-inline-start: 20px !important;
  }
  .start-lg-21 {
    inset-inline-start: 21px !important;
  }
  .start-lg-22 {
    inset-inline-start: 22px !important;
  }
  .start-lg-23 {
    inset-inline-start: 23px !important;
  }
  .start-lg-24 {
    inset-inline-start: 24px !important;
  }
  .start-lg-25 {
    inset-inline-start: 25px !important;
  }
  .start-lg-26 {
    inset-inline-start: 26px !important;
  }
  .start-lg-27 {
    inset-inline-start: 27px !important;
  }
  .start-lg-28 {
    inset-inline-start: 28px !important;
  }
  .start-lg-29 {
    inset-inline-start: 29px !important;
  }
  .start-lg-30 {
    inset-inline-start: 30px !important;
  }
  .start-lg-36 {
    inset-inline-start: 36px !important;
  }
  .start-lg-38 {
    inset-inline-start: 38px !important;
  }
  .start-lg-40 {
    inset-inline-start: 40px !important;
  }
  .start-lg-41 {
    inset-inline-start: 41px !important;
  }
  .start-lg-49 {
    inset-inline-start: 49px !important;
  }
  .start-lg-54 {
    inset-inline-start: 54px !important;
  }
  .start-lg-58 {
    inset-inline-start: 58px !important;
  }
  .start-lg-59 {
    inset-inline-start: 59px !important;
  }
  .start-lg-60 {
    inset-inline-start: 60px !important;
  }
  .start-lg-61 {
    inset-inline-start: 61px !important;
  }
  .start-lg-62 {
    inset-inline-start: 62px !important;
  }
  .start-lg-63 {
    inset-inline-start: 63px !important;
  }
  .start-lg-64 {
    inset-inline-start: 64px !important;
  }
  .start-lg-65 {
    inset-inline-start: 65px !important;
  }
  .start-lg-66 {
    inset-inline-start: 66px !important;
  }
  .start-lg-70 {
    inset-inline-start: 70px !important;
  }
  .start-lg-85 {
    inset-inline-start: 85px !important;
  }
  .start-lg-96 {
    inset-inline-start: 96px !important;
  }
  .start-lg-99 {
    inset-inline-start: 99px !important;
  }
  .start-lg-109 {
    inset-inline-start: 109px !important;
  }
  .start-lg-120 {
    inset-inline-start: 120px !important;
  }
  .start-lg-135 {
    inset-inline-start: 135px !important;
  }
  .start-lg-50 {
    inset-inline-start: 50% !important;
  }
  .start-lg-100 {
    inset-inline-start: 100% !important;
  }
  .start-px-lg-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-lg-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-lg-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-lg-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-lg-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-lg-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-lg-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-lg-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-lg-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-lg-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-lg-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-lg-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-lg-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-lg-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-lg-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-lg-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-lg-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-lg-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-lg-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-lg-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-lg-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-lg-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-lg-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-lg-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-lg-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-lg-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-lg-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-lg-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-lg-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-lg-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-lg-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-lg-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-lg-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-lg-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-lg-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-lg-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-lg-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-lg-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-lg-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-lg-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-lg-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-lg-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-lg-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-lg-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-lg-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-lg-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-lg-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-lg-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-lg-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-lg-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-lg-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-lg-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-lg-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-lg-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-lg-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-lg-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-lg-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-lg-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-lg-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-lg-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-lg-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-lg-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-lg-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-lg-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-lg-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-lg-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-lg-71 {
    inset-inline-start: 4.4375rem !important;
  }
  .start-px-lg-72 {
    inset-inline-start: 4.5rem !important;
  }
  .start-px-lg-73 {
    inset-inline-start: 4.5625rem !important;
  }
  .start-px-lg-74 {
    inset-inline-start: 4.625rem !important;
  }
  .start-px-lg-75 {
    inset-inline-start: 4.6875rem !important;
  }
  .start-px-lg-76 {
    inset-inline-start: 4.75rem !important;
  }
  .start-px-lg-77 {
    inset-inline-start: 4.8125rem !important;
  }
  .start-px-lg-78 {
    inset-inline-start: 4.875rem !important;
  }
  .start-px-lg-79 {
    inset-inline-start: 4.9375rem !important;
  }
  .start-px-lg-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-lg-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-lg-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-lg-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-lg-86 {
    inset-inline-start: 5.375rem !important;
  }
  .start-px-lg-87 {
    inset-inline-start: 5.4375rem !important;
  }
  .start-px-lg-88 {
    inset-inline-start: 5.5rem !important;
  }
  .start-px-lg-89 {
    inset-inline-start: 5.5625rem !important;
  }
  .start-px-lg-90 {
    inset-inline-start: 5.625rem !important;
  }
  .start-px-lg-92 {
    inset-inline-start: 5.75rem !important;
  }
  .start-px-lg-94 {
    inset-inline-start: 5.875rem !important;
  }
  .start-px-lg-95 {
    inset-inline-start: 5.9375rem !important;
  }
  .start-px-lg-96 {
    inset-inline-start: 6rem !important;
  }
  .start-px-lg-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-lg-100 {
    inset-inline-start: 6.25rem !important;
  }
  .start-px-lg-102 {
    inset-inline-start: 6.375rem !important;
  }
  .start-px-lg-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-lg-108 {
    inset-inline-start: 6.75rem !important;
  }
  .start-px-lg-115 {
    inset-inline-start: 7.1875rem !important;
  }
  .start-px-lg-116 {
    inset-inline-start: 7.25rem !important;
  }
  .start-px-lg-118 {
    inset-inline-start: 7.375rem !important;
  }
  .start-px-lg-120 {
    inset-inline-start: 7.5rem !important;
  }
  .start-px-lg-121 {
    inset-inline-start: 7.5625rem !important;
  }
  .start-px-lg-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-lg-129 {
    inset-inline-start: 8.0625rem !important;
  }
  .start-px-lg-131 {
    inset-inline-start: 8.1875rem !important;
  }
  .start-px-lg-140 {
    inset-inline-start: 8.75rem !important;
  }
  .start-px-lg-144 {
    inset-inline-start: 9rem !important;
  }
  .start-px-lg-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-lg-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-lg-154 {
    inset-inline-start: 9.625rem !important;
  }
  .start-px-lg-156 {
    inset-inline-start: 9.75rem !important;
  }
  .start-px-lg-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-lg-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-lg-231 {
    inset-inline-start: 14.4375rem !important;
  }
  .start-px-lg-240 {
    inset-inline-start: 15rem !important;
  }
  .start-px-lg-247 {
    inset-inline-start: 15.4375rem !important;
  }
  .start-px-lg-239 {
    inset-inline-start: 14.9375rem !important;
  }
  .start-px-lg-255 {
    inset-inline-start: 15.9375rem !important;
  }
  .start-px-lg-327 {
    inset-inline-start: 20.4375rem !important;
  }
  .start-lg-nauto {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n2 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n3 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n4 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n5 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n7 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n8 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n9 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n10 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n11 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n12 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n13 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n14 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n15 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n16 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n18 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n20 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n21 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n22 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n23 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n24 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n25 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n26 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n27 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n28 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n29 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n30 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n36 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n38 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n40 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n41 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n49 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n54 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n58 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n59 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n60 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n61 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n62 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n63 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n64 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n65 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n66 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n70 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n85 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n96 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n99 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n109 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n120 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n135 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n50 {
    inset-inline-start: -0.375rem !important;
  }
  .start-lg-n100 {
    inset-inline-start: -0.375rem !important;
  }
  .end-lg-auto {
    inset-inline-end: auto !important;
  }
  .end-lg-0 {
    inset-inline-end: 0 !important;
  }
  .end-lg-2 {
    inset-inline-end: 2px !important;
  }
  .end-lg-3 {
    inset-inline-end: 3px !important;
  }
  .end-lg-4 {
    inset-inline-end: 4px !important;
  }
  .end-lg-5 {
    inset-inline-end: 5px !important;
  }
  .end-lg-6 {
    inset-inline-end: 6px !important;
  }
  .end-lg-7 {
    inset-inline-end: 7px !important;
  }
  .end-lg-8 {
    inset-inline-end: 8px !important;
  }
  .end-lg-9 {
    inset-inline-end: 9px !important;
  }
  .end-lg-10 {
    inset-inline-end: 10px !important;
  }
  .end-lg-11 {
    inset-inline-end: 11px !important;
  }
  .end-lg-12 {
    inset-inline-end: 12px !important;
  }
  .end-lg-13 {
    inset-inline-end: 13px !important;
  }
  .end-lg-14 {
    inset-inline-end: 14px !important;
  }
  .end-lg-15 {
    inset-inline-end: 15px !important;
  }
  .end-lg-16 {
    inset-inline-end: 16px !important;
  }
  .end-lg-18 {
    inset-inline-end: 18px !important;
  }
  .end-lg-20 {
    inset-inline-end: 20px !important;
  }
  .end-lg-21 {
    inset-inline-end: 21px !important;
  }
  .end-lg-22 {
    inset-inline-end: 22px !important;
  }
  .end-lg-23 {
    inset-inline-end: 23px !important;
  }
  .end-lg-24 {
    inset-inline-end: 24px !important;
  }
  .end-lg-25 {
    inset-inline-end: 25px !important;
  }
  .end-lg-26 {
    inset-inline-end: 26px !important;
  }
  .end-lg-27 {
    inset-inline-end: 27px !important;
  }
  .end-lg-28 {
    inset-inline-end: 28px !important;
  }
  .end-lg-29 {
    inset-inline-end: 29px !important;
  }
  .end-lg-30 {
    inset-inline-end: 30px !important;
  }
  .end-lg-36 {
    inset-inline-end: 36px !important;
  }
  .end-lg-38 {
    inset-inline-end: 38px !important;
  }
  .end-lg-40 {
    inset-inline-end: 40px !important;
  }
  .end-lg-41 {
    inset-inline-end: 41px !important;
  }
  .end-lg-49 {
    inset-inline-end: 49px !important;
  }
  .end-lg-54 {
    inset-inline-end: 54px !important;
  }
  .end-lg-58 {
    inset-inline-end: 58px !important;
  }
  .end-lg-59 {
    inset-inline-end: 59px !important;
  }
  .end-lg-60 {
    inset-inline-end: 60px !important;
  }
  .end-lg-61 {
    inset-inline-end: 61px !important;
  }
  .end-lg-62 {
    inset-inline-end: 62px !important;
  }
  .end-lg-63 {
    inset-inline-end: 63px !important;
  }
  .end-lg-64 {
    inset-inline-end: 64px !important;
  }
  .end-lg-65 {
    inset-inline-end: 65px !important;
  }
  .end-lg-66 {
    inset-inline-end: 66px !important;
  }
  .end-lg-70 {
    inset-inline-end: 70px !important;
  }
  .end-lg-85 {
    inset-inline-end: 85px !important;
  }
  .end-lg-96 {
    inset-inline-end: 96px !important;
  }
  .end-lg-99 {
    inset-inline-end: 99px !important;
  }
  .end-lg-109 {
    inset-inline-end: 109px !important;
  }
  .end-lg-120 {
    inset-inline-end: 120px !important;
  }
  .end-lg-135 {
    inset-inline-end: 135px !important;
  }
  .end-lg-50 {
    inset-inline-end: 50% !important;
  }
  .end-lg-100 {
    inset-inline-end: 100% !important;
  }
  .end-lg-0 {
    inset-inline-end: 0rem !important;
  }
  .end-lg-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-lg-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-lg-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-lg-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-lg-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-lg-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-lg-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-lg-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-lg-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-lg-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-lg-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-lg-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-lg-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-lg-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-lg-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-lg-16 {
    inset-inline-end: 1rem !important;
  }
  .end-lg-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-lg-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-lg-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-lg-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-lg-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-lg-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-lg-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-lg-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-lg-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-lg-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-lg-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-lg-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-lg-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-lg-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-lg-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-lg-32 {
    inset-inline-end: 2rem !important;
  }
  .end-lg-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-lg-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-lg-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-lg-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-lg-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-lg-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-lg-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-lg-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-lg-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-lg-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-lg-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-lg-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-lg-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-lg-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-lg-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-lg-48 {
    inset-inline-end: 3rem !important;
  }
  .end-lg-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-lg-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-lg-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-lg-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-lg-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-lg-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-lg-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-lg-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-lg-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-lg-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-lg-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-lg-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-lg-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-lg-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-lg-64 {
    inset-inline-end: 4rem !important;
  }
  .end-lg-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-lg-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-lg-71 {
    inset-inline-end: 4.4375rem !important;
  }
  .end-lg-72 {
    inset-inline-end: 4.5rem !important;
  }
  .end-lg-73 {
    inset-inline-end: 4.5625rem !important;
  }
  .end-lg-74 {
    inset-inline-end: 4.625rem !important;
  }
  .end-lg-75 {
    inset-inline-end: 4.6875rem !important;
  }
  .end-lg-76 {
    inset-inline-end: 4.75rem !important;
  }
  .end-lg-77 {
    inset-inline-end: 4.8125rem !important;
  }
  .end-lg-78 {
    inset-inline-end: 4.875rem !important;
  }
  .end-lg-79 {
    inset-inline-end: 4.9375rem !important;
  }
  .end-lg-80 {
    inset-inline-end: 5rem !important;
  }
  .end-lg-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-lg-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-lg-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-lg-86 {
    inset-inline-end: 5.375rem !important;
  }
  .end-lg-87 {
    inset-inline-end: 5.4375rem !important;
  }
  .end-lg-88 {
    inset-inline-end: 5.5rem !important;
  }
  .end-lg-89 {
    inset-inline-end: 5.5625rem !important;
  }
  .end-lg-90 {
    inset-inline-end: 5.625rem !important;
  }
  .end-lg-92 {
    inset-inline-end: 5.75rem !important;
  }
  .end-lg-94 {
    inset-inline-end: 5.875rem !important;
  }
  .end-lg-95 {
    inset-inline-end: 5.9375rem !important;
  }
  .end-lg-96 {
    inset-inline-end: 6rem !important;
  }
  .end-lg-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-lg-100 {
    inset-inline-end: 6.25rem !important;
  }
  .end-lg-102 {
    inset-inline-end: 6.375rem !important;
  }
  .end-lg-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-lg-108 {
    inset-inline-end: 6.75rem !important;
  }
  .end-lg-115 {
    inset-inline-end: 7.1875rem !important;
  }
  .end-lg-116 {
    inset-inline-end: 7.25rem !important;
  }
  .end-lg-118 {
    inset-inline-end: 7.375rem !important;
  }
  .end-lg-120 {
    inset-inline-end: 7.5rem !important;
  }
  .end-lg-121 {
    inset-inline-end: 7.5625rem !important;
  }
  .end-lg-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-lg-129 {
    inset-inline-end: 8.0625rem !important;
  }
  .end-lg-131 {
    inset-inline-end: 8.1875rem !important;
  }
  .end-lg-140 {
    inset-inline-end: 8.75rem !important;
  }
  .end-lg-144 {
    inset-inline-end: 9rem !important;
  }
  .end-lg-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-lg-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-lg-154 {
    inset-inline-end: 9.625rem !important;
  }
  .end-lg-156 {
    inset-inline-end: 9.75rem !important;
  }
  .end-lg-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-lg-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-lg-231 {
    inset-inline-end: 14.4375rem !important;
  }
  .end-lg-240 {
    inset-inline-end: 15rem !important;
  }
  .end-lg-247 {
    inset-inline-end: 15.4375rem !important;
  }
  .end-lg-239 {
    inset-inline-end: 14.9375rem !important;
  }
  .end-lg-255 {
    inset-inline-end: 15.9375rem !important;
  }
  .end-lg-327 {
    inset-inline-end: 20.4375rem !important;
  }
  .end-lg-nauto {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n2 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n3 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n4 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n5 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n7 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n8 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n9 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n10 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n11 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n12 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n13 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n14 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n15 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n16 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n18 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n20 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n21 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n22 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n23 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n24 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n25 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n26 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n27 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n28 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n29 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n30 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n36 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n38 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n40 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n41 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n49 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n54 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n58 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n59 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n60 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n61 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n62 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n63 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n64 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n65 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n66 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n70 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n85 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n96 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n99 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n109 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n120 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n135 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n50 {
    inset-inline-end: -0.375rem !important;
  }
  .end-lg-n100 {
    inset-inline-end: -0.375rem !important;
  }
  .border-lg {
    border: 1px solid !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-2 {
    border: 2px solid !important;
  }
  .border-lg-3 {
    border: 3px solid !important;
  }
  .border-lg-4 {
    border: 4px solid !important;
  }
  .border-lg-5 {
    border: 5px solid !important;
  }
  .border-lg-6 {
    border: 6px solid !important;
  }
  .border-top-lg {
    border-block-start: 1px solid !important;
  }
  .border-top-lg-0 {
    border-block-start: 0 !important;
  }
  .border-top-lg-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-lg-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-lg-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-lg-5 {
    border-block-start: 5px solid !important;
  }
  .border-top-lg-6 {
    border-block-start: 6px solid !important;
  }
  .border-end-lg {
    border-inline-end: 1px solid !important;
  }
  .border-end-lg-0 {
    border-inline-end: 0 !important;
  }
  .border-end-lg-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-lg-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-lg-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-lg-5 {
    border-inline-end: 5px solid !important;
  }
  .border-end-lg-6 {
    border-inline-end: 6px solid !important;
  }
  .border-bottom-lg {
    border-block-end: 1px solid !important;
  }
  .border-bottom-lg-0 {
    border-block-end: 0 !important;
  }
  .border-bottom-lg-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-lg-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-lg-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-lg-5 {
    border-block-end: 5px solid !important;
  }
  .border-bottom-lg-6 {
    border-block-end: 6px solid !important;
  }
  .border-start-lg {
    border-inline-start: 1px solid !important;
  }
  .border-start-lg-0 {
    border-inline-start: 0 !important;
  }
  .border-start-lg-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-lg-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-lg-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-lg-5 {
    border-inline-start: 5px solid !important;
  }
  .border-start-lg-6 {
    border-inline-start: 6px solid !important;
  }
  .border-top-width-lg-0 {
    border-block-start: 0 !important;
  }
  .border-top-width-lg-1 {
    border-block-start: 0.0625rem !important;
  }
  .border-top-width-lg-2 {
    border-block-start: 0.125rem !important;
  }
  .border-top-width-lg-3 {
    border-block-start: 0.1875rem !important;
  }
  .border-top-width-lg-4 {
    border-block-start: 0.5625rem !important;
  }
  .border-top-width-lg-5 {
    border-block-start: 0.3125rem !important;
  }
  .border-top-width-lg-6 {
    border-block-start: 0.375rem !important;
  }
  .border-top-width-lg-7 {
    border-block-start: 0.4375rem !important;
  }
  .border-lg-primary {
    border-color: #3d70b2 !important;
  }
  .border-lg-secondary {
    border-color: #74808f !important;
  }
  .border-lg-success {
    border-color: #00af12 !important;
  }
  .border-lg-info {
    border-color: #008bdf !important;
  }
  .border-lg-warning {
    border-color: #ff973d !important;
  }
  .border-lg-danger {
    border-color: #a12626 !important;
  }
  .border-lg-light {
    border-color: #f7f9fa !important;
  }
  .border-lg-dark {
    border-color: #1f262e !important;
  }
  .border-lg-white {
    border-color: white !important;
  }
  .border-lg-transparent {
    border-color: transparent !important;
  }
  .border-gray-lg-100 {
    border-color: var(--gray-shade-100) !important;
  }
  .border-gray-lg-200 {
    border-color: var(--gray-shade-200) !important;
  }
  .border-gray-lg-300 {
    border-color: var(--gray-shade-300) !important;
  }
  .border-gray-lg-400 {
    border-color: var(--gray-shade-400) !important;
  }
  .border-gray-lg-500 {
    border-color: var(--gray-shade-500) !important;
  }
  .border-gray-lg-600 {
    border-color: var(--gray-shade-600) !important;
  }
  .border-gray-lg-700 {
    border-color: var(--gray-shade-700) !important;
  }
  .border-gray-lg-800 {
    border-color: var(--gray-shade-800) !important;
  }
  .border-gray-lg-900 {
    border-color: var(--gray-shade-900) !important;
  }
  .border-gray-lg-1000 {
    border-color: var(--gray-shade-1000) !important;
  }
  .border-gray-lg-1100 {
    border-color: var(--gray-shade-1100) !important;
  }
  .border-gray-lg-1200 {
    border-color: var(--gray-shade-1200) !important;
  }
  .border-top-style-lg-dotted {
    border-block-start-style: dotted !important;
  }
  .border-top-style-lg-dashed {
    border-block-start-style: dashed !important;
  }
  .border-top-style-lg-solid {
    border-block-start-style: solid !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-32-5 {
    width: 32.5% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-33-3 {
    width: 33.3% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-66-6 {
    width: 66.6% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .w-lg-87-6 {
    width: 87.6% !important;
  }
  .w-lg-87-5 {
    width: 87.5% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .max-w-per-lg-5 {
    max-width: 5% !important;
  }
  .max-w-per-lg-6 {
    max-width: 6% !important;
  }
  .max-w-per-lg-10 {
    max-width: 10% !important;
  }
  .max-w-per-lg-20 {
    max-width: 20% !important;
  }
  .max-w-per-lg-25 {
    max-width: 25% !important;
  }
  .max-w-per-lg-26 {
    max-width: 26% !important;
  }
  .max-w-per-lg-27 {
    max-width: 27% !important;
  }
  .max-w-per-lg-28 {
    max-width: 28% !important;
  }
  .max-w-per-lg-29 {
    max-width: 29% !important;
  }
  .max-w-per-lg-30 {
    max-width: 30% !important;
  }
  .max-w-per-lg-32-5 {
    max-width: 32.5% !important;
  }
  .max-w-per-lg-33 {
    max-width: 33% !important;
  }
  .max-w-per-lg-33-3 {
    max-width: 33.3% !important;
  }
  .max-w-per-lg-35 {
    max-width: 35% !important;
  }
  .max-w-per-lg-40 {
    max-width: 40% !important;
  }
  .max-w-per-lg-44 {
    max-width: 44% !important;
  }
  .max-w-per-lg-45 {
    max-width: 45% !important;
  }
  .max-w-per-lg-46 {
    max-width: 46% !important;
  }
  .max-w-per-lg-48 {
    max-width: 48% !important;
  }
  .max-w-per-lg-50 {
    max-width: 50% !important;
  }
  .max-w-per-lg-60 {
    max-width: 60% !important;
  }
  .max-w-per-lg-65 {
    max-width: 65% !important;
  }
  .max-w-per-lg-66 {
    max-width: 66% !important;
  }
  .max-w-per-lg-66-6 {
    max-width: 66.6% !important;
  }
  .max-w-per-lg-67 {
    max-width: 67% !important;
  }
  .max-w-per-lg-68 {
    max-width: 68% !important;
  }
  .max-w-per-lg-70 {
    max-width: 70% !important;
  }
  .max-w-per-lg-75 {
    max-width: 75% !important;
  }
  .max-w-per-lg-80 {
    max-width: 80% !important;
  }
  .max-w-per-lg-82 {
    max-width: 82% !important;
  }
  .max-w-per-lg-85 {
    max-width: 85% !important;
  }
  .max-w-per-lg-86 {
    max-width: 86% !important;
  }
  .max-w-per-lg-87-6 {
    max-width: 87.6% !important;
  }
  .max-w-per-lg-87-5 {
    max-width: 87.5% !important;
  }
  .max-w-per-lg-89 {
    max-width: 89% !important;
  }
  .max-w-per-lg-90 {
    max-width: 90% !important;
  }
  .max-w-per-lg-91 {
    max-width: 91% !important;
  }
  .max-w-per-lg-92 {
    max-width: 92% !important;
  }
  .max-w-per-lg-93 {
    max-width: 93% !important;
  }
  .max-w-per-lg-94 {
    max-width: 94% !important;
  }
  .max-w-per-lg-95 {
    max-width: 95% !important;
  }
  .max-w-per-lg-96 {
    max-width: 96% !important;
  }
  .max-w-per-lg-97 {
    max-width: 97% !important;
  }
  .max-w-per-lg-98 {
    max-width: 98% !important;
  }
  .max-w-per-lg-99 {
    max-width: 99% !important;
  }
  .max-w-per-lg-100 {
    max-width: 100% !important;
  }
  .max-w-per-lg-auto {
    max-width: auto !important;
  }
  .min-w-per-lg-5 {
    min-width: 5% !important;
  }
  .min-w-per-lg-6 {
    min-width: 6% !important;
  }
  .min-w-per-lg-10 {
    min-width: 10% !important;
  }
  .min-w-per-lg-20 {
    min-width: 20% !important;
  }
  .min-w-per-lg-25 {
    min-width: 25% !important;
  }
  .min-w-per-lg-26 {
    min-width: 26% !important;
  }
  .min-w-per-lg-27 {
    min-width: 27% !important;
  }
  .min-w-per-lg-28 {
    min-width: 28% !important;
  }
  .min-w-per-lg-29 {
    min-width: 29% !important;
  }
  .min-w-per-lg-30 {
    min-width: 30% !important;
  }
  .min-w-per-lg-32-5 {
    min-width: 32.5% !important;
  }
  .min-w-per-lg-33 {
    min-width: 33% !important;
  }
  .min-w-per-lg-33-3 {
    min-width: 33.3% !important;
  }
  .min-w-per-lg-35 {
    min-width: 35% !important;
  }
  .min-w-per-lg-40 {
    min-width: 40% !important;
  }
  .min-w-per-lg-44 {
    min-width: 44% !important;
  }
  .min-w-per-lg-45 {
    min-width: 45% !important;
  }
  .min-w-per-lg-46 {
    min-width: 46% !important;
  }
  .min-w-per-lg-48 {
    min-width: 48% !important;
  }
  .min-w-per-lg-50 {
    min-width: 50% !important;
  }
  .min-w-per-lg-60 {
    min-width: 60% !important;
  }
  .min-w-per-lg-65 {
    min-width: 65% !important;
  }
  .min-w-per-lg-66 {
    min-width: 66% !important;
  }
  .min-w-per-lg-66-6 {
    min-width: 66.6% !important;
  }
  .min-w-per-lg-67 {
    min-width: 67% !important;
  }
  .min-w-per-lg-68 {
    min-width: 68% !important;
  }
  .min-w-per-lg-70 {
    min-width: 70% !important;
  }
  .min-w-per-lg-75 {
    min-width: 75% !important;
  }
  .min-w-per-lg-80 {
    min-width: 80% !important;
  }
  .min-w-per-lg-82 {
    min-width: 82% !important;
  }
  .min-w-per-lg-85 {
    min-width: 85% !important;
  }
  .min-w-per-lg-86 {
    min-width: 86% !important;
  }
  .min-w-per-lg-87-6 {
    min-width: 87.6% !important;
  }
  .min-w-per-lg-87-5 {
    min-width: 87.5% !important;
  }
  .min-w-per-lg-89 {
    min-width: 89% !important;
  }
  .min-w-per-lg-90 {
    min-width: 90% !important;
  }
  .min-w-per-lg-91 {
    min-width: 91% !important;
  }
  .min-w-per-lg-92 {
    min-width: 92% !important;
  }
  .min-w-per-lg-93 {
    min-width: 93% !important;
  }
  .min-w-per-lg-94 {
    min-width: 94% !important;
  }
  .min-w-per-lg-95 {
    min-width: 95% !important;
  }
  .min-w-per-lg-96 {
    min-width: 96% !important;
  }
  .min-w-per-lg-97 {
    min-width: 97% !important;
  }
  .min-w-per-lg-98 {
    min-width: 98% !important;
  }
  .min-w-per-lg-99 {
    min-width: 99% !important;
  }
  .min-w-per-lg-100 {
    min-width: 100% !important;
  }
  .min-w-per-lg-auto {
    min-width: auto !important;
  }
  .width-lg-unset {
    width: unset !important;
  }
  .width-lg-1 {
    width: 1rem !important;
  }
  .width-lg-2 {
    width: 2rem !important;
  }
  .width-lg-3 {
    width: 3rem !important;
  }
  .width-lg-4 {
    width: 4rem !important;
  }
  .width-lg-5 {
    width: 5rem !important;
  }
  .width-lg-6 {
    width: 6rem !important;
  }
  .width-lg-7 {
    width: 7rem !important;
  }
  .width-lg-8 {
    width: 8rem !important;
  }
  .width-lg-9 {
    width: 9rem !important;
  }
  .width-lg-10 {
    width: 10rem !important;
  }
  .width-lg-11 {
    width: 11rem !important;
  }
  .width-lg-12 {
    width: 12rem !important;
  }
  .width-lg-13 {
    width: 13rem !important;
  }
  .width-lg-14 {
    width: 14rem !important;
  }
  .width-lg-15 {
    width: 15rem !important;
  }
  .width-lg-16 {
    width: 16rem !important;
  }
  .width-lg-17 {
    width: 17rem !important;
  }
  .width-lg-18 {
    width: 18rem !important;
  }
  .width-lg-19 {
    width: 19rem !important;
  }
  .width-lg-19-8 {
    width: 19.8rem !important;
  }
  .width-lg-20 {
    width: 20rem !important;
  }
  .width-lg-20-5 {
    width: 20.5rem !important;
  }
  .width-lg-20-6 {
    width: 20.6rem !important;
  }
  .width-lg-21 {
    width: 21rem !important;
  }
  .width-lg-22 {
    width: 22rem !important;
  }
  .width-lg-23 {
    width: 23rem !important;
  }
  .width-lg-24 {
    width: 24rem !important;
  }
  .width-lg-25 {
    width: 25rem !important;
  }
  .width-lg-26-5 {
    width: 26.5rem !important;
  }
  .width-lg-26 {
    width: 26rem !important;
  }
  .width-lg-27 {
    width: 27rem !important;
  }
  .width-lg-28 {
    width: 28rem !important;
  }
  .width-lg-29 {
    width: 29rem !important;
  }
  .width-lg-30 {
    width: 30rem !important;
  }
  .width-lg-31 {
    width: 31rem !important;
  }
  .width-lg-32 {
    width: 32rem !important;
  }
  .width-lg-33 {
    width: 33rem !important;
  }
  .width-lg-34 {
    width: 34rem !important;
  }
  .width-lg-35 {
    width: 35rem !important;
  }
  .width-lg-36 {
    width: 36rem !important;
  }
  .width-lg-37 {
    width: 37rem !important;
  }
  .width-lg-38 {
    width: 38rem !important;
  }
  .width-lg-39 {
    width: 39rem !important;
  }
  .width-lg-40 {
    width: 40rem !important;
  }
  .width-lg-41 {
    width: 41rem !important;
  }
  .width-lg-42 {
    width: 42rem !important;
  }
  .width-lg-43 {
    width: 43rem !important;
  }
  .width-lg-44 {
    width: 44rem !important;
  }
  .width-lg-45 {
    width: 45rem !important;
  }
  .width-lg-46 {
    width: 46rem !important;
  }
  .width-lg-47 {
    width: 47rem !important;
  }
  .width-lg-48 {
    width: 48rem !important;
  }
  .width-lg-49 {
    width: 49rem !important;
  }
  .width-lg-50 {
    width: 50rem !important;
  }
  .width-lg-51 {
    width: 51rem !important;
  }
  .width-lg-52 {
    width: 52rem !important;
  }
  .width-lg-53 {
    width: 53rem !important;
  }
  .width-lg-54 {
    width: 54rem !important;
  }
  .width-lg-55 {
    width: 55rem !important;
  }
  .width-lg-56 {
    width: 56rem !important;
  }
  .width-lg-57 {
    width: 57rem !important;
  }
  .width-lg-58 {
    width: 58rem !important;
  }
  .width-lg-59 {
    width: 59rem !important;
  }
  .width-lg-60 {
    width: 60rem !important;
  }
  .width-lg-61 {
    width: 61rem !important;
  }
  .width-lg-62 {
    width: 62rem !important;
  }
  .width-lg-63 {
    width: 63rem !important;
  }
  .width-lg-64 {
    width: 64rem !important;
  }
  .width-lg-65 {
    width: 65rem !important;
  }
  .width-lg-66 {
    width: 66rem !important;
  }
  .width-lg-67 {
    width: 67rem !important;
  }
  .width-lg-68 {
    width: 68rem !important;
  }
  .width-lg-69 {
    width: 69rem !important;
  }
  .width-lg-70 {
    width: 70rem !important;
  }
  .width-lg-71 {
    width: 71rem !important;
  }
  .width-lg-72 {
    width: 72rem !important;
  }
  .width-lg-73 {
    width: 73rem !important;
  }
  .width-lg-74 {
    width: 74rem !important;
  }
  .width-lg-75 {
    width: 75rem !important;
  }
  .width-lg-76 {
    width: 76rem !important;
  }
  .width-lg-77 {
    width: 77rem !important;
  }
  .width-lg-78 {
    width: 78rem !important;
  }
  .width-lg-79 {
    width: 79rem !important;
  }
  .width-lg-80 {
    width: 80rem !important;
  }
  .width-lg-95 {
    width: 95rem !important;
  }
  .width-lg-96 {
    width: 96rem !important;
  }
  .width-lg-97 {
    width: 97rem !important;
  }
  .width-lg-98 {
    width: 98rem !important;
  }
  .width-lg-100 {
    width: 100% !important;
  }
  .width-px-lg-0 {
    width: 0rem !important;
  }
  .width-px-lg-1 {
    width: 0.0625rem !important;
  }
  .width-px-lg-2 {
    width: 0.125rem !important;
  }
  .width-px-lg-3 {
    width: 0.1875rem !important;
  }
  .width-px-lg-4 {
    width: 0.25rem !important;
  }
  .width-px-lg-5 {
    width: 0.3125rem !important;
  }
  .width-px-lg-6 {
    width: 0.375rem !important;
  }
  .width-px-lg-7 {
    width: 0.4375rem !important;
  }
  .width-px-lg-8 {
    width: 0.5rem !important;
  }
  .width-px-lg-9 {
    width: 0.5625rem !important;
  }
  .width-px-lg-10 {
    width: 0.625rem !important;
  }
  .width-px-lg-11 {
    width: 0.6875rem !important;
  }
  .width-px-lg-12 {
    width: 0.75rem !important;
  }
  .width-px-lg-13 {
    width: 0.8125rem !important;
  }
  .width-px-lg-14 {
    width: 0.875rem !important;
  }
  .width-px-lg-15 {
    width: 0.9375rem !important;
  }
  .width-px-lg-16 {
    width: 1rem !important;
  }
  .width-px-lg-17 {
    width: 1.0625rem !important;
  }
  .width-px-lg-18 {
    width: 1.125rem !important;
  }
  .width-px-lg-19 {
    width: 1.1875rem !important;
  }
  .width-px-lg-20 {
    width: 1.25rem !important;
  }
  .width-px-lg-21 {
    width: 1.3125rem !important;
  }
  .width-px-lg-22 {
    width: 1.375rem !important;
  }
  .width-px-lg-23 {
    width: 1.4375rem !important;
  }
  .width-px-lg-24 {
    width: 1.5rem !important;
  }
  .width-px-lg-25 {
    width: 1.5625rem !important;
  }
  .width-px-lg-26 {
    width: 1.625rem !important;
  }
  .width-px-lg-27 {
    width: 1.6875rem !important;
  }
  .width-px-lg-28 {
    width: 1.75rem !important;
  }
  .width-px-lg-29 {
    width: 1.8125rem !important;
  }
  .width-px-lg-30 {
    width: 1.875rem !important;
  }
  .width-px-lg-31 {
    width: 1.9375rem !important;
  }
  .width-px-lg-32 {
    width: 2rem !important;
  }
  .width-px-lg-33 {
    width: 2.0625rem !important;
  }
  .width-px-lg-34 {
    width: 2.125rem !important;
  }
  .width-px-lg-35 {
    width: 2.1875rem !important;
  }
  .width-px-lg-36 {
    width: 2.25rem !important;
  }
  .width-px-lg-37 {
    width: 2.3125rem !important;
  }
  .width-px-lg-38 {
    width: 2.375rem !important;
  }
  .width-px-lg-39 {
    width: 2.4375rem !important;
  }
  .width-px-lg-40 {
    width: 2.5rem !important;
  }
  .width-px-lg-41 {
    width: 2.5625rem !important;
  }
  .width-px-lg-42 {
    width: 2.625rem !important;
  }
  .width-px-lg-43 {
    width: 2.6875rem !important;
  }
  .width-px-lg-44 {
    width: 2.75rem !important;
  }
  .width-px-lg-45 {
    width: 2.8125rem !important;
  }
  .width-px-lg-46 {
    width: 2.875rem !important;
  }
  .width-px-lg-47 {
    width: 2.9375rem !important;
  }
  .width-px-lg-48 {
    width: 3rem !important;
  }
  .width-px-lg-49 {
    width: 3.0625rem !important;
  }
  .width-px-lg-50 {
    width: 3.125rem !important;
  }
  .width-px-lg-51 {
    width: 3.1875rem !important;
  }
  .width-px-lg-52 {
    width: 3.25rem !important;
  }
  .width-px-lg-53 {
    width: 3.3125rem !important;
  }
  .width-px-lg-54 {
    width: 3.375rem !important;
  }
  .width-px-lg-56 {
    width: 3.5rem !important;
  }
  .width-px-lg-57 {
    width: 3.5625rem !important;
  }
  .width-px-lg-58 {
    width: 3.625rem !important;
  }
  .width-px-lg-59 {
    width: 3.6875rem !important;
  }
  .width-px-lg-60 {
    width: 3.75rem !important;
  }
  .width-px-lg-61 {
    width: 3.8125rem !important;
  }
  .width-px-lg-62 {
    width: 3.875rem !important;
  }
  .width-px-lg-63 {
    width: 3.9375rem !important;
  }
  .width-px-lg-64 {
    width: 4rem !important;
  }
  .width-px-lg-68 {
    width: 4.25rem !important;
  }
  .width-px-lg-70 {
    width: 4.375rem !important;
  }
  .width-px-lg-71 {
    width: 4.4375rem !important;
  }
  .width-px-lg-72 {
    width: 4.5rem !important;
  }
  .width-px-lg-73 {
    width: 4.5625rem !important;
  }
  .width-px-lg-74 {
    width: 4.625rem !important;
  }
  .width-px-lg-75 {
    width: 4.6875rem !important;
  }
  .width-px-lg-76 {
    width: 4.75rem !important;
  }
  .width-px-lg-77 {
    width: 4.8125rem !important;
  }
  .width-px-lg-78 {
    width: 4.875rem !important;
  }
  .width-px-lg-79 {
    width: 4.9375rem !important;
  }
  .width-px-lg-80 {
    width: 5rem !important;
  }
  .width-px-lg-82 {
    width: 5.125rem !important;
  }
  .width-px-lg-83 {
    width: 5.1875rem !important;
  }
  .width-px-lg-84 {
    width: 5.25rem !important;
  }
  .width-px-lg-86 {
    width: 5.375rem !important;
  }
  .width-px-lg-87 {
    width: 5.4375rem !important;
  }
  .width-px-lg-88 {
    width: 5.5rem !important;
  }
  .width-px-lg-89 {
    width: 5.5625rem !important;
  }
  .width-px-lg-90 {
    width: 5.625rem !important;
  }
  .width-px-lg-92 {
    width: 5.75rem !important;
  }
  .width-px-lg-94 {
    width: 5.875rem !important;
  }
  .width-px-lg-95 {
    width: 5.9375rem !important;
  }
  .width-px-lg-96 {
    width: 6rem !important;
  }
  .width-px-lg-98 {
    width: 6.125rem !important;
  }
  .width-px-lg-100 {
    width: 6.25rem !important;
  }
  .width-px-lg-102 {
    width: 6.375rem !important;
  }
  .width-px-lg-104 {
    width: 6.5rem !important;
  }
  .width-px-lg-108 {
    width: 6.75rem !important;
  }
  .width-px-lg-115 {
    width: 7.1875rem !important;
  }
  .width-px-lg-116 {
    width: 7.25rem !important;
  }
  .width-px-lg-118 {
    width: 7.375rem !important;
  }
  .width-px-lg-120 {
    width: 7.5rem !important;
  }
  .width-px-lg-121 {
    width: 7.5625rem !important;
  }
  .width-px-lg-123 {
    width: 7.6875rem !important;
  }
  .width-px-lg-129 {
    width: 8.0625rem !important;
  }
  .width-px-lg-131 {
    width: 8.1875rem !important;
  }
  .width-px-lg-140 {
    width: 8.75rem !important;
  }
  .width-px-lg-144 {
    width: 9rem !important;
  }
  .width-px-lg-147 {
    width: 9.1875rem !important;
  }
  .width-px-lg-148 {
    width: 9.25rem !important;
  }
  .width-px-lg-154 {
    width: 9.625rem !important;
  }
  .width-px-lg-156 {
    width: 9.75rem !important;
  }
  .width-px-lg-180 {
    width: 11.25rem !important;
  }
  .width-px-lg-200 {
    width: 12.5rem !important;
  }
  .width-px-lg-231 {
    width: 14.4375rem !important;
  }
  .width-px-lg-240 {
    width: 15rem !important;
  }
  .width-px-lg-247 {
    width: 15.4375rem !important;
  }
  .width-px-lg-239 {
    width: 14.9375rem !important;
  }
  .width-px-lg-255 {
    width: 15.9375rem !important;
  }
  .width-px-lg-327 {
    width: 20.4375rem !important;
  }
  .max-w-lg-unset {
    max-width: unset !important;
  }
  .max-w-lg-1 {
    max-width: 1rem !important;
  }
  .max-w-lg-2 {
    max-width: 2rem !important;
  }
  .max-w-lg-3 {
    max-width: 3rem !important;
  }
  .max-w-lg-4 {
    max-width: 4rem !important;
  }
  .max-w-lg-5 {
    max-width: 5rem !important;
  }
  .max-w-lg-6 {
    max-width: 6rem !important;
  }
  .max-w-lg-7 {
    max-width: 7rem !important;
  }
  .max-w-lg-8 {
    max-width: 8rem !important;
  }
  .max-w-lg-9 {
    max-width: 9rem !important;
  }
  .max-w-lg-10 {
    max-width: 10rem !important;
  }
  .max-w-lg-11 {
    max-width: 11rem !important;
  }
  .max-w-lg-12 {
    max-width: 12rem !important;
  }
  .max-w-lg-13 {
    max-width: 13rem !important;
  }
  .max-w-lg-14 {
    max-width: 14rem !important;
  }
  .max-w-lg-15 {
    max-width: 15rem !important;
  }
  .max-w-lg-16 {
    max-width: 16rem !important;
  }
  .max-w-lg-17 {
    max-width: 17rem !important;
  }
  .max-w-lg-18 {
    max-width: 18rem !important;
  }
  .max-w-lg-19 {
    max-width: 19rem !important;
  }
  .max-w-lg-19-8 {
    max-width: 19.8rem !important;
  }
  .max-w-lg-20 {
    max-width: 20rem !important;
  }
  .max-w-lg-20-5 {
    max-width: 20.5rem !important;
  }
  .max-w-lg-20-6 {
    max-width: 20.6rem !important;
  }
  .max-w-lg-21 {
    max-width: 21rem !important;
  }
  .max-w-lg-22 {
    max-width: 22rem !important;
  }
  .max-w-lg-23 {
    max-width: 23rem !important;
  }
  .max-w-lg-24 {
    max-width: 24rem !important;
  }
  .max-w-lg-25 {
    max-width: 25rem !important;
  }
  .max-w-lg-26-5 {
    max-width: 26.5rem !important;
  }
  .max-w-lg-26 {
    max-width: 26rem !important;
  }
  .max-w-lg-27 {
    max-width: 27rem !important;
  }
  .max-w-lg-28 {
    max-width: 28rem !important;
  }
  .max-w-lg-29 {
    max-width: 29rem !important;
  }
  .max-w-lg-30 {
    max-width: 30rem !important;
  }
  .max-w-lg-31 {
    max-width: 31rem !important;
  }
  .max-w-lg-32 {
    max-width: 32rem !important;
  }
  .max-w-lg-33 {
    max-width: 33rem !important;
  }
  .max-w-lg-34 {
    max-width: 34rem !important;
  }
  .max-w-lg-35 {
    max-width: 35rem !important;
  }
  .max-w-lg-36 {
    max-width: 36rem !important;
  }
  .max-w-lg-37 {
    max-width: 37rem !important;
  }
  .max-w-lg-38 {
    max-width: 38rem !important;
  }
  .max-w-lg-39 {
    max-width: 39rem !important;
  }
  .max-w-lg-40 {
    max-width: 40rem !important;
  }
  .max-w-lg-41 {
    max-width: 41rem !important;
  }
  .max-w-lg-42 {
    max-width: 42rem !important;
  }
  .max-w-lg-43 {
    max-width: 43rem !important;
  }
  .max-w-lg-44 {
    max-width: 44rem !important;
  }
  .max-w-lg-45 {
    max-width: 45rem !important;
  }
  .max-w-lg-46 {
    max-width: 46rem !important;
  }
  .max-w-lg-47 {
    max-width: 47rem !important;
  }
  .max-w-lg-48 {
    max-width: 48rem !important;
  }
  .max-w-lg-49 {
    max-width: 49rem !important;
  }
  .max-w-lg-50 {
    max-width: 50rem !important;
  }
  .max-w-lg-51 {
    max-width: 51rem !important;
  }
  .max-w-lg-52 {
    max-width: 52rem !important;
  }
  .max-w-lg-53 {
    max-width: 53rem !important;
  }
  .max-w-lg-54 {
    max-width: 54rem !important;
  }
  .max-w-lg-55 {
    max-width: 55rem !important;
  }
  .max-w-lg-56 {
    max-width: 56rem !important;
  }
  .max-w-lg-57 {
    max-width: 57rem !important;
  }
  .max-w-lg-58 {
    max-width: 58rem !important;
  }
  .max-w-lg-59 {
    max-width: 59rem !important;
  }
  .max-w-lg-60 {
    max-width: 60rem !important;
  }
  .max-w-lg-61 {
    max-width: 61rem !important;
  }
  .max-w-lg-62 {
    max-width: 62rem !important;
  }
  .max-w-lg-63 {
    max-width: 63rem !important;
  }
  .max-w-lg-64 {
    max-width: 64rem !important;
  }
  .max-w-lg-65 {
    max-width: 65rem !important;
  }
  .max-w-lg-66 {
    max-width: 66rem !important;
  }
  .max-w-lg-67 {
    max-width: 67rem !important;
  }
  .max-w-lg-68 {
    max-width: 68rem !important;
  }
  .max-w-lg-69 {
    max-width: 69rem !important;
  }
  .max-w-lg-70 {
    max-width: 70rem !important;
  }
  .max-w-lg-71 {
    max-width: 71rem !important;
  }
  .max-w-lg-72 {
    max-width: 72rem !important;
  }
  .max-w-lg-73 {
    max-width: 73rem !important;
  }
  .max-w-lg-74 {
    max-width: 74rem !important;
  }
  .max-w-lg-75 {
    max-width: 75rem !important;
  }
  .max-w-lg-76 {
    max-width: 76rem !important;
  }
  .max-w-lg-77 {
    max-width: 77rem !important;
  }
  .max-w-lg-78 {
    max-width: 78rem !important;
  }
  .max-w-lg-79 {
    max-width: 79rem !important;
  }
  .max-w-lg-80 {
    max-width: 80rem !important;
  }
  .max-w-lg-95 {
    max-width: 95rem !important;
  }
  .max-w-lg-96 {
    max-width: 96rem !important;
  }
  .max-w-lg-97 {
    max-width: 97rem !important;
  }
  .max-w-lg-98 {
    max-width: 98rem !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .min-w-lg-unset {
    min-width: unset !important;
  }
  .min-w-lg-1 {
    min-width: 1rem !important;
  }
  .min-w-lg-2 {
    min-width: 2rem !important;
  }
  .min-w-lg-3 {
    min-width: 3rem !important;
  }
  .min-w-lg-4 {
    min-width: 4rem !important;
  }
  .min-w-lg-5 {
    min-width: 5rem !important;
  }
  .min-w-lg-6 {
    min-width: 6rem !important;
  }
  .min-w-lg-7 {
    min-width: 7rem !important;
  }
  .min-w-lg-8 {
    min-width: 8rem !important;
  }
  .min-w-lg-9 {
    min-width: 9rem !important;
  }
  .min-w-lg-10 {
    min-width: 10rem !important;
  }
  .min-w-lg-11 {
    min-width: 11rem !important;
  }
  .min-w-lg-12 {
    min-width: 12rem !important;
  }
  .min-w-lg-13 {
    min-width: 13rem !important;
  }
  .min-w-lg-14 {
    min-width: 14rem !important;
  }
  .min-w-lg-15 {
    min-width: 15rem !important;
  }
  .min-w-lg-16 {
    min-width: 16rem !important;
  }
  .min-w-lg-17 {
    min-width: 17rem !important;
  }
  .min-w-lg-18 {
    min-width: 18rem !important;
  }
  .min-w-lg-19 {
    min-width: 19rem !important;
  }
  .min-w-lg-19-8 {
    min-width: 19.8rem !important;
  }
  .min-w-lg-20 {
    min-width: 20rem !important;
  }
  .min-w-lg-20-5 {
    min-width: 20.5rem !important;
  }
  .min-w-lg-20-6 {
    min-width: 20.6rem !important;
  }
  .min-w-lg-21 {
    min-width: 21rem !important;
  }
  .min-w-lg-22 {
    min-width: 22rem !important;
  }
  .min-w-lg-23 {
    min-width: 23rem !important;
  }
  .min-w-lg-24 {
    min-width: 24rem !important;
  }
  .min-w-lg-25 {
    min-width: 25rem !important;
  }
  .min-w-lg-26-5 {
    min-width: 26.5rem !important;
  }
  .min-w-lg-26 {
    min-width: 26rem !important;
  }
  .min-w-lg-27 {
    min-width: 27rem !important;
  }
  .min-w-lg-28 {
    min-width: 28rem !important;
  }
  .min-w-lg-29 {
    min-width: 29rem !important;
  }
  .min-w-lg-30 {
    min-width: 30rem !important;
  }
  .min-w-lg-31 {
    min-width: 31rem !important;
  }
  .min-w-lg-32 {
    min-width: 32rem !important;
  }
  .min-w-lg-33 {
    min-width: 33rem !important;
  }
  .min-w-lg-34 {
    min-width: 34rem !important;
  }
  .min-w-lg-35 {
    min-width: 35rem !important;
  }
  .min-w-lg-36 {
    min-width: 36rem !important;
  }
  .min-w-lg-37 {
    min-width: 37rem !important;
  }
  .min-w-lg-38 {
    min-width: 38rem !important;
  }
  .min-w-lg-39 {
    min-width: 39rem !important;
  }
  .min-w-lg-40 {
    min-width: 40rem !important;
  }
  .min-w-lg-41 {
    min-width: 41rem !important;
  }
  .min-w-lg-42 {
    min-width: 42rem !important;
  }
  .min-w-lg-43 {
    min-width: 43rem !important;
  }
  .min-w-lg-44 {
    min-width: 44rem !important;
  }
  .min-w-lg-45 {
    min-width: 45rem !important;
  }
  .min-w-lg-46 {
    min-width: 46rem !important;
  }
  .min-w-lg-47 {
    min-width: 47rem !important;
  }
  .min-w-lg-48 {
    min-width: 48rem !important;
  }
  .min-w-lg-49 {
    min-width: 49rem !important;
  }
  .min-w-lg-50 {
    min-width: 50rem !important;
  }
  .min-w-lg-51 {
    min-width: 51rem !important;
  }
  .min-w-lg-52 {
    min-width: 52rem !important;
  }
  .min-w-lg-53 {
    min-width: 53rem !important;
  }
  .min-w-lg-54 {
    min-width: 54rem !important;
  }
  .min-w-lg-55 {
    min-width: 55rem !important;
  }
  .min-w-lg-56 {
    min-width: 56rem !important;
  }
  .min-w-lg-57 {
    min-width: 57rem !important;
  }
  .min-w-lg-58 {
    min-width: 58rem !important;
  }
  .min-w-lg-59 {
    min-width: 59rem !important;
  }
  .min-w-lg-60 {
    min-width: 60rem !important;
  }
  .min-w-lg-61 {
    min-width: 61rem !important;
  }
  .min-w-lg-62 {
    min-width: 62rem !important;
  }
  .min-w-lg-63 {
    min-width: 63rem !important;
  }
  .min-w-lg-64 {
    min-width: 64rem !important;
  }
  .min-w-lg-65 {
    min-width: 65rem !important;
  }
  .min-w-lg-66 {
    min-width: 66rem !important;
  }
  .min-w-lg-67 {
    min-width: 67rem !important;
  }
  .min-w-lg-68 {
    min-width: 68rem !important;
  }
  .min-w-lg-69 {
    min-width: 69rem !important;
  }
  .min-w-lg-70 {
    min-width: 70rem !important;
  }
  .min-w-lg-71 {
    min-width: 71rem !important;
  }
  .min-w-lg-72 {
    min-width: 72rem !important;
  }
  .min-w-lg-73 {
    min-width: 73rem !important;
  }
  .min-w-lg-74 {
    min-width: 74rem !important;
  }
  .min-w-lg-75 {
    min-width: 75rem !important;
  }
  .min-w-lg-76 {
    min-width: 76rem !important;
  }
  .min-w-lg-77 {
    min-width: 77rem !important;
  }
  .min-w-lg-78 {
    min-width: 78rem !important;
  }
  .min-w-lg-79 {
    min-width: 79rem !important;
  }
  .min-w-lg-80 {
    min-width: 80rem !important;
  }
  .min-w-lg-95 {
    min-width: 95rem !important;
  }
  .min-w-lg-96 {
    min-width: 96rem !important;
  }
  .min-w-lg-97 {
    min-width: 97rem !important;
  }
  .min-w-lg-98 {
    min-width: 98rem !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .max-w-px-lg-0 {
    max-width: 0rem !important;
  }
  .max-w-px-lg-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-lg-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-lg-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-lg-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-lg-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-lg-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-lg-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-lg-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-lg-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-lg-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-lg-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-lg-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-lg-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-lg-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-lg-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-lg-16 {
    max-width: 1rem !important;
  }
  .max-w-px-lg-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-lg-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-lg-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-lg-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-lg-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-lg-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-lg-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-lg-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-lg-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-lg-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-lg-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-lg-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-lg-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-lg-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-lg-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-lg-32 {
    max-width: 2rem !important;
  }
  .max-w-px-lg-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-lg-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-lg-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-lg-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-lg-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-lg-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-lg-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-lg-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-lg-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-lg-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-lg-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-lg-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-lg-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-lg-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-lg-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-lg-48 {
    max-width: 3rem !important;
  }
  .max-w-px-lg-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-lg-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-lg-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-lg-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-lg-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-lg-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-lg-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-lg-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-lg-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-lg-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-lg-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-lg-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-lg-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-lg-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-lg-64 {
    max-width: 4rem !important;
  }
  .max-w-px-lg-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-lg-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-lg-71 {
    max-width: 4.4375rem !important;
  }
  .max-w-px-lg-72 {
    max-width: 4.5rem !important;
  }
  .max-w-px-lg-73 {
    max-width: 4.5625rem !important;
  }
  .max-w-px-lg-74 {
    max-width: 4.625rem !important;
  }
  .max-w-px-lg-75 {
    max-width: 4.6875rem !important;
  }
  .max-w-px-lg-76 {
    max-width: 4.75rem !important;
  }
  .max-w-px-lg-77 {
    max-width: 4.8125rem !important;
  }
  .max-w-px-lg-78 {
    max-width: 4.875rem !important;
  }
  .max-w-px-lg-79 {
    max-width: 4.9375rem !important;
  }
  .max-w-px-lg-80 {
    max-width: 5rem !important;
  }
  .max-w-px-lg-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-lg-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-lg-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-lg-86 {
    max-width: 5.375rem !important;
  }
  .max-w-px-lg-87 {
    max-width: 5.4375rem !important;
  }
  .max-w-px-lg-88 {
    max-width: 5.5rem !important;
  }
  .max-w-px-lg-89 {
    max-width: 5.5625rem !important;
  }
  .max-w-px-lg-90 {
    max-width: 5.625rem !important;
  }
  .max-w-px-lg-92 {
    max-width: 5.75rem !important;
  }
  .max-w-px-lg-94 {
    max-width: 5.875rem !important;
  }
  .max-w-px-lg-95 {
    max-width: 5.9375rem !important;
  }
  .max-w-px-lg-96 {
    max-width: 6rem !important;
  }
  .max-w-px-lg-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-lg-100 {
    max-width: 6.25rem !important;
  }
  .max-w-px-lg-102 {
    max-width: 6.375rem !important;
  }
  .max-w-px-lg-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-lg-108 {
    max-width: 6.75rem !important;
  }
  .max-w-px-lg-115 {
    max-width: 7.1875rem !important;
  }
  .max-w-px-lg-116 {
    max-width: 7.25rem !important;
  }
  .max-w-px-lg-118 {
    max-width: 7.375rem !important;
  }
  .max-w-px-lg-120 {
    max-width: 7.5rem !important;
  }
  .max-w-px-lg-121 {
    max-width: 7.5625rem !important;
  }
  .max-w-px-lg-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-lg-129 {
    max-width: 8.0625rem !important;
  }
  .max-w-px-lg-131 {
    max-width: 8.1875rem !important;
  }
  .max-w-px-lg-140 {
    max-width: 8.75rem !important;
  }
  .max-w-px-lg-144 {
    max-width: 9rem !important;
  }
  .max-w-px-lg-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-lg-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-lg-154 {
    max-width: 9.625rem !important;
  }
  .max-w-px-lg-156 {
    max-width: 9.75rem !important;
  }
  .max-w-px-lg-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-lg-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-lg-231 {
    max-width: 14.4375rem !important;
  }
  .max-w-px-lg-240 {
    max-width: 15rem !important;
  }
  .max-w-px-lg-247 {
    max-width: 15.4375rem !important;
  }
  .max-w-px-lg-239 {
    max-width: 14.9375rem !important;
  }
  .max-w-px-lg-255 {
    max-width: 15.9375rem !important;
  }
  .max-w-px-lg-327 {
    max-width: 20.4375rem !important;
  }
  .min-w-px-lg-0 {
    min-width: 0rem !important;
  }
  .min-w-px-lg-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-lg-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-lg-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-lg-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-lg-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-lg-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-lg-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-lg-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-lg-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-lg-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-lg-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-lg-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-lg-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-lg-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-lg-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-lg-16 {
    min-width: 1rem !important;
  }
  .min-w-px-lg-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-lg-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-lg-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-lg-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-lg-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-lg-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-lg-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-lg-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-lg-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-lg-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-lg-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-lg-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-lg-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-lg-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-lg-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-lg-32 {
    min-width: 2rem !important;
  }
  .min-w-px-lg-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-lg-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-lg-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-lg-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-lg-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-lg-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-lg-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-lg-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-lg-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-lg-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-lg-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-lg-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-lg-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-lg-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-lg-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-lg-48 {
    min-width: 3rem !important;
  }
  .min-w-px-lg-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-lg-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-lg-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-lg-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-lg-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-lg-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-lg-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-lg-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-lg-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-lg-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-lg-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-lg-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-lg-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-lg-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-lg-64 {
    min-width: 4rem !important;
  }
  .min-w-px-lg-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-lg-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-lg-71 {
    min-width: 4.4375rem !important;
  }
  .min-w-px-lg-72 {
    min-width: 4.5rem !important;
  }
  .min-w-px-lg-73 {
    min-width: 4.5625rem !important;
  }
  .min-w-px-lg-74 {
    min-width: 4.625rem !important;
  }
  .min-w-px-lg-75 {
    min-width: 4.6875rem !important;
  }
  .min-w-px-lg-76 {
    min-width: 4.75rem !important;
  }
  .min-w-px-lg-77 {
    min-width: 4.8125rem !important;
  }
  .min-w-px-lg-78 {
    min-width: 4.875rem !important;
  }
  .min-w-px-lg-79 {
    min-width: 4.9375rem !important;
  }
  .min-w-px-lg-80 {
    min-width: 5rem !important;
  }
  .min-w-px-lg-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-lg-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-lg-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-lg-86 {
    min-width: 5.375rem !important;
  }
  .min-w-px-lg-87 {
    min-width: 5.4375rem !important;
  }
  .min-w-px-lg-88 {
    min-width: 5.5rem !important;
  }
  .min-w-px-lg-89 {
    min-width: 5.5625rem !important;
  }
  .min-w-px-lg-90 {
    min-width: 5.625rem !important;
  }
  .min-w-px-lg-92 {
    min-width: 5.75rem !important;
  }
  .min-w-px-lg-94 {
    min-width: 5.875rem !important;
  }
  .min-w-px-lg-95 {
    min-width: 5.9375rem !important;
  }
  .min-w-px-lg-96 {
    min-width: 6rem !important;
  }
  .min-w-px-lg-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-lg-100 {
    min-width: 6.25rem !important;
  }
  .min-w-px-lg-102 {
    min-width: 6.375rem !important;
  }
  .min-w-px-lg-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-lg-108 {
    min-width: 6.75rem !important;
  }
  .min-w-px-lg-115 {
    min-width: 7.1875rem !important;
  }
  .min-w-px-lg-116 {
    min-width: 7.25rem !important;
  }
  .min-w-px-lg-118 {
    min-width: 7.375rem !important;
  }
  .min-w-px-lg-120 {
    min-width: 7.5rem !important;
  }
  .min-w-px-lg-121 {
    min-width: 7.5625rem !important;
  }
  .min-w-px-lg-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-lg-129 {
    min-width: 8.0625rem !important;
  }
  .min-w-px-lg-131 {
    min-width: 8.1875rem !important;
  }
  .min-w-px-lg-140 {
    min-width: 8.75rem !important;
  }
  .min-w-px-lg-144 {
    min-width: 9rem !important;
  }
  .min-w-px-lg-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-lg-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-lg-154 {
    min-width: 9.625rem !important;
  }
  .min-w-px-lg-156 {
    min-width: 9.75rem !important;
  }
  .min-w-px-lg-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-lg-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-lg-231 {
    min-width: 14.4375rem !important;
  }
  .min-w-px-lg-240 {
    min-width: 15rem !important;
  }
  .min-w-px-lg-247 {
    min-width: 15.4375rem !important;
  }
  .min-w-px-lg-239 {
    min-width: 14.9375rem !important;
  }
  .min-w-px-lg-255 {
    min-width: 15.9375rem !important;
  }
  .min-w-px-lg-327 {
    min-width: 20.4375rem !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-64 {
    height: calc(100% - 64px) !important;
  }
  .height-lg-unset {
    height: unset !important;
  }
  .height-lg-1 {
    height: 1rem !important;
  }
  .height-lg--74 {
    height: 1.75rem !important;
  }
  .height-lg-2 {
    height: 2rem !important;
  }
  .height-lg-3 {
    height: 3rem !important;
  }
  .height-lg-4 {
    height: 4rem !important;
  }
  .height-lg-5 {
    height: 5rem !important;
  }
  .height-lg-6 {
    height: 6rem !important;
  }
  .height-lg-7 {
    height: 7rem !important;
  }
  .height-lg-8 {
    height: 8rem !important;
  }
  .height-lg-9 {
    height: 9rem !important;
  }
  .height-lg-10 {
    height: 10rem !important;
  }
  .height-lg-11 {
    height: 11rem !important;
  }
  .height-lg-12 {
    height: 12rem !important;
  }
  .height-lg-13 {
    height: 13rem !important;
  }
  .height-lg-14 {
    height: 14rem !important;
  }
  .height-lg-15 {
    height: 15rem !important;
  }
  .height-lg-16 {
    height: 16rem !important;
  }
  .height-lg-17 {
    height: 17rem !important;
  }
  .height-lg-18 {
    height: 18rem !important;
  }
  .height-lg-19 {
    height: 19rem !important;
  }
  .height-lg-20 {
    height: 20rem !important;
  }
  .height-lg-21 {
    height: 21rem !important;
  }
  .height-lg-22 {
    height: 22rem !important;
  }
  .height-lg-23 {
    height: 23rem !important;
  }
  .height-lg-24 {
    height: 24rem !important;
  }
  .height-lg-25 {
    height: 25rem !important;
  }
  .height-lg-26 {
    height: 26rem !important;
  }
  .height-lg-27 {
    height: 27rem !important;
  }
  .height-lg-28 {
    height: 28rem !important;
  }
  .height-lg-29 {
    height: 29rem !important;
  }
  .height-lg-30 {
    height: 30rem !important;
  }
  .height-lg-31 {
    height: 31rem !important;
  }
  .height-lg-32 {
    height: 32rem !important;
  }
  .height-lg-33 {
    height: 33rem !important;
  }
  .height-lg-34 {
    height: 34rem !important;
  }
  .height-lg-35 {
    height: 35rem !important;
  }
  .height-lg-36 {
    height: 36rem !important;
  }
  .height-lg-37 {
    height: 37rem !important;
  }
  .height-lg-38 {
    height: 38rem !important;
  }
  .height-lg-39 {
    height: 39rem !important;
  }
  .height-lg-40 {
    height: 40rem !important;
  }
  .height-lg-45 {
    height: 45rem !important;
  }
  .height-lg-75 {
    height: 75rem !important;
  }
  .height-lg-100 {
    height: 100% !important;
  }
  .height-px-lg-0 {
    height: 0rem !important;
  }
  .height-px-lg-1 {
    height: 0.0625rem !important;
  }
  .height-px-lg-2 {
    height: 0.125rem !important;
  }
  .height-px-lg-3 {
    height: 0.1875rem !important;
  }
  .height-px-lg-4 {
    height: 0.25rem !important;
  }
  .height-px-lg-5 {
    height: 0.3125rem !important;
  }
  .height-px-lg-6 {
    height: 0.375rem !important;
  }
  .height-px-lg-7 {
    height: 0.4375rem !important;
  }
  .height-px-lg-8 {
    height: 0.5rem !important;
  }
  .height-px-lg-9 {
    height: 0.5625rem !important;
  }
  .height-px-lg-10 {
    height: 0.625rem !important;
  }
  .height-px-lg-11 {
    height: 0.6875rem !important;
  }
  .height-px-lg-12 {
    height: 0.75rem !important;
  }
  .height-px-lg-13 {
    height: 0.8125rem !important;
  }
  .height-px-lg-14 {
    height: 0.875rem !important;
  }
  .height-px-lg-15 {
    height: 0.9375rem !important;
  }
  .height-px-lg-16 {
    height: 1rem !important;
  }
  .height-px-lg-17 {
    height: 1.0625rem !important;
  }
  .height-px-lg-18 {
    height: 1.125rem !important;
  }
  .height-px-lg-19 {
    height: 1.1875rem !important;
  }
  .height-px-lg-20 {
    height: 1.25rem !important;
  }
  .height-px-lg-21 {
    height: 1.3125rem !important;
  }
  .height-px-lg-22 {
    height: 1.375rem !important;
  }
  .height-px-lg-23 {
    height: 1.4375rem !important;
  }
  .height-px-lg-24 {
    height: 1.5rem !important;
  }
  .height-px-lg-25 {
    height: 1.5625rem !important;
  }
  .height-px-lg-26 {
    height: 1.625rem !important;
  }
  .height-px-lg-27 {
    height: 1.6875rem !important;
  }
  .height-px-lg-28 {
    height: 1.75rem !important;
  }
  .height-px-lg-29 {
    height: 1.8125rem !important;
  }
  .height-px-lg-30 {
    height: 1.875rem !important;
  }
  .height-px-lg-31 {
    height: 1.9375rem !important;
  }
  .height-px-lg-32 {
    height: 2rem !important;
  }
  .height-px-lg-33 {
    height: 2.0625rem !important;
  }
  .height-px-lg-34 {
    height: 2.125rem !important;
  }
  .height-px-lg-35 {
    height: 2.1875rem !important;
  }
  .height-px-lg-36 {
    height: 2.25rem !important;
  }
  .height-px-lg-37 {
    height: 2.3125rem !important;
  }
  .height-px-lg-38 {
    height: 2.375rem !important;
  }
  .height-px-lg-39 {
    height: 2.4375rem !important;
  }
  .height-px-lg-40 {
    height: 2.5rem !important;
  }
  .height-px-lg-41 {
    height: 2.5625rem !important;
  }
  .height-px-lg-42 {
    height: 2.625rem !important;
  }
  .height-px-lg-43 {
    height: 2.6875rem !important;
  }
  .height-px-lg-44 {
    height: 2.75rem !important;
  }
  .height-px-lg-45 {
    height: 2.8125rem !important;
  }
  .height-px-lg-46 {
    height: 2.875rem !important;
  }
  .height-px-lg-47 {
    height: 2.9375rem !important;
  }
  .height-px-lg-48 {
    height: 3rem !important;
  }
  .height-px-lg-49 {
    height: 3.0625rem !important;
  }
  .height-px-lg-50 {
    height: 3.125rem !important;
  }
  .height-px-lg-51 {
    height: 3.1875rem !important;
  }
  .height-px-lg-52 {
    height: 3.25rem !important;
  }
  .height-px-lg-53 {
    height: 3.3125rem !important;
  }
  .height-px-lg-54 {
    height: 3.375rem !important;
  }
  .height-px-lg-56 {
    height: 3.5rem !important;
  }
  .height-px-lg-57 {
    height: 3.5625rem !important;
  }
  .height-px-lg-58 {
    height: 3.625rem !important;
  }
  .height-px-lg-59 {
    height: 3.6875rem !important;
  }
  .height-px-lg-60 {
    height: 3.75rem !important;
  }
  .height-px-lg-61 {
    height: 3.8125rem !important;
  }
  .height-px-lg-62 {
    height: 3.875rem !important;
  }
  .height-px-lg-63 {
    height: 3.9375rem !important;
  }
  .height-px-lg-64 {
    height: 4rem !important;
  }
  .height-px-lg-68 {
    height: 4.25rem !important;
  }
  .height-px-lg-70 {
    height: 4.375rem !important;
  }
  .height-px-lg-71 {
    height: 4.4375rem !important;
  }
  .height-px-lg-72 {
    height: 4.5rem !important;
  }
  .height-px-lg-73 {
    height: 4.5625rem !important;
  }
  .height-px-lg-74 {
    height: 4.625rem !important;
  }
  .height-px-lg-75 {
    height: 4.6875rem !important;
  }
  .height-px-lg-76 {
    height: 4.75rem !important;
  }
  .height-px-lg-77 {
    height: 4.8125rem !important;
  }
  .height-px-lg-78 {
    height: 4.875rem !important;
  }
  .height-px-lg-79 {
    height: 4.9375rem !important;
  }
  .height-px-lg-80 {
    height: 5rem !important;
  }
  .height-px-lg-82 {
    height: 5.125rem !important;
  }
  .height-px-lg-83 {
    height: 5.1875rem !important;
  }
  .height-px-lg-84 {
    height: 5.25rem !important;
  }
  .height-px-lg-86 {
    height: 5.375rem !important;
  }
  .height-px-lg-87 {
    height: 5.4375rem !important;
  }
  .height-px-lg-88 {
    height: 5.5rem !important;
  }
  .height-px-lg-89 {
    height: 5.5625rem !important;
  }
  .height-px-lg-90 {
    height: 5.625rem !important;
  }
  .height-px-lg-92 {
    height: 5.75rem !important;
  }
  .height-px-lg-94 {
    height: 5.875rem !important;
  }
  .height-px-lg-95 {
    height: 5.9375rem !important;
  }
  .height-px-lg-96 {
    height: 6rem !important;
  }
  .height-px-lg-98 {
    height: 6.125rem !important;
  }
  .height-px-lg-100 {
    height: 6.25rem !important;
  }
  .height-px-lg-102 {
    height: 6.375rem !important;
  }
  .height-px-lg-104 {
    height: 6.5rem !important;
  }
  .height-px-lg-108 {
    height: 6.75rem !important;
  }
  .height-px-lg-115 {
    height: 7.1875rem !important;
  }
  .height-px-lg-116 {
    height: 7.25rem !important;
  }
  .height-px-lg-118 {
    height: 7.375rem !important;
  }
  .height-px-lg-120 {
    height: 7.5rem !important;
  }
  .height-px-lg-121 {
    height: 7.5625rem !important;
  }
  .height-px-lg-123 {
    height: 7.6875rem !important;
  }
  .height-px-lg-129 {
    height: 8.0625rem !important;
  }
  .height-px-lg-131 {
    height: 8.1875rem !important;
  }
  .height-px-lg-140 {
    height: 8.75rem !important;
  }
  .height-px-lg-144 {
    height: 9rem !important;
  }
  .height-px-lg-147 {
    height: 9.1875rem !important;
  }
  .height-px-lg-148 {
    height: 9.25rem !important;
  }
  .height-px-lg-154 {
    height: 9.625rem !important;
  }
  .height-px-lg-156 {
    height: 9.75rem !important;
  }
  .height-px-lg-180 {
    height: 11.25rem !important;
  }
  .height-px-lg-200 {
    height: 12.5rem !important;
  }
  .height-px-lg-231 {
    height: 14.4375rem !important;
  }
  .height-px-lg-240 {
    height: 15rem !important;
  }
  .height-px-lg-247 {
    height: 15.4375rem !important;
  }
  .height-px-lg-239 {
    height: 14.9375rem !important;
  }
  .height-px-lg-255 {
    height: 15.9375rem !important;
  }
  .height-px-lg-327 {
    height: 20.4375rem !important;
  }
  .max-h-lg-unset {
    max-height: unset !important;
  }
  .max-h-lg-1 {
    max-height: 1rem !important;
  }
  .max-h-lg--74 {
    max-height: 1.75rem !important;
  }
  .max-h-lg-2 {
    max-height: 2rem !important;
  }
  .max-h-lg-3 {
    max-height: 3rem !important;
  }
  .max-h-lg-4 {
    max-height: 4rem !important;
  }
  .max-h-lg-5 {
    max-height: 5rem !important;
  }
  .max-h-lg-6 {
    max-height: 6rem !important;
  }
  .max-h-lg-7 {
    max-height: 7rem !important;
  }
  .max-h-lg-8 {
    max-height: 8rem !important;
  }
  .max-h-lg-9 {
    max-height: 9rem !important;
  }
  .max-h-lg-10 {
    max-height: 10rem !important;
  }
  .max-h-lg-11 {
    max-height: 11rem !important;
  }
  .max-h-lg-12 {
    max-height: 12rem !important;
  }
  .max-h-lg-13 {
    max-height: 13rem !important;
  }
  .max-h-lg-14 {
    max-height: 14rem !important;
  }
  .max-h-lg-15 {
    max-height: 15rem !important;
  }
  .max-h-lg-16 {
    max-height: 16rem !important;
  }
  .max-h-lg-17 {
    max-height: 17rem !important;
  }
  .max-h-lg-18 {
    max-height: 18rem !important;
  }
  .max-h-lg-19 {
    max-height: 19rem !important;
  }
  .max-h-lg-20 {
    max-height: 20rem !important;
  }
  .max-h-lg-21 {
    max-height: 21rem !important;
  }
  .max-h-lg-22 {
    max-height: 22rem !important;
  }
  .max-h-lg-23 {
    max-height: 23rem !important;
  }
  .max-h-lg-24 {
    max-height: 24rem !important;
  }
  .max-h-lg-25 {
    max-height: 25rem !important;
  }
  .max-h-lg-26 {
    max-height: 26rem !important;
  }
  .max-h-lg-27 {
    max-height: 27rem !important;
  }
  .max-h-lg-28 {
    max-height: 28rem !important;
  }
  .max-h-lg-29 {
    max-height: 29rem !important;
  }
  .max-h-lg-30 {
    max-height: 30rem !important;
  }
  .max-h-lg-31 {
    max-height: 31rem !important;
  }
  .max-h-lg-32 {
    max-height: 32rem !important;
  }
  .max-h-lg-33 {
    max-height: 33rem !important;
  }
  .max-h-lg-34 {
    max-height: 34rem !important;
  }
  .max-h-lg-35 {
    max-height: 35rem !important;
  }
  .max-h-lg-36 {
    max-height: 36rem !important;
  }
  .max-h-lg-37 {
    max-height: 37rem !important;
  }
  .max-h-lg-38 {
    max-height: 38rem !important;
  }
  .max-h-lg-39 {
    max-height: 39rem !important;
  }
  .max-h-lg-40 {
    max-height: 40rem !important;
  }
  .max-h-lg-45 {
    max-height: 45rem !important;
  }
  .max-h-lg-75 {
    max-height: 75rem !important;
  }
  .max-h-lg-100 {
    max-height: 100% !important;
  }
  .min-h-lg-unset {
    min-height: unset !important;
  }
  .min-h-lg-1 {
    min-height: 1rem !important;
  }
  .min-h-lg--74 {
    min-height: 1.75rem !important;
  }
  .min-h-lg-2 {
    min-height: 2rem !important;
  }
  .min-h-lg-3 {
    min-height: 3rem !important;
  }
  .min-h-lg-4 {
    min-height: 4rem !important;
  }
  .min-h-lg-5 {
    min-height: 5rem !important;
  }
  .min-h-lg-6 {
    min-height: 6rem !important;
  }
  .min-h-lg-7 {
    min-height: 7rem !important;
  }
  .min-h-lg-8 {
    min-height: 8rem !important;
  }
  .min-h-lg-9 {
    min-height: 9rem !important;
  }
  .min-h-lg-10 {
    min-height: 10rem !important;
  }
  .min-h-lg-11 {
    min-height: 11rem !important;
  }
  .min-h-lg-12 {
    min-height: 12rem !important;
  }
  .min-h-lg-13 {
    min-height: 13rem !important;
  }
  .min-h-lg-14 {
    min-height: 14rem !important;
  }
  .min-h-lg-15 {
    min-height: 15rem !important;
  }
  .min-h-lg-16 {
    min-height: 16rem !important;
  }
  .min-h-lg-17 {
    min-height: 17rem !important;
  }
  .min-h-lg-18 {
    min-height: 18rem !important;
  }
  .min-h-lg-19 {
    min-height: 19rem !important;
  }
  .min-h-lg-20 {
    min-height: 20rem !important;
  }
  .min-h-lg-21 {
    min-height: 21rem !important;
  }
  .min-h-lg-22 {
    min-height: 22rem !important;
  }
  .min-h-lg-23 {
    min-height: 23rem !important;
  }
  .min-h-lg-24 {
    min-height: 24rem !important;
  }
  .min-h-lg-25 {
    min-height: 25rem !important;
  }
  .min-h-lg-26 {
    min-height: 26rem !important;
  }
  .min-h-lg-27 {
    min-height: 27rem !important;
  }
  .min-h-lg-28 {
    min-height: 28rem !important;
  }
  .min-h-lg-29 {
    min-height: 29rem !important;
  }
  .min-h-lg-30 {
    min-height: 30rem !important;
  }
  .min-h-lg-31 {
    min-height: 31rem !important;
  }
  .min-h-lg-32 {
    min-height: 32rem !important;
  }
  .min-h-lg-33 {
    min-height: 33rem !important;
  }
  .min-h-lg-34 {
    min-height: 34rem !important;
  }
  .min-h-lg-35 {
    min-height: 35rem !important;
  }
  .min-h-lg-36 {
    min-height: 36rem !important;
  }
  .min-h-lg-37 {
    min-height: 37rem !important;
  }
  .min-h-lg-38 {
    min-height: 38rem !important;
  }
  .min-h-lg-39 {
    min-height: 39rem !important;
  }
  .min-h-lg-40 {
    min-height: 40rem !important;
  }
  .min-h-lg-45 {
    min-height: 45rem !important;
  }
  .min-h-lg-75 {
    min-height: 75rem !important;
  }
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  .min-h-px-lg-0 {
    min-height: 0rem !important;
  }
  .min-h-px-lg-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-lg-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-lg-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-lg-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-lg-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-lg-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-lg-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-lg-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-lg-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-lg-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-lg-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-lg-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-lg-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-lg-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-lg-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-lg-16 {
    min-height: 1rem !important;
  }
  .min-h-px-lg-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-lg-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-lg-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-lg-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-lg-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-lg-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-lg-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-lg-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-lg-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-lg-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-lg-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-lg-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-lg-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-lg-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-lg-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-lg-32 {
    min-height: 2rem !important;
  }
  .min-h-px-lg-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-lg-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-lg-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-lg-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-lg-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-lg-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-lg-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-lg-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-lg-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-lg-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-lg-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-lg-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-lg-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-lg-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-lg-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-lg-48 {
    min-height: 3rem !important;
  }
  .min-h-px-lg-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-lg-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-lg-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-lg-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-lg-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-lg-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-lg-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-lg-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-lg-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-lg-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-lg-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-lg-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-lg-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-lg-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-lg-64 {
    min-height: 4rem !important;
  }
  .min-h-px-lg-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-lg-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-lg-71 {
    min-height: 4.4375rem !important;
  }
  .min-h-px-lg-72 {
    min-height: 4.5rem !important;
  }
  .min-h-px-lg-73 {
    min-height: 4.5625rem !important;
  }
  .min-h-px-lg-74 {
    min-height: 4.625rem !important;
  }
  .min-h-px-lg-75 {
    min-height: 4.6875rem !important;
  }
  .min-h-px-lg-76 {
    min-height: 4.75rem !important;
  }
  .min-h-px-lg-77 {
    min-height: 4.8125rem !important;
  }
  .min-h-px-lg-78 {
    min-height: 4.875rem !important;
  }
  .min-h-px-lg-79 {
    min-height: 4.9375rem !important;
  }
  .min-h-px-lg-80 {
    min-height: 5rem !important;
  }
  .min-h-px-lg-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-lg-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-lg-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-lg-86 {
    min-height: 5.375rem !important;
  }
  .min-h-px-lg-87 {
    min-height: 5.4375rem !important;
  }
  .min-h-px-lg-88 {
    min-height: 5.5rem !important;
  }
  .min-h-px-lg-89 {
    min-height: 5.5625rem !important;
  }
  .min-h-px-lg-90 {
    min-height: 5.625rem !important;
  }
  .min-h-px-lg-92 {
    min-height: 5.75rem !important;
  }
  .min-h-px-lg-94 {
    min-height: 5.875rem !important;
  }
  .min-h-px-lg-95 {
    min-height: 5.9375rem !important;
  }
  .min-h-px-lg-96 {
    min-height: 6rem !important;
  }
  .min-h-px-lg-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-lg-100 {
    min-height: 6.25rem !important;
  }
  .min-h-px-lg-102 {
    min-height: 6.375rem !important;
  }
  .min-h-px-lg-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-lg-108 {
    min-height: 6.75rem !important;
  }
  .min-h-px-lg-115 {
    min-height: 7.1875rem !important;
  }
  .min-h-px-lg-116 {
    min-height: 7.25rem !important;
  }
  .min-h-px-lg-118 {
    min-height: 7.375rem !important;
  }
  .min-h-px-lg-120 {
    min-height: 7.5rem !important;
  }
  .min-h-px-lg-121 {
    min-height: 7.5625rem !important;
  }
  .min-h-px-lg-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-lg-129 {
    min-height: 8.0625rem !important;
  }
  .min-h-px-lg-131 {
    min-height: 8.1875rem !important;
  }
  .min-h-px-lg-140 {
    min-height: 8.75rem !important;
  }
  .min-h-px-lg-144 {
    min-height: 9rem !important;
  }
  .min-h-px-lg-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-lg-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-lg-154 {
    min-height: 9.625rem !important;
  }
  .min-h-px-lg-156 {
    min-height: 9.75rem !important;
  }
  .min-h-px-lg-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-lg-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-lg-231 {
    min-height: 14.4375rem !important;
  }
  .min-h-px-lg-240 {
    min-height: 15rem !important;
  }
  .min-h-px-lg-247 {
    min-height: 15.4375rem !important;
  }
  .min-h-px-lg-239 {
    min-height: 14.9375rem !important;
  }
  .min-h-px-lg-255 {
    min-height: 15.9375rem !important;
  }
  .min-h-px-lg-327 {
    min-height: 20.4375rem !important;
  }
  .max-h-px-lg-0 {
    max-height: 0rem !important;
  }
  .max-h-px-lg-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-lg-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-lg-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-lg-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-lg-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-lg-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-lg-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-lg-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-lg-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-lg-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-lg-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-lg-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-lg-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-lg-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-lg-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-lg-16 {
    max-height: 1rem !important;
  }
  .max-h-px-lg-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-lg-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-lg-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-lg-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-lg-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-lg-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-lg-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-lg-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-lg-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-lg-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-lg-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-lg-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-lg-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-lg-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-lg-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-lg-32 {
    max-height: 2rem !important;
  }
  .max-h-px-lg-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-lg-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-lg-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-lg-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-lg-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-lg-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-lg-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-lg-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-lg-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-lg-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-lg-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-lg-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-lg-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-lg-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-lg-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-lg-48 {
    max-height: 3rem !important;
  }
  .max-h-px-lg-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-lg-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-lg-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-lg-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-lg-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-lg-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-lg-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-lg-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-lg-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-lg-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-lg-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-lg-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-lg-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-lg-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-lg-64 {
    max-height: 4rem !important;
  }
  .max-h-px-lg-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-lg-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-lg-71 {
    max-height: 4.4375rem !important;
  }
  .max-h-px-lg-72 {
    max-height: 4.5rem !important;
  }
  .max-h-px-lg-73 {
    max-height: 4.5625rem !important;
  }
  .max-h-px-lg-74 {
    max-height: 4.625rem !important;
  }
  .max-h-px-lg-75 {
    max-height: 4.6875rem !important;
  }
  .max-h-px-lg-76 {
    max-height: 4.75rem !important;
  }
  .max-h-px-lg-77 {
    max-height: 4.8125rem !important;
  }
  .max-h-px-lg-78 {
    max-height: 4.875rem !important;
  }
  .max-h-px-lg-79 {
    max-height: 4.9375rem !important;
  }
  .max-h-px-lg-80 {
    max-height: 5rem !important;
  }
  .max-h-px-lg-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-lg-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-lg-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-lg-86 {
    max-height: 5.375rem !important;
  }
  .max-h-px-lg-87 {
    max-height: 5.4375rem !important;
  }
  .max-h-px-lg-88 {
    max-height: 5.5rem !important;
  }
  .max-h-px-lg-89 {
    max-height: 5.5625rem !important;
  }
  .max-h-px-lg-90 {
    max-height: 5.625rem !important;
  }
  .max-h-px-lg-92 {
    max-height: 5.75rem !important;
  }
  .max-h-px-lg-94 {
    max-height: 5.875rem !important;
  }
  .max-h-px-lg-95 {
    max-height: 5.9375rem !important;
  }
  .max-h-px-lg-96 {
    max-height: 6rem !important;
  }
  .max-h-px-lg-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-lg-100 {
    max-height: 6.25rem !important;
  }
  .max-h-px-lg-102 {
    max-height: 6.375rem !important;
  }
  .max-h-px-lg-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-lg-108 {
    max-height: 6.75rem !important;
  }
  .max-h-px-lg-115 {
    max-height: 7.1875rem !important;
  }
  .max-h-px-lg-116 {
    max-height: 7.25rem !important;
  }
  .max-h-px-lg-118 {
    max-height: 7.375rem !important;
  }
  .max-h-px-lg-120 {
    max-height: 7.5rem !important;
  }
  .max-h-px-lg-121 {
    max-height: 7.5625rem !important;
  }
  .max-h-px-lg-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-lg-129 {
    max-height: 8.0625rem !important;
  }
  .max-h-px-lg-131 {
    max-height: 8.1875rem !important;
  }
  .max-h-px-lg-140 {
    max-height: 8.75rem !important;
  }
  .max-h-px-lg-144 {
    max-height: 9rem !important;
  }
  .max-h-px-lg-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-lg-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-lg-154 {
    max-height: 9.625rem !important;
  }
  .max-h-px-lg-156 {
    max-height: 9.75rem !important;
  }
  .max-h-px-lg-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-lg-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-lg-231 {
    max-height: 14.4375rem !important;
  }
  .max-h-px-lg-240 {
    max-height: 15rem !important;
  }
  .max-h-px-lg-247 {
    max-height: 15.4375rem !important;
  }
  .max-h-px-lg-239 {
    max-height: 14.9375rem !important;
  }
  .max-h-px-lg-255 {
    max-height: 15.9375rem !important;
  }
  .max-h-px-lg-327 {
    max-height: 20.4375rem !important;
  }
  .vh-lg-unset {
    height: unset !important;
  }
  .vh-lg-80 {
    height: 80vh !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .vh-lg-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-lg-92 {
    height: calc(100vh - 60px - 32px) !important;
  }
  .vh-lg-93 {
    height: calc(100vh - 60px - 33px) !important;
  }
  .vh-lg-96 {
    height: calc(100vh - 60px - 36px) !important;
  }
  .vh-lg-104 {
    height: calc(100vh - 60px - 44px) !important;
  }
  .vh-lg-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-lg-132 {
    height: calc(100vh - 60px - 72px) !important;
  }
  .vh-lg-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-lg-148 {
    height: calc(100vh - 148px) !important;
  }
  .vh-lg-153 {
    height: calc(100vh - 153px) !important;
  }
  .vh-lg-164 {
    height: calc(100vh - 60px - 80px - 24px) !important;
  }
  .vh-lg-170 {
    height: calc(100vh - 60px - 80px - 30px) !important;
  }
  .vh-lg-172 {
    height: calc(100vh - 60px - 80px - 32px) !important;
  }
  .vh-lg-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-lg-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-lg-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-lg-197 {
    height: calc(100vh - 60px - 80px - 57px) !important;
  }
  .vh-lg-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-lg-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-lg-209 {
    height: calc(100vh - 60px - 80px - 69px) !important;
  }
  .vh-lg-210 {
    height: calc(100vh - 60px - 120px - 30px) !important;
  }
  .vh-lg-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-lg-216 {
    height: calc(100vh - 60px - 80px - 76px) !important;
  }
  .vh-lg-218 {
    height: calc(100vh - 60px - 80px - 78px) !important;
  }
  .vh-lg-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-lg-226 {
    height: calc(100vh - 60px - 80px - 86px) !important;
  }
  .vh-lg-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-lg-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-lg-236 {
    height: calc(100vh - 60px - 80px - 60px - 36px) !important;
  }
  .vh-lg-238 {
    height: calc(100vh - 60px - 80px - 98px) !important;
  }
  .vh-lg-243 {
    height: calc(100vh - 60px - 80px - 103px) !important;
  }
  .vh-lg-248 {
    height: calc(100vh - 60px - 80px - 108px) !important;
  }
  .vh-lg-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-lg-254 {
    height: calc(100vh - 60px - 80px - 50px - 64px) !important;
  }
  .vh-lg-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-lg-259 {
    height: calc(100vh - 60px - 80px - 56px - 63px) !important;
  }
  .vh-lg-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-lg-262 {
    height: calc(100vh - 60px - 80px - 122px) !important;
  }
  .vh-lg-268 {
    height: calc(100vh - 60px - 80px - 88px - 40px) !important;
  }
  .vh-lg-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-lg-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-lg-272 {
    height: calc(100vh - 60px - 80px - 60px - 72px) !important;
  }
  .vh-lg-273 {
    height: calc(100vh - 60px - 80px - 60px - 73px) !important;
  }
  .vh-lg-274 {
    height: calc(100vh - 60px - 80px - 60px - 74px) !important;
  }
  .vh-lg-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-lg-277 {
    height: calc(100vh - 60px - 80px - 88px - 49px) !important;
  }
  .vh-lg-278 {
    height: calc(100vh - 60px - 80px - 88px - 50px) !important;
  }
  .vh-lg-284 {
    height: calc(100vh - 60px - 80px - 88px - 56px) !important;
  }
  .vh-lg-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-lg-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-lg-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-lg-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-lg-286 {
    height: calc(100vh - 60px - 80px - 88px - 58px) !important;
  }
  .vh-lg-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-lg-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-lg-308 {
    height: calc(100vh - 60px - 80px - 88px - 80px) !important;
  }
  .vh-lg-311 {
    height: calc(100vh - 60px - 80px - 60px - 111px) !important;
  }
  .vh-lg-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-lg-314 {
    height: calc(100vh - 60px - 80px - 60px - 114px) !important;
  }
  .vh-lg-315 {
    height: calc(100vh - 60px - 80px - 60px - 115px) !important;
  }
  .vh-lg-316 {
    height: calc(100vh - 60px - 80px - 60px - 116px) !important;
  }
  .vh-lg-317 {
    height: calc(100vh - 60px - 80px - 60px - 117px) !important;
  }
  .vh-lg-318 {
    height: calc(100vh - 60px - 80px - 60px - 118px) !important;
  }
  .vh-lg-320 {
    height: calc(100vh - 60px - 80px - 60px - 120px) !important;
  }
  .vh-lg-326 {
    height: calc(100vh - 60px - 80px - 60px - 126px) !important;
  }
  .vh-lg-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-lg-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-lg-334 {
    height: calc(100vh - 60px - 80px - 60px - 134px) !important;
  }
  .vh-lg-338 {
    height: calc(100vh - 60px - 80px - 60px - 138px) !important;
  }
  .vh-lg-340 {
    height: calc(100vh - 60px - 80px - 60px - 140px) !important;
  }
  .vh-lg-344 {
    height: calc(100vh - 60px - 80px - 60px - 144px) !important;
  }
  .vh-lg-347 {
    height: calc(100vh - 60px - 80px - 88px - 119px) !important;
  }
  .vh-lg-350 {
    height: calc(100vh - 60px - 80px - 60px - 150px) !important;
  }
  .vh-lg-352 {
    height: calc(100vh - 60px - 80px - 60px - 152px) !important;
  }
  .vh-lg-358 {
    height: calc(100vh - 60px - 80px - 88px - 130px) !important;
  }
  .vh-lg-364 {
    height: calc(100vh - 60px - 80px - 80px - 144px) !important;
  }
  .vh-lg-365 {
    height: calc(100vh - 60px - 80px - 60px - 165px) !important;
  }
  .vh-lg-370 {
    height: calc(100vh - 60px - 80px - 80px - 150px) !important;
  }
  .vh-lg-388 {
    height: calc(100vh - 60px - 80px - 60px - 188px) !important;
  }
  .vh-lg-389 {
    height: calc(100vh - 60px - 80px - 60px - 189px) !important;
  }
  .vh-lg-393 {
    height: calc(100vh - 60px - 80px - 80px - 173px) !important;
  }
  .vh-lg-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-lg-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-lg-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-lg-400 {
    height: calc(100vh - 60px - 80px - 60px - 200px) !important;
  }
  .vh-lg-403 {
    height: calc(100vh - 60px - 80px - 56px - 207px) !important;
  }
  .vh-lg-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-lg-409 {
    height: calc(100vh - 60px - 80px - 60px - 209px) !important;
  }
  .vh-lg-411 {
    height: calc(100vh - 60px - 80px - 60px - 211px) !important;
  }
  .vh-lg-414 {
    height: calc(100vh - 60px - 80px - 60px - 214px) !important;
  }
  .vh-lg-416 {
    height: calc(100vh - 60px - 80px - 60px - 216px) !important;
  }
  .vh-lg-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-lg-436 {
    height: calc(100vh - 60px - 80px - 60px - 236px) !important;
  }
  .vh-lg-442 {
    height: calc(100vh - 60px - 80px - 60px - 242px) !important;
  }
  .vh-lg-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-lg-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-lg-458 {
    height: calc(100vh - 60px - 80px - 60px - 258px) !important;
  }
  .vh-lg-470 {
    height: calc(100vh - 60px - 80px - 330px) !important;
  }
  .vh-lg-478 {
    height: calc(100vh - 60px - 80px - 60px - 278px) !important;
  }
  .vh-lg-484 {
    height: calc(100vh - 60px - 80px - 60px - 284px) !important;
  }
  .vh-lg-490 {
    height: calc(100vh - 60px - 80px - 60px - 290px) !important;
  }
  .vh-lg-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-lg-499 {
    height: calc(100vh - 60px - 80px - 60px - 299px) !important;
  }
  .vh-lg-518 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
  }
  .vh-lg-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-lg-522 {
    height: calc(100vh - 60px - 80px - 60px - 322px) !important;
  }
  .vh-lg-524 {
    height: calc(100vh - 60px - 80px - 60px - 324px) !important;
  }
  .vh-lg-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .vh-lg-568 {
    height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
  }
  .height-lg-unset {
    height: unset !important;
  }
  .height-lg-40vh {
    height: 40vh !important;
  }
  .height-lg-50vh {
    height: 50vh !important;
  }
  .height-lg-55vh {
    height: 55vh !important;
  }
  .height-lg-60vh {
    height: 60vh !important;
  }
  .height-lg-64vh {
    height: 64vh !important;
  }
  .height-lg-70vh {
    height: 70vh !important;
  }
  .height-lg-75vh {
    height: 75vh !important;
  }
  .height-lg-80vh {
    height: 80vh !important;
  }
  .height-lg-85vh {
    height: 85vh !important;
  }
  .height-lg-90vh {
    height: 90vh !important;
  }
  .height-lg-95vh {
    height: 95vh !important;
  }
  .height-lg-100vh {
    height: 100vh !important;
  }
  .max-h-lg-unset {
    max-height: unset !important;
  }
  .max-h-lg-40vh {
    max-height: 40vh !important;
  }
  .max-h-lg-50vh {
    max-height: 50vh !important;
  }
  .max-h-lg-55vh {
    max-height: 55vh !important;
  }
  .max-h-lg-60vh {
    max-height: 60vh !important;
  }
  .max-h-lg-64vh {
    max-height: 64vh !important;
  }
  .max-h-lg-70vh {
    max-height: 70vh !important;
  }
  .max-h-lg-75vh {
    max-height: 75vh !important;
  }
  .max-h-lg-80vh {
    max-height: 80vh !important;
  }
  .max-h-lg-85vh {
    max-height: 85vh !important;
  }
  .max-h-lg-90vh {
    max-height: 90vh !important;
  }
  .max-h-lg-95vh {
    max-height: 95vh !important;
  }
  .max-h-lg-100vh {
    max-height: 100vh !important;
  }
  .min-h-lg-unset {
    min-height: unset !important;
  }
  .min-h-lg-40vh {
    min-height: 40vh !important;
  }
  .min-h-lg-50vh {
    min-height: 50vh !important;
  }
  .min-h-lg-55vh {
    min-height: 55vh !important;
  }
  .min-h-lg-60vh {
    min-height: 60vh !important;
  }
  .min-h-lg-64vh {
    min-height: 64vh !important;
  }
  .min-h-lg-70vh {
    min-height: 70vh !important;
  }
  .min-h-lg-75vh {
    min-height: 75vh !important;
  }
  .min-h-lg-80vh {
    min-height: 80vh !important;
  }
  .min-h-lg-85vh {
    min-height: 85vh !important;
  }
  .min-h-lg-90vh {
    min-height: 90vh !important;
  }
  .min-h-lg-95vh {
    min-height: 95vh !important;
  }
  .min-h-lg-100vh {
    min-height: 100vh !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-auto {
    flex: 1 1 auto !important;
  }
  .flex-lg-0 {
    flex: 0 0 auto !important;
  }
  .flex-lg-1 {
    flex: 1 !important;
  }
  .flex-lg-2 {
    flex: 2 !important;
  }
  .flex-lg-3 {
    flex: 3 !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 0.375rem !important;
  }
  .gap-lg-7 {
    gap: 0.4375rem !important;
  }
  .gap-lg-8 {
    gap: 0.5rem !important;
  }
  .gap-lg-9 {
    gap: 0.5625rem !important;
  }
  .gap-lg-10 {
    gap: 0.625rem !important;
  }
  .gap-lg-11 {
    gap: 0.6875rem !important;
  }
  .gap-lg-12 {
    gap: 0.75rem !important;
  }
  .gap-lg-13 {
    gap: 0.8125rem !important;
  }
  .gap-lg-14 {
    gap: 0.875rem !important;
  }
  .gap-lg-15 {
    gap: 0.9375rem !important;
  }
  .gap-lg-16 {
    gap: 1rem !important;
  }
  .gap-lg-17 {
    gap: 1.0625rem !important;
  }
  .gap-lg-18 {
    gap: 1.125rem !important;
  }
  .gap-lg-19 {
    gap: 1.1875rem !important;
  }
  .gap-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-lg-21 {
    gap: 1.3125rem !important;
  }
  .gap-lg-22 {
    gap: 1.375rem !important;
  }
  .gap-lg-23 {
    gap: 1.4375rem !important;
  }
  .gap-lg-24 {
    gap: 1.5rem !important;
  }
  .gap-lg-25 {
    gap: 1.5625rem !important;
  }
  .gap-lg-26 {
    gap: 1.625rem !important;
  }
  .gap-lg-27 {
    gap: 1.6875rem !important;
  }
  .gap-lg-28 {
    gap: 1.75rem !important;
  }
  .gap-lg-29 {
    gap: 1.8125rem !important;
  }
  .gap-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-lg-31 {
    gap: 1.9375rem !important;
  }
  .gap-lg-32 {
    gap: 2rem !important;
  }
  .gap-lg-33 {
    gap: 2.0625rem !important;
  }
  .gap-lg-34 {
    gap: 2.125rem !important;
  }
  .gap-lg-35 {
    gap: 2.1875rem !important;
  }
  .gap-lg-36 {
    gap: 2.25rem !important;
  }
  .gap-lg-37 {
    gap: 2.3125rem !important;
  }
  .gap-lg-38 {
    gap: 2.375rem !important;
  }
  .gap-lg-39 {
    gap: 2.4375rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-41 {
    gap: 2.5625rem !important;
  }
  .gap-lg-42 {
    gap: 2.625rem !important;
  }
  .gap-lg-43 {
    gap: 2.6875rem !important;
  }
  .gap-lg-44 {
    gap: 2.75rem !important;
  }
  .gap-lg-45 {
    gap: 2.8125rem !important;
  }
  .gap-lg-46 {
    gap: 2.875rem !important;
  }
  .gap-lg-47 {
    gap: 2.9375rem !important;
  }
  .gap-lg-48 {
    gap: 3rem !important;
  }
  .gap-lg-49 {
    gap: 3.0625rem !important;
  }
  .gap-lg-50 {
    gap: 3.125rem !important;
  }
  .gap-lg-51 {
    gap: 3.1875rem !important;
  }
  .gap-lg-52 {
    gap: 3.25rem !important;
  }
  .gap-lg-53 {
    gap: 3.3125rem !important;
  }
  .gap-lg-54 {
    gap: 3.375rem !important;
  }
  .gap-lg-56 {
    gap: 3.5rem !important;
  }
  .gap-lg-57 {
    gap: 3.5625rem !important;
  }
  .gap-lg-58 {
    gap: 3.625rem !important;
  }
  .gap-lg-90 {
    gap: 5.625rem !important;
  }
  .gap-lg-99 {
    gap: 6.1875rem !important;
  }
  .gap-lg-200 {
    gap: 12.5rem !important;
  }
  .gap-lg-250 {
    gap: 15.625rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-lg-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-lg-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-lg-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-lg-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-lg-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-lg-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-lg-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-lg-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-lg-32 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-lg-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-lg-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-lg-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-lg-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-lg-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-lg-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-lg-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-lg-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-lg-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-lg-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-lg-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-lg-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-lg-48 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-lg-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-lg-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-lg-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-lg-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-lg-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-lg-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-99 {
    row-gap: 6.1875rem !important;
  }
  .row-gap-lg-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-lg-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-lg-16 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-lg-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-lg-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-lg-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-lg-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-lg-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-lg-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-lg-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-lg-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-lg-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-lg-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-lg-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-lg-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-lg-32 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-lg-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-lg-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-lg-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-lg-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-lg-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-lg-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-lg-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-lg-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-lg-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-lg-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-lg-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-lg-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-lg-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-lg-48 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-lg-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-lg-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-lg-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-lg-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-lg-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-lg-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-lg-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-lg-90 {
    column-gap: 5.625rem !important;
  }
  .column-gap-lg-99 {
    column-gap: 6.1875rem !important;
  }
  .column-gap-lg-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-lg-250 {
    column-gap: 15.625rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 0.375rem !important;
  }
  .m-lg-7 {
    margin: 0.4375rem !important;
  }
  .m-lg-8 {
    margin: 0.5rem !important;
  }
  .m-lg-9 {
    margin: 0.5625rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem !important;
  }
  .m-lg-11 {
    margin: 0.6875rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .m-lg-13 {
    margin: 0.8125rem !important;
  }
  .m-lg-14 {
    margin: 0.875rem !important;
  }
  .m-lg-15 {
    margin: 0.9375rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .m-lg-17 {
    margin: 1.0625rem !important;
  }
  .m-lg-18 {
    margin: 1.125rem !important;
  }
  .m-lg-19 {
    margin: 1.1875rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-21 {
    margin: 1.3125rem !important;
  }
  .m-lg-22 {
    margin: 1.375rem !important;
  }
  .m-lg-23 {
    margin: 1.4375rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .m-lg-25 {
    margin: 1.5625rem !important;
  }
  .m-lg-26 {
    margin: 1.625rem !important;
  }
  .m-lg-27 {
    margin: 1.6875rem !important;
  }
  .m-lg-28 {
    margin: 1.75rem !important;
  }
  .m-lg-29 {
    margin: 1.8125rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-31 {
    margin: 1.9375rem !important;
  }
  .m-lg-32 {
    margin: 2rem !important;
  }
  .m-lg-33 {
    margin: 2.0625rem !important;
  }
  .m-lg-34 {
    margin: 2.125rem !important;
  }
  .m-lg-35 {
    margin: 2.1875rem !important;
  }
  .m-lg-36 {
    margin: 2.25rem !important;
  }
  .m-lg-37 {
    margin: 2.3125rem !important;
  }
  .m-lg-38 {
    margin: 2.375rem !important;
  }
  .m-lg-39 {
    margin: 2.4375rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-41 {
    margin: 2.5625rem !important;
  }
  .m-lg-42 {
    margin: 2.625rem !important;
  }
  .m-lg-43 {
    margin: 2.6875rem !important;
  }
  .m-lg-44 {
    margin: 2.75rem !important;
  }
  .m-lg-45 {
    margin: 2.8125rem !important;
  }
  .m-lg-46 {
    margin: 2.875rem !important;
  }
  .m-lg-47 {
    margin: 2.9375rem !important;
  }
  .m-lg-48 {
    margin: 3rem !important;
  }
  .m-lg-49 {
    margin: 3.0625rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .m-lg-51 {
    margin: 3.1875rem !important;
  }
  .m-lg-52 {
    margin: 3.25rem !important;
  }
  .m-lg-53 {
    margin: 3.3125rem !important;
  }
  .m-lg-54 {
    margin: 3.375rem !important;
  }
  .m-lg-56 {
    margin: 3.5rem !important;
  }
  .m-lg-57 {
    margin: 3.5625rem !important;
  }
  .m-lg-58 {
    margin: 3.625rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-99 {
    margin: 6.1875rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !important;
  }
  .m-lg-250 {
    margin: 15.625rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-lg-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-lg-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-lg-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-lg-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-lg-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-lg-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-lg-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-lg-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-lg-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-lg-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-lg-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-lg-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-lg-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-lg-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-lg-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-lg-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-lg-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-lg-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-lg-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-lg-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-lg-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-lg-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-lg-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-lg-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-lg-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-lg-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-lg-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-lg-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-lg-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-lg-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-lg-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-lg-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-lg-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-lg-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-lg-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-lg-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-lg-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-lg-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-lg-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-lg-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-lg-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-lg-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-lg-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-lg-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-lg-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-lg-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-lg-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-lg-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-lg-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-lg-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-lg-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-lg-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-lg-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-lg-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-lg-90 {
    margin-inline-end: 5.625rem !important;
    margin-inline-start: 5.625rem !important;
  }
  .mx-lg-99 {
    margin-inline-end: 6.1875rem !important;
    margin-inline-start: 6.1875rem !important;
  }
  .mx-lg-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-lg-250 {
    margin-inline-end: 15.625rem !important;
    margin-inline-start: 15.625rem !important;
  }
  .mx-lg-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-lg-0 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .my-lg-1 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-lg-2 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-lg-3 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-lg-4 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-lg-5 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-lg-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-lg-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-lg-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-lg-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-lg-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-lg-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-lg-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-lg-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-lg-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-lg-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-lg-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-lg-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-lg-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-lg-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-lg-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-lg-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-lg-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-lg-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-lg-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-lg-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-lg-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-lg-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-lg-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-lg-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-lg-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-lg-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-lg-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-lg-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-lg-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-lg-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-lg-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-lg-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-lg-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-lg-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-lg-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-lg-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-lg-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-lg-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-lg-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-lg-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-lg-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-lg-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-lg-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-lg-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-lg-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-lg-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-lg-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-lg-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-lg-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-lg-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-lg-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-lg-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-lg-90 {
    margin-block-start: 5.625rem !important;
    margin-block-end: 5.625rem !important;
  }
  .my-lg-99 {
    margin-block-start: 6.1875rem !important;
    margin-block-end: 6.1875rem !important;
  }
  .my-lg-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-lg-250 {
    margin-block-start: 15.625rem !important;
    margin-block-end: 15.625rem !important;
  }
  .my-lg-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-lg-0 {
    margin-block-start: 0 !important;
  }
  .mt-lg-1 {
    margin-block-start: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-block-start: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-block-start: 1rem !important;
  }
  .mt-lg-4 {
    margin-block-start: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-block-start: 3rem !important;
  }
  .mt-lg-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-lg-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-lg-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-lg-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-lg-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-lg-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-lg-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-lg-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-lg-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-lg-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-lg-16 {
    margin-block-start: 1rem !important;
  }
  .mt-lg-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-lg-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-lg-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-lg-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-lg-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-lg-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-lg-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-lg-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-lg-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-lg-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-lg-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-lg-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-lg-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-lg-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-lg-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-lg-32 {
    margin-block-start: 2rem !important;
  }
  .mt-lg-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-lg-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-lg-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-lg-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-lg-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-lg-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-lg-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-lg-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-lg-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-lg-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-lg-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-lg-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-lg-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-lg-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-lg-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-lg-48 {
    margin-block-start: 3rem !important;
  }
  .mt-lg-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-lg-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-lg-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-lg-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-lg-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-lg-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-lg-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-lg-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-lg-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-lg-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-lg-99 {
    margin-block-start: 6.1875rem !important;
  }
  .mt-lg-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-lg-250 {
    margin-block-start: 15.625rem !important;
  }
  .mt-lg-auto {
    margin-block-start: auto !important;
  }
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
  .me-lg-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-lg-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-lg-3 {
    margin-inline-end: 1rem !important;
  }
  .me-lg-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-lg-5 {
    margin-inline-end: 3rem !important;
  }
  .me-lg-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-lg-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-lg-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-lg-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-lg-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-lg-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-lg-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-lg-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-lg-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-lg-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-lg-16 {
    margin-inline-end: 1rem !important;
  }
  .me-lg-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-lg-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-lg-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-lg-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-lg-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-lg-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-lg-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-lg-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-lg-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-lg-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-lg-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-lg-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-lg-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-lg-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-lg-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-lg-32 {
    margin-inline-end: 2rem !important;
  }
  .me-lg-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-lg-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-lg-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-lg-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-lg-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-lg-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-lg-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-lg-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-lg-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-lg-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-lg-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-lg-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-lg-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-lg-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-lg-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-lg-48 {
    margin-inline-end: 3rem !important;
  }
  .me-lg-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-lg-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-lg-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-lg-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-lg-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-lg-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-lg-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-lg-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-lg-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-lg-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-lg-99 {
    margin-inline-end: 6.1875rem !important;
  }
  .me-lg-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-lg-250 {
    margin-inline-end: 15.625rem !important;
  }
  .me-lg-auto {
    margin-inline-end: auto !important;
  }
  .mb-lg-0 {
    margin-block-end: 0 !important;
  }
  .mb-lg-1 {
    margin-block-end: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-block-end: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-block-end: 1rem !important;
  }
  .mb-lg-4 {
    margin-block-end: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-block-end: 3rem !important;
  }
  .mb-lg-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-lg-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-lg-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-lg-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-lg-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-lg-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-lg-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-lg-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-lg-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-lg-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-lg-16 {
    margin-block-end: 1rem !important;
  }
  .mb-lg-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-lg-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-lg-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-lg-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-lg-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-lg-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-lg-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-lg-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-lg-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-lg-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-lg-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-lg-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-lg-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-lg-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-lg-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-lg-32 {
    margin-block-end: 2rem !important;
  }
  .mb-lg-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-lg-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-lg-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-lg-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-lg-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-lg-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-lg-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-lg-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-lg-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-lg-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-lg-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-lg-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-lg-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-lg-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-lg-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-lg-48 {
    margin-block-end: 3rem !important;
  }
  .mb-lg-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-lg-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-lg-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-lg-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-lg-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-lg-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-lg-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-lg-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-lg-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-lg-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-lg-99 {
    margin-block-end: 6.1875rem !important;
  }
  .mb-lg-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-lg-250 {
    margin-block-end: 15.625rem !important;
  }
  .mb-lg-auto {
    margin-block-end: auto !important;
  }
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
  .ms-lg-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-lg-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-lg-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-lg-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-lg-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-lg-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-lg-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-lg-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-lg-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-lg-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-lg-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-lg-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-lg-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-lg-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-lg-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-lg-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-lg-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-lg-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-lg-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-lg-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-lg-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-lg-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-lg-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-lg-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-lg-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-lg-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-lg-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-lg-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-lg-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-lg-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-lg-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-lg-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-lg-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-lg-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-lg-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-lg-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-lg-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-lg-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-lg-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-lg-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-lg-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-lg-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-lg-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-lg-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-lg-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-lg-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-lg-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-lg-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-lg-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-lg-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-lg-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-lg-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-lg-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-lg-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-lg-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-lg-99 {
    margin-inline-start: 6.1875rem !important;
  }
  .ms-lg-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-lg-250 {
    margin-inline-start: 15.625rem !important;
  }
  .ms-lg-auto {
    margin-inline-start: auto !important;
  }
  .mt-px-lg-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-lg-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-lg-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-lg-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-lg-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-lg-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-lg-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-lg-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-lg-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-lg-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-lg-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-lg-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-lg-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-lg-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-lg-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-lg-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-lg-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-lg-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-lg-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-lg-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-lg-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-lg-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-lg-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-lg-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-lg-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-lg-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-lg-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-lg-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-lg-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-lg-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-lg-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-lg-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-lg-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-lg-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-lg-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-lg-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-lg-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-lg-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-lg-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-lg-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-lg-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-lg-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-lg-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-lg-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-lg-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-lg-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-lg-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-lg-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-lg-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-lg-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-lg-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-lg-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-lg-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-lg-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-lg-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-lg-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-lg-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-lg-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-lg-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-lg-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-lg-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-lg-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-lg-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-lg-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-lg-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-lg-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-lg-71 {
    margin-block-start: 4.4375rem !important;
  }
  .mt-px-lg-72 {
    margin-block-start: 4.5rem !important;
  }
  .mt-px-lg-73 {
    margin-block-start: 4.5625rem !important;
  }
  .mt-px-lg-74 {
    margin-block-start: 4.625rem !important;
  }
  .mt-px-lg-75 {
    margin-block-start: 4.6875rem !important;
  }
  .mt-px-lg-76 {
    margin-block-start: 4.75rem !important;
  }
  .mt-px-lg-77 {
    margin-block-start: 4.8125rem !important;
  }
  .mt-px-lg-78 {
    margin-block-start: 4.875rem !important;
  }
  .mt-px-lg-79 {
    margin-block-start: 4.9375rem !important;
  }
  .mt-px-lg-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-lg-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-lg-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-lg-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-lg-86 {
    margin-block-start: 5.375rem !important;
  }
  .mt-px-lg-87 {
    margin-block-start: 5.4375rem !important;
  }
  .mt-px-lg-88 {
    margin-block-start: 5.5rem !important;
  }
  .mt-px-lg-89 {
    margin-block-start: 5.5625rem !important;
  }
  .mt-px-lg-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-px-lg-92 {
    margin-block-start: 5.75rem !important;
  }
  .mt-px-lg-94 {
    margin-block-start: 5.875rem !important;
  }
  .mt-px-lg-95 {
    margin-block-start: 5.9375rem !important;
  }
  .mt-px-lg-96 {
    margin-block-start: 6rem !important;
  }
  .mt-px-lg-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-lg-100 {
    margin-block-start: 6.25rem !important;
  }
  .mt-px-lg-102 {
    margin-block-start: 6.375rem !important;
  }
  .mt-px-lg-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-lg-108 {
    margin-block-start: 6.75rem !important;
  }
  .mt-px-lg-115 {
    margin-block-start: 7.1875rem !important;
  }
  .mt-px-lg-116 {
    margin-block-start: 7.25rem !important;
  }
  .mt-px-lg-118 {
    margin-block-start: 7.375rem !important;
  }
  .mt-px-lg-120 {
    margin-block-start: 7.5rem !important;
  }
  .mt-px-lg-121 {
    margin-block-start: 7.5625rem !important;
  }
  .mt-px-lg-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-lg-129 {
    margin-block-start: 8.0625rem !important;
  }
  .mt-px-lg-131 {
    margin-block-start: 8.1875rem !important;
  }
  .mt-px-lg-140 {
    margin-block-start: 8.75rem !important;
  }
  .mt-px-lg-144 {
    margin-block-start: 9rem !important;
  }
  .mt-px-lg-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-lg-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-lg-154 {
    margin-block-start: 9.625rem !important;
  }
  .mt-px-lg-156 {
    margin-block-start: 9.75rem !important;
  }
  .mt-px-lg-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-lg-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-lg-231 {
    margin-block-start: 14.4375rem !important;
  }
  .mt-px-lg-240 {
    margin-block-start: 15rem !important;
  }
  .mt-px-lg-247 {
    margin-block-start: 15.4375rem !important;
  }
  .mt-px-lg-239 {
    margin-block-start: 14.9375rem !important;
  }
  .mt-px-lg-255 {
    margin-block-start: 15.9375rem !important;
  }
  .mt-px-lg-327 {
    margin-block-start: 20.4375rem !important;
  }
  .mt-px-lg-auto {
    margin-block-start: auto !important;
  }
  .me-px-lg-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-lg-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-lg-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-lg-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-lg-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-lg-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-lg-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-lg-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-lg-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-lg-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-lg-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-lg-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-lg-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-lg-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-lg-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-lg-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-lg-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-lg-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-lg-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-lg-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-lg-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-lg-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-lg-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-lg-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-lg-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-lg-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-lg-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-lg-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-lg-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-lg-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-lg-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-lg-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-lg-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-lg-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-lg-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-lg-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-lg-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-lg-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-lg-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-lg-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-lg-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-lg-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-lg-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-lg-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-lg-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-lg-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-lg-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-lg-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-lg-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-lg-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-lg-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-lg-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-lg-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-lg-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-lg-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-lg-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-lg-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-lg-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-lg-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-lg-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-lg-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-lg-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-lg-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-lg-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-lg-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-lg-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-lg-71 {
    margin-inline-end: 4.4375rem !important;
  }
  .me-px-lg-72 {
    margin-inline-end: 4.5rem !important;
  }
  .me-px-lg-73 {
    margin-inline-end: 4.5625rem !important;
  }
  .me-px-lg-74 {
    margin-inline-end: 4.625rem !important;
  }
  .me-px-lg-75 {
    margin-inline-end: 4.6875rem !important;
  }
  .me-px-lg-76 {
    margin-inline-end: 4.75rem !important;
  }
  .me-px-lg-77 {
    margin-inline-end: 4.8125rem !important;
  }
  .me-px-lg-78 {
    margin-inline-end: 4.875rem !important;
  }
  .me-px-lg-79 {
    margin-inline-end: 4.9375rem !important;
  }
  .me-px-lg-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-lg-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-lg-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-lg-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-lg-86 {
    margin-inline-end: 5.375rem !important;
  }
  .me-px-lg-87 {
    margin-inline-end: 5.4375rem !important;
  }
  .me-px-lg-88 {
    margin-inline-end: 5.5rem !important;
  }
  .me-px-lg-89 {
    margin-inline-end: 5.5625rem !important;
  }
  .me-px-lg-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-px-lg-92 {
    margin-inline-end: 5.75rem !important;
  }
  .me-px-lg-94 {
    margin-inline-end: 5.875rem !important;
  }
  .me-px-lg-95 {
    margin-inline-end: 5.9375rem !important;
  }
  .me-px-lg-96 {
    margin-inline-end: 6rem !important;
  }
  .me-px-lg-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-lg-100 {
    margin-inline-end: 6.25rem !important;
  }
  .me-px-lg-102 {
    margin-inline-end: 6.375rem !important;
  }
  .me-px-lg-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-lg-108 {
    margin-inline-end: 6.75rem !important;
  }
  .me-px-lg-115 {
    margin-inline-end: 7.1875rem !important;
  }
  .me-px-lg-116 {
    margin-inline-end: 7.25rem !important;
  }
  .me-px-lg-118 {
    margin-inline-end: 7.375rem !important;
  }
  .me-px-lg-120 {
    margin-inline-end: 7.5rem !important;
  }
  .me-px-lg-121 {
    margin-inline-end: 7.5625rem !important;
  }
  .me-px-lg-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-lg-129 {
    margin-inline-end: 8.0625rem !important;
  }
  .me-px-lg-131 {
    margin-inline-end: 8.1875rem !important;
  }
  .me-px-lg-140 {
    margin-inline-end: 8.75rem !important;
  }
  .me-px-lg-144 {
    margin-inline-end: 9rem !important;
  }
  .me-px-lg-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-lg-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-lg-154 {
    margin-inline-end: 9.625rem !important;
  }
  .me-px-lg-156 {
    margin-inline-end: 9.75rem !important;
  }
  .me-px-lg-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-lg-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-lg-231 {
    margin-inline-end: 14.4375rem !important;
  }
  .me-px-lg-240 {
    margin-inline-end: 15rem !important;
  }
  .me-px-lg-247 {
    margin-inline-end: 15.4375rem !important;
  }
  .me-px-lg-239 {
    margin-inline-end: 14.9375rem !important;
  }
  .me-px-lg-255 {
    margin-inline-end: 15.9375rem !important;
  }
  .me-px-lg-327 {
    margin-inline-end: 20.4375rem !important;
  }
  .me-px-lg-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-lg-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-lg-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-lg-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-lg-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-lg-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-lg-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-lg-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-lg-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-lg-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-lg-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-lg-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-lg-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-lg-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-lg-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-lg-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-lg-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-lg-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-lg-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-lg-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-lg-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-lg-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-lg-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-lg-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-lg-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-lg-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-lg-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-lg-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-lg-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-lg-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-lg-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-lg-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-lg-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-lg-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-lg-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-lg-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-lg-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-lg-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-lg-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-lg-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-lg-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-lg-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-lg-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-lg-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-lg-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-lg-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-lg-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-lg-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-lg-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-lg-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-lg-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-lg-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-lg-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-lg-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-lg-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-lg-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-lg-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-lg-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-lg-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-lg-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-lg-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-lg-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-lg-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-lg-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-lg-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-lg-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-lg-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-lg-71 {
    margin-block-end: 4.4375rem !important;
  }
  .mb-px-lg-72 {
    margin-block-end: 4.5rem !important;
  }
  .mb-px-lg-73 {
    margin-block-end: 4.5625rem !important;
  }
  .mb-px-lg-74 {
    margin-block-end: 4.625rem !important;
  }
  .mb-px-lg-75 {
    margin-block-end: 4.6875rem !important;
  }
  .mb-px-lg-76 {
    margin-block-end: 4.75rem !important;
  }
  .mb-px-lg-77 {
    margin-block-end: 4.8125rem !important;
  }
  .mb-px-lg-78 {
    margin-block-end: 4.875rem !important;
  }
  .mb-px-lg-79 {
    margin-block-end: 4.9375rem !important;
  }
  .mb-px-lg-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-lg-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-lg-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-lg-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-lg-86 {
    margin-block-end: 5.375rem !important;
  }
  .mb-px-lg-87 {
    margin-block-end: 5.4375rem !important;
  }
  .mb-px-lg-88 {
    margin-block-end: 5.5rem !important;
  }
  .mb-px-lg-89 {
    margin-block-end: 5.5625rem !important;
  }
  .mb-px-lg-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-px-lg-92 {
    margin-block-end: 5.75rem !important;
  }
  .mb-px-lg-94 {
    margin-block-end: 5.875rem !important;
  }
  .mb-px-lg-95 {
    margin-block-end: 5.9375rem !important;
  }
  .mb-px-lg-96 {
    margin-block-end: 6rem !important;
  }
  .mb-px-lg-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-lg-100 {
    margin-block-end: 6.25rem !important;
  }
  .mb-px-lg-102 {
    margin-block-end: 6.375rem !important;
  }
  .mb-px-lg-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-lg-108 {
    margin-block-end: 6.75rem !important;
  }
  .mb-px-lg-115 {
    margin-block-end: 7.1875rem !important;
  }
  .mb-px-lg-116 {
    margin-block-end: 7.25rem !important;
  }
  .mb-px-lg-118 {
    margin-block-end: 7.375rem !important;
  }
  .mb-px-lg-120 {
    margin-block-end: 7.5rem !important;
  }
  .mb-px-lg-121 {
    margin-block-end: 7.5625rem !important;
  }
  .mb-px-lg-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-lg-129 {
    margin-block-end: 8.0625rem !important;
  }
  .mb-px-lg-131 {
    margin-block-end: 8.1875rem !important;
  }
  .mb-px-lg-140 {
    margin-block-end: 8.75rem !important;
  }
  .mb-px-lg-144 {
    margin-block-end: 9rem !important;
  }
  .mb-px-lg-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-lg-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-lg-154 {
    margin-block-end: 9.625rem !important;
  }
  .mb-px-lg-156 {
    margin-block-end: 9.75rem !important;
  }
  .mb-px-lg-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-lg-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-lg-231 {
    margin-block-end: 14.4375rem !important;
  }
  .mb-px-lg-240 {
    margin-block-end: 15rem !important;
  }
  .mb-px-lg-247 {
    margin-block-end: 15.4375rem !important;
  }
  .mb-px-lg-239 {
    margin-block-end: 14.9375rem !important;
  }
  .mb-px-lg-255 {
    margin-block-end: 15.9375rem !important;
  }
  .mb-px-lg-327 {
    margin-block-end: 20.4375rem !important;
  }
  .mb-px-lg-auto {
    margin-block-end: auto !important;
  }
  .ms-px-lg-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-lg-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-lg-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-lg-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-lg-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-lg-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-lg-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-lg-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-lg-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-lg-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-lg-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-lg-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-lg-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-lg-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-lg-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-lg-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-lg-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-lg-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-lg-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-lg-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-lg-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-lg-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-lg-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-lg-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-lg-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-lg-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-lg-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-lg-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-lg-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-lg-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-lg-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-lg-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-lg-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-lg-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-lg-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-lg-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-lg-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-lg-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-lg-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-lg-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-lg-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-lg-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-lg-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-lg-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-lg-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-lg-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-lg-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-lg-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-lg-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-lg-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-lg-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-lg-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-lg-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-lg-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-lg-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-lg-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-lg-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-lg-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-lg-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-lg-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-lg-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-lg-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-lg-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-lg-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-lg-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-lg-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-lg-71 {
    margin-inline-start: 4.4375rem !important;
  }
  .ms-px-lg-72 {
    margin-inline-start: 4.5rem !important;
  }
  .ms-px-lg-73 {
    margin-inline-start: 4.5625rem !important;
  }
  .ms-px-lg-74 {
    margin-inline-start: 4.625rem !important;
  }
  .ms-px-lg-75 {
    margin-inline-start: 4.6875rem !important;
  }
  .ms-px-lg-76 {
    margin-inline-start: 4.75rem !important;
  }
  .ms-px-lg-77 {
    margin-inline-start: 4.8125rem !important;
  }
  .ms-px-lg-78 {
    margin-inline-start: 4.875rem !important;
  }
  .ms-px-lg-79 {
    margin-inline-start: 4.9375rem !important;
  }
  .ms-px-lg-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-lg-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-lg-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-lg-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-lg-86 {
    margin-inline-start: 5.375rem !important;
  }
  .ms-px-lg-87 {
    margin-inline-start: 5.4375rem !important;
  }
  .ms-px-lg-88 {
    margin-inline-start: 5.5rem !important;
  }
  .ms-px-lg-89 {
    margin-inline-start: 5.5625rem !important;
  }
  .ms-px-lg-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-px-lg-92 {
    margin-inline-start: 5.75rem !important;
  }
  .ms-px-lg-94 {
    margin-inline-start: 5.875rem !important;
  }
  .ms-px-lg-95 {
    margin-inline-start: 5.9375rem !important;
  }
  .ms-px-lg-96 {
    margin-inline-start: 6rem !important;
  }
  .ms-px-lg-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-lg-100 {
    margin-inline-start: 6.25rem !important;
  }
  .ms-px-lg-102 {
    margin-inline-start: 6.375rem !important;
  }
  .ms-px-lg-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-lg-108 {
    margin-inline-start: 6.75rem !important;
  }
  .ms-px-lg-115 {
    margin-inline-start: 7.1875rem !important;
  }
  .ms-px-lg-116 {
    margin-inline-start: 7.25rem !important;
  }
  .ms-px-lg-118 {
    margin-inline-start: 7.375rem !important;
  }
  .ms-px-lg-120 {
    margin-inline-start: 7.5rem !important;
  }
  .ms-px-lg-121 {
    margin-inline-start: 7.5625rem !important;
  }
  .ms-px-lg-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-lg-129 {
    margin-inline-start: 8.0625rem !important;
  }
  .ms-px-lg-131 {
    margin-inline-start: 8.1875rem !important;
  }
  .ms-px-lg-140 {
    margin-inline-start: 8.75rem !important;
  }
  .ms-px-lg-144 {
    margin-inline-start: 9rem !important;
  }
  .ms-px-lg-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-lg-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-lg-154 {
    margin-inline-start: 9.625rem !important;
  }
  .ms-px-lg-156 {
    margin-inline-start: 9.75rem !important;
  }
  .ms-px-lg-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-lg-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-lg-231 {
    margin-inline-start: 14.4375rem !important;
  }
  .ms-px-lg-240 {
    margin-inline-start: 15rem !important;
  }
  .ms-px-lg-247 {
    margin-inline-start: 15.4375rem !important;
  }
  .ms-px-lg-239 {
    margin-inline-start: 14.9375rem !important;
  }
  .ms-px-lg-255 {
    margin-inline-start: 15.9375rem !important;
  }
  .ms-px-lg-327 {
    margin-inline-start: 20.4375rem !important;
  }
  .ms-px-lg-auto {
    margin-inline-start: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -0.375rem !important;
  }
  .m-lg-n7 {
    margin: -0.375rem !important;
  }
  .m-lg-n8 {
    margin: -0.375rem !important;
  }
  .m-lg-n9 {
    margin: -0.375rem !important;
  }
  .m-lg-n10 {
    margin: -0.375rem !important;
  }
  .m-lg-n11 {
    margin: -0.375rem !important;
  }
  .m-lg-n12 {
    margin: -0.375rem !important;
  }
  .m-lg-n13 {
    margin: -0.375rem !important;
  }
  .m-lg-n14 {
    margin: -0.375rem !important;
  }
  .m-lg-n15 {
    margin: -0.375rem !important;
  }
  .m-lg-n16 {
    margin: -0.375rem !important;
  }
  .m-lg-n17 {
    margin: -0.375rem !important;
  }
  .m-lg-n18 {
    margin: -0.375rem !important;
  }
  .m-lg-n19 {
    margin: -0.375rem !important;
  }
  .m-lg-n20 {
    margin: -0.375rem !important;
  }
  .m-lg-n21 {
    margin: -0.375rem !important;
  }
  .m-lg-n22 {
    margin: -0.375rem !important;
  }
  .m-lg-n23 {
    margin: -0.375rem !important;
  }
  .m-lg-n24 {
    margin: -0.375rem !important;
  }
  .m-lg-n25 {
    margin: -0.375rem !important;
  }
  .m-lg-n26 {
    margin: -0.375rem !important;
  }
  .m-lg-n27 {
    margin: -0.375rem !important;
  }
  .m-lg-n28 {
    margin: -0.375rem !important;
  }
  .m-lg-n29 {
    margin: -0.375rem !important;
  }
  .m-lg-n30 {
    margin: -0.375rem !important;
  }
  .m-lg-n31 {
    margin: -0.375rem !important;
  }
  .m-lg-n32 {
    margin: -0.375rem !important;
  }
  .m-lg-n33 {
    margin: -0.375rem !important;
  }
  .m-lg-n34 {
    margin: -0.375rem !important;
  }
  .m-lg-n35 {
    margin: -0.375rem !important;
  }
  .m-lg-n36 {
    margin: -0.375rem !important;
  }
  .m-lg-n37 {
    margin: -0.375rem !important;
  }
  .m-lg-n38 {
    margin: -0.375rem !important;
  }
  .m-lg-n39 {
    margin: -0.375rem !important;
  }
  .m-lg-n40 {
    margin: -0.375rem !important;
  }
  .m-lg-n41 {
    margin: -0.375rem !important;
  }
  .m-lg-n42 {
    margin: -0.375rem !important;
  }
  .m-lg-n43 {
    margin: -0.375rem !important;
  }
  .m-lg-n44 {
    margin: -0.375rem !important;
  }
  .m-lg-n45 {
    margin: -0.375rem !important;
  }
  .m-lg-n46 {
    margin: -0.375rem !important;
  }
  .m-lg-n47 {
    margin: -0.375rem !important;
  }
  .m-lg-n48 {
    margin: -0.375rem !important;
  }
  .m-lg-n49 {
    margin: -0.375rem !important;
  }
  .m-lg-n50 {
    margin: -0.375rem !important;
  }
  .m-lg-n51 {
    margin: -0.375rem !important;
  }
  .m-lg-n52 {
    margin: -0.375rem !important;
  }
  .m-lg-n53 {
    margin: -0.375rem !important;
  }
  .m-lg-n54 {
    margin: -0.375rem !important;
  }
  .m-lg-n56 {
    margin: -0.375rem !important;
  }
  .m-lg-n57 {
    margin: -0.375rem !important;
  }
  .m-lg-n58 {
    margin: -0.375rem !important;
  }
  .m-lg-n90 {
    margin: -0.375rem !important;
  }
  .m-lg-n99 {
    margin: -0.375rem !important;
  }
  .m-lg-n200 {
    margin: -0.375rem !important;
  }
  .m-lg-n250 {
    margin: -0.375rem !important;
  }
  .mx-lg-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-lg-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-lg-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n7 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n8 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n9 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n10 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n11 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n12 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n13 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n14 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n15 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n16 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n17 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n18 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n19 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n20 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n21 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n22 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n23 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n24 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n25 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n26 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n27 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n28 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n29 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n30 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n31 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n32 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n33 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n34 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n35 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n36 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n37 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n38 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n39 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n40 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n41 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n42 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n43 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n44 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n45 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n46 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n47 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n48 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n49 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n50 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n51 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n52 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n53 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n54 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n56 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n57 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n58 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n90 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n99 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n200 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-lg-n250 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .my-lg-n1 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-lg-n4 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-lg-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n7 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n8 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n9 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n10 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n11 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n12 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n13 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n14 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n15 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n16 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n17 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n18 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n19 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n20 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n21 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n22 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n23 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n24 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n25 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n26 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n27 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n28 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n29 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n30 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n31 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n32 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n33 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n34 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n35 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n36 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n37 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n38 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n39 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n40 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n41 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n42 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n43 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n44 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n45 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n46 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n47 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n48 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n49 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n50 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n51 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n52 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n53 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n54 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n56 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n57 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n58 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n90 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n99 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n200 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-lg-n250 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n1 {
    margin-block-start: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-block-start: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-block-start: -1rem !important;
  }
  .mt-lg-n4 {
    margin-block-start: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-block-start: -3rem !important;
  }
  .mt-lg-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n7 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n8 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n9 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n10 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n11 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n12 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n13 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n14 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n15 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n16 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n17 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n18 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n19 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n20 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n21 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n22 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n23 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n24 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n25 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n26 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n27 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n28 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n29 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n30 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n31 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n32 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n33 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n34 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n35 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n36 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n37 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n38 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n39 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n40 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n41 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n42 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n43 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n44 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n45 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n46 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n47 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n48 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n49 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n50 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n51 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n52 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n53 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n54 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n56 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n57 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n58 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n90 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n99 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n200 {
    margin-block-start: -0.375rem !important;
  }
  .mt-lg-n250 {
    margin-block-start: -0.375rem !important;
  }
  .me-lg-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-lg-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-inline-end: -3rem !important;
  }
  .me-lg-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n7 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n8 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n9 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n10 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n11 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n12 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n13 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n14 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n15 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n16 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n17 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n18 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n19 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n20 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n21 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n22 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n23 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n24 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n25 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n26 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n27 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n28 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n29 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n30 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n31 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n32 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n33 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n34 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n35 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n36 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n37 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n38 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n39 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n40 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n41 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n42 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n43 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n44 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n45 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n46 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n47 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n48 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n49 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n50 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n51 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n52 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n53 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n54 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n56 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n57 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n58 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n90 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n99 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n200 {
    margin-inline-end: -0.375rem !important;
  }
  .me-lg-n250 {
    margin-inline-end: -0.375rem !important;
  }
  .mb-lg-n1 {
    margin-block-end: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-block-end: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-block-end: -1rem !important;
  }
  .mb-lg-n4 {
    margin-block-end: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-block-end: -3rem !important;
  }
  .mb-lg-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n7 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n8 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n9 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n10 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n11 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n12 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n13 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n14 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n15 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n16 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n17 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n18 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n19 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n20 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n21 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n22 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n23 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n24 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n25 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n26 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n27 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n28 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n29 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n30 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n31 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n32 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n33 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n34 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n35 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n36 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n37 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n38 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n39 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n40 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n41 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n42 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n43 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n44 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n45 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n46 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n47 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n48 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n49 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n50 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n51 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n52 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n53 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n54 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n56 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n57 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n58 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n90 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n99 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n200 {
    margin-block-end: -0.375rem !important;
  }
  .mb-lg-n250 {
    margin-block-end: -0.375rem !important;
  }
  .ms-lg-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-lg-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-inline-start: -3rem !important;
  }
  .ms-lg-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n7 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n8 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n9 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n10 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n11 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n12 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n13 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n14 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n15 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n16 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n17 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n18 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n19 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n20 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n21 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n22 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n23 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n24 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n25 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n26 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n27 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n28 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n29 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n30 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n31 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n32 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n33 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n34 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n35 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n36 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n37 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n38 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n39 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n40 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n41 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n42 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n43 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n44 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n45 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n46 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n47 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n48 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n49 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n50 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n51 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n52 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n53 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n54 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n56 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n57 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n58 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n90 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n99 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n200 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-lg-n250 {
    margin-inline-start: -0.375rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 0.375rem !important;
  }
  .p-lg-7 {
    padding: 0.4375rem !important;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .p-lg-9 {
    padding: 0.5625rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .p-lg-11 {
    padding: 0.6875rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .p-lg-13 {
    padding: 0.8125rem !important;
  }
  .p-lg-14 {
    padding: 0.875rem !important;
  }
  .p-lg-15 {
    padding: 0.9375rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .p-lg-17 {
    padding: 1.0625rem !important;
  }
  .p-lg-18 {
    padding: 1.125rem !important;
  }
  .p-lg-19 {
    padding: 1.1875rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-21 {
    padding: 1.3125rem !important;
  }
  .p-lg-22 {
    padding: 1.375rem !important;
  }
  .p-lg-23 {
    padding: 1.4375rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .p-lg-25 {
    padding: 1.5625rem !important;
  }
  .p-lg-26 {
    padding: 1.625rem !important;
  }
  .p-lg-27 {
    padding: 1.6875rem !important;
  }
  .p-lg-28 {
    padding: 1.75rem !important;
  }
  .p-lg-29 {
    padding: 1.8125rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-31 {
    padding: 1.9375rem !important;
  }
  .p-lg-32 {
    padding: 2rem !important;
  }
  .p-lg-33 {
    padding: 2.0625rem !important;
  }
  .p-lg-34 {
    padding: 2.125rem !important;
  }
  .p-lg-35 {
    padding: 2.1875rem !important;
  }
  .p-lg-36 {
    padding: 2.25rem !important;
  }
  .p-lg-37 {
    padding: 2.3125rem !important;
  }
  .p-lg-38 {
    padding: 2.375rem !important;
  }
  .p-lg-39 {
    padding: 2.4375rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-41 {
    padding: 2.5625rem !important;
  }
  .p-lg-42 {
    padding: 2.625rem !important;
  }
  .p-lg-43 {
    padding: 2.6875rem !important;
  }
  .p-lg-44 {
    padding: 2.75rem !important;
  }
  .p-lg-45 {
    padding: 2.8125rem !important;
  }
  .p-lg-46 {
    padding: 2.875rem !important;
  }
  .p-lg-47 {
    padding: 2.9375rem !important;
  }
  .p-lg-48 {
    padding: 3rem !important;
  }
  .p-lg-49 {
    padding: 3.0625rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .p-lg-51 {
    padding: 3.1875rem !important;
  }
  .p-lg-52 {
    padding: 3.25rem !important;
  }
  .p-lg-53 {
    padding: 3.3125rem !important;
  }
  .p-lg-54 {
    padding: 3.375rem !important;
  }
  .p-lg-56 {
    padding: 3.5rem !important;
  }
  .p-lg-57 {
    padding: 3.5625rem !important;
  }
  .p-lg-58 {
    padding: 3.625rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-99 {
    padding: 6.1875rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !important;
  }
  .p-lg-250 {
    padding: 15.625rem !important;
  }
  .p-px-lg-0 {
    padding: 0rem !important;
  }
  .p-px-lg-1 {
    padding: 0.0625rem !important;
  }
  .p-px-lg-2 {
    padding: 0.125rem !important;
  }
  .p-px-lg-3 {
    padding: 0.1875rem !important;
  }
  .p-px-lg-4 {
    padding: 0.25rem !important;
  }
  .p-px-lg-5 {
    padding: 0.3125rem !important;
  }
  .p-px-lg-6 {
    padding: 0.375rem !important;
  }
  .p-px-lg-7 {
    padding: 0.4375rem !important;
  }
  .p-px-lg-8 {
    padding: 0.5rem !important;
  }
  .p-px-lg-9 {
    padding: 0.5625rem !important;
  }
  .p-px-lg-10 {
    padding: 0.625rem !important;
  }
  .p-px-lg-11 {
    padding: 0.6875rem !important;
  }
  .p-px-lg-12 {
    padding: 0.75rem !important;
  }
  .p-px-lg-13 {
    padding: 0.8125rem !important;
  }
  .p-px-lg-14 {
    padding: 0.875rem !important;
  }
  .p-px-lg-15 {
    padding: 0.9375rem !important;
  }
  .p-px-lg-16 {
    padding: 1rem !important;
  }
  .p-px-lg-17 {
    padding: 1.0625rem !important;
  }
  .p-px-lg-18 {
    padding: 1.125rem !important;
  }
  .p-px-lg-19 {
    padding: 1.1875rem !important;
  }
  .p-px-lg-20 {
    padding: 1.25rem !important;
  }
  .p-px-lg-21 {
    padding: 1.3125rem !important;
  }
  .p-px-lg-22 {
    padding: 1.375rem !important;
  }
  .p-px-lg-23 {
    padding: 1.4375rem !important;
  }
  .p-px-lg-24 {
    padding: 1.5rem !important;
  }
  .p-px-lg-25 {
    padding: 1.5625rem !important;
  }
  .p-px-lg-26 {
    padding: 1.625rem !important;
  }
  .p-px-lg-27 {
    padding: 1.6875rem !important;
  }
  .p-px-lg-28 {
    padding: 1.75rem !important;
  }
  .p-px-lg-29 {
    padding: 1.8125rem !important;
  }
  .p-px-lg-30 {
    padding: 1.875rem !important;
  }
  .p-px-lg-31 {
    padding: 1.9375rem !important;
  }
  .p-px-lg-32 {
    padding: 2rem !important;
  }
  .p-px-lg-33 {
    padding: 2.0625rem !important;
  }
  .p-px-lg-34 {
    padding: 2.125rem !important;
  }
  .p-px-lg-35 {
    padding: 2.1875rem !important;
  }
  .p-px-lg-36 {
    padding: 2.25rem !important;
  }
  .p-px-lg-37 {
    padding: 2.3125rem !important;
  }
  .p-px-lg-38 {
    padding: 2.375rem !important;
  }
  .p-px-lg-39 {
    padding: 2.4375rem !important;
  }
  .p-px-lg-40 {
    padding: 2.5rem !important;
  }
  .p-px-lg-41 {
    padding: 2.5625rem !important;
  }
  .p-px-lg-42 {
    padding: 2.625rem !important;
  }
  .p-px-lg-43 {
    padding: 2.6875rem !important;
  }
  .p-px-lg-44 {
    padding: 2.75rem !important;
  }
  .p-px-lg-45 {
    padding: 2.8125rem !important;
  }
  .p-px-lg-46 {
    padding: 2.875rem !important;
  }
  .p-px-lg-47 {
    padding: 2.9375rem !important;
  }
  .p-px-lg-48 {
    padding: 3rem !important;
  }
  .p-px-lg-49 {
    padding: 3.0625rem !important;
  }
  .p-px-lg-50 {
    padding: 3.125rem !important;
  }
  .p-px-lg-51 {
    padding: 3.1875rem !important;
  }
  .p-px-lg-52 {
    padding: 3.25rem !important;
  }
  .p-px-lg-53 {
    padding: 3.3125rem !important;
  }
  .p-px-lg-54 {
    padding: 3.375rem !important;
  }
  .p-px-lg-56 {
    padding: 3.5rem !important;
  }
  .p-px-lg-57 {
    padding: 3.5625rem !important;
  }
  .p-px-lg-58 {
    padding: 3.625rem !important;
  }
  .p-px-lg-59 {
    padding: 3.6875rem !important;
  }
  .p-px-lg-60 {
    padding: 3.75rem !important;
  }
  .p-px-lg-61 {
    padding: 3.8125rem !important;
  }
  .p-px-lg-62 {
    padding: 3.875rem !important;
  }
  .p-px-lg-63 {
    padding: 3.9375rem !important;
  }
  .p-px-lg-64 {
    padding: 4rem !important;
  }
  .p-px-lg-68 {
    padding: 4.25rem !important;
  }
  .p-px-lg-70 {
    padding: 4.375rem !important;
  }
  .p-px-lg-71 {
    padding: 4.4375rem !important;
  }
  .p-px-lg-72 {
    padding: 4.5rem !important;
  }
  .p-px-lg-73 {
    padding: 4.5625rem !important;
  }
  .p-px-lg-74 {
    padding: 4.625rem !important;
  }
  .p-px-lg-75 {
    padding: 4.6875rem !important;
  }
  .p-px-lg-76 {
    padding: 4.75rem !important;
  }
  .p-px-lg-77 {
    padding: 4.8125rem !important;
  }
  .p-px-lg-78 {
    padding: 4.875rem !important;
  }
  .p-px-lg-79 {
    padding: 4.9375rem !important;
  }
  .p-px-lg-80 {
    padding: 5rem !important;
  }
  .p-px-lg-82 {
    padding: 5.125rem !important;
  }
  .p-px-lg-83 {
    padding: 5.1875rem !important;
  }
  .p-px-lg-84 {
    padding: 5.25rem !important;
  }
  .p-px-lg-86 {
    padding: 5.375rem !important;
  }
  .p-px-lg-87 {
    padding: 5.4375rem !important;
  }
  .p-px-lg-88 {
    padding: 5.5rem !important;
  }
  .p-px-lg-89 {
    padding: 5.5625rem !important;
  }
  .p-px-lg-90 {
    padding: 5.625rem !important;
  }
  .p-px-lg-92 {
    padding: 5.75rem !important;
  }
  .p-px-lg-94 {
    padding: 5.875rem !important;
  }
  .p-px-lg-95 {
    padding: 5.9375rem !important;
  }
  .p-px-lg-96 {
    padding: 6rem !important;
  }
  .p-px-lg-98 {
    padding: 6.125rem !important;
  }
  .p-px-lg-100 {
    padding: 6.25rem !important;
  }
  .p-px-lg-102 {
    padding: 6.375rem !important;
  }
  .p-px-lg-104 {
    padding: 6.5rem !important;
  }
  .p-px-lg-108 {
    padding: 6.75rem !important;
  }
  .p-px-lg-115 {
    padding: 7.1875rem !important;
  }
  .p-px-lg-116 {
    padding: 7.25rem !important;
  }
  .p-px-lg-118 {
    padding: 7.375rem !important;
  }
  .p-px-lg-120 {
    padding: 7.5rem !important;
  }
  .p-px-lg-121 {
    padding: 7.5625rem !important;
  }
  .p-px-lg-123 {
    padding: 7.6875rem !important;
  }
  .p-px-lg-129 {
    padding: 8.0625rem !important;
  }
  .p-px-lg-131 {
    padding: 8.1875rem !important;
  }
  .p-px-lg-140 {
    padding: 8.75rem !important;
  }
  .p-px-lg-144 {
    padding: 9rem !important;
  }
  .p-px-lg-147 {
    padding: 9.1875rem !important;
  }
  .p-px-lg-148 {
    padding: 9.25rem !important;
  }
  .p-px-lg-154 {
    padding: 9.625rem !important;
  }
  .p-px-lg-156 {
    padding: 9.75rem !important;
  }
  .p-px-lg-180 {
    padding: 11.25rem !important;
  }
  .p-px-lg-200 {
    padding: 12.5rem !important;
  }
  .p-px-lg-231 {
    padding: 14.4375rem !important;
  }
  .p-px-lg-240 {
    padding: 15rem !important;
  }
  .p-px-lg-247 {
    padding: 15.4375rem !important;
  }
  .p-px-lg-239 {
    padding: 14.9375rem !important;
  }
  .p-px-lg-255 {
    padding: 15.9375rem !important;
  }
  .p-px-lg-327 {
    padding: 20.4375rem !important;
  }
  .px-lg-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-lg-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-lg-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-lg-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-lg-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-lg-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-lg-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-lg-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-lg-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-lg-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-lg-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-lg-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-lg-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-lg-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-lg-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-lg-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-lg-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-lg-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-lg-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-lg-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-lg-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-lg-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-lg-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-lg-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-lg-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-lg-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-lg-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-lg-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-lg-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-lg-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-lg-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-lg-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-lg-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-lg-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-lg-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-lg-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-lg-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-lg-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-lg-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-lg-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-lg-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-lg-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-lg-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-lg-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-lg-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-lg-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-lg-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-lg-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-lg-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-lg-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-lg-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-lg-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-lg-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-lg-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-lg-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-lg-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-lg-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-lg-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-lg-90 {
    padding-inline-start: 5.625rem !important;
    padding-inline-end: 5.625rem !important;
  }
  .px-lg-99 {
    padding-inline-start: 6.1875rem !important;
    padding-inline-end: 6.1875rem !important;
  }
  .px-lg-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-lg-250 {
    padding-inline-start: 15.625rem !important;
    padding-inline-end: 15.625rem !important;
  }
  .py-lg-0 {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
  }
  .py-lg-1 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-lg-2 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-lg-3 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-lg-4 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-lg-5 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-lg-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-lg-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-lg-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-lg-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-lg-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-lg-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-lg-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-lg-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-lg-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-lg-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-lg-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-lg-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-lg-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-lg-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-lg-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-lg-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-lg-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-lg-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-lg-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-lg-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-lg-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-lg-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-lg-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-lg-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-lg-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-lg-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-lg-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-lg-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-lg-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-lg-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-lg-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-lg-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-lg-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-lg-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-lg-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-lg-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-lg-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-lg-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-lg-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-lg-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-lg-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-lg-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-lg-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-lg-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-lg-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-lg-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-lg-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-lg-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-lg-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-lg-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-lg-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-lg-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-lg-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-lg-99 {
    padding-block-start: 6.1875rem !important;
    padding-block-end: 6.1875rem !important;
  }
  .py-lg-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-lg-250 {
    padding-block-start: 15.625rem !important;
    padding-block-end: 15.625rem !important;
  }
  .py-px-lg-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-lg-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-lg-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-lg-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-lg-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-lg-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-lg-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-lg-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-lg-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-lg-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-lg-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-lg-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-lg-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-lg-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-lg-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-lg-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-lg-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-lg-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-lg-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-lg-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-lg-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-lg-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-lg-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-lg-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-lg-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-lg-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-lg-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-lg-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-lg-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-lg-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-lg-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-lg-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-lg-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-lg-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-lg-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-lg-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-lg-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-lg-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-lg-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-lg-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-lg-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-lg-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-lg-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-lg-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-lg-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-lg-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-lg-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-lg-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-lg-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-lg-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-lg-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-lg-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-lg-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-lg-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-lg-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-lg-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-lg-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-lg-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-lg-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-lg-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-lg-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-lg-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-lg-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-lg-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-lg-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-lg-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-lg-71 {
    padding-block-start: 4.4375rem !important;
    padding-block-end: 4.4375rem !important;
  }
  .py-px-lg-72 {
    padding-block-start: 4.5rem !important;
    padding-block-end: 4.5rem !important;
  }
  .py-px-lg-73 {
    padding-block-start: 4.5625rem !important;
    padding-block-end: 4.5625rem !important;
  }
  .py-px-lg-74 {
    padding-block-start: 4.625rem !important;
    padding-block-end: 4.625rem !important;
  }
  .py-px-lg-75 {
    padding-block-start: 4.6875rem !important;
    padding-block-end: 4.6875rem !important;
  }
  .py-px-lg-76 {
    padding-block-start: 4.75rem !important;
    padding-block-end: 4.75rem !important;
  }
  .py-px-lg-77 {
    padding-block-start: 4.8125rem !important;
    padding-block-end: 4.8125rem !important;
  }
  .py-px-lg-78 {
    padding-block-start: 4.875rem !important;
    padding-block-end: 4.875rem !important;
  }
  .py-px-lg-79 {
    padding-block-start: 4.9375rem !important;
    padding-block-end: 4.9375rem !important;
  }
  .py-px-lg-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-lg-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-lg-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-lg-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-lg-86 {
    padding-block-start: 5.375rem !important;
    padding-block-end: 5.375rem !important;
  }
  .py-px-lg-87 {
    padding-block-start: 5.4375rem !important;
    padding-block-end: 5.4375rem !important;
  }
  .py-px-lg-88 {
    padding-block-start: 5.5rem !important;
    padding-block-end: 5.5rem !important;
  }
  .py-px-lg-89 {
    padding-block-start: 5.5625rem !important;
    padding-block-end: 5.5625rem !important;
  }
  .py-px-lg-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-px-lg-92 {
    padding-block-start: 5.75rem !important;
    padding-block-end: 5.75rem !important;
  }
  .py-px-lg-94 {
    padding-block-start: 5.875rem !important;
    padding-block-end: 5.875rem !important;
  }
  .py-px-lg-95 {
    padding-block-start: 5.9375rem !important;
    padding-block-end: 5.9375rem !important;
  }
  .py-px-lg-96 {
    padding-block-start: 6rem !important;
    padding-block-end: 6rem !important;
  }
  .py-px-lg-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-lg-100 {
    padding-block-start: 6.25rem !important;
    padding-block-end: 6.25rem !important;
  }
  .py-px-lg-102 {
    padding-block-start: 6.375rem !important;
    padding-block-end: 6.375rem !important;
  }
  .py-px-lg-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-lg-108 {
    padding-block-start: 6.75rem !important;
    padding-block-end: 6.75rem !important;
  }
  .py-px-lg-115 {
    padding-block-start: 7.1875rem !important;
    padding-block-end: 7.1875rem !important;
  }
  .py-px-lg-116 {
    padding-block-start: 7.25rem !important;
    padding-block-end: 7.25rem !important;
  }
  .py-px-lg-118 {
    padding-block-start: 7.375rem !important;
    padding-block-end: 7.375rem !important;
  }
  .py-px-lg-120 {
    padding-block-start: 7.5rem !important;
    padding-block-end: 7.5rem !important;
  }
  .py-px-lg-121 {
    padding-block-start: 7.5625rem !important;
    padding-block-end: 7.5625rem !important;
  }
  .py-px-lg-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-lg-129 {
    padding-block-start: 8.0625rem !important;
    padding-block-end: 8.0625rem !important;
  }
  .py-px-lg-131 {
    padding-block-start: 8.1875rem !important;
    padding-block-end: 8.1875rem !important;
  }
  .py-px-lg-140 {
    padding-block-start: 8.75rem !important;
    padding-block-end: 8.75rem !important;
  }
  .py-px-lg-144 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-px-lg-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-lg-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-lg-154 {
    padding-block-start: 9.625rem !important;
    padding-block-end: 9.625rem !important;
  }
  .py-px-lg-156 {
    padding-block-start: 9.75rem !important;
    padding-block-end: 9.75rem !important;
  }
  .py-px-lg-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-lg-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-lg-231 {
    padding-block-start: 14.4375rem !important;
    padding-block-end: 14.4375rem !important;
  }
  .py-px-lg-240 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-px-lg-247 {
    padding-block-start: 15.4375rem !important;
    padding-block-end: 15.4375rem !important;
  }
  .py-px-lg-239 {
    padding-block-start: 14.9375rem !important;
    padding-block-end: 14.9375rem !important;
  }
  .py-px-lg-255 {
    padding-block-start: 15.9375rem !important;
    padding-block-end: 15.9375rem !important;
  }
  .py-px-lg-327 {
    padding-block-start: 20.4375rem !important;
    padding-block-end: 20.4375rem !important;
  }
  .pt-lg-0 {
    padding-block-start: 0 !important;
  }
  .pt-lg-1 {
    padding-block-start: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-block-start: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-block-start: 1rem !important;
  }
  .pt-lg-4 {
    padding-block-start: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-block-start: 3rem !important;
  }
  .pt-lg-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-lg-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-lg-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-lg-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-lg-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-lg-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-lg-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-lg-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-lg-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-lg-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-lg-16 {
    padding-block-start: 1rem !important;
  }
  .pt-lg-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-lg-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-lg-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-lg-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-lg-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-lg-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-lg-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-lg-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-lg-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-lg-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-lg-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-lg-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-lg-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-lg-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-lg-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-lg-32 {
    padding-block-start: 2rem !important;
  }
  .pt-lg-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-lg-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-lg-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-lg-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-lg-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-lg-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-lg-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-lg-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-lg-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-lg-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-lg-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-lg-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-lg-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-lg-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-lg-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-lg-48 {
    padding-block-start: 3rem !important;
  }
  .pt-lg-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-lg-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-lg-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-lg-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-lg-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-lg-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-lg-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-lg-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-lg-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-lg-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-lg-99 {
    padding-block-start: 6.1875rem !important;
  }
  .pt-lg-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-lg-250 {
    padding-block-start: 15.625rem !important;
  }
  .pt-px-lg-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-lg-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-lg-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-lg-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-lg-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-lg-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-lg-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-lg-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-lg-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-lg-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-lg-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-lg-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-lg-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-lg-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-lg-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-lg-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-lg-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-lg-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-lg-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-lg-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-lg-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-lg-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-lg-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-lg-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-lg-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-lg-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-lg-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-lg-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-lg-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-lg-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-lg-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-lg-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-lg-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-lg-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-lg-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-lg-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-lg-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-lg-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-lg-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-lg-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-lg-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-lg-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-lg-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-lg-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-lg-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-lg-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-lg-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-lg-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-lg-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-lg-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-lg-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-lg-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-lg-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-lg-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-lg-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-lg-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-lg-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-lg-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-lg-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-lg-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-lg-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-lg-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-lg-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-lg-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-lg-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-lg-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-lg-71 {
    padding-block-start: 4.4375rem !important;
  }
  .pt-px-lg-72 {
    padding-block-start: 4.5rem !important;
  }
  .pt-px-lg-73 {
    padding-block-start: 4.5625rem !important;
  }
  .pt-px-lg-74 {
    padding-block-start: 4.625rem !important;
  }
  .pt-px-lg-75 {
    padding-block-start: 4.6875rem !important;
  }
  .pt-px-lg-76 {
    padding-block-start: 4.75rem !important;
  }
  .pt-px-lg-77 {
    padding-block-start: 4.8125rem !important;
  }
  .pt-px-lg-78 {
    padding-block-start: 4.875rem !important;
  }
  .pt-px-lg-79 {
    padding-block-start: 4.9375rem !important;
  }
  .pt-px-lg-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-lg-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-lg-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-lg-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-lg-86 {
    padding-block-start: 5.375rem !important;
  }
  .pt-px-lg-87 {
    padding-block-start: 5.4375rem !important;
  }
  .pt-px-lg-88 {
    padding-block-start: 5.5rem !important;
  }
  .pt-px-lg-89 {
    padding-block-start: 5.5625rem !important;
  }
  .pt-px-lg-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-px-lg-92 {
    padding-block-start: 5.75rem !important;
  }
  .pt-px-lg-94 {
    padding-block-start: 5.875rem !important;
  }
  .pt-px-lg-95 {
    padding-block-start: 5.9375rem !important;
  }
  .pt-px-lg-96 {
    padding-block-start: 6rem !important;
  }
  .pt-px-lg-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-lg-100 {
    padding-block-start: 6.25rem !important;
  }
  .pt-px-lg-102 {
    padding-block-start: 6.375rem !important;
  }
  .pt-px-lg-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-lg-108 {
    padding-block-start: 6.75rem !important;
  }
  .pt-px-lg-115 {
    padding-block-start: 7.1875rem !important;
  }
  .pt-px-lg-116 {
    padding-block-start: 7.25rem !important;
  }
  .pt-px-lg-118 {
    padding-block-start: 7.375rem !important;
  }
  .pt-px-lg-120 {
    padding-block-start: 7.5rem !important;
  }
  .pt-px-lg-121 {
    padding-block-start: 7.5625rem !important;
  }
  .pt-px-lg-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-lg-129 {
    padding-block-start: 8.0625rem !important;
  }
  .pt-px-lg-131 {
    padding-block-start: 8.1875rem !important;
  }
  .pt-px-lg-140 {
    padding-block-start: 8.75rem !important;
  }
  .pt-px-lg-144 {
    padding-block-start: 9rem !important;
  }
  .pt-px-lg-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-lg-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-lg-154 {
    padding-block-start: 9.625rem !important;
  }
  .pt-px-lg-156 {
    padding-block-start: 9.75rem !important;
  }
  .pt-px-lg-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-lg-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-lg-231 {
    padding-block-start: 14.4375rem !important;
  }
  .pt-px-lg-240 {
    padding-block-start: 15rem !important;
  }
  .pt-px-lg-247 {
    padding-block-start: 15.4375rem !important;
  }
  .pt-px-lg-239 {
    padding-block-start: 14.9375rem !important;
  }
  .pt-px-lg-255 {
    padding-block-start: 15.9375rem !important;
  }
  .pt-px-lg-327 {
    padding-block-start: 20.4375rem !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
  .pe-lg-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-lg-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-inline-end: 3rem !important;
  }
  .pe-lg-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-lg-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-lg-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-lg-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-lg-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-lg-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-lg-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-lg-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-lg-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-lg-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-lg-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-lg-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-lg-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-lg-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-lg-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-lg-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-lg-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-lg-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-lg-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-lg-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-lg-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-lg-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-lg-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-lg-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-lg-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-lg-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-lg-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-lg-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-lg-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-lg-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-lg-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-lg-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-lg-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-lg-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-lg-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-lg-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-lg-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-lg-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-lg-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-lg-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-lg-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-lg-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-lg-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-lg-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-lg-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-lg-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-lg-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-lg-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-lg-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-lg-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-lg-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-lg-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-lg-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-lg-99 {
    padding-inline-end: 6.1875rem !important;
  }
  .pe-lg-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-lg-250 {
    padding-inline-end: 15.625rem !important;
  }
  .pe-px-lg-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-lg-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-lg-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-lg-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-lg-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-lg-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-lg-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-lg-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-lg-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-lg-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-lg-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-lg-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-lg-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-lg-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-lg-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-lg-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-lg-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-lg-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-lg-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-lg-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-lg-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-lg-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-lg-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-lg-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-lg-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-lg-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-lg-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-lg-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-lg-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-lg-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-lg-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-lg-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-lg-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-lg-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-lg-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-lg-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-lg-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-lg-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-lg-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-lg-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-lg-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-lg-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-lg-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-lg-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-lg-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-lg-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-lg-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-lg-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-lg-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-lg-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-lg-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-lg-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-lg-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-lg-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-lg-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-lg-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-lg-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-lg-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-lg-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-lg-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-lg-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-lg-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-lg-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-lg-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-lg-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-lg-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-lg-71 {
    padding-inline-end: 4.4375rem !important;
  }
  .pe-px-lg-72 {
    padding-inline-end: 4.5rem !important;
  }
  .pe-px-lg-73 {
    padding-inline-end: 4.5625rem !important;
  }
  .pe-px-lg-74 {
    padding-inline-end: 4.625rem !important;
  }
  .pe-px-lg-75 {
    padding-inline-end: 4.6875rem !important;
  }
  .pe-px-lg-76 {
    padding-inline-end: 4.75rem !important;
  }
  .pe-px-lg-77 {
    padding-inline-end: 4.8125rem !important;
  }
  .pe-px-lg-78 {
    padding-inline-end: 4.875rem !important;
  }
  .pe-px-lg-79 {
    padding-inline-end: 4.9375rem !important;
  }
  .pe-px-lg-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-lg-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-lg-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-lg-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-lg-86 {
    padding-inline-end: 5.375rem !important;
  }
  .pe-px-lg-87 {
    padding-inline-end: 5.4375rem !important;
  }
  .pe-px-lg-88 {
    padding-inline-end: 5.5rem !important;
  }
  .pe-px-lg-89 {
    padding-inline-end: 5.5625rem !important;
  }
  .pe-px-lg-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-px-lg-92 {
    padding-inline-end: 5.75rem !important;
  }
  .pe-px-lg-94 {
    padding-inline-end: 5.875rem !important;
  }
  .pe-px-lg-95 {
    padding-inline-end: 5.9375rem !important;
  }
  .pe-px-lg-96 {
    padding-inline-end: 6rem !important;
  }
  .pe-px-lg-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-lg-100 {
    padding-inline-end: 6.25rem !important;
  }
  .pe-px-lg-102 {
    padding-inline-end: 6.375rem !important;
  }
  .pe-px-lg-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-lg-108 {
    padding-inline-end: 6.75rem !important;
  }
  .pe-px-lg-115 {
    padding-inline-end: 7.1875rem !important;
  }
  .pe-px-lg-116 {
    padding-inline-end: 7.25rem !important;
  }
  .pe-px-lg-118 {
    padding-inline-end: 7.375rem !important;
  }
  .pe-px-lg-120 {
    padding-inline-end: 7.5rem !important;
  }
  .pe-px-lg-121 {
    padding-inline-end: 7.5625rem !important;
  }
  .pe-px-lg-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-lg-129 {
    padding-inline-end: 8.0625rem !important;
  }
  .pe-px-lg-131 {
    padding-inline-end: 8.1875rem !important;
  }
  .pe-px-lg-140 {
    padding-inline-end: 8.75rem !important;
  }
  .pe-px-lg-144 {
    padding-inline-end: 9rem !important;
  }
  .pe-px-lg-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-lg-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-lg-154 {
    padding-inline-end: 9.625rem !important;
  }
  .pe-px-lg-156 {
    padding-inline-end: 9.75rem !important;
  }
  .pe-px-lg-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-lg-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-lg-231 {
    padding-inline-end: 14.4375rem !important;
  }
  .pe-px-lg-240 {
    padding-inline-end: 15rem !important;
  }
  .pe-px-lg-247 {
    padding-inline-end: 15.4375rem !important;
  }
  .pe-px-lg-239 {
    padding-inline-end: 14.9375rem !important;
  }
  .pe-px-lg-255 {
    padding-inline-end: 15.9375rem !important;
  }
  .pe-px-lg-327 {
    padding-inline-end: 20.4375rem !important;
  }
  .pb-lg-0 {
    padding-block-end: 0 !important;
  }
  .pb-lg-1 {
    padding-block-end: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-block-end: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-block-end: 1rem !important;
  }
  .pb-lg-4 {
    padding-block-end: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-block-end: 3rem !important;
  }
  .pb-lg-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-lg-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-lg-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-lg-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-lg-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-lg-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-lg-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-lg-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-lg-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-lg-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-lg-16 {
    padding-block-end: 1rem !important;
  }
  .pb-lg-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-lg-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-lg-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-lg-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-lg-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-lg-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-lg-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-lg-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-lg-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-lg-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-lg-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-lg-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-lg-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-lg-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-lg-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-lg-32 {
    padding-block-end: 2rem !important;
  }
  .pb-lg-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-lg-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-lg-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-lg-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-lg-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-lg-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-lg-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-lg-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-lg-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-lg-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-lg-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-lg-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-lg-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-lg-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-lg-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-lg-48 {
    padding-block-end: 3rem !important;
  }
  .pb-lg-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-lg-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-lg-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-lg-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-lg-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-lg-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-lg-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-lg-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-lg-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-lg-90 {
    padding-block-end: 5.625rem !important;
  }
  .pb-lg-99 {
    padding-block-end: 6.1875rem !important;
  }
  .pb-lg-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-lg-250 {
    padding-block-end: 15.625rem !important;
  }
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
  .ps-lg-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-lg-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-inline-start: 3rem !important;
  }
  .ps-lg-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-lg-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-lg-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-lg-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-lg-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-lg-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-lg-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-lg-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-lg-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-lg-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-lg-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-lg-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-lg-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-lg-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-lg-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-lg-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-lg-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-lg-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-lg-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-lg-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-lg-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-lg-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-lg-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-lg-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-lg-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-lg-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-lg-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-lg-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-lg-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-lg-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-lg-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-lg-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-lg-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-lg-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-lg-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-lg-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-lg-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-lg-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-lg-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-lg-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-lg-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-lg-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-lg-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-lg-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-lg-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-lg-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-lg-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-lg-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-lg-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-lg-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-lg-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-lg-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-lg-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-lg-99 {
    padding-inline-start: 6.1875rem !important;
  }
  .ps-lg-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-lg-250 {
    padding-inline-start: 15.625rem !important;
  }
  .ps-px-lg-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-lg-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-lg-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-lg-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-lg-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-lg-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-lg-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-lg-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-lg-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-lg-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-lg-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-lg-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-lg-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-lg-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-lg-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-lg-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-lg-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-lg-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-lg-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-lg-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-lg-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-lg-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-lg-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-lg-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-lg-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-lg-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-lg-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-lg-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-lg-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-lg-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-lg-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-lg-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-lg-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-lg-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-lg-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-lg-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-lg-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-lg-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-lg-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-lg-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-lg-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-lg-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-lg-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-lg-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-lg-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-lg-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-lg-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-lg-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-lg-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-lg-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-lg-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-lg-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-lg-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-lg-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-lg-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-lg-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-lg-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-lg-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-lg-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-lg-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-lg-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-lg-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-lg-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-lg-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-lg-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-lg-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-lg-71 {
    padding-inline-start: 4.4375rem !important;
  }
  .ps-px-lg-72 {
    padding-inline-start: 4.5rem !important;
  }
  .ps-px-lg-73 {
    padding-inline-start: 4.5625rem !important;
  }
  .ps-px-lg-74 {
    padding-inline-start: 4.625rem !important;
  }
  .ps-px-lg-75 {
    padding-inline-start: 4.6875rem !important;
  }
  .ps-px-lg-76 {
    padding-inline-start: 4.75rem !important;
  }
  .ps-px-lg-77 {
    padding-inline-start: 4.8125rem !important;
  }
  .ps-px-lg-78 {
    padding-inline-start: 4.875rem !important;
  }
  .ps-px-lg-79 {
    padding-inline-start: 4.9375rem !important;
  }
  .ps-px-lg-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-lg-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-lg-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-lg-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-lg-86 {
    padding-inline-start: 5.375rem !important;
  }
  .ps-px-lg-87 {
    padding-inline-start: 5.4375rem !important;
  }
  .ps-px-lg-88 {
    padding-inline-start: 5.5rem !important;
  }
  .ps-px-lg-89 {
    padding-inline-start: 5.5625rem !important;
  }
  .ps-px-lg-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-px-lg-92 {
    padding-inline-start: 5.75rem !important;
  }
  .ps-px-lg-94 {
    padding-inline-start: 5.875rem !important;
  }
  .ps-px-lg-95 {
    padding-inline-start: 5.9375rem !important;
  }
  .ps-px-lg-96 {
    padding-inline-start: 6rem !important;
  }
  .ps-px-lg-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-lg-100 {
    padding-inline-start: 6.25rem !important;
  }
  .ps-px-lg-102 {
    padding-inline-start: 6.375rem !important;
  }
  .ps-px-lg-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-lg-108 {
    padding-inline-start: 6.75rem !important;
  }
  .ps-px-lg-115 {
    padding-inline-start: 7.1875rem !important;
  }
  .ps-px-lg-116 {
    padding-inline-start: 7.25rem !important;
  }
  .ps-px-lg-118 {
    padding-inline-start: 7.375rem !important;
  }
  .ps-px-lg-120 {
    padding-inline-start: 7.5rem !important;
  }
  .ps-px-lg-121 {
    padding-inline-start: 7.5625rem !important;
  }
  .ps-px-lg-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-lg-129 {
    padding-inline-start: 8.0625rem !important;
  }
  .ps-px-lg-131 {
    padding-inline-start: 8.1875rem !important;
  }
  .ps-px-lg-140 {
    padding-inline-start: 8.75rem !important;
  }
  .ps-px-lg-144 {
    padding-inline-start: 9rem !important;
  }
  .ps-px-lg-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-lg-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-lg-154 {
    padding-inline-start: 9.625rem !important;
  }
  .ps-px-lg-156 {
    padding-inline-start: 9.75rem !important;
  }
  .ps-px-lg-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-lg-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-lg-231 {
    padding-inline-start: 14.4375rem !important;
  }
  .ps-px-lg-240 {
    padding-inline-start: 15rem !important;
  }
  .ps-px-lg-247 {
    padding-inline-start: 15.4375rem !important;
  }
  .ps-px-lg-239 {
    padding-inline-start: 14.9375rem !important;
  }
  .ps-px-lg-255 {
    padding-inline-start: 15.9375rem !important;
  }
  .ps-px-lg-327 {
    padding-inline-start: 20.4375rem !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-wrap {
    white-space: normal !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .text-lg-balance {
    white-space: balance !important;
  }
  /* rtl:begin:remove */
  .text-lg-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .text-lg-keep {
    word-wrap: keep-all !important;
    word-break: keep-all !important;
  }
  /* rtl:end:remove */
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .resize-xl-none {
    resize: none !important;
  }
  .resize-xl-auto {
    resize: auto !important;
  }
  .grid-cols-xl-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-210 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  }
  .grid-cols-xl-auto-fill-185 {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
  }
  .grid-cols-xl-1_5-1-1 {
    grid-template-columns: 1.5fr 1fr 1fr !important;
  }
  .grid-cols-xl-1_4-1 {
    grid-template-columns: 1.4fr 1fr !important;
  }
  .grid-column-xl-1-2 {
    grid-column: 1/2 !important;
  }
  .grid-column-xl-1-3 {
    grid-column: 1/3 !important;
  }
  .grid-column-xl-2-3 {
    grid-column: 2/3 !important;
  }
  .grid-column-xl-3-4 {
    grid-column: 3/4 !important;
  }
  .grid-row-xl-1 {
    grid-row: 1 !important;
  }
  .grid-row-xl-2 {
    grid-row: 2 !important;
  }
  .grid-row-xl-3 {
    grid-row: 3 !important;
  }
  .grid-row-xl-1-3 {
    grid-row: 1/3 !important;
  }
  .grid-row-xl-unset {
    grid-row: unset !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-auto {
    inset-block-start: auto !important;
  }
  .top-xl-0 {
    inset-block-start: 0 !important;
  }
  .top-xl-2 {
    inset-block-start: 2px !important;
  }
  .top-xl-3 {
    inset-block-start: 3px !important;
  }
  .top-xl-4 {
    inset-block-start: 4px !important;
  }
  .top-xl-5 {
    inset-block-start: 5px !important;
  }
  .top-xl-6 {
    inset-block-start: 6px !important;
  }
  .top-xl-7 {
    inset-block-start: 7px !important;
  }
  .top-xl-8 {
    inset-block-start: 8px !important;
  }
  .top-xl-9 {
    inset-block-start: 9px !important;
  }
  .top-xl-10 {
    inset-block-start: 10px !important;
  }
  .top-xl-11 {
    inset-block-start: 11px !important;
  }
  .top-xl-12 {
    inset-block-start: 12px !important;
  }
  .top-xl-13 {
    inset-block-start: 13px !important;
  }
  .top-xl-14 {
    inset-block-start: 14px !important;
  }
  .top-xl-15 {
    inset-block-start: 15px !important;
  }
  .top-xl-16 {
    inset-block-start: 16px !important;
  }
  .top-xl-18 {
    inset-block-start: 18px !important;
  }
  .top-xl-20 {
    inset-block-start: 20px !important;
  }
  .top-xl-21 {
    inset-block-start: 21px !important;
  }
  .top-xl-22 {
    inset-block-start: 22px !important;
  }
  .top-xl-23 {
    inset-block-start: 23px !important;
  }
  .top-xl-24 {
    inset-block-start: 24px !important;
  }
  .top-xl-25 {
    inset-block-start: 25px !important;
  }
  .top-xl-26 {
    inset-block-start: 26px !important;
  }
  .top-xl-27 {
    inset-block-start: 27px !important;
  }
  .top-xl-28 {
    inset-block-start: 28px !important;
  }
  .top-xl-29 {
    inset-block-start: 29px !important;
  }
  .top-xl-30 {
    inset-block-start: 30px !important;
  }
  .top-xl-36 {
    inset-block-start: 36px !important;
  }
  .top-xl-38 {
    inset-block-start: 38px !important;
  }
  .top-xl-40 {
    inset-block-start: 40px !important;
  }
  .top-xl-41 {
    inset-block-start: 41px !important;
  }
  .top-xl-49 {
    inset-block-start: 49px !important;
  }
  .top-xl-54 {
    inset-block-start: 54px !important;
  }
  .top-xl-58 {
    inset-block-start: 58px !important;
  }
  .top-xl-59 {
    inset-block-start: 59px !important;
  }
  .top-xl-60 {
    inset-block-start: 60px !important;
  }
  .top-xl-61 {
    inset-block-start: 61px !important;
  }
  .top-xl-62 {
    inset-block-start: 62px !important;
  }
  .top-xl-63 {
    inset-block-start: 63px !important;
  }
  .top-xl-64 {
    inset-block-start: 64px !important;
  }
  .top-xl-65 {
    inset-block-start: 65px !important;
  }
  .top-xl-66 {
    inset-block-start: 66px !important;
  }
  .top-xl-70 {
    inset-block-start: 70px !important;
  }
  .top-xl-85 {
    inset-block-start: 85px !important;
  }
  .top-xl-96 {
    inset-block-start: 96px !important;
  }
  .top-xl-99 {
    inset-block-start: 99px !important;
  }
  .top-xl-109 {
    inset-block-start: 109px !important;
  }
  .top-xl-120 {
    inset-block-start: 120px !important;
  }
  .top-xl-135 {
    inset-block-start: 135px !important;
  }
  .top-xl-50 {
    inset-block-start: 50% !important;
  }
  .top-xl-100 {
    inset-block-start: 100% !important;
  }
  .top-per-xl-10 {
    inset-block-start: 10% !important;
  }
  .top-per-xl-20 {
    inset-block-start: 20% !important;
  }
  .top-per-xl-25 {
    inset-block-start: 25% !important;
  }
  .top-per-xl-40 {
    inset-block-start: 40% !important;
  }
  .top-per-xl-47 {
    inset-block-start: 47% !important;
  }
  .top-per-xl-50 {
    inset-block-start: 50% !important;
  }
  .top-per-xl-60 {
    inset-block-start: 60% !important;
  }
  .top-per-xl-70 {
    inset-block-start: 70% !important;
  }
  .top-per-xl-75 {
    inset-block-start: 75% !important;
  }
  .top-per-xl-80 {
    inset-block-start: 80% !important;
  }
  .top-per-xl-90 {
    inset-block-start: 90% !important;
  }
  .top-per-xl-100 {
    inset-block-start: 100% !important;
  }
  .top-per-xl-auto {
    inset-block-start: auto !important;
  }
  .top-xl-nauto {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n2 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n3 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n4 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n5 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n7 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n8 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n9 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n10 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n11 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n12 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n13 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n14 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n15 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n16 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n18 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n20 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n21 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n22 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n23 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n24 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n25 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n26 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n27 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n28 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n29 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n30 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n36 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n38 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n40 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n41 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n49 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n54 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n58 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n59 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n60 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n61 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n62 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n63 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n64 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n65 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n66 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n70 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n85 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n96 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n99 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n109 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n120 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n135 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n50 {
    inset-block-start: -0.375rem !important;
  }
  .top-xl-n100 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-xl-auto {
    inset-block-end: auto !important;
  }
  .bottom-xl-0 {
    inset-block-end: 0 !important;
  }
  .bottom-xl-2 {
    inset-block-end: 2px !important;
  }
  .bottom-xl-3 {
    inset-block-end: 3px !important;
  }
  .bottom-xl-4 {
    inset-block-end: 4px !important;
  }
  .bottom-xl-5 {
    inset-block-end: 5px !important;
  }
  .bottom-xl-6 {
    inset-block-end: 6px !important;
  }
  .bottom-xl-7 {
    inset-block-end: 7px !important;
  }
  .bottom-xl-8 {
    inset-block-end: 8px !important;
  }
  .bottom-xl-9 {
    inset-block-end: 9px !important;
  }
  .bottom-xl-10 {
    inset-block-end: 10px !important;
  }
  .bottom-xl-11 {
    inset-block-end: 11px !important;
  }
  .bottom-xl-12 {
    inset-block-end: 12px !important;
  }
  .bottom-xl-13 {
    inset-block-end: 13px !important;
  }
  .bottom-xl-14 {
    inset-block-end: 14px !important;
  }
  .bottom-xl-15 {
    inset-block-end: 15px !important;
  }
  .bottom-xl-16 {
    inset-block-end: 16px !important;
  }
  .bottom-xl-18 {
    inset-block-end: 18px !important;
  }
  .bottom-xl-20 {
    inset-block-end: 20px !important;
  }
  .bottom-xl-21 {
    inset-block-end: 21px !important;
  }
  .bottom-xl-22 {
    inset-block-end: 22px !important;
  }
  .bottom-xl-23 {
    inset-block-end: 23px !important;
  }
  .bottom-xl-24 {
    inset-block-end: 24px !important;
  }
  .bottom-xl-25 {
    inset-block-end: 25px !important;
  }
  .bottom-xl-26 {
    inset-block-end: 26px !important;
  }
  .bottom-xl-27 {
    inset-block-end: 27px !important;
  }
  .bottom-xl-28 {
    inset-block-end: 28px !important;
  }
  .bottom-xl-29 {
    inset-block-end: 29px !important;
  }
  .bottom-xl-30 {
    inset-block-end: 30px !important;
  }
  .bottom-xl-36 {
    inset-block-end: 36px !important;
  }
  .bottom-xl-38 {
    inset-block-end: 38px !important;
  }
  .bottom-xl-40 {
    inset-block-end: 40px !important;
  }
  .bottom-xl-41 {
    inset-block-end: 41px !important;
  }
  .bottom-xl-49 {
    inset-block-end: 49px !important;
  }
  .bottom-xl-54 {
    inset-block-end: 54px !important;
  }
  .bottom-xl-58 {
    inset-block-end: 58px !important;
  }
  .bottom-xl-59 {
    inset-block-end: 59px !important;
  }
  .bottom-xl-60 {
    inset-block-end: 60px !important;
  }
  .bottom-xl-61 {
    inset-block-end: 61px !important;
  }
  .bottom-xl-62 {
    inset-block-end: 62px !important;
  }
  .bottom-xl-63 {
    inset-block-end: 63px !important;
  }
  .bottom-xl-64 {
    inset-block-end: 64px !important;
  }
  .bottom-xl-65 {
    inset-block-end: 65px !important;
  }
  .bottom-xl-66 {
    inset-block-end: 66px !important;
  }
  .bottom-xl-70 {
    inset-block-end: 70px !important;
  }
  .bottom-xl-85 {
    inset-block-end: 85px !important;
  }
  .bottom-xl-96 {
    inset-block-end: 96px !important;
  }
  .bottom-xl-99 {
    inset-block-end: 99px !important;
  }
  .bottom-xl-109 {
    inset-block-end: 109px !important;
  }
  .bottom-xl-120 {
    inset-block-end: 120px !important;
  }
  .bottom-xl-135 {
    inset-block-end: 135px !important;
  }
  .bottom-xl-50 {
    inset-block-end: 50% !important;
  }
  .bottom-xl-100 {
    inset-block-end: 100% !important;
  }
  .bottom-xl-nauto {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n2 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n3 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n4 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n5 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n6 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n7 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n8 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n9 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n10 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n11 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n12 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n13 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n14 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n15 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n16 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n18 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n20 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n21 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n22 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n23 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n24 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n25 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n26 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n27 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n28 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n29 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n30 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n36 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n38 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n40 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n41 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n49 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n54 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n58 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n59 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n60 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n61 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n62 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n63 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n64 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n65 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n66 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n70 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n85 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n96 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n99 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n109 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n120 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n135 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n50 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xl-n100 {
    inset-block-end: -0.375rem !important;
  }
  .start-xl-auto {
    inset-inline-start: auto !important;
  }
  .start-xl-0 {
    inset-inline-start: 0 !important;
  }
  .start-xl-2 {
    inset-inline-start: 2px !important;
  }
  .start-xl-3 {
    inset-inline-start: 3px !important;
  }
  .start-xl-4 {
    inset-inline-start: 4px !important;
  }
  .start-xl-5 {
    inset-inline-start: 5px !important;
  }
  .start-xl-6 {
    inset-inline-start: 6px !important;
  }
  .start-xl-7 {
    inset-inline-start: 7px !important;
  }
  .start-xl-8 {
    inset-inline-start: 8px !important;
  }
  .start-xl-9 {
    inset-inline-start: 9px !important;
  }
  .start-xl-10 {
    inset-inline-start: 10px !important;
  }
  .start-xl-11 {
    inset-inline-start: 11px !important;
  }
  .start-xl-12 {
    inset-inline-start: 12px !important;
  }
  .start-xl-13 {
    inset-inline-start: 13px !important;
  }
  .start-xl-14 {
    inset-inline-start: 14px !important;
  }
  .start-xl-15 {
    inset-inline-start: 15px !important;
  }
  .start-xl-16 {
    inset-inline-start: 16px !important;
  }
  .start-xl-18 {
    inset-inline-start: 18px !important;
  }
  .start-xl-20 {
    inset-inline-start: 20px !important;
  }
  .start-xl-21 {
    inset-inline-start: 21px !important;
  }
  .start-xl-22 {
    inset-inline-start: 22px !important;
  }
  .start-xl-23 {
    inset-inline-start: 23px !important;
  }
  .start-xl-24 {
    inset-inline-start: 24px !important;
  }
  .start-xl-25 {
    inset-inline-start: 25px !important;
  }
  .start-xl-26 {
    inset-inline-start: 26px !important;
  }
  .start-xl-27 {
    inset-inline-start: 27px !important;
  }
  .start-xl-28 {
    inset-inline-start: 28px !important;
  }
  .start-xl-29 {
    inset-inline-start: 29px !important;
  }
  .start-xl-30 {
    inset-inline-start: 30px !important;
  }
  .start-xl-36 {
    inset-inline-start: 36px !important;
  }
  .start-xl-38 {
    inset-inline-start: 38px !important;
  }
  .start-xl-40 {
    inset-inline-start: 40px !important;
  }
  .start-xl-41 {
    inset-inline-start: 41px !important;
  }
  .start-xl-49 {
    inset-inline-start: 49px !important;
  }
  .start-xl-54 {
    inset-inline-start: 54px !important;
  }
  .start-xl-58 {
    inset-inline-start: 58px !important;
  }
  .start-xl-59 {
    inset-inline-start: 59px !important;
  }
  .start-xl-60 {
    inset-inline-start: 60px !important;
  }
  .start-xl-61 {
    inset-inline-start: 61px !important;
  }
  .start-xl-62 {
    inset-inline-start: 62px !important;
  }
  .start-xl-63 {
    inset-inline-start: 63px !important;
  }
  .start-xl-64 {
    inset-inline-start: 64px !important;
  }
  .start-xl-65 {
    inset-inline-start: 65px !important;
  }
  .start-xl-66 {
    inset-inline-start: 66px !important;
  }
  .start-xl-70 {
    inset-inline-start: 70px !important;
  }
  .start-xl-85 {
    inset-inline-start: 85px !important;
  }
  .start-xl-96 {
    inset-inline-start: 96px !important;
  }
  .start-xl-99 {
    inset-inline-start: 99px !important;
  }
  .start-xl-109 {
    inset-inline-start: 109px !important;
  }
  .start-xl-120 {
    inset-inline-start: 120px !important;
  }
  .start-xl-135 {
    inset-inline-start: 135px !important;
  }
  .start-xl-50 {
    inset-inline-start: 50% !important;
  }
  .start-xl-100 {
    inset-inline-start: 100% !important;
  }
  .start-px-xl-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-xl-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-xl-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-xl-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-xl-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-xl-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-xl-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-xl-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-xl-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-xl-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-xl-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-xl-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-xl-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-xl-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-xl-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-xl-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-xl-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-xl-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-xl-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-xl-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-xl-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-xl-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-xl-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-xl-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-xl-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-xl-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-xl-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-xl-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-xl-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-xl-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-xl-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-xl-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-xl-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-xl-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-xl-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-xl-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-xl-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-xl-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-xl-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-xl-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-xl-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-xl-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-xl-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-xl-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-xl-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-xl-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-xl-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-xl-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-xl-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-xl-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-xl-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-xl-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-xl-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-xl-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-xl-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-xl-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-xl-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-xl-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-xl-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-xl-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-xl-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-xl-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-xl-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-xl-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-xl-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-xl-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-xl-71 {
    inset-inline-start: 4.4375rem !important;
  }
  .start-px-xl-72 {
    inset-inline-start: 4.5rem !important;
  }
  .start-px-xl-73 {
    inset-inline-start: 4.5625rem !important;
  }
  .start-px-xl-74 {
    inset-inline-start: 4.625rem !important;
  }
  .start-px-xl-75 {
    inset-inline-start: 4.6875rem !important;
  }
  .start-px-xl-76 {
    inset-inline-start: 4.75rem !important;
  }
  .start-px-xl-77 {
    inset-inline-start: 4.8125rem !important;
  }
  .start-px-xl-78 {
    inset-inline-start: 4.875rem !important;
  }
  .start-px-xl-79 {
    inset-inline-start: 4.9375rem !important;
  }
  .start-px-xl-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-xl-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-xl-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-xl-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-xl-86 {
    inset-inline-start: 5.375rem !important;
  }
  .start-px-xl-87 {
    inset-inline-start: 5.4375rem !important;
  }
  .start-px-xl-88 {
    inset-inline-start: 5.5rem !important;
  }
  .start-px-xl-89 {
    inset-inline-start: 5.5625rem !important;
  }
  .start-px-xl-90 {
    inset-inline-start: 5.625rem !important;
  }
  .start-px-xl-92 {
    inset-inline-start: 5.75rem !important;
  }
  .start-px-xl-94 {
    inset-inline-start: 5.875rem !important;
  }
  .start-px-xl-95 {
    inset-inline-start: 5.9375rem !important;
  }
  .start-px-xl-96 {
    inset-inline-start: 6rem !important;
  }
  .start-px-xl-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-xl-100 {
    inset-inline-start: 6.25rem !important;
  }
  .start-px-xl-102 {
    inset-inline-start: 6.375rem !important;
  }
  .start-px-xl-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-xl-108 {
    inset-inline-start: 6.75rem !important;
  }
  .start-px-xl-115 {
    inset-inline-start: 7.1875rem !important;
  }
  .start-px-xl-116 {
    inset-inline-start: 7.25rem !important;
  }
  .start-px-xl-118 {
    inset-inline-start: 7.375rem !important;
  }
  .start-px-xl-120 {
    inset-inline-start: 7.5rem !important;
  }
  .start-px-xl-121 {
    inset-inline-start: 7.5625rem !important;
  }
  .start-px-xl-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-xl-129 {
    inset-inline-start: 8.0625rem !important;
  }
  .start-px-xl-131 {
    inset-inline-start: 8.1875rem !important;
  }
  .start-px-xl-140 {
    inset-inline-start: 8.75rem !important;
  }
  .start-px-xl-144 {
    inset-inline-start: 9rem !important;
  }
  .start-px-xl-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-xl-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-xl-154 {
    inset-inline-start: 9.625rem !important;
  }
  .start-px-xl-156 {
    inset-inline-start: 9.75rem !important;
  }
  .start-px-xl-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-xl-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-xl-231 {
    inset-inline-start: 14.4375rem !important;
  }
  .start-px-xl-240 {
    inset-inline-start: 15rem !important;
  }
  .start-px-xl-247 {
    inset-inline-start: 15.4375rem !important;
  }
  .start-px-xl-239 {
    inset-inline-start: 14.9375rem !important;
  }
  .start-px-xl-255 {
    inset-inline-start: 15.9375rem !important;
  }
  .start-px-xl-327 {
    inset-inline-start: 20.4375rem !important;
  }
  .start-xl-nauto {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n2 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n3 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n4 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n5 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n7 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n8 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n9 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n10 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n11 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n12 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n13 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n14 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n15 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n16 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n18 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n20 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n21 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n22 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n23 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n24 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n25 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n26 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n27 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n28 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n29 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n30 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n36 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n38 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n40 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n41 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n49 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n54 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n58 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n59 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n60 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n61 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n62 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n63 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n64 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n65 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n66 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n70 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n85 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n96 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n99 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n109 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n120 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n135 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n50 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xl-n100 {
    inset-inline-start: -0.375rem !important;
  }
  .end-xl-auto {
    inset-inline-end: auto !important;
  }
  .end-xl-0 {
    inset-inline-end: 0 !important;
  }
  .end-xl-2 {
    inset-inline-end: 2px !important;
  }
  .end-xl-3 {
    inset-inline-end: 3px !important;
  }
  .end-xl-4 {
    inset-inline-end: 4px !important;
  }
  .end-xl-5 {
    inset-inline-end: 5px !important;
  }
  .end-xl-6 {
    inset-inline-end: 6px !important;
  }
  .end-xl-7 {
    inset-inline-end: 7px !important;
  }
  .end-xl-8 {
    inset-inline-end: 8px !important;
  }
  .end-xl-9 {
    inset-inline-end: 9px !important;
  }
  .end-xl-10 {
    inset-inline-end: 10px !important;
  }
  .end-xl-11 {
    inset-inline-end: 11px !important;
  }
  .end-xl-12 {
    inset-inline-end: 12px !important;
  }
  .end-xl-13 {
    inset-inline-end: 13px !important;
  }
  .end-xl-14 {
    inset-inline-end: 14px !important;
  }
  .end-xl-15 {
    inset-inline-end: 15px !important;
  }
  .end-xl-16 {
    inset-inline-end: 16px !important;
  }
  .end-xl-18 {
    inset-inline-end: 18px !important;
  }
  .end-xl-20 {
    inset-inline-end: 20px !important;
  }
  .end-xl-21 {
    inset-inline-end: 21px !important;
  }
  .end-xl-22 {
    inset-inline-end: 22px !important;
  }
  .end-xl-23 {
    inset-inline-end: 23px !important;
  }
  .end-xl-24 {
    inset-inline-end: 24px !important;
  }
  .end-xl-25 {
    inset-inline-end: 25px !important;
  }
  .end-xl-26 {
    inset-inline-end: 26px !important;
  }
  .end-xl-27 {
    inset-inline-end: 27px !important;
  }
  .end-xl-28 {
    inset-inline-end: 28px !important;
  }
  .end-xl-29 {
    inset-inline-end: 29px !important;
  }
  .end-xl-30 {
    inset-inline-end: 30px !important;
  }
  .end-xl-36 {
    inset-inline-end: 36px !important;
  }
  .end-xl-38 {
    inset-inline-end: 38px !important;
  }
  .end-xl-40 {
    inset-inline-end: 40px !important;
  }
  .end-xl-41 {
    inset-inline-end: 41px !important;
  }
  .end-xl-49 {
    inset-inline-end: 49px !important;
  }
  .end-xl-54 {
    inset-inline-end: 54px !important;
  }
  .end-xl-58 {
    inset-inline-end: 58px !important;
  }
  .end-xl-59 {
    inset-inline-end: 59px !important;
  }
  .end-xl-60 {
    inset-inline-end: 60px !important;
  }
  .end-xl-61 {
    inset-inline-end: 61px !important;
  }
  .end-xl-62 {
    inset-inline-end: 62px !important;
  }
  .end-xl-63 {
    inset-inline-end: 63px !important;
  }
  .end-xl-64 {
    inset-inline-end: 64px !important;
  }
  .end-xl-65 {
    inset-inline-end: 65px !important;
  }
  .end-xl-66 {
    inset-inline-end: 66px !important;
  }
  .end-xl-70 {
    inset-inline-end: 70px !important;
  }
  .end-xl-85 {
    inset-inline-end: 85px !important;
  }
  .end-xl-96 {
    inset-inline-end: 96px !important;
  }
  .end-xl-99 {
    inset-inline-end: 99px !important;
  }
  .end-xl-109 {
    inset-inline-end: 109px !important;
  }
  .end-xl-120 {
    inset-inline-end: 120px !important;
  }
  .end-xl-135 {
    inset-inline-end: 135px !important;
  }
  .end-xl-50 {
    inset-inline-end: 50% !important;
  }
  .end-xl-100 {
    inset-inline-end: 100% !important;
  }
  .end-xl-0 {
    inset-inline-end: 0rem !important;
  }
  .end-xl-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-xl-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-xl-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-xl-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-xl-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-xl-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-xl-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-xl-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-xl-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-xl-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-xl-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-xl-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-xl-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-xl-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-xl-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-xl-16 {
    inset-inline-end: 1rem !important;
  }
  .end-xl-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-xl-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-xl-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-xl-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-xl-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-xl-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-xl-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-xl-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-xl-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-xl-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-xl-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-xl-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-xl-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-xl-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-xl-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-xl-32 {
    inset-inline-end: 2rem !important;
  }
  .end-xl-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-xl-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-xl-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-xl-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-xl-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-xl-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-xl-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-xl-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-xl-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-xl-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-xl-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-xl-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-xl-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-xl-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-xl-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-xl-48 {
    inset-inline-end: 3rem !important;
  }
  .end-xl-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-xl-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-xl-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-xl-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-xl-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-xl-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-xl-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-xl-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-xl-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-xl-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-xl-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-xl-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-xl-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-xl-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-xl-64 {
    inset-inline-end: 4rem !important;
  }
  .end-xl-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-xl-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-xl-71 {
    inset-inline-end: 4.4375rem !important;
  }
  .end-xl-72 {
    inset-inline-end: 4.5rem !important;
  }
  .end-xl-73 {
    inset-inline-end: 4.5625rem !important;
  }
  .end-xl-74 {
    inset-inline-end: 4.625rem !important;
  }
  .end-xl-75 {
    inset-inline-end: 4.6875rem !important;
  }
  .end-xl-76 {
    inset-inline-end: 4.75rem !important;
  }
  .end-xl-77 {
    inset-inline-end: 4.8125rem !important;
  }
  .end-xl-78 {
    inset-inline-end: 4.875rem !important;
  }
  .end-xl-79 {
    inset-inline-end: 4.9375rem !important;
  }
  .end-xl-80 {
    inset-inline-end: 5rem !important;
  }
  .end-xl-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-xl-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-xl-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-xl-86 {
    inset-inline-end: 5.375rem !important;
  }
  .end-xl-87 {
    inset-inline-end: 5.4375rem !important;
  }
  .end-xl-88 {
    inset-inline-end: 5.5rem !important;
  }
  .end-xl-89 {
    inset-inline-end: 5.5625rem !important;
  }
  .end-xl-90 {
    inset-inline-end: 5.625rem !important;
  }
  .end-xl-92 {
    inset-inline-end: 5.75rem !important;
  }
  .end-xl-94 {
    inset-inline-end: 5.875rem !important;
  }
  .end-xl-95 {
    inset-inline-end: 5.9375rem !important;
  }
  .end-xl-96 {
    inset-inline-end: 6rem !important;
  }
  .end-xl-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-xl-100 {
    inset-inline-end: 6.25rem !important;
  }
  .end-xl-102 {
    inset-inline-end: 6.375rem !important;
  }
  .end-xl-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-xl-108 {
    inset-inline-end: 6.75rem !important;
  }
  .end-xl-115 {
    inset-inline-end: 7.1875rem !important;
  }
  .end-xl-116 {
    inset-inline-end: 7.25rem !important;
  }
  .end-xl-118 {
    inset-inline-end: 7.375rem !important;
  }
  .end-xl-120 {
    inset-inline-end: 7.5rem !important;
  }
  .end-xl-121 {
    inset-inline-end: 7.5625rem !important;
  }
  .end-xl-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-xl-129 {
    inset-inline-end: 8.0625rem !important;
  }
  .end-xl-131 {
    inset-inline-end: 8.1875rem !important;
  }
  .end-xl-140 {
    inset-inline-end: 8.75rem !important;
  }
  .end-xl-144 {
    inset-inline-end: 9rem !important;
  }
  .end-xl-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-xl-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-xl-154 {
    inset-inline-end: 9.625rem !important;
  }
  .end-xl-156 {
    inset-inline-end: 9.75rem !important;
  }
  .end-xl-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-xl-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-xl-231 {
    inset-inline-end: 14.4375rem !important;
  }
  .end-xl-240 {
    inset-inline-end: 15rem !important;
  }
  .end-xl-247 {
    inset-inline-end: 15.4375rem !important;
  }
  .end-xl-239 {
    inset-inline-end: 14.9375rem !important;
  }
  .end-xl-255 {
    inset-inline-end: 15.9375rem !important;
  }
  .end-xl-327 {
    inset-inline-end: 20.4375rem !important;
  }
  .end-xl-nauto {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n2 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n3 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n4 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n5 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n7 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n8 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n9 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n10 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n11 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n12 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n13 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n14 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n15 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n16 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n18 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n20 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n21 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n22 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n23 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n24 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n25 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n26 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n27 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n28 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n29 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n30 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n36 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n38 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n40 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n41 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n49 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n54 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n58 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n59 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n60 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n61 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n62 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n63 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n64 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n65 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n66 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n70 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n85 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n96 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n99 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n109 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n120 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n135 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n50 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xl-n100 {
    inset-inline-end: -0.375rem !important;
  }
  .border-xl {
    border: 1px solid !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-2 {
    border: 2px solid !important;
  }
  .border-xl-3 {
    border: 3px solid !important;
  }
  .border-xl-4 {
    border: 4px solid !important;
  }
  .border-xl-5 {
    border: 5px solid !important;
  }
  .border-xl-6 {
    border: 6px solid !important;
  }
  .border-top-xl {
    border-block-start: 1px solid !important;
  }
  .border-top-xl-0 {
    border-block-start: 0 !important;
  }
  .border-top-xl-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-xl-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-xl-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-xl-5 {
    border-block-start: 5px solid !important;
  }
  .border-top-xl-6 {
    border-block-start: 6px solid !important;
  }
  .border-end-xl {
    border-inline-end: 1px solid !important;
  }
  .border-end-xl-0 {
    border-inline-end: 0 !important;
  }
  .border-end-xl-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-xl-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-xl-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-xl-5 {
    border-inline-end: 5px solid !important;
  }
  .border-end-xl-6 {
    border-inline-end: 6px solid !important;
  }
  .border-bottom-xl {
    border-block-end: 1px solid !important;
  }
  .border-bottom-xl-0 {
    border-block-end: 0 !important;
  }
  .border-bottom-xl-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-xl-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-xl-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-xl-5 {
    border-block-end: 5px solid !important;
  }
  .border-bottom-xl-6 {
    border-block-end: 6px solid !important;
  }
  .border-start-xl {
    border-inline-start: 1px solid !important;
  }
  .border-start-xl-0 {
    border-inline-start: 0 !important;
  }
  .border-start-xl-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-xl-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-xl-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-xl-5 {
    border-inline-start: 5px solid !important;
  }
  .border-start-xl-6 {
    border-inline-start: 6px solid !important;
  }
  .border-top-width-xl-0 {
    border-block-start: 0 !important;
  }
  .border-top-width-xl-1 {
    border-block-start: 0.0625rem !important;
  }
  .border-top-width-xl-2 {
    border-block-start: 0.125rem !important;
  }
  .border-top-width-xl-3 {
    border-block-start: 0.1875rem !important;
  }
  .border-top-width-xl-4 {
    border-block-start: 0.5625rem !important;
  }
  .border-top-width-xl-5 {
    border-block-start: 0.3125rem !important;
  }
  .border-top-width-xl-6 {
    border-block-start: 0.375rem !important;
  }
  .border-top-width-xl-7 {
    border-block-start: 0.4375rem !important;
  }
  .border-xl-primary {
    border-color: #3d70b2 !important;
  }
  .border-xl-secondary {
    border-color: #74808f !important;
  }
  .border-xl-success {
    border-color: #00af12 !important;
  }
  .border-xl-info {
    border-color: #008bdf !important;
  }
  .border-xl-warning {
    border-color: #ff973d !important;
  }
  .border-xl-danger {
    border-color: #a12626 !important;
  }
  .border-xl-light {
    border-color: #f7f9fa !important;
  }
  .border-xl-dark {
    border-color: #1f262e !important;
  }
  .border-xl-white {
    border-color: white !important;
  }
  .border-xl-transparent {
    border-color: transparent !important;
  }
  .border-gray-xl-100 {
    border-color: var(--gray-shade-100) !important;
  }
  .border-gray-xl-200 {
    border-color: var(--gray-shade-200) !important;
  }
  .border-gray-xl-300 {
    border-color: var(--gray-shade-300) !important;
  }
  .border-gray-xl-400 {
    border-color: var(--gray-shade-400) !important;
  }
  .border-gray-xl-500 {
    border-color: var(--gray-shade-500) !important;
  }
  .border-gray-xl-600 {
    border-color: var(--gray-shade-600) !important;
  }
  .border-gray-xl-700 {
    border-color: var(--gray-shade-700) !important;
  }
  .border-gray-xl-800 {
    border-color: var(--gray-shade-800) !important;
  }
  .border-gray-xl-900 {
    border-color: var(--gray-shade-900) !important;
  }
  .border-gray-xl-1000 {
    border-color: var(--gray-shade-1000) !important;
  }
  .border-gray-xl-1100 {
    border-color: var(--gray-shade-1100) !important;
  }
  .border-gray-xl-1200 {
    border-color: var(--gray-shade-1200) !important;
  }
  .border-top-style-xl-dotted {
    border-block-start-style: dotted !important;
  }
  .border-top-style-xl-dashed {
    border-block-start-style: dashed !important;
  }
  .border-top-style-xl-solid {
    border-block-start-style: solid !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-26 {
    width: 26% !important;
  }
  .w-xl-27 {
    width: 27% !important;
  }
  .w-xl-28 {
    width: 28% !important;
  }
  .w-xl-29 {
    width: 29% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-32-5 {
    width: 32.5% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-33-3 {
    width: 33.3% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-66-6 {
    width: 66.6% !important;
  }
  .w-xl-67 {
    width: 67% !important;
  }
  .w-xl-68 {
    width: 68% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-82 {
    width: 82% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-86 {
    width: 86% !important;
  }
  .w-xl-87-6 {
    width: 87.6% !important;
  }
  .w-xl-87-5 {
    width: 87.5% !important;
  }
  .w-xl-89 {
    width: 89% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-91 {
    width: 91% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .w-xl-93 {
    width: 93% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-97 {
    width: 97% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .w-xl-99 {
    width: 99% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .max-w-per-xl-5 {
    max-width: 5% !important;
  }
  .max-w-per-xl-6 {
    max-width: 6% !important;
  }
  .max-w-per-xl-10 {
    max-width: 10% !important;
  }
  .max-w-per-xl-20 {
    max-width: 20% !important;
  }
  .max-w-per-xl-25 {
    max-width: 25% !important;
  }
  .max-w-per-xl-26 {
    max-width: 26% !important;
  }
  .max-w-per-xl-27 {
    max-width: 27% !important;
  }
  .max-w-per-xl-28 {
    max-width: 28% !important;
  }
  .max-w-per-xl-29 {
    max-width: 29% !important;
  }
  .max-w-per-xl-30 {
    max-width: 30% !important;
  }
  .max-w-per-xl-32-5 {
    max-width: 32.5% !important;
  }
  .max-w-per-xl-33 {
    max-width: 33% !important;
  }
  .max-w-per-xl-33-3 {
    max-width: 33.3% !important;
  }
  .max-w-per-xl-35 {
    max-width: 35% !important;
  }
  .max-w-per-xl-40 {
    max-width: 40% !important;
  }
  .max-w-per-xl-44 {
    max-width: 44% !important;
  }
  .max-w-per-xl-45 {
    max-width: 45% !important;
  }
  .max-w-per-xl-46 {
    max-width: 46% !important;
  }
  .max-w-per-xl-48 {
    max-width: 48% !important;
  }
  .max-w-per-xl-50 {
    max-width: 50% !important;
  }
  .max-w-per-xl-60 {
    max-width: 60% !important;
  }
  .max-w-per-xl-65 {
    max-width: 65% !important;
  }
  .max-w-per-xl-66 {
    max-width: 66% !important;
  }
  .max-w-per-xl-66-6 {
    max-width: 66.6% !important;
  }
  .max-w-per-xl-67 {
    max-width: 67% !important;
  }
  .max-w-per-xl-68 {
    max-width: 68% !important;
  }
  .max-w-per-xl-70 {
    max-width: 70% !important;
  }
  .max-w-per-xl-75 {
    max-width: 75% !important;
  }
  .max-w-per-xl-80 {
    max-width: 80% !important;
  }
  .max-w-per-xl-82 {
    max-width: 82% !important;
  }
  .max-w-per-xl-85 {
    max-width: 85% !important;
  }
  .max-w-per-xl-86 {
    max-width: 86% !important;
  }
  .max-w-per-xl-87-6 {
    max-width: 87.6% !important;
  }
  .max-w-per-xl-87-5 {
    max-width: 87.5% !important;
  }
  .max-w-per-xl-89 {
    max-width: 89% !important;
  }
  .max-w-per-xl-90 {
    max-width: 90% !important;
  }
  .max-w-per-xl-91 {
    max-width: 91% !important;
  }
  .max-w-per-xl-92 {
    max-width: 92% !important;
  }
  .max-w-per-xl-93 {
    max-width: 93% !important;
  }
  .max-w-per-xl-94 {
    max-width: 94% !important;
  }
  .max-w-per-xl-95 {
    max-width: 95% !important;
  }
  .max-w-per-xl-96 {
    max-width: 96% !important;
  }
  .max-w-per-xl-97 {
    max-width: 97% !important;
  }
  .max-w-per-xl-98 {
    max-width: 98% !important;
  }
  .max-w-per-xl-99 {
    max-width: 99% !important;
  }
  .max-w-per-xl-100 {
    max-width: 100% !important;
  }
  .max-w-per-xl-auto {
    max-width: auto !important;
  }
  .min-w-per-xl-5 {
    min-width: 5% !important;
  }
  .min-w-per-xl-6 {
    min-width: 6% !important;
  }
  .min-w-per-xl-10 {
    min-width: 10% !important;
  }
  .min-w-per-xl-20 {
    min-width: 20% !important;
  }
  .min-w-per-xl-25 {
    min-width: 25% !important;
  }
  .min-w-per-xl-26 {
    min-width: 26% !important;
  }
  .min-w-per-xl-27 {
    min-width: 27% !important;
  }
  .min-w-per-xl-28 {
    min-width: 28% !important;
  }
  .min-w-per-xl-29 {
    min-width: 29% !important;
  }
  .min-w-per-xl-30 {
    min-width: 30% !important;
  }
  .min-w-per-xl-32-5 {
    min-width: 32.5% !important;
  }
  .min-w-per-xl-33 {
    min-width: 33% !important;
  }
  .min-w-per-xl-33-3 {
    min-width: 33.3% !important;
  }
  .min-w-per-xl-35 {
    min-width: 35% !important;
  }
  .min-w-per-xl-40 {
    min-width: 40% !important;
  }
  .min-w-per-xl-44 {
    min-width: 44% !important;
  }
  .min-w-per-xl-45 {
    min-width: 45% !important;
  }
  .min-w-per-xl-46 {
    min-width: 46% !important;
  }
  .min-w-per-xl-48 {
    min-width: 48% !important;
  }
  .min-w-per-xl-50 {
    min-width: 50% !important;
  }
  .min-w-per-xl-60 {
    min-width: 60% !important;
  }
  .min-w-per-xl-65 {
    min-width: 65% !important;
  }
  .min-w-per-xl-66 {
    min-width: 66% !important;
  }
  .min-w-per-xl-66-6 {
    min-width: 66.6% !important;
  }
  .min-w-per-xl-67 {
    min-width: 67% !important;
  }
  .min-w-per-xl-68 {
    min-width: 68% !important;
  }
  .min-w-per-xl-70 {
    min-width: 70% !important;
  }
  .min-w-per-xl-75 {
    min-width: 75% !important;
  }
  .min-w-per-xl-80 {
    min-width: 80% !important;
  }
  .min-w-per-xl-82 {
    min-width: 82% !important;
  }
  .min-w-per-xl-85 {
    min-width: 85% !important;
  }
  .min-w-per-xl-86 {
    min-width: 86% !important;
  }
  .min-w-per-xl-87-6 {
    min-width: 87.6% !important;
  }
  .min-w-per-xl-87-5 {
    min-width: 87.5% !important;
  }
  .min-w-per-xl-89 {
    min-width: 89% !important;
  }
  .min-w-per-xl-90 {
    min-width: 90% !important;
  }
  .min-w-per-xl-91 {
    min-width: 91% !important;
  }
  .min-w-per-xl-92 {
    min-width: 92% !important;
  }
  .min-w-per-xl-93 {
    min-width: 93% !important;
  }
  .min-w-per-xl-94 {
    min-width: 94% !important;
  }
  .min-w-per-xl-95 {
    min-width: 95% !important;
  }
  .min-w-per-xl-96 {
    min-width: 96% !important;
  }
  .min-w-per-xl-97 {
    min-width: 97% !important;
  }
  .min-w-per-xl-98 {
    min-width: 98% !important;
  }
  .min-w-per-xl-99 {
    min-width: 99% !important;
  }
  .min-w-per-xl-100 {
    min-width: 100% !important;
  }
  .min-w-per-xl-auto {
    min-width: auto !important;
  }
  .width-xl-unset {
    width: unset !important;
  }
  .width-xl-1 {
    width: 1rem !important;
  }
  .width-xl-2 {
    width: 2rem !important;
  }
  .width-xl-3 {
    width: 3rem !important;
  }
  .width-xl-4 {
    width: 4rem !important;
  }
  .width-xl-5 {
    width: 5rem !important;
  }
  .width-xl-6 {
    width: 6rem !important;
  }
  .width-xl-7 {
    width: 7rem !important;
  }
  .width-xl-8 {
    width: 8rem !important;
  }
  .width-xl-9 {
    width: 9rem !important;
  }
  .width-xl-10 {
    width: 10rem !important;
  }
  .width-xl-11 {
    width: 11rem !important;
  }
  .width-xl-12 {
    width: 12rem !important;
  }
  .width-xl-13 {
    width: 13rem !important;
  }
  .width-xl-14 {
    width: 14rem !important;
  }
  .width-xl-15 {
    width: 15rem !important;
  }
  .width-xl-16 {
    width: 16rem !important;
  }
  .width-xl-17 {
    width: 17rem !important;
  }
  .width-xl-18 {
    width: 18rem !important;
  }
  .width-xl-19 {
    width: 19rem !important;
  }
  .width-xl-19-8 {
    width: 19.8rem !important;
  }
  .width-xl-20 {
    width: 20rem !important;
  }
  .width-xl-20-5 {
    width: 20.5rem !important;
  }
  .width-xl-20-6 {
    width: 20.6rem !important;
  }
  .width-xl-21 {
    width: 21rem !important;
  }
  .width-xl-22 {
    width: 22rem !important;
  }
  .width-xl-23 {
    width: 23rem !important;
  }
  .width-xl-24 {
    width: 24rem !important;
  }
  .width-xl-25 {
    width: 25rem !important;
  }
  .width-xl-26-5 {
    width: 26.5rem !important;
  }
  .width-xl-26 {
    width: 26rem !important;
  }
  .width-xl-27 {
    width: 27rem !important;
  }
  .width-xl-28 {
    width: 28rem !important;
  }
  .width-xl-29 {
    width: 29rem !important;
  }
  .width-xl-30 {
    width: 30rem !important;
  }
  .width-xl-31 {
    width: 31rem !important;
  }
  .width-xl-32 {
    width: 32rem !important;
  }
  .width-xl-33 {
    width: 33rem !important;
  }
  .width-xl-34 {
    width: 34rem !important;
  }
  .width-xl-35 {
    width: 35rem !important;
  }
  .width-xl-36 {
    width: 36rem !important;
  }
  .width-xl-37 {
    width: 37rem !important;
  }
  .width-xl-38 {
    width: 38rem !important;
  }
  .width-xl-39 {
    width: 39rem !important;
  }
  .width-xl-40 {
    width: 40rem !important;
  }
  .width-xl-41 {
    width: 41rem !important;
  }
  .width-xl-42 {
    width: 42rem !important;
  }
  .width-xl-43 {
    width: 43rem !important;
  }
  .width-xl-44 {
    width: 44rem !important;
  }
  .width-xl-45 {
    width: 45rem !important;
  }
  .width-xl-46 {
    width: 46rem !important;
  }
  .width-xl-47 {
    width: 47rem !important;
  }
  .width-xl-48 {
    width: 48rem !important;
  }
  .width-xl-49 {
    width: 49rem !important;
  }
  .width-xl-50 {
    width: 50rem !important;
  }
  .width-xl-51 {
    width: 51rem !important;
  }
  .width-xl-52 {
    width: 52rem !important;
  }
  .width-xl-53 {
    width: 53rem !important;
  }
  .width-xl-54 {
    width: 54rem !important;
  }
  .width-xl-55 {
    width: 55rem !important;
  }
  .width-xl-56 {
    width: 56rem !important;
  }
  .width-xl-57 {
    width: 57rem !important;
  }
  .width-xl-58 {
    width: 58rem !important;
  }
  .width-xl-59 {
    width: 59rem !important;
  }
  .width-xl-60 {
    width: 60rem !important;
  }
  .width-xl-61 {
    width: 61rem !important;
  }
  .width-xl-62 {
    width: 62rem !important;
  }
  .width-xl-63 {
    width: 63rem !important;
  }
  .width-xl-64 {
    width: 64rem !important;
  }
  .width-xl-65 {
    width: 65rem !important;
  }
  .width-xl-66 {
    width: 66rem !important;
  }
  .width-xl-67 {
    width: 67rem !important;
  }
  .width-xl-68 {
    width: 68rem !important;
  }
  .width-xl-69 {
    width: 69rem !important;
  }
  .width-xl-70 {
    width: 70rem !important;
  }
  .width-xl-71 {
    width: 71rem !important;
  }
  .width-xl-72 {
    width: 72rem !important;
  }
  .width-xl-73 {
    width: 73rem !important;
  }
  .width-xl-74 {
    width: 74rem !important;
  }
  .width-xl-75 {
    width: 75rem !important;
  }
  .width-xl-76 {
    width: 76rem !important;
  }
  .width-xl-77 {
    width: 77rem !important;
  }
  .width-xl-78 {
    width: 78rem !important;
  }
  .width-xl-79 {
    width: 79rem !important;
  }
  .width-xl-80 {
    width: 80rem !important;
  }
  .width-xl-95 {
    width: 95rem !important;
  }
  .width-xl-96 {
    width: 96rem !important;
  }
  .width-xl-97 {
    width: 97rem !important;
  }
  .width-xl-98 {
    width: 98rem !important;
  }
  .width-xl-100 {
    width: 100% !important;
  }
  .width-px-xl-0 {
    width: 0rem !important;
  }
  .width-px-xl-1 {
    width: 0.0625rem !important;
  }
  .width-px-xl-2 {
    width: 0.125rem !important;
  }
  .width-px-xl-3 {
    width: 0.1875rem !important;
  }
  .width-px-xl-4 {
    width: 0.25rem !important;
  }
  .width-px-xl-5 {
    width: 0.3125rem !important;
  }
  .width-px-xl-6 {
    width: 0.375rem !important;
  }
  .width-px-xl-7 {
    width: 0.4375rem !important;
  }
  .width-px-xl-8 {
    width: 0.5rem !important;
  }
  .width-px-xl-9 {
    width: 0.5625rem !important;
  }
  .width-px-xl-10 {
    width: 0.625rem !important;
  }
  .width-px-xl-11 {
    width: 0.6875rem !important;
  }
  .width-px-xl-12 {
    width: 0.75rem !important;
  }
  .width-px-xl-13 {
    width: 0.8125rem !important;
  }
  .width-px-xl-14 {
    width: 0.875rem !important;
  }
  .width-px-xl-15 {
    width: 0.9375rem !important;
  }
  .width-px-xl-16 {
    width: 1rem !important;
  }
  .width-px-xl-17 {
    width: 1.0625rem !important;
  }
  .width-px-xl-18 {
    width: 1.125rem !important;
  }
  .width-px-xl-19 {
    width: 1.1875rem !important;
  }
  .width-px-xl-20 {
    width: 1.25rem !important;
  }
  .width-px-xl-21 {
    width: 1.3125rem !important;
  }
  .width-px-xl-22 {
    width: 1.375rem !important;
  }
  .width-px-xl-23 {
    width: 1.4375rem !important;
  }
  .width-px-xl-24 {
    width: 1.5rem !important;
  }
  .width-px-xl-25 {
    width: 1.5625rem !important;
  }
  .width-px-xl-26 {
    width: 1.625rem !important;
  }
  .width-px-xl-27 {
    width: 1.6875rem !important;
  }
  .width-px-xl-28 {
    width: 1.75rem !important;
  }
  .width-px-xl-29 {
    width: 1.8125rem !important;
  }
  .width-px-xl-30 {
    width: 1.875rem !important;
  }
  .width-px-xl-31 {
    width: 1.9375rem !important;
  }
  .width-px-xl-32 {
    width: 2rem !important;
  }
  .width-px-xl-33 {
    width: 2.0625rem !important;
  }
  .width-px-xl-34 {
    width: 2.125rem !important;
  }
  .width-px-xl-35 {
    width: 2.1875rem !important;
  }
  .width-px-xl-36 {
    width: 2.25rem !important;
  }
  .width-px-xl-37 {
    width: 2.3125rem !important;
  }
  .width-px-xl-38 {
    width: 2.375rem !important;
  }
  .width-px-xl-39 {
    width: 2.4375rem !important;
  }
  .width-px-xl-40 {
    width: 2.5rem !important;
  }
  .width-px-xl-41 {
    width: 2.5625rem !important;
  }
  .width-px-xl-42 {
    width: 2.625rem !important;
  }
  .width-px-xl-43 {
    width: 2.6875rem !important;
  }
  .width-px-xl-44 {
    width: 2.75rem !important;
  }
  .width-px-xl-45 {
    width: 2.8125rem !important;
  }
  .width-px-xl-46 {
    width: 2.875rem !important;
  }
  .width-px-xl-47 {
    width: 2.9375rem !important;
  }
  .width-px-xl-48 {
    width: 3rem !important;
  }
  .width-px-xl-49 {
    width: 3.0625rem !important;
  }
  .width-px-xl-50 {
    width: 3.125rem !important;
  }
  .width-px-xl-51 {
    width: 3.1875rem !important;
  }
  .width-px-xl-52 {
    width: 3.25rem !important;
  }
  .width-px-xl-53 {
    width: 3.3125rem !important;
  }
  .width-px-xl-54 {
    width: 3.375rem !important;
  }
  .width-px-xl-56 {
    width: 3.5rem !important;
  }
  .width-px-xl-57 {
    width: 3.5625rem !important;
  }
  .width-px-xl-58 {
    width: 3.625rem !important;
  }
  .width-px-xl-59 {
    width: 3.6875rem !important;
  }
  .width-px-xl-60 {
    width: 3.75rem !important;
  }
  .width-px-xl-61 {
    width: 3.8125rem !important;
  }
  .width-px-xl-62 {
    width: 3.875rem !important;
  }
  .width-px-xl-63 {
    width: 3.9375rem !important;
  }
  .width-px-xl-64 {
    width: 4rem !important;
  }
  .width-px-xl-68 {
    width: 4.25rem !important;
  }
  .width-px-xl-70 {
    width: 4.375rem !important;
  }
  .width-px-xl-71 {
    width: 4.4375rem !important;
  }
  .width-px-xl-72 {
    width: 4.5rem !important;
  }
  .width-px-xl-73 {
    width: 4.5625rem !important;
  }
  .width-px-xl-74 {
    width: 4.625rem !important;
  }
  .width-px-xl-75 {
    width: 4.6875rem !important;
  }
  .width-px-xl-76 {
    width: 4.75rem !important;
  }
  .width-px-xl-77 {
    width: 4.8125rem !important;
  }
  .width-px-xl-78 {
    width: 4.875rem !important;
  }
  .width-px-xl-79 {
    width: 4.9375rem !important;
  }
  .width-px-xl-80 {
    width: 5rem !important;
  }
  .width-px-xl-82 {
    width: 5.125rem !important;
  }
  .width-px-xl-83 {
    width: 5.1875rem !important;
  }
  .width-px-xl-84 {
    width: 5.25rem !important;
  }
  .width-px-xl-86 {
    width: 5.375rem !important;
  }
  .width-px-xl-87 {
    width: 5.4375rem !important;
  }
  .width-px-xl-88 {
    width: 5.5rem !important;
  }
  .width-px-xl-89 {
    width: 5.5625rem !important;
  }
  .width-px-xl-90 {
    width: 5.625rem !important;
  }
  .width-px-xl-92 {
    width: 5.75rem !important;
  }
  .width-px-xl-94 {
    width: 5.875rem !important;
  }
  .width-px-xl-95 {
    width: 5.9375rem !important;
  }
  .width-px-xl-96 {
    width: 6rem !important;
  }
  .width-px-xl-98 {
    width: 6.125rem !important;
  }
  .width-px-xl-100 {
    width: 6.25rem !important;
  }
  .width-px-xl-102 {
    width: 6.375rem !important;
  }
  .width-px-xl-104 {
    width: 6.5rem !important;
  }
  .width-px-xl-108 {
    width: 6.75rem !important;
  }
  .width-px-xl-115 {
    width: 7.1875rem !important;
  }
  .width-px-xl-116 {
    width: 7.25rem !important;
  }
  .width-px-xl-118 {
    width: 7.375rem !important;
  }
  .width-px-xl-120 {
    width: 7.5rem !important;
  }
  .width-px-xl-121 {
    width: 7.5625rem !important;
  }
  .width-px-xl-123 {
    width: 7.6875rem !important;
  }
  .width-px-xl-129 {
    width: 8.0625rem !important;
  }
  .width-px-xl-131 {
    width: 8.1875rem !important;
  }
  .width-px-xl-140 {
    width: 8.75rem !important;
  }
  .width-px-xl-144 {
    width: 9rem !important;
  }
  .width-px-xl-147 {
    width: 9.1875rem !important;
  }
  .width-px-xl-148 {
    width: 9.25rem !important;
  }
  .width-px-xl-154 {
    width: 9.625rem !important;
  }
  .width-px-xl-156 {
    width: 9.75rem !important;
  }
  .width-px-xl-180 {
    width: 11.25rem !important;
  }
  .width-px-xl-200 {
    width: 12.5rem !important;
  }
  .width-px-xl-231 {
    width: 14.4375rem !important;
  }
  .width-px-xl-240 {
    width: 15rem !important;
  }
  .width-px-xl-247 {
    width: 15.4375rem !important;
  }
  .width-px-xl-239 {
    width: 14.9375rem !important;
  }
  .width-px-xl-255 {
    width: 15.9375rem !important;
  }
  .width-px-xl-327 {
    width: 20.4375rem !important;
  }
  .max-w-xl-unset {
    max-width: unset !important;
  }
  .max-w-xl-1 {
    max-width: 1rem !important;
  }
  .max-w-xl-2 {
    max-width: 2rem !important;
  }
  .max-w-xl-3 {
    max-width: 3rem !important;
  }
  .max-w-xl-4 {
    max-width: 4rem !important;
  }
  .max-w-xl-5 {
    max-width: 5rem !important;
  }
  .max-w-xl-6 {
    max-width: 6rem !important;
  }
  .max-w-xl-7 {
    max-width: 7rem !important;
  }
  .max-w-xl-8 {
    max-width: 8rem !important;
  }
  .max-w-xl-9 {
    max-width: 9rem !important;
  }
  .max-w-xl-10 {
    max-width: 10rem !important;
  }
  .max-w-xl-11 {
    max-width: 11rem !important;
  }
  .max-w-xl-12 {
    max-width: 12rem !important;
  }
  .max-w-xl-13 {
    max-width: 13rem !important;
  }
  .max-w-xl-14 {
    max-width: 14rem !important;
  }
  .max-w-xl-15 {
    max-width: 15rem !important;
  }
  .max-w-xl-16 {
    max-width: 16rem !important;
  }
  .max-w-xl-17 {
    max-width: 17rem !important;
  }
  .max-w-xl-18 {
    max-width: 18rem !important;
  }
  .max-w-xl-19 {
    max-width: 19rem !important;
  }
  .max-w-xl-19-8 {
    max-width: 19.8rem !important;
  }
  .max-w-xl-20 {
    max-width: 20rem !important;
  }
  .max-w-xl-20-5 {
    max-width: 20.5rem !important;
  }
  .max-w-xl-20-6 {
    max-width: 20.6rem !important;
  }
  .max-w-xl-21 {
    max-width: 21rem !important;
  }
  .max-w-xl-22 {
    max-width: 22rem !important;
  }
  .max-w-xl-23 {
    max-width: 23rem !important;
  }
  .max-w-xl-24 {
    max-width: 24rem !important;
  }
  .max-w-xl-25 {
    max-width: 25rem !important;
  }
  .max-w-xl-26-5 {
    max-width: 26.5rem !important;
  }
  .max-w-xl-26 {
    max-width: 26rem !important;
  }
  .max-w-xl-27 {
    max-width: 27rem !important;
  }
  .max-w-xl-28 {
    max-width: 28rem !important;
  }
  .max-w-xl-29 {
    max-width: 29rem !important;
  }
  .max-w-xl-30 {
    max-width: 30rem !important;
  }
  .max-w-xl-31 {
    max-width: 31rem !important;
  }
  .max-w-xl-32 {
    max-width: 32rem !important;
  }
  .max-w-xl-33 {
    max-width: 33rem !important;
  }
  .max-w-xl-34 {
    max-width: 34rem !important;
  }
  .max-w-xl-35 {
    max-width: 35rem !important;
  }
  .max-w-xl-36 {
    max-width: 36rem !important;
  }
  .max-w-xl-37 {
    max-width: 37rem !important;
  }
  .max-w-xl-38 {
    max-width: 38rem !important;
  }
  .max-w-xl-39 {
    max-width: 39rem !important;
  }
  .max-w-xl-40 {
    max-width: 40rem !important;
  }
  .max-w-xl-41 {
    max-width: 41rem !important;
  }
  .max-w-xl-42 {
    max-width: 42rem !important;
  }
  .max-w-xl-43 {
    max-width: 43rem !important;
  }
  .max-w-xl-44 {
    max-width: 44rem !important;
  }
  .max-w-xl-45 {
    max-width: 45rem !important;
  }
  .max-w-xl-46 {
    max-width: 46rem !important;
  }
  .max-w-xl-47 {
    max-width: 47rem !important;
  }
  .max-w-xl-48 {
    max-width: 48rem !important;
  }
  .max-w-xl-49 {
    max-width: 49rem !important;
  }
  .max-w-xl-50 {
    max-width: 50rem !important;
  }
  .max-w-xl-51 {
    max-width: 51rem !important;
  }
  .max-w-xl-52 {
    max-width: 52rem !important;
  }
  .max-w-xl-53 {
    max-width: 53rem !important;
  }
  .max-w-xl-54 {
    max-width: 54rem !important;
  }
  .max-w-xl-55 {
    max-width: 55rem !important;
  }
  .max-w-xl-56 {
    max-width: 56rem !important;
  }
  .max-w-xl-57 {
    max-width: 57rem !important;
  }
  .max-w-xl-58 {
    max-width: 58rem !important;
  }
  .max-w-xl-59 {
    max-width: 59rem !important;
  }
  .max-w-xl-60 {
    max-width: 60rem !important;
  }
  .max-w-xl-61 {
    max-width: 61rem !important;
  }
  .max-w-xl-62 {
    max-width: 62rem !important;
  }
  .max-w-xl-63 {
    max-width: 63rem !important;
  }
  .max-w-xl-64 {
    max-width: 64rem !important;
  }
  .max-w-xl-65 {
    max-width: 65rem !important;
  }
  .max-w-xl-66 {
    max-width: 66rem !important;
  }
  .max-w-xl-67 {
    max-width: 67rem !important;
  }
  .max-w-xl-68 {
    max-width: 68rem !important;
  }
  .max-w-xl-69 {
    max-width: 69rem !important;
  }
  .max-w-xl-70 {
    max-width: 70rem !important;
  }
  .max-w-xl-71 {
    max-width: 71rem !important;
  }
  .max-w-xl-72 {
    max-width: 72rem !important;
  }
  .max-w-xl-73 {
    max-width: 73rem !important;
  }
  .max-w-xl-74 {
    max-width: 74rem !important;
  }
  .max-w-xl-75 {
    max-width: 75rem !important;
  }
  .max-w-xl-76 {
    max-width: 76rem !important;
  }
  .max-w-xl-77 {
    max-width: 77rem !important;
  }
  .max-w-xl-78 {
    max-width: 78rem !important;
  }
  .max-w-xl-79 {
    max-width: 79rem !important;
  }
  .max-w-xl-80 {
    max-width: 80rem !important;
  }
  .max-w-xl-95 {
    max-width: 95rem !important;
  }
  .max-w-xl-96 {
    max-width: 96rem !important;
  }
  .max-w-xl-97 {
    max-width: 97rem !important;
  }
  .max-w-xl-98 {
    max-width: 98rem !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .min-w-xl-unset {
    min-width: unset !important;
  }
  .min-w-xl-1 {
    min-width: 1rem !important;
  }
  .min-w-xl-2 {
    min-width: 2rem !important;
  }
  .min-w-xl-3 {
    min-width: 3rem !important;
  }
  .min-w-xl-4 {
    min-width: 4rem !important;
  }
  .min-w-xl-5 {
    min-width: 5rem !important;
  }
  .min-w-xl-6 {
    min-width: 6rem !important;
  }
  .min-w-xl-7 {
    min-width: 7rem !important;
  }
  .min-w-xl-8 {
    min-width: 8rem !important;
  }
  .min-w-xl-9 {
    min-width: 9rem !important;
  }
  .min-w-xl-10 {
    min-width: 10rem !important;
  }
  .min-w-xl-11 {
    min-width: 11rem !important;
  }
  .min-w-xl-12 {
    min-width: 12rem !important;
  }
  .min-w-xl-13 {
    min-width: 13rem !important;
  }
  .min-w-xl-14 {
    min-width: 14rem !important;
  }
  .min-w-xl-15 {
    min-width: 15rem !important;
  }
  .min-w-xl-16 {
    min-width: 16rem !important;
  }
  .min-w-xl-17 {
    min-width: 17rem !important;
  }
  .min-w-xl-18 {
    min-width: 18rem !important;
  }
  .min-w-xl-19 {
    min-width: 19rem !important;
  }
  .min-w-xl-19-8 {
    min-width: 19.8rem !important;
  }
  .min-w-xl-20 {
    min-width: 20rem !important;
  }
  .min-w-xl-20-5 {
    min-width: 20.5rem !important;
  }
  .min-w-xl-20-6 {
    min-width: 20.6rem !important;
  }
  .min-w-xl-21 {
    min-width: 21rem !important;
  }
  .min-w-xl-22 {
    min-width: 22rem !important;
  }
  .min-w-xl-23 {
    min-width: 23rem !important;
  }
  .min-w-xl-24 {
    min-width: 24rem !important;
  }
  .min-w-xl-25 {
    min-width: 25rem !important;
  }
  .min-w-xl-26-5 {
    min-width: 26.5rem !important;
  }
  .min-w-xl-26 {
    min-width: 26rem !important;
  }
  .min-w-xl-27 {
    min-width: 27rem !important;
  }
  .min-w-xl-28 {
    min-width: 28rem !important;
  }
  .min-w-xl-29 {
    min-width: 29rem !important;
  }
  .min-w-xl-30 {
    min-width: 30rem !important;
  }
  .min-w-xl-31 {
    min-width: 31rem !important;
  }
  .min-w-xl-32 {
    min-width: 32rem !important;
  }
  .min-w-xl-33 {
    min-width: 33rem !important;
  }
  .min-w-xl-34 {
    min-width: 34rem !important;
  }
  .min-w-xl-35 {
    min-width: 35rem !important;
  }
  .min-w-xl-36 {
    min-width: 36rem !important;
  }
  .min-w-xl-37 {
    min-width: 37rem !important;
  }
  .min-w-xl-38 {
    min-width: 38rem !important;
  }
  .min-w-xl-39 {
    min-width: 39rem !important;
  }
  .min-w-xl-40 {
    min-width: 40rem !important;
  }
  .min-w-xl-41 {
    min-width: 41rem !important;
  }
  .min-w-xl-42 {
    min-width: 42rem !important;
  }
  .min-w-xl-43 {
    min-width: 43rem !important;
  }
  .min-w-xl-44 {
    min-width: 44rem !important;
  }
  .min-w-xl-45 {
    min-width: 45rem !important;
  }
  .min-w-xl-46 {
    min-width: 46rem !important;
  }
  .min-w-xl-47 {
    min-width: 47rem !important;
  }
  .min-w-xl-48 {
    min-width: 48rem !important;
  }
  .min-w-xl-49 {
    min-width: 49rem !important;
  }
  .min-w-xl-50 {
    min-width: 50rem !important;
  }
  .min-w-xl-51 {
    min-width: 51rem !important;
  }
  .min-w-xl-52 {
    min-width: 52rem !important;
  }
  .min-w-xl-53 {
    min-width: 53rem !important;
  }
  .min-w-xl-54 {
    min-width: 54rem !important;
  }
  .min-w-xl-55 {
    min-width: 55rem !important;
  }
  .min-w-xl-56 {
    min-width: 56rem !important;
  }
  .min-w-xl-57 {
    min-width: 57rem !important;
  }
  .min-w-xl-58 {
    min-width: 58rem !important;
  }
  .min-w-xl-59 {
    min-width: 59rem !important;
  }
  .min-w-xl-60 {
    min-width: 60rem !important;
  }
  .min-w-xl-61 {
    min-width: 61rem !important;
  }
  .min-w-xl-62 {
    min-width: 62rem !important;
  }
  .min-w-xl-63 {
    min-width: 63rem !important;
  }
  .min-w-xl-64 {
    min-width: 64rem !important;
  }
  .min-w-xl-65 {
    min-width: 65rem !important;
  }
  .min-w-xl-66 {
    min-width: 66rem !important;
  }
  .min-w-xl-67 {
    min-width: 67rem !important;
  }
  .min-w-xl-68 {
    min-width: 68rem !important;
  }
  .min-w-xl-69 {
    min-width: 69rem !important;
  }
  .min-w-xl-70 {
    min-width: 70rem !important;
  }
  .min-w-xl-71 {
    min-width: 71rem !important;
  }
  .min-w-xl-72 {
    min-width: 72rem !important;
  }
  .min-w-xl-73 {
    min-width: 73rem !important;
  }
  .min-w-xl-74 {
    min-width: 74rem !important;
  }
  .min-w-xl-75 {
    min-width: 75rem !important;
  }
  .min-w-xl-76 {
    min-width: 76rem !important;
  }
  .min-w-xl-77 {
    min-width: 77rem !important;
  }
  .min-w-xl-78 {
    min-width: 78rem !important;
  }
  .min-w-xl-79 {
    min-width: 79rem !important;
  }
  .min-w-xl-80 {
    min-width: 80rem !important;
  }
  .min-w-xl-95 {
    min-width: 95rem !important;
  }
  .min-w-xl-96 {
    min-width: 96rem !important;
  }
  .min-w-xl-97 {
    min-width: 97rem !important;
  }
  .min-w-xl-98 {
    min-width: 98rem !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .max-w-px-xl-0 {
    max-width: 0rem !important;
  }
  .max-w-px-xl-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-xl-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-xl-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-xl-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-xl-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-xl-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-xl-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-xl-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-xl-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-xl-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-xl-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-xl-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-xl-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-xl-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-xl-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-xl-16 {
    max-width: 1rem !important;
  }
  .max-w-px-xl-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-xl-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-xl-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-xl-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-xl-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-xl-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-xl-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-xl-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-xl-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-xl-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-xl-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-xl-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-xl-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-xl-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-xl-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-xl-32 {
    max-width: 2rem !important;
  }
  .max-w-px-xl-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-xl-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-xl-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-xl-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-xl-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-xl-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-xl-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-xl-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-xl-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-xl-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-xl-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-xl-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-xl-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-xl-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-xl-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-xl-48 {
    max-width: 3rem !important;
  }
  .max-w-px-xl-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-xl-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-xl-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-xl-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-xl-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-xl-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-xl-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-xl-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-xl-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-xl-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-xl-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-xl-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-xl-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-xl-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-xl-64 {
    max-width: 4rem !important;
  }
  .max-w-px-xl-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-xl-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-xl-71 {
    max-width: 4.4375rem !important;
  }
  .max-w-px-xl-72 {
    max-width: 4.5rem !important;
  }
  .max-w-px-xl-73 {
    max-width: 4.5625rem !important;
  }
  .max-w-px-xl-74 {
    max-width: 4.625rem !important;
  }
  .max-w-px-xl-75 {
    max-width: 4.6875rem !important;
  }
  .max-w-px-xl-76 {
    max-width: 4.75rem !important;
  }
  .max-w-px-xl-77 {
    max-width: 4.8125rem !important;
  }
  .max-w-px-xl-78 {
    max-width: 4.875rem !important;
  }
  .max-w-px-xl-79 {
    max-width: 4.9375rem !important;
  }
  .max-w-px-xl-80 {
    max-width: 5rem !important;
  }
  .max-w-px-xl-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-xl-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-xl-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-xl-86 {
    max-width: 5.375rem !important;
  }
  .max-w-px-xl-87 {
    max-width: 5.4375rem !important;
  }
  .max-w-px-xl-88 {
    max-width: 5.5rem !important;
  }
  .max-w-px-xl-89 {
    max-width: 5.5625rem !important;
  }
  .max-w-px-xl-90 {
    max-width: 5.625rem !important;
  }
  .max-w-px-xl-92 {
    max-width: 5.75rem !important;
  }
  .max-w-px-xl-94 {
    max-width: 5.875rem !important;
  }
  .max-w-px-xl-95 {
    max-width: 5.9375rem !important;
  }
  .max-w-px-xl-96 {
    max-width: 6rem !important;
  }
  .max-w-px-xl-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-xl-100 {
    max-width: 6.25rem !important;
  }
  .max-w-px-xl-102 {
    max-width: 6.375rem !important;
  }
  .max-w-px-xl-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-xl-108 {
    max-width: 6.75rem !important;
  }
  .max-w-px-xl-115 {
    max-width: 7.1875rem !important;
  }
  .max-w-px-xl-116 {
    max-width: 7.25rem !important;
  }
  .max-w-px-xl-118 {
    max-width: 7.375rem !important;
  }
  .max-w-px-xl-120 {
    max-width: 7.5rem !important;
  }
  .max-w-px-xl-121 {
    max-width: 7.5625rem !important;
  }
  .max-w-px-xl-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-xl-129 {
    max-width: 8.0625rem !important;
  }
  .max-w-px-xl-131 {
    max-width: 8.1875rem !important;
  }
  .max-w-px-xl-140 {
    max-width: 8.75rem !important;
  }
  .max-w-px-xl-144 {
    max-width: 9rem !important;
  }
  .max-w-px-xl-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-xl-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-xl-154 {
    max-width: 9.625rem !important;
  }
  .max-w-px-xl-156 {
    max-width: 9.75rem !important;
  }
  .max-w-px-xl-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-xl-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-xl-231 {
    max-width: 14.4375rem !important;
  }
  .max-w-px-xl-240 {
    max-width: 15rem !important;
  }
  .max-w-px-xl-247 {
    max-width: 15.4375rem !important;
  }
  .max-w-px-xl-239 {
    max-width: 14.9375rem !important;
  }
  .max-w-px-xl-255 {
    max-width: 15.9375rem !important;
  }
  .max-w-px-xl-327 {
    max-width: 20.4375rem !important;
  }
  .min-w-px-xl-0 {
    min-width: 0rem !important;
  }
  .min-w-px-xl-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-xl-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-xl-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-xl-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-xl-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-xl-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-xl-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-xl-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-xl-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-xl-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-xl-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-xl-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-xl-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-xl-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-xl-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-xl-16 {
    min-width: 1rem !important;
  }
  .min-w-px-xl-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-xl-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-xl-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-xl-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-xl-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-xl-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-xl-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-xl-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-xl-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-xl-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-xl-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-xl-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-xl-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-xl-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-xl-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-xl-32 {
    min-width: 2rem !important;
  }
  .min-w-px-xl-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-xl-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-xl-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-xl-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-xl-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-xl-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-xl-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-xl-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-xl-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-xl-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-xl-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-xl-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-xl-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-xl-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-xl-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-xl-48 {
    min-width: 3rem !important;
  }
  .min-w-px-xl-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-xl-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-xl-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-xl-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-xl-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-xl-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-xl-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-xl-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-xl-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-xl-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-xl-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-xl-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-xl-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-xl-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-xl-64 {
    min-width: 4rem !important;
  }
  .min-w-px-xl-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-xl-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-xl-71 {
    min-width: 4.4375rem !important;
  }
  .min-w-px-xl-72 {
    min-width: 4.5rem !important;
  }
  .min-w-px-xl-73 {
    min-width: 4.5625rem !important;
  }
  .min-w-px-xl-74 {
    min-width: 4.625rem !important;
  }
  .min-w-px-xl-75 {
    min-width: 4.6875rem !important;
  }
  .min-w-px-xl-76 {
    min-width: 4.75rem !important;
  }
  .min-w-px-xl-77 {
    min-width: 4.8125rem !important;
  }
  .min-w-px-xl-78 {
    min-width: 4.875rem !important;
  }
  .min-w-px-xl-79 {
    min-width: 4.9375rem !important;
  }
  .min-w-px-xl-80 {
    min-width: 5rem !important;
  }
  .min-w-px-xl-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-xl-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-xl-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-xl-86 {
    min-width: 5.375rem !important;
  }
  .min-w-px-xl-87 {
    min-width: 5.4375rem !important;
  }
  .min-w-px-xl-88 {
    min-width: 5.5rem !important;
  }
  .min-w-px-xl-89 {
    min-width: 5.5625rem !important;
  }
  .min-w-px-xl-90 {
    min-width: 5.625rem !important;
  }
  .min-w-px-xl-92 {
    min-width: 5.75rem !important;
  }
  .min-w-px-xl-94 {
    min-width: 5.875rem !important;
  }
  .min-w-px-xl-95 {
    min-width: 5.9375rem !important;
  }
  .min-w-px-xl-96 {
    min-width: 6rem !important;
  }
  .min-w-px-xl-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-xl-100 {
    min-width: 6.25rem !important;
  }
  .min-w-px-xl-102 {
    min-width: 6.375rem !important;
  }
  .min-w-px-xl-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-xl-108 {
    min-width: 6.75rem !important;
  }
  .min-w-px-xl-115 {
    min-width: 7.1875rem !important;
  }
  .min-w-px-xl-116 {
    min-width: 7.25rem !important;
  }
  .min-w-px-xl-118 {
    min-width: 7.375rem !important;
  }
  .min-w-px-xl-120 {
    min-width: 7.5rem !important;
  }
  .min-w-px-xl-121 {
    min-width: 7.5625rem !important;
  }
  .min-w-px-xl-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-xl-129 {
    min-width: 8.0625rem !important;
  }
  .min-w-px-xl-131 {
    min-width: 8.1875rem !important;
  }
  .min-w-px-xl-140 {
    min-width: 8.75rem !important;
  }
  .min-w-px-xl-144 {
    min-width: 9rem !important;
  }
  .min-w-px-xl-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-xl-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-xl-154 {
    min-width: 9.625rem !important;
  }
  .min-w-px-xl-156 {
    min-width: 9.75rem !important;
  }
  .min-w-px-xl-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-xl-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-xl-231 {
    min-width: 14.4375rem !important;
  }
  .min-w-px-xl-240 {
    min-width: 15rem !important;
  }
  .min-w-px-xl-247 {
    min-width: 15.4375rem !important;
  }
  .min-w-px-xl-239 {
    min-width: 14.9375rem !important;
  }
  .min-w-px-xl-255 {
    min-width: 15.9375rem !important;
  }
  .min-w-px-xl-327 {
    min-width: 20.4375rem !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-98 {
    height: 98% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-64 {
    height: calc(100% - 64px) !important;
  }
  .height-xl-unset {
    height: unset !important;
  }
  .height-xl-1 {
    height: 1rem !important;
  }
  .height-xl--74 {
    height: 1.75rem !important;
  }
  .height-xl-2 {
    height: 2rem !important;
  }
  .height-xl-3 {
    height: 3rem !important;
  }
  .height-xl-4 {
    height: 4rem !important;
  }
  .height-xl-5 {
    height: 5rem !important;
  }
  .height-xl-6 {
    height: 6rem !important;
  }
  .height-xl-7 {
    height: 7rem !important;
  }
  .height-xl-8 {
    height: 8rem !important;
  }
  .height-xl-9 {
    height: 9rem !important;
  }
  .height-xl-10 {
    height: 10rem !important;
  }
  .height-xl-11 {
    height: 11rem !important;
  }
  .height-xl-12 {
    height: 12rem !important;
  }
  .height-xl-13 {
    height: 13rem !important;
  }
  .height-xl-14 {
    height: 14rem !important;
  }
  .height-xl-15 {
    height: 15rem !important;
  }
  .height-xl-16 {
    height: 16rem !important;
  }
  .height-xl-17 {
    height: 17rem !important;
  }
  .height-xl-18 {
    height: 18rem !important;
  }
  .height-xl-19 {
    height: 19rem !important;
  }
  .height-xl-20 {
    height: 20rem !important;
  }
  .height-xl-21 {
    height: 21rem !important;
  }
  .height-xl-22 {
    height: 22rem !important;
  }
  .height-xl-23 {
    height: 23rem !important;
  }
  .height-xl-24 {
    height: 24rem !important;
  }
  .height-xl-25 {
    height: 25rem !important;
  }
  .height-xl-26 {
    height: 26rem !important;
  }
  .height-xl-27 {
    height: 27rem !important;
  }
  .height-xl-28 {
    height: 28rem !important;
  }
  .height-xl-29 {
    height: 29rem !important;
  }
  .height-xl-30 {
    height: 30rem !important;
  }
  .height-xl-31 {
    height: 31rem !important;
  }
  .height-xl-32 {
    height: 32rem !important;
  }
  .height-xl-33 {
    height: 33rem !important;
  }
  .height-xl-34 {
    height: 34rem !important;
  }
  .height-xl-35 {
    height: 35rem !important;
  }
  .height-xl-36 {
    height: 36rem !important;
  }
  .height-xl-37 {
    height: 37rem !important;
  }
  .height-xl-38 {
    height: 38rem !important;
  }
  .height-xl-39 {
    height: 39rem !important;
  }
  .height-xl-40 {
    height: 40rem !important;
  }
  .height-xl-45 {
    height: 45rem !important;
  }
  .height-xl-75 {
    height: 75rem !important;
  }
  .height-xl-100 {
    height: 100% !important;
  }
  .height-px-xl-0 {
    height: 0rem !important;
  }
  .height-px-xl-1 {
    height: 0.0625rem !important;
  }
  .height-px-xl-2 {
    height: 0.125rem !important;
  }
  .height-px-xl-3 {
    height: 0.1875rem !important;
  }
  .height-px-xl-4 {
    height: 0.25rem !important;
  }
  .height-px-xl-5 {
    height: 0.3125rem !important;
  }
  .height-px-xl-6 {
    height: 0.375rem !important;
  }
  .height-px-xl-7 {
    height: 0.4375rem !important;
  }
  .height-px-xl-8 {
    height: 0.5rem !important;
  }
  .height-px-xl-9 {
    height: 0.5625rem !important;
  }
  .height-px-xl-10 {
    height: 0.625rem !important;
  }
  .height-px-xl-11 {
    height: 0.6875rem !important;
  }
  .height-px-xl-12 {
    height: 0.75rem !important;
  }
  .height-px-xl-13 {
    height: 0.8125rem !important;
  }
  .height-px-xl-14 {
    height: 0.875rem !important;
  }
  .height-px-xl-15 {
    height: 0.9375rem !important;
  }
  .height-px-xl-16 {
    height: 1rem !important;
  }
  .height-px-xl-17 {
    height: 1.0625rem !important;
  }
  .height-px-xl-18 {
    height: 1.125rem !important;
  }
  .height-px-xl-19 {
    height: 1.1875rem !important;
  }
  .height-px-xl-20 {
    height: 1.25rem !important;
  }
  .height-px-xl-21 {
    height: 1.3125rem !important;
  }
  .height-px-xl-22 {
    height: 1.375rem !important;
  }
  .height-px-xl-23 {
    height: 1.4375rem !important;
  }
  .height-px-xl-24 {
    height: 1.5rem !important;
  }
  .height-px-xl-25 {
    height: 1.5625rem !important;
  }
  .height-px-xl-26 {
    height: 1.625rem !important;
  }
  .height-px-xl-27 {
    height: 1.6875rem !important;
  }
  .height-px-xl-28 {
    height: 1.75rem !important;
  }
  .height-px-xl-29 {
    height: 1.8125rem !important;
  }
  .height-px-xl-30 {
    height: 1.875rem !important;
  }
  .height-px-xl-31 {
    height: 1.9375rem !important;
  }
  .height-px-xl-32 {
    height: 2rem !important;
  }
  .height-px-xl-33 {
    height: 2.0625rem !important;
  }
  .height-px-xl-34 {
    height: 2.125rem !important;
  }
  .height-px-xl-35 {
    height: 2.1875rem !important;
  }
  .height-px-xl-36 {
    height: 2.25rem !important;
  }
  .height-px-xl-37 {
    height: 2.3125rem !important;
  }
  .height-px-xl-38 {
    height: 2.375rem !important;
  }
  .height-px-xl-39 {
    height: 2.4375rem !important;
  }
  .height-px-xl-40 {
    height: 2.5rem !important;
  }
  .height-px-xl-41 {
    height: 2.5625rem !important;
  }
  .height-px-xl-42 {
    height: 2.625rem !important;
  }
  .height-px-xl-43 {
    height: 2.6875rem !important;
  }
  .height-px-xl-44 {
    height: 2.75rem !important;
  }
  .height-px-xl-45 {
    height: 2.8125rem !important;
  }
  .height-px-xl-46 {
    height: 2.875rem !important;
  }
  .height-px-xl-47 {
    height: 2.9375rem !important;
  }
  .height-px-xl-48 {
    height: 3rem !important;
  }
  .height-px-xl-49 {
    height: 3.0625rem !important;
  }
  .height-px-xl-50 {
    height: 3.125rem !important;
  }
  .height-px-xl-51 {
    height: 3.1875rem !important;
  }
  .height-px-xl-52 {
    height: 3.25rem !important;
  }
  .height-px-xl-53 {
    height: 3.3125rem !important;
  }
  .height-px-xl-54 {
    height: 3.375rem !important;
  }
  .height-px-xl-56 {
    height: 3.5rem !important;
  }
  .height-px-xl-57 {
    height: 3.5625rem !important;
  }
  .height-px-xl-58 {
    height: 3.625rem !important;
  }
  .height-px-xl-59 {
    height: 3.6875rem !important;
  }
  .height-px-xl-60 {
    height: 3.75rem !important;
  }
  .height-px-xl-61 {
    height: 3.8125rem !important;
  }
  .height-px-xl-62 {
    height: 3.875rem !important;
  }
  .height-px-xl-63 {
    height: 3.9375rem !important;
  }
  .height-px-xl-64 {
    height: 4rem !important;
  }
  .height-px-xl-68 {
    height: 4.25rem !important;
  }
  .height-px-xl-70 {
    height: 4.375rem !important;
  }
  .height-px-xl-71 {
    height: 4.4375rem !important;
  }
  .height-px-xl-72 {
    height: 4.5rem !important;
  }
  .height-px-xl-73 {
    height: 4.5625rem !important;
  }
  .height-px-xl-74 {
    height: 4.625rem !important;
  }
  .height-px-xl-75 {
    height: 4.6875rem !important;
  }
  .height-px-xl-76 {
    height: 4.75rem !important;
  }
  .height-px-xl-77 {
    height: 4.8125rem !important;
  }
  .height-px-xl-78 {
    height: 4.875rem !important;
  }
  .height-px-xl-79 {
    height: 4.9375rem !important;
  }
  .height-px-xl-80 {
    height: 5rem !important;
  }
  .height-px-xl-82 {
    height: 5.125rem !important;
  }
  .height-px-xl-83 {
    height: 5.1875rem !important;
  }
  .height-px-xl-84 {
    height: 5.25rem !important;
  }
  .height-px-xl-86 {
    height: 5.375rem !important;
  }
  .height-px-xl-87 {
    height: 5.4375rem !important;
  }
  .height-px-xl-88 {
    height: 5.5rem !important;
  }
  .height-px-xl-89 {
    height: 5.5625rem !important;
  }
  .height-px-xl-90 {
    height: 5.625rem !important;
  }
  .height-px-xl-92 {
    height: 5.75rem !important;
  }
  .height-px-xl-94 {
    height: 5.875rem !important;
  }
  .height-px-xl-95 {
    height: 5.9375rem !important;
  }
  .height-px-xl-96 {
    height: 6rem !important;
  }
  .height-px-xl-98 {
    height: 6.125rem !important;
  }
  .height-px-xl-100 {
    height: 6.25rem !important;
  }
  .height-px-xl-102 {
    height: 6.375rem !important;
  }
  .height-px-xl-104 {
    height: 6.5rem !important;
  }
  .height-px-xl-108 {
    height: 6.75rem !important;
  }
  .height-px-xl-115 {
    height: 7.1875rem !important;
  }
  .height-px-xl-116 {
    height: 7.25rem !important;
  }
  .height-px-xl-118 {
    height: 7.375rem !important;
  }
  .height-px-xl-120 {
    height: 7.5rem !important;
  }
  .height-px-xl-121 {
    height: 7.5625rem !important;
  }
  .height-px-xl-123 {
    height: 7.6875rem !important;
  }
  .height-px-xl-129 {
    height: 8.0625rem !important;
  }
  .height-px-xl-131 {
    height: 8.1875rem !important;
  }
  .height-px-xl-140 {
    height: 8.75rem !important;
  }
  .height-px-xl-144 {
    height: 9rem !important;
  }
  .height-px-xl-147 {
    height: 9.1875rem !important;
  }
  .height-px-xl-148 {
    height: 9.25rem !important;
  }
  .height-px-xl-154 {
    height: 9.625rem !important;
  }
  .height-px-xl-156 {
    height: 9.75rem !important;
  }
  .height-px-xl-180 {
    height: 11.25rem !important;
  }
  .height-px-xl-200 {
    height: 12.5rem !important;
  }
  .height-px-xl-231 {
    height: 14.4375rem !important;
  }
  .height-px-xl-240 {
    height: 15rem !important;
  }
  .height-px-xl-247 {
    height: 15.4375rem !important;
  }
  .height-px-xl-239 {
    height: 14.9375rem !important;
  }
  .height-px-xl-255 {
    height: 15.9375rem !important;
  }
  .height-px-xl-327 {
    height: 20.4375rem !important;
  }
  .max-h-xl-unset {
    max-height: unset !important;
  }
  .max-h-xl-1 {
    max-height: 1rem !important;
  }
  .max-h-xl--74 {
    max-height: 1.75rem !important;
  }
  .max-h-xl-2 {
    max-height: 2rem !important;
  }
  .max-h-xl-3 {
    max-height: 3rem !important;
  }
  .max-h-xl-4 {
    max-height: 4rem !important;
  }
  .max-h-xl-5 {
    max-height: 5rem !important;
  }
  .max-h-xl-6 {
    max-height: 6rem !important;
  }
  .max-h-xl-7 {
    max-height: 7rem !important;
  }
  .max-h-xl-8 {
    max-height: 8rem !important;
  }
  .max-h-xl-9 {
    max-height: 9rem !important;
  }
  .max-h-xl-10 {
    max-height: 10rem !important;
  }
  .max-h-xl-11 {
    max-height: 11rem !important;
  }
  .max-h-xl-12 {
    max-height: 12rem !important;
  }
  .max-h-xl-13 {
    max-height: 13rem !important;
  }
  .max-h-xl-14 {
    max-height: 14rem !important;
  }
  .max-h-xl-15 {
    max-height: 15rem !important;
  }
  .max-h-xl-16 {
    max-height: 16rem !important;
  }
  .max-h-xl-17 {
    max-height: 17rem !important;
  }
  .max-h-xl-18 {
    max-height: 18rem !important;
  }
  .max-h-xl-19 {
    max-height: 19rem !important;
  }
  .max-h-xl-20 {
    max-height: 20rem !important;
  }
  .max-h-xl-21 {
    max-height: 21rem !important;
  }
  .max-h-xl-22 {
    max-height: 22rem !important;
  }
  .max-h-xl-23 {
    max-height: 23rem !important;
  }
  .max-h-xl-24 {
    max-height: 24rem !important;
  }
  .max-h-xl-25 {
    max-height: 25rem !important;
  }
  .max-h-xl-26 {
    max-height: 26rem !important;
  }
  .max-h-xl-27 {
    max-height: 27rem !important;
  }
  .max-h-xl-28 {
    max-height: 28rem !important;
  }
  .max-h-xl-29 {
    max-height: 29rem !important;
  }
  .max-h-xl-30 {
    max-height: 30rem !important;
  }
  .max-h-xl-31 {
    max-height: 31rem !important;
  }
  .max-h-xl-32 {
    max-height: 32rem !important;
  }
  .max-h-xl-33 {
    max-height: 33rem !important;
  }
  .max-h-xl-34 {
    max-height: 34rem !important;
  }
  .max-h-xl-35 {
    max-height: 35rem !important;
  }
  .max-h-xl-36 {
    max-height: 36rem !important;
  }
  .max-h-xl-37 {
    max-height: 37rem !important;
  }
  .max-h-xl-38 {
    max-height: 38rem !important;
  }
  .max-h-xl-39 {
    max-height: 39rem !important;
  }
  .max-h-xl-40 {
    max-height: 40rem !important;
  }
  .max-h-xl-45 {
    max-height: 45rem !important;
  }
  .max-h-xl-75 {
    max-height: 75rem !important;
  }
  .max-h-xl-100 {
    max-height: 100% !important;
  }
  .min-h-xl-unset {
    min-height: unset !important;
  }
  .min-h-xl-1 {
    min-height: 1rem !important;
  }
  .min-h-xl--74 {
    min-height: 1.75rem !important;
  }
  .min-h-xl-2 {
    min-height: 2rem !important;
  }
  .min-h-xl-3 {
    min-height: 3rem !important;
  }
  .min-h-xl-4 {
    min-height: 4rem !important;
  }
  .min-h-xl-5 {
    min-height: 5rem !important;
  }
  .min-h-xl-6 {
    min-height: 6rem !important;
  }
  .min-h-xl-7 {
    min-height: 7rem !important;
  }
  .min-h-xl-8 {
    min-height: 8rem !important;
  }
  .min-h-xl-9 {
    min-height: 9rem !important;
  }
  .min-h-xl-10 {
    min-height: 10rem !important;
  }
  .min-h-xl-11 {
    min-height: 11rem !important;
  }
  .min-h-xl-12 {
    min-height: 12rem !important;
  }
  .min-h-xl-13 {
    min-height: 13rem !important;
  }
  .min-h-xl-14 {
    min-height: 14rem !important;
  }
  .min-h-xl-15 {
    min-height: 15rem !important;
  }
  .min-h-xl-16 {
    min-height: 16rem !important;
  }
  .min-h-xl-17 {
    min-height: 17rem !important;
  }
  .min-h-xl-18 {
    min-height: 18rem !important;
  }
  .min-h-xl-19 {
    min-height: 19rem !important;
  }
  .min-h-xl-20 {
    min-height: 20rem !important;
  }
  .min-h-xl-21 {
    min-height: 21rem !important;
  }
  .min-h-xl-22 {
    min-height: 22rem !important;
  }
  .min-h-xl-23 {
    min-height: 23rem !important;
  }
  .min-h-xl-24 {
    min-height: 24rem !important;
  }
  .min-h-xl-25 {
    min-height: 25rem !important;
  }
  .min-h-xl-26 {
    min-height: 26rem !important;
  }
  .min-h-xl-27 {
    min-height: 27rem !important;
  }
  .min-h-xl-28 {
    min-height: 28rem !important;
  }
  .min-h-xl-29 {
    min-height: 29rem !important;
  }
  .min-h-xl-30 {
    min-height: 30rem !important;
  }
  .min-h-xl-31 {
    min-height: 31rem !important;
  }
  .min-h-xl-32 {
    min-height: 32rem !important;
  }
  .min-h-xl-33 {
    min-height: 33rem !important;
  }
  .min-h-xl-34 {
    min-height: 34rem !important;
  }
  .min-h-xl-35 {
    min-height: 35rem !important;
  }
  .min-h-xl-36 {
    min-height: 36rem !important;
  }
  .min-h-xl-37 {
    min-height: 37rem !important;
  }
  .min-h-xl-38 {
    min-height: 38rem !important;
  }
  .min-h-xl-39 {
    min-height: 39rem !important;
  }
  .min-h-xl-40 {
    min-height: 40rem !important;
  }
  .min-h-xl-45 {
    min-height: 45rem !important;
  }
  .min-h-xl-75 {
    min-height: 75rem !important;
  }
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  .min-h-px-xl-0 {
    min-height: 0rem !important;
  }
  .min-h-px-xl-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-xl-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-xl-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-xl-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-xl-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-xl-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-xl-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-xl-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-xl-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-xl-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-xl-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-xl-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-xl-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-xl-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-xl-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-xl-16 {
    min-height: 1rem !important;
  }
  .min-h-px-xl-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-xl-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-xl-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-xl-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-xl-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-xl-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-xl-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-xl-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-xl-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-xl-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-xl-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-xl-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-xl-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-xl-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-xl-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-xl-32 {
    min-height: 2rem !important;
  }
  .min-h-px-xl-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-xl-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-xl-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-xl-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-xl-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-xl-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-xl-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-xl-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-xl-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-xl-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-xl-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-xl-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-xl-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-xl-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-xl-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-xl-48 {
    min-height: 3rem !important;
  }
  .min-h-px-xl-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-xl-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-xl-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-xl-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-xl-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-xl-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-xl-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-xl-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-xl-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-xl-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-xl-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-xl-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-xl-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-xl-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-xl-64 {
    min-height: 4rem !important;
  }
  .min-h-px-xl-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-xl-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-xl-71 {
    min-height: 4.4375rem !important;
  }
  .min-h-px-xl-72 {
    min-height: 4.5rem !important;
  }
  .min-h-px-xl-73 {
    min-height: 4.5625rem !important;
  }
  .min-h-px-xl-74 {
    min-height: 4.625rem !important;
  }
  .min-h-px-xl-75 {
    min-height: 4.6875rem !important;
  }
  .min-h-px-xl-76 {
    min-height: 4.75rem !important;
  }
  .min-h-px-xl-77 {
    min-height: 4.8125rem !important;
  }
  .min-h-px-xl-78 {
    min-height: 4.875rem !important;
  }
  .min-h-px-xl-79 {
    min-height: 4.9375rem !important;
  }
  .min-h-px-xl-80 {
    min-height: 5rem !important;
  }
  .min-h-px-xl-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-xl-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-xl-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-xl-86 {
    min-height: 5.375rem !important;
  }
  .min-h-px-xl-87 {
    min-height: 5.4375rem !important;
  }
  .min-h-px-xl-88 {
    min-height: 5.5rem !important;
  }
  .min-h-px-xl-89 {
    min-height: 5.5625rem !important;
  }
  .min-h-px-xl-90 {
    min-height: 5.625rem !important;
  }
  .min-h-px-xl-92 {
    min-height: 5.75rem !important;
  }
  .min-h-px-xl-94 {
    min-height: 5.875rem !important;
  }
  .min-h-px-xl-95 {
    min-height: 5.9375rem !important;
  }
  .min-h-px-xl-96 {
    min-height: 6rem !important;
  }
  .min-h-px-xl-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-xl-100 {
    min-height: 6.25rem !important;
  }
  .min-h-px-xl-102 {
    min-height: 6.375rem !important;
  }
  .min-h-px-xl-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-xl-108 {
    min-height: 6.75rem !important;
  }
  .min-h-px-xl-115 {
    min-height: 7.1875rem !important;
  }
  .min-h-px-xl-116 {
    min-height: 7.25rem !important;
  }
  .min-h-px-xl-118 {
    min-height: 7.375rem !important;
  }
  .min-h-px-xl-120 {
    min-height: 7.5rem !important;
  }
  .min-h-px-xl-121 {
    min-height: 7.5625rem !important;
  }
  .min-h-px-xl-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-xl-129 {
    min-height: 8.0625rem !important;
  }
  .min-h-px-xl-131 {
    min-height: 8.1875rem !important;
  }
  .min-h-px-xl-140 {
    min-height: 8.75rem !important;
  }
  .min-h-px-xl-144 {
    min-height: 9rem !important;
  }
  .min-h-px-xl-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-xl-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-xl-154 {
    min-height: 9.625rem !important;
  }
  .min-h-px-xl-156 {
    min-height: 9.75rem !important;
  }
  .min-h-px-xl-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-xl-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-xl-231 {
    min-height: 14.4375rem !important;
  }
  .min-h-px-xl-240 {
    min-height: 15rem !important;
  }
  .min-h-px-xl-247 {
    min-height: 15.4375rem !important;
  }
  .min-h-px-xl-239 {
    min-height: 14.9375rem !important;
  }
  .min-h-px-xl-255 {
    min-height: 15.9375rem !important;
  }
  .min-h-px-xl-327 {
    min-height: 20.4375rem !important;
  }
  .max-h-px-xl-0 {
    max-height: 0rem !important;
  }
  .max-h-px-xl-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-xl-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-xl-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-xl-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-xl-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-xl-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-xl-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-xl-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-xl-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-xl-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-xl-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-xl-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-xl-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-xl-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-xl-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-xl-16 {
    max-height: 1rem !important;
  }
  .max-h-px-xl-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-xl-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-xl-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-xl-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-xl-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-xl-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-xl-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-xl-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-xl-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-xl-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-xl-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-xl-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-xl-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-xl-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-xl-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-xl-32 {
    max-height: 2rem !important;
  }
  .max-h-px-xl-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-xl-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-xl-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-xl-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-xl-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-xl-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-xl-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-xl-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-xl-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-xl-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-xl-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-xl-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-xl-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-xl-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-xl-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-xl-48 {
    max-height: 3rem !important;
  }
  .max-h-px-xl-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-xl-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-xl-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-xl-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-xl-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-xl-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-xl-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-xl-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-xl-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-xl-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-xl-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-xl-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-xl-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-xl-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-xl-64 {
    max-height: 4rem !important;
  }
  .max-h-px-xl-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-xl-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-xl-71 {
    max-height: 4.4375rem !important;
  }
  .max-h-px-xl-72 {
    max-height: 4.5rem !important;
  }
  .max-h-px-xl-73 {
    max-height: 4.5625rem !important;
  }
  .max-h-px-xl-74 {
    max-height: 4.625rem !important;
  }
  .max-h-px-xl-75 {
    max-height: 4.6875rem !important;
  }
  .max-h-px-xl-76 {
    max-height: 4.75rem !important;
  }
  .max-h-px-xl-77 {
    max-height: 4.8125rem !important;
  }
  .max-h-px-xl-78 {
    max-height: 4.875rem !important;
  }
  .max-h-px-xl-79 {
    max-height: 4.9375rem !important;
  }
  .max-h-px-xl-80 {
    max-height: 5rem !important;
  }
  .max-h-px-xl-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-xl-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-xl-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-xl-86 {
    max-height: 5.375rem !important;
  }
  .max-h-px-xl-87 {
    max-height: 5.4375rem !important;
  }
  .max-h-px-xl-88 {
    max-height: 5.5rem !important;
  }
  .max-h-px-xl-89 {
    max-height: 5.5625rem !important;
  }
  .max-h-px-xl-90 {
    max-height: 5.625rem !important;
  }
  .max-h-px-xl-92 {
    max-height: 5.75rem !important;
  }
  .max-h-px-xl-94 {
    max-height: 5.875rem !important;
  }
  .max-h-px-xl-95 {
    max-height: 5.9375rem !important;
  }
  .max-h-px-xl-96 {
    max-height: 6rem !important;
  }
  .max-h-px-xl-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-xl-100 {
    max-height: 6.25rem !important;
  }
  .max-h-px-xl-102 {
    max-height: 6.375rem !important;
  }
  .max-h-px-xl-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-xl-108 {
    max-height: 6.75rem !important;
  }
  .max-h-px-xl-115 {
    max-height: 7.1875rem !important;
  }
  .max-h-px-xl-116 {
    max-height: 7.25rem !important;
  }
  .max-h-px-xl-118 {
    max-height: 7.375rem !important;
  }
  .max-h-px-xl-120 {
    max-height: 7.5rem !important;
  }
  .max-h-px-xl-121 {
    max-height: 7.5625rem !important;
  }
  .max-h-px-xl-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-xl-129 {
    max-height: 8.0625rem !important;
  }
  .max-h-px-xl-131 {
    max-height: 8.1875rem !important;
  }
  .max-h-px-xl-140 {
    max-height: 8.75rem !important;
  }
  .max-h-px-xl-144 {
    max-height: 9rem !important;
  }
  .max-h-px-xl-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-xl-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-xl-154 {
    max-height: 9.625rem !important;
  }
  .max-h-px-xl-156 {
    max-height: 9.75rem !important;
  }
  .max-h-px-xl-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-xl-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-xl-231 {
    max-height: 14.4375rem !important;
  }
  .max-h-px-xl-240 {
    max-height: 15rem !important;
  }
  .max-h-px-xl-247 {
    max-height: 15.4375rem !important;
  }
  .max-h-px-xl-239 {
    max-height: 14.9375rem !important;
  }
  .max-h-px-xl-255 {
    max-height: 15.9375rem !important;
  }
  .max-h-px-xl-327 {
    max-height: 20.4375rem !important;
  }
  .vh-xl-unset {
    height: unset !important;
  }
  .vh-xl-80 {
    height: 80vh !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .vh-xl-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-xl-92 {
    height: calc(100vh - 60px - 32px) !important;
  }
  .vh-xl-93 {
    height: calc(100vh - 60px - 33px) !important;
  }
  .vh-xl-96 {
    height: calc(100vh - 60px - 36px) !important;
  }
  .vh-xl-104 {
    height: calc(100vh - 60px - 44px) !important;
  }
  .vh-xl-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-xl-132 {
    height: calc(100vh - 60px - 72px) !important;
  }
  .vh-xl-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-xl-148 {
    height: calc(100vh - 148px) !important;
  }
  .vh-xl-153 {
    height: calc(100vh - 153px) !important;
  }
  .vh-xl-164 {
    height: calc(100vh - 60px - 80px - 24px) !important;
  }
  .vh-xl-170 {
    height: calc(100vh - 60px - 80px - 30px) !important;
  }
  .vh-xl-172 {
    height: calc(100vh - 60px - 80px - 32px) !important;
  }
  .vh-xl-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-xl-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-xl-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-xl-197 {
    height: calc(100vh - 60px - 80px - 57px) !important;
  }
  .vh-xl-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-xl-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-xl-209 {
    height: calc(100vh - 60px - 80px - 69px) !important;
  }
  .vh-xl-210 {
    height: calc(100vh - 60px - 120px - 30px) !important;
  }
  .vh-xl-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-xl-216 {
    height: calc(100vh - 60px - 80px - 76px) !important;
  }
  .vh-xl-218 {
    height: calc(100vh - 60px - 80px - 78px) !important;
  }
  .vh-xl-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-xl-226 {
    height: calc(100vh - 60px - 80px - 86px) !important;
  }
  .vh-xl-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-xl-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-xl-236 {
    height: calc(100vh - 60px - 80px - 60px - 36px) !important;
  }
  .vh-xl-238 {
    height: calc(100vh - 60px - 80px - 98px) !important;
  }
  .vh-xl-243 {
    height: calc(100vh - 60px - 80px - 103px) !important;
  }
  .vh-xl-248 {
    height: calc(100vh - 60px - 80px - 108px) !important;
  }
  .vh-xl-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-xl-254 {
    height: calc(100vh - 60px - 80px - 50px - 64px) !important;
  }
  .vh-xl-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-xl-259 {
    height: calc(100vh - 60px - 80px - 56px - 63px) !important;
  }
  .vh-xl-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-xl-262 {
    height: calc(100vh - 60px - 80px - 122px) !important;
  }
  .vh-xl-268 {
    height: calc(100vh - 60px - 80px - 88px - 40px) !important;
  }
  .vh-xl-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-xl-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-xl-272 {
    height: calc(100vh - 60px - 80px - 60px - 72px) !important;
  }
  .vh-xl-273 {
    height: calc(100vh - 60px - 80px - 60px - 73px) !important;
  }
  .vh-xl-274 {
    height: calc(100vh - 60px - 80px - 60px - 74px) !important;
  }
  .vh-xl-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-xl-277 {
    height: calc(100vh - 60px - 80px - 88px - 49px) !important;
  }
  .vh-xl-278 {
    height: calc(100vh - 60px - 80px - 88px - 50px) !important;
  }
  .vh-xl-284 {
    height: calc(100vh - 60px - 80px - 88px - 56px) !important;
  }
  .vh-xl-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-xl-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-xl-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-xl-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-xl-286 {
    height: calc(100vh - 60px - 80px - 88px - 58px) !important;
  }
  .vh-xl-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-xl-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-xl-308 {
    height: calc(100vh - 60px - 80px - 88px - 80px) !important;
  }
  .vh-xl-311 {
    height: calc(100vh - 60px - 80px - 60px - 111px) !important;
  }
  .vh-xl-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-xl-314 {
    height: calc(100vh - 60px - 80px - 60px - 114px) !important;
  }
  .vh-xl-315 {
    height: calc(100vh - 60px - 80px - 60px - 115px) !important;
  }
  .vh-xl-316 {
    height: calc(100vh - 60px - 80px - 60px - 116px) !important;
  }
  .vh-xl-317 {
    height: calc(100vh - 60px - 80px - 60px - 117px) !important;
  }
  .vh-xl-318 {
    height: calc(100vh - 60px - 80px - 60px - 118px) !important;
  }
  .vh-xl-320 {
    height: calc(100vh - 60px - 80px - 60px - 120px) !important;
  }
  .vh-xl-326 {
    height: calc(100vh - 60px - 80px - 60px - 126px) !important;
  }
  .vh-xl-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-xl-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-xl-334 {
    height: calc(100vh - 60px - 80px - 60px - 134px) !important;
  }
  .vh-xl-338 {
    height: calc(100vh - 60px - 80px - 60px - 138px) !important;
  }
  .vh-xl-340 {
    height: calc(100vh - 60px - 80px - 60px - 140px) !important;
  }
  .vh-xl-344 {
    height: calc(100vh - 60px - 80px - 60px - 144px) !important;
  }
  .vh-xl-347 {
    height: calc(100vh - 60px - 80px - 88px - 119px) !important;
  }
  .vh-xl-350 {
    height: calc(100vh - 60px - 80px - 60px - 150px) !important;
  }
  .vh-xl-352 {
    height: calc(100vh - 60px - 80px - 60px - 152px) !important;
  }
  .vh-xl-358 {
    height: calc(100vh - 60px - 80px - 88px - 130px) !important;
  }
  .vh-xl-364 {
    height: calc(100vh - 60px - 80px - 80px - 144px) !important;
  }
  .vh-xl-365 {
    height: calc(100vh - 60px - 80px - 60px - 165px) !important;
  }
  .vh-xl-370 {
    height: calc(100vh - 60px - 80px - 80px - 150px) !important;
  }
  .vh-xl-388 {
    height: calc(100vh - 60px - 80px - 60px - 188px) !important;
  }
  .vh-xl-389 {
    height: calc(100vh - 60px - 80px - 60px - 189px) !important;
  }
  .vh-xl-393 {
    height: calc(100vh - 60px - 80px - 80px - 173px) !important;
  }
  .vh-xl-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-xl-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-xl-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-xl-400 {
    height: calc(100vh - 60px - 80px - 60px - 200px) !important;
  }
  .vh-xl-403 {
    height: calc(100vh - 60px - 80px - 56px - 207px) !important;
  }
  .vh-xl-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-xl-409 {
    height: calc(100vh - 60px - 80px - 60px - 209px) !important;
  }
  .vh-xl-411 {
    height: calc(100vh - 60px - 80px - 60px - 211px) !important;
  }
  .vh-xl-414 {
    height: calc(100vh - 60px - 80px - 60px - 214px) !important;
  }
  .vh-xl-416 {
    height: calc(100vh - 60px - 80px - 60px - 216px) !important;
  }
  .vh-xl-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-xl-436 {
    height: calc(100vh - 60px - 80px - 60px - 236px) !important;
  }
  .vh-xl-442 {
    height: calc(100vh - 60px - 80px - 60px - 242px) !important;
  }
  .vh-xl-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-xl-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-xl-458 {
    height: calc(100vh - 60px - 80px - 60px - 258px) !important;
  }
  .vh-xl-470 {
    height: calc(100vh - 60px - 80px - 330px) !important;
  }
  .vh-xl-478 {
    height: calc(100vh - 60px - 80px - 60px - 278px) !important;
  }
  .vh-xl-484 {
    height: calc(100vh - 60px - 80px - 60px - 284px) !important;
  }
  .vh-xl-490 {
    height: calc(100vh - 60px - 80px - 60px - 290px) !important;
  }
  .vh-xl-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-xl-499 {
    height: calc(100vh - 60px - 80px - 60px - 299px) !important;
  }
  .vh-xl-518 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
  }
  .vh-xl-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-xl-522 {
    height: calc(100vh - 60px - 80px - 60px - 322px) !important;
  }
  .vh-xl-524 {
    height: calc(100vh - 60px - 80px - 60px - 324px) !important;
  }
  .vh-xl-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .vh-xl-568 {
    height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
  }
  .height-xl-unset {
    height: unset !important;
  }
  .height-xl-40vh {
    height: 40vh !important;
  }
  .height-xl-50vh {
    height: 50vh !important;
  }
  .height-xl-55vh {
    height: 55vh !important;
  }
  .height-xl-60vh {
    height: 60vh !important;
  }
  .height-xl-64vh {
    height: 64vh !important;
  }
  .height-xl-70vh {
    height: 70vh !important;
  }
  .height-xl-75vh {
    height: 75vh !important;
  }
  .height-xl-80vh {
    height: 80vh !important;
  }
  .height-xl-85vh {
    height: 85vh !important;
  }
  .height-xl-90vh {
    height: 90vh !important;
  }
  .height-xl-95vh {
    height: 95vh !important;
  }
  .height-xl-100vh {
    height: 100vh !important;
  }
  .max-h-xl-unset {
    max-height: unset !important;
  }
  .max-h-xl-40vh {
    max-height: 40vh !important;
  }
  .max-h-xl-50vh {
    max-height: 50vh !important;
  }
  .max-h-xl-55vh {
    max-height: 55vh !important;
  }
  .max-h-xl-60vh {
    max-height: 60vh !important;
  }
  .max-h-xl-64vh {
    max-height: 64vh !important;
  }
  .max-h-xl-70vh {
    max-height: 70vh !important;
  }
  .max-h-xl-75vh {
    max-height: 75vh !important;
  }
  .max-h-xl-80vh {
    max-height: 80vh !important;
  }
  .max-h-xl-85vh {
    max-height: 85vh !important;
  }
  .max-h-xl-90vh {
    max-height: 90vh !important;
  }
  .max-h-xl-95vh {
    max-height: 95vh !important;
  }
  .max-h-xl-100vh {
    max-height: 100vh !important;
  }
  .min-h-xl-unset {
    min-height: unset !important;
  }
  .min-h-xl-40vh {
    min-height: 40vh !important;
  }
  .min-h-xl-50vh {
    min-height: 50vh !important;
  }
  .min-h-xl-55vh {
    min-height: 55vh !important;
  }
  .min-h-xl-60vh {
    min-height: 60vh !important;
  }
  .min-h-xl-64vh {
    min-height: 64vh !important;
  }
  .min-h-xl-70vh {
    min-height: 70vh !important;
  }
  .min-h-xl-75vh {
    min-height: 75vh !important;
  }
  .min-h-xl-80vh {
    min-height: 80vh !important;
  }
  .min-h-xl-85vh {
    min-height: 85vh !important;
  }
  .min-h-xl-90vh {
    min-height: 90vh !important;
  }
  .min-h-xl-95vh {
    min-height: 95vh !important;
  }
  .min-h-xl-100vh {
    min-height: 100vh !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-auto {
    flex: 1 1 auto !important;
  }
  .flex-xl-0 {
    flex: 0 0 auto !important;
  }
  .flex-xl-1 {
    flex: 1 !important;
  }
  .flex-xl-2 {
    flex: 2 !important;
  }
  .flex-xl-3 {
    flex: 3 !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 0.375rem !important;
  }
  .gap-xl-7 {
    gap: 0.4375rem !important;
  }
  .gap-xl-8 {
    gap: 0.5rem !important;
  }
  .gap-xl-9 {
    gap: 0.5625rem !important;
  }
  .gap-xl-10 {
    gap: 0.625rem !important;
  }
  .gap-xl-11 {
    gap: 0.6875rem !important;
  }
  .gap-xl-12 {
    gap: 0.75rem !important;
  }
  .gap-xl-13 {
    gap: 0.8125rem !important;
  }
  .gap-xl-14 {
    gap: 0.875rem !important;
  }
  .gap-xl-15 {
    gap: 0.9375rem !important;
  }
  .gap-xl-16 {
    gap: 1rem !important;
  }
  .gap-xl-17 {
    gap: 1.0625rem !important;
  }
  .gap-xl-18 {
    gap: 1.125rem !important;
  }
  .gap-xl-19 {
    gap: 1.1875rem !important;
  }
  .gap-xl-20 {
    gap: 1.25rem !important;
  }
  .gap-xl-21 {
    gap: 1.3125rem !important;
  }
  .gap-xl-22 {
    gap: 1.375rem !important;
  }
  .gap-xl-23 {
    gap: 1.4375rem !important;
  }
  .gap-xl-24 {
    gap: 1.5rem !important;
  }
  .gap-xl-25 {
    gap: 1.5625rem !important;
  }
  .gap-xl-26 {
    gap: 1.625rem !important;
  }
  .gap-xl-27 {
    gap: 1.6875rem !important;
  }
  .gap-xl-28 {
    gap: 1.75rem !important;
  }
  .gap-xl-29 {
    gap: 1.8125rem !important;
  }
  .gap-xl-30 {
    gap: 1.875rem !important;
  }
  .gap-xl-31 {
    gap: 1.9375rem !important;
  }
  .gap-xl-32 {
    gap: 2rem !important;
  }
  .gap-xl-33 {
    gap: 2.0625rem !important;
  }
  .gap-xl-34 {
    gap: 2.125rem !important;
  }
  .gap-xl-35 {
    gap: 2.1875rem !important;
  }
  .gap-xl-36 {
    gap: 2.25rem !important;
  }
  .gap-xl-37 {
    gap: 2.3125rem !important;
  }
  .gap-xl-38 {
    gap: 2.375rem !important;
  }
  .gap-xl-39 {
    gap: 2.4375rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-41 {
    gap: 2.5625rem !important;
  }
  .gap-xl-42 {
    gap: 2.625rem !important;
  }
  .gap-xl-43 {
    gap: 2.6875rem !important;
  }
  .gap-xl-44 {
    gap: 2.75rem !important;
  }
  .gap-xl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xl-46 {
    gap: 2.875rem !important;
  }
  .gap-xl-47 {
    gap: 2.9375rem !important;
  }
  .gap-xl-48 {
    gap: 3rem !important;
  }
  .gap-xl-49 {
    gap: 3.0625rem !important;
  }
  .gap-xl-50 {
    gap: 3.125rem !important;
  }
  .gap-xl-51 {
    gap: 3.1875rem !important;
  }
  .gap-xl-52 {
    gap: 3.25rem !important;
  }
  .gap-xl-53 {
    gap: 3.3125rem !important;
  }
  .gap-xl-54 {
    gap: 3.375rem !important;
  }
  .gap-xl-56 {
    gap: 3.5rem !important;
  }
  .gap-xl-57 {
    gap: 3.5625rem !important;
  }
  .gap-xl-58 {
    gap: 3.625rem !important;
  }
  .gap-xl-90 {
    gap: 5.625rem !important;
  }
  .gap-xl-99 {
    gap: 6.1875rem !important;
  }
  .gap-xl-200 {
    gap: 12.5rem !important;
  }
  .gap-xl-250 {
    gap: 15.625rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-xl-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-xl-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-xl-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-xl-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-xl-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-xl-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-xl-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-xl-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-xl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xl-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-xl-32 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-xl-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-xl-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-xl-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xl-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-xl-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-xl-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-xl-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-xl-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-xl-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xl-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-xl-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-xl-48 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-xl-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-xl-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xl-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-xl-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-xl-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-xl-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-xl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-99 {
    row-gap: 6.1875rem !important;
  }
  .row-gap-xl-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xl-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-xl-16 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-xl-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-xl-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-xl-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-xl-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-xl-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-xl-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-xl-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-xl-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-xl-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xl-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-xl-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xl-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-xl-32 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-xl-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-xl-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-xl-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xl-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-xl-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-xl-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-xl-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-xl-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-xl-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-xl-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xl-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-xl-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-xl-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-xl-48 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-xl-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-xl-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-xl-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xl-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-xl-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-xl-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-xl-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-xl-90 {
    column-gap: 5.625rem !important;
  }
  .column-gap-xl-99 {
    column-gap: 6.1875rem !important;
  }
  .column-gap-xl-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-xl-250 {
    column-gap: 15.625rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 0.375rem !important;
  }
  .m-xl-7 {
    margin: 0.4375rem !important;
  }
  .m-xl-8 {
    margin: 0.5rem !important;
  }
  .m-xl-9 {
    margin: 0.5625rem !important;
  }
  .m-xl-10 {
    margin: 0.625rem !important;
  }
  .m-xl-11 {
    margin: 0.6875rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .m-xl-13 {
    margin: 0.8125rem !important;
  }
  .m-xl-14 {
    margin: 0.875rem !important;
  }
  .m-xl-15 {
    margin: 0.9375rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .m-xl-17 {
    margin: 1.0625rem !important;
  }
  .m-xl-18 {
    margin: 1.125rem !important;
  }
  .m-xl-19 {
    margin: 1.1875rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-21 {
    margin: 1.3125rem !important;
  }
  .m-xl-22 {
    margin: 1.375rem !important;
  }
  .m-xl-23 {
    margin: 1.4375rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .m-xl-25 {
    margin: 1.5625rem !important;
  }
  .m-xl-26 {
    margin: 1.625rem !important;
  }
  .m-xl-27 {
    margin: 1.6875rem !important;
  }
  .m-xl-28 {
    margin: 1.75rem !important;
  }
  .m-xl-29 {
    margin: 1.8125rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .m-xl-31 {
    margin: 1.9375rem !important;
  }
  .m-xl-32 {
    margin: 2rem !important;
  }
  .m-xl-33 {
    margin: 2.0625rem !important;
  }
  .m-xl-34 {
    margin: 2.125rem !important;
  }
  .m-xl-35 {
    margin: 2.1875rem !important;
  }
  .m-xl-36 {
    margin: 2.25rem !important;
  }
  .m-xl-37 {
    margin: 2.3125rem !important;
  }
  .m-xl-38 {
    margin: 2.375rem !important;
  }
  .m-xl-39 {
    margin: 2.4375rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-41 {
    margin: 2.5625rem !important;
  }
  .m-xl-42 {
    margin: 2.625rem !important;
  }
  .m-xl-43 {
    margin: 2.6875rem !important;
  }
  .m-xl-44 {
    margin: 2.75rem !important;
  }
  .m-xl-45 {
    margin: 2.8125rem !important;
  }
  .m-xl-46 {
    margin: 2.875rem !important;
  }
  .m-xl-47 {
    margin: 2.9375rem !important;
  }
  .m-xl-48 {
    margin: 3rem !important;
  }
  .m-xl-49 {
    margin: 3.0625rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem !important;
  }
  .m-xl-51 {
    margin: 3.1875rem !important;
  }
  .m-xl-52 {
    margin: 3.25rem !important;
  }
  .m-xl-53 {
    margin: 3.3125rem !important;
  }
  .m-xl-54 {
    margin: 3.375rem !important;
  }
  .m-xl-56 {
    margin: 3.5rem !important;
  }
  .m-xl-57 {
    margin: 3.5625rem !important;
  }
  .m-xl-58 {
    margin: 3.625rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .m-xl-99 {
    margin: 6.1875rem !important;
  }
  .m-xl-200 {
    margin: 12.5rem !important;
  }
  .m-xl-250 {
    margin: 15.625rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-xl-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-xl-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-xl-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-xl-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-xl-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-xl-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-xl-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-xl-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-xl-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-xl-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-xl-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-xl-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-xl-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-xl-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-xl-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-xl-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-xl-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-xl-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-xl-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-xl-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-xl-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-xl-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-xl-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-xl-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-xl-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-xl-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-xl-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-xl-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-xl-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-xl-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-xl-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-xl-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-xl-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-xl-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-xl-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-xl-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-xl-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-xl-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-xl-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-xl-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-xl-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-xl-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-xl-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-xl-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-xl-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-xl-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-xl-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-xl-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-xl-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-xl-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-xl-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-xl-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-xl-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-xl-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-xl-90 {
    margin-inline-end: 5.625rem !important;
    margin-inline-start: 5.625rem !important;
  }
  .mx-xl-99 {
    margin-inline-end: 6.1875rem !important;
    margin-inline-start: 6.1875rem !important;
  }
  .mx-xl-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-xl-250 {
    margin-inline-end: 15.625rem !important;
    margin-inline-start: 15.625rem !important;
  }
  .mx-xl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-xl-0 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .my-xl-1 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-xl-2 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-xl-3 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-xl-4 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-xl-5 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-xl-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-xl-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-xl-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-xl-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-xl-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-xl-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-xl-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-xl-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-xl-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-xl-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-xl-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-xl-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-xl-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-xl-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-xl-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-xl-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-xl-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-xl-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-xl-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-xl-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-xl-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-xl-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-xl-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-xl-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-xl-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-xl-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-xl-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-xl-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-xl-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-xl-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-xl-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-xl-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-xl-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-xl-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-xl-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-xl-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-xl-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-xl-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-xl-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-xl-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-xl-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-xl-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-xl-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-xl-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-xl-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-xl-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-xl-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-xl-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-xl-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-xl-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-xl-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-xl-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-xl-90 {
    margin-block-start: 5.625rem !important;
    margin-block-end: 5.625rem !important;
  }
  .my-xl-99 {
    margin-block-start: 6.1875rem !important;
    margin-block-end: 6.1875rem !important;
  }
  .my-xl-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-xl-250 {
    margin-block-start: 15.625rem !important;
    margin-block-end: 15.625rem !important;
  }
  .my-xl-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-xl-0 {
    margin-block-start: 0 !important;
  }
  .mt-xl-1 {
    margin-block-start: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-block-start: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-block-start: 1rem !important;
  }
  .mt-xl-4 {
    margin-block-start: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-block-start: 3rem !important;
  }
  .mt-xl-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-xl-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-xl-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-xl-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-xl-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-xl-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-xl-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-xl-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-xl-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-xl-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-xl-16 {
    margin-block-start: 1rem !important;
  }
  .mt-xl-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-xl-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-xl-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-xl-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-xl-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-xl-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-xl-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-xl-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-xl-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-xl-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-xl-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-xl-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-xl-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-xl-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-xl-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-xl-32 {
    margin-block-start: 2rem !important;
  }
  .mt-xl-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-xl-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-xl-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-xl-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-xl-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-xl-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-xl-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-xl-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-xl-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-xl-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-xl-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-xl-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-xl-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-xl-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-xl-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-xl-48 {
    margin-block-start: 3rem !important;
  }
  .mt-xl-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-xl-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-xl-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-xl-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-xl-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-xl-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-xl-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-xl-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-xl-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-xl-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-xl-99 {
    margin-block-start: 6.1875rem !important;
  }
  .mt-xl-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-xl-250 {
    margin-block-start: 15.625rem !important;
  }
  .mt-xl-auto {
    margin-block-start: auto !important;
  }
  .me-xl-0 {
    margin-inline-end: 0 !important;
  }
  .me-xl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xl-3 {
    margin-inline-end: 1rem !important;
  }
  .me-xl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xl-5 {
    margin-inline-end: 3rem !important;
  }
  .me-xl-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-xl-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-xl-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xl-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-xl-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-xl-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-xl-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-xl-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-xl-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-xl-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-xl-16 {
    margin-inline-end: 1rem !important;
  }
  .me-xl-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-xl-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-xl-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-xl-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-xl-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-xl-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-xl-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-xl-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xl-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-xl-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-xl-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-xl-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-xl-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-xl-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-xl-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-xl-32 {
    margin-inline-end: 2rem !important;
  }
  .me-xl-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-xl-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-xl-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-xl-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-xl-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-xl-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-xl-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-xl-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xl-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-xl-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-xl-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-xl-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-xl-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-xl-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-xl-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-xl-48 {
    margin-inline-end: 3rem !important;
  }
  .me-xl-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-xl-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-xl-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-xl-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-xl-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-xl-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-xl-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-xl-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-xl-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-xl-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-xl-99 {
    margin-inline-end: 6.1875rem !important;
  }
  .me-xl-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-xl-250 {
    margin-inline-end: 15.625rem !important;
  }
  .me-xl-auto {
    margin-inline-end: auto !important;
  }
  .mb-xl-0 {
    margin-block-end: 0 !important;
  }
  .mb-xl-1 {
    margin-block-end: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-block-end: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-block-end: 1rem !important;
  }
  .mb-xl-4 {
    margin-block-end: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-block-end: 3rem !important;
  }
  .mb-xl-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-xl-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-xl-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-xl-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-xl-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-xl-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-xl-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-xl-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-xl-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-xl-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-xl-16 {
    margin-block-end: 1rem !important;
  }
  .mb-xl-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-xl-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-xl-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-xl-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-xl-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-xl-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-xl-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-xl-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-xl-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-xl-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-xl-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-xl-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-xl-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-xl-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-xl-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-xl-32 {
    margin-block-end: 2rem !important;
  }
  .mb-xl-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-xl-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-xl-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-xl-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-xl-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-xl-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-xl-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-xl-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-xl-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-xl-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-xl-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-xl-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-xl-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-xl-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-xl-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-xl-48 {
    margin-block-end: 3rem !important;
  }
  .mb-xl-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-xl-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-xl-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-xl-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-xl-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-xl-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-xl-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-xl-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-xl-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-xl-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-xl-99 {
    margin-block-end: 6.1875rem !important;
  }
  .mb-xl-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-xl-250 {
    margin-block-end: 15.625rem !important;
  }
  .mb-xl-auto {
    margin-block-end: auto !important;
  }
  .ms-xl-0 {
    margin-inline-start: 0 !important;
  }
  .ms-xl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-xl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-xl-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-xl-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-xl-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xl-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-xl-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-xl-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-xl-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-xl-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-xl-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-xl-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-xl-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-xl-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-xl-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-xl-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-xl-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-xl-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-xl-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-xl-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-xl-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xl-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-xl-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-xl-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-xl-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-xl-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-xl-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-xl-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-xl-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-xl-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-xl-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-xl-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-xl-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-xl-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-xl-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-xl-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-xl-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xl-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-xl-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-xl-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-xl-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-xl-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-xl-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-xl-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-xl-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-xl-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-xl-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-xl-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-xl-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-xl-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-xl-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-xl-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-xl-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-xl-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-xl-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-xl-99 {
    margin-inline-start: 6.1875rem !important;
  }
  .ms-xl-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-xl-250 {
    margin-inline-start: 15.625rem !important;
  }
  .ms-xl-auto {
    margin-inline-start: auto !important;
  }
  .mt-px-xl-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-xl-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-xl-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-xl-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-xl-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-xl-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-xl-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-xl-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-xl-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-xl-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-xl-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-xl-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-xl-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-xl-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-xl-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-xl-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-xl-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-xl-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-xl-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-xl-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-xl-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-xl-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-xl-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-xl-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-xl-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-xl-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-xl-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-xl-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-xl-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-xl-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-xl-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-xl-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-xl-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-xl-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-xl-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-xl-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-xl-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-xl-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-xl-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-xl-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-xl-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-xl-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-xl-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-xl-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-xl-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-xl-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-xl-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-xl-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-xl-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-xl-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-xl-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-xl-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-xl-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-xl-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-xl-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-xl-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-xl-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-xl-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-xl-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-xl-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-xl-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-xl-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-xl-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-xl-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-xl-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-xl-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-xl-71 {
    margin-block-start: 4.4375rem !important;
  }
  .mt-px-xl-72 {
    margin-block-start: 4.5rem !important;
  }
  .mt-px-xl-73 {
    margin-block-start: 4.5625rem !important;
  }
  .mt-px-xl-74 {
    margin-block-start: 4.625rem !important;
  }
  .mt-px-xl-75 {
    margin-block-start: 4.6875rem !important;
  }
  .mt-px-xl-76 {
    margin-block-start: 4.75rem !important;
  }
  .mt-px-xl-77 {
    margin-block-start: 4.8125rem !important;
  }
  .mt-px-xl-78 {
    margin-block-start: 4.875rem !important;
  }
  .mt-px-xl-79 {
    margin-block-start: 4.9375rem !important;
  }
  .mt-px-xl-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-xl-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-xl-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-xl-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-xl-86 {
    margin-block-start: 5.375rem !important;
  }
  .mt-px-xl-87 {
    margin-block-start: 5.4375rem !important;
  }
  .mt-px-xl-88 {
    margin-block-start: 5.5rem !important;
  }
  .mt-px-xl-89 {
    margin-block-start: 5.5625rem !important;
  }
  .mt-px-xl-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-px-xl-92 {
    margin-block-start: 5.75rem !important;
  }
  .mt-px-xl-94 {
    margin-block-start: 5.875rem !important;
  }
  .mt-px-xl-95 {
    margin-block-start: 5.9375rem !important;
  }
  .mt-px-xl-96 {
    margin-block-start: 6rem !important;
  }
  .mt-px-xl-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-xl-100 {
    margin-block-start: 6.25rem !important;
  }
  .mt-px-xl-102 {
    margin-block-start: 6.375rem !important;
  }
  .mt-px-xl-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-xl-108 {
    margin-block-start: 6.75rem !important;
  }
  .mt-px-xl-115 {
    margin-block-start: 7.1875rem !important;
  }
  .mt-px-xl-116 {
    margin-block-start: 7.25rem !important;
  }
  .mt-px-xl-118 {
    margin-block-start: 7.375rem !important;
  }
  .mt-px-xl-120 {
    margin-block-start: 7.5rem !important;
  }
  .mt-px-xl-121 {
    margin-block-start: 7.5625rem !important;
  }
  .mt-px-xl-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-xl-129 {
    margin-block-start: 8.0625rem !important;
  }
  .mt-px-xl-131 {
    margin-block-start: 8.1875rem !important;
  }
  .mt-px-xl-140 {
    margin-block-start: 8.75rem !important;
  }
  .mt-px-xl-144 {
    margin-block-start: 9rem !important;
  }
  .mt-px-xl-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-xl-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-xl-154 {
    margin-block-start: 9.625rem !important;
  }
  .mt-px-xl-156 {
    margin-block-start: 9.75rem !important;
  }
  .mt-px-xl-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-xl-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-xl-231 {
    margin-block-start: 14.4375rem !important;
  }
  .mt-px-xl-240 {
    margin-block-start: 15rem !important;
  }
  .mt-px-xl-247 {
    margin-block-start: 15.4375rem !important;
  }
  .mt-px-xl-239 {
    margin-block-start: 14.9375rem !important;
  }
  .mt-px-xl-255 {
    margin-block-start: 15.9375rem !important;
  }
  .mt-px-xl-327 {
    margin-block-start: 20.4375rem !important;
  }
  .mt-px-xl-auto {
    margin-block-start: auto !important;
  }
  .me-px-xl-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-xl-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-xl-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-xl-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-xl-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-xl-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-xl-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-xl-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-xl-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-xl-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-xl-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-xl-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-xl-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-xl-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-xl-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-xl-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-xl-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-xl-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-xl-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-xl-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-xl-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-xl-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-xl-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-xl-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-xl-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-xl-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-xl-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-xl-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-xl-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-xl-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-xl-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-xl-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-xl-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-xl-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-xl-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-xl-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-xl-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-xl-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-xl-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-xl-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-xl-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-xl-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-xl-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-xl-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-xl-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-xl-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-xl-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-xl-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-xl-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-xl-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-xl-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-xl-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-xl-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-xl-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-xl-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-xl-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-xl-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-xl-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-xl-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-xl-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-xl-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-xl-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-xl-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-xl-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-xl-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-xl-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-xl-71 {
    margin-inline-end: 4.4375rem !important;
  }
  .me-px-xl-72 {
    margin-inline-end: 4.5rem !important;
  }
  .me-px-xl-73 {
    margin-inline-end: 4.5625rem !important;
  }
  .me-px-xl-74 {
    margin-inline-end: 4.625rem !important;
  }
  .me-px-xl-75 {
    margin-inline-end: 4.6875rem !important;
  }
  .me-px-xl-76 {
    margin-inline-end: 4.75rem !important;
  }
  .me-px-xl-77 {
    margin-inline-end: 4.8125rem !important;
  }
  .me-px-xl-78 {
    margin-inline-end: 4.875rem !important;
  }
  .me-px-xl-79 {
    margin-inline-end: 4.9375rem !important;
  }
  .me-px-xl-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-xl-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-xl-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-xl-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-xl-86 {
    margin-inline-end: 5.375rem !important;
  }
  .me-px-xl-87 {
    margin-inline-end: 5.4375rem !important;
  }
  .me-px-xl-88 {
    margin-inline-end: 5.5rem !important;
  }
  .me-px-xl-89 {
    margin-inline-end: 5.5625rem !important;
  }
  .me-px-xl-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-px-xl-92 {
    margin-inline-end: 5.75rem !important;
  }
  .me-px-xl-94 {
    margin-inline-end: 5.875rem !important;
  }
  .me-px-xl-95 {
    margin-inline-end: 5.9375rem !important;
  }
  .me-px-xl-96 {
    margin-inline-end: 6rem !important;
  }
  .me-px-xl-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-xl-100 {
    margin-inline-end: 6.25rem !important;
  }
  .me-px-xl-102 {
    margin-inline-end: 6.375rem !important;
  }
  .me-px-xl-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-xl-108 {
    margin-inline-end: 6.75rem !important;
  }
  .me-px-xl-115 {
    margin-inline-end: 7.1875rem !important;
  }
  .me-px-xl-116 {
    margin-inline-end: 7.25rem !important;
  }
  .me-px-xl-118 {
    margin-inline-end: 7.375rem !important;
  }
  .me-px-xl-120 {
    margin-inline-end: 7.5rem !important;
  }
  .me-px-xl-121 {
    margin-inline-end: 7.5625rem !important;
  }
  .me-px-xl-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-xl-129 {
    margin-inline-end: 8.0625rem !important;
  }
  .me-px-xl-131 {
    margin-inline-end: 8.1875rem !important;
  }
  .me-px-xl-140 {
    margin-inline-end: 8.75rem !important;
  }
  .me-px-xl-144 {
    margin-inline-end: 9rem !important;
  }
  .me-px-xl-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-xl-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-xl-154 {
    margin-inline-end: 9.625rem !important;
  }
  .me-px-xl-156 {
    margin-inline-end: 9.75rem !important;
  }
  .me-px-xl-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-xl-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-xl-231 {
    margin-inline-end: 14.4375rem !important;
  }
  .me-px-xl-240 {
    margin-inline-end: 15rem !important;
  }
  .me-px-xl-247 {
    margin-inline-end: 15.4375rem !important;
  }
  .me-px-xl-239 {
    margin-inline-end: 14.9375rem !important;
  }
  .me-px-xl-255 {
    margin-inline-end: 15.9375rem !important;
  }
  .me-px-xl-327 {
    margin-inline-end: 20.4375rem !important;
  }
  .me-px-xl-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-xl-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-xl-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-xl-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-xl-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-xl-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-xl-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-xl-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-xl-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-xl-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-xl-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-xl-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-xl-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-xl-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-xl-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-xl-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-xl-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-xl-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-xl-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-xl-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-xl-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-xl-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-xl-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-xl-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-xl-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-xl-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-xl-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-xl-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-xl-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-xl-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-xl-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-xl-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-xl-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-xl-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-xl-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-xl-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-xl-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-xl-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-xl-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-xl-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-xl-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-xl-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-xl-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-xl-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-xl-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-xl-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-xl-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-xl-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-xl-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-xl-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-xl-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-xl-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-xl-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-xl-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-xl-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-xl-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-xl-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-xl-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-xl-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-xl-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-xl-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-xl-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-xl-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-xl-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-xl-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-xl-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-xl-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-xl-71 {
    margin-block-end: 4.4375rem !important;
  }
  .mb-px-xl-72 {
    margin-block-end: 4.5rem !important;
  }
  .mb-px-xl-73 {
    margin-block-end: 4.5625rem !important;
  }
  .mb-px-xl-74 {
    margin-block-end: 4.625rem !important;
  }
  .mb-px-xl-75 {
    margin-block-end: 4.6875rem !important;
  }
  .mb-px-xl-76 {
    margin-block-end: 4.75rem !important;
  }
  .mb-px-xl-77 {
    margin-block-end: 4.8125rem !important;
  }
  .mb-px-xl-78 {
    margin-block-end: 4.875rem !important;
  }
  .mb-px-xl-79 {
    margin-block-end: 4.9375rem !important;
  }
  .mb-px-xl-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-xl-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-xl-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-xl-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-xl-86 {
    margin-block-end: 5.375rem !important;
  }
  .mb-px-xl-87 {
    margin-block-end: 5.4375rem !important;
  }
  .mb-px-xl-88 {
    margin-block-end: 5.5rem !important;
  }
  .mb-px-xl-89 {
    margin-block-end: 5.5625rem !important;
  }
  .mb-px-xl-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-px-xl-92 {
    margin-block-end: 5.75rem !important;
  }
  .mb-px-xl-94 {
    margin-block-end: 5.875rem !important;
  }
  .mb-px-xl-95 {
    margin-block-end: 5.9375rem !important;
  }
  .mb-px-xl-96 {
    margin-block-end: 6rem !important;
  }
  .mb-px-xl-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-xl-100 {
    margin-block-end: 6.25rem !important;
  }
  .mb-px-xl-102 {
    margin-block-end: 6.375rem !important;
  }
  .mb-px-xl-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-xl-108 {
    margin-block-end: 6.75rem !important;
  }
  .mb-px-xl-115 {
    margin-block-end: 7.1875rem !important;
  }
  .mb-px-xl-116 {
    margin-block-end: 7.25rem !important;
  }
  .mb-px-xl-118 {
    margin-block-end: 7.375rem !important;
  }
  .mb-px-xl-120 {
    margin-block-end: 7.5rem !important;
  }
  .mb-px-xl-121 {
    margin-block-end: 7.5625rem !important;
  }
  .mb-px-xl-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-xl-129 {
    margin-block-end: 8.0625rem !important;
  }
  .mb-px-xl-131 {
    margin-block-end: 8.1875rem !important;
  }
  .mb-px-xl-140 {
    margin-block-end: 8.75rem !important;
  }
  .mb-px-xl-144 {
    margin-block-end: 9rem !important;
  }
  .mb-px-xl-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-xl-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-xl-154 {
    margin-block-end: 9.625rem !important;
  }
  .mb-px-xl-156 {
    margin-block-end: 9.75rem !important;
  }
  .mb-px-xl-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-xl-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-xl-231 {
    margin-block-end: 14.4375rem !important;
  }
  .mb-px-xl-240 {
    margin-block-end: 15rem !important;
  }
  .mb-px-xl-247 {
    margin-block-end: 15.4375rem !important;
  }
  .mb-px-xl-239 {
    margin-block-end: 14.9375rem !important;
  }
  .mb-px-xl-255 {
    margin-block-end: 15.9375rem !important;
  }
  .mb-px-xl-327 {
    margin-block-end: 20.4375rem !important;
  }
  .mb-px-xl-auto {
    margin-block-end: auto !important;
  }
  .ms-px-xl-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-xl-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-xl-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-xl-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-xl-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-xl-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-xl-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-xl-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-xl-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-xl-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-xl-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-xl-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-xl-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-xl-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-xl-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-xl-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-xl-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-xl-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-xl-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-xl-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-xl-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-xl-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-xl-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-xl-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-xl-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-xl-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-xl-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-xl-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-xl-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-xl-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-xl-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-xl-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-xl-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-xl-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-xl-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-xl-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-xl-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-xl-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-xl-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-xl-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-xl-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-xl-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-xl-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-xl-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-xl-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-xl-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-xl-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-xl-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-xl-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-xl-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-xl-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-xl-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-xl-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-xl-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-xl-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-xl-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-xl-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-xl-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-xl-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-xl-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-xl-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-xl-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-xl-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-xl-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-xl-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-xl-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-xl-71 {
    margin-inline-start: 4.4375rem !important;
  }
  .ms-px-xl-72 {
    margin-inline-start: 4.5rem !important;
  }
  .ms-px-xl-73 {
    margin-inline-start: 4.5625rem !important;
  }
  .ms-px-xl-74 {
    margin-inline-start: 4.625rem !important;
  }
  .ms-px-xl-75 {
    margin-inline-start: 4.6875rem !important;
  }
  .ms-px-xl-76 {
    margin-inline-start: 4.75rem !important;
  }
  .ms-px-xl-77 {
    margin-inline-start: 4.8125rem !important;
  }
  .ms-px-xl-78 {
    margin-inline-start: 4.875rem !important;
  }
  .ms-px-xl-79 {
    margin-inline-start: 4.9375rem !important;
  }
  .ms-px-xl-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-xl-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-xl-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-xl-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-xl-86 {
    margin-inline-start: 5.375rem !important;
  }
  .ms-px-xl-87 {
    margin-inline-start: 5.4375rem !important;
  }
  .ms-px-xl-88 {
    margin-inline-start: 5.5rem !important;
  }
  .ms-px-xl-89 {
    margin-inline-start: 5.5625rem !important;
  }
  .ms-px-xl-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-px-xl-92 {
    margin-inline-start: 5.75rem !important;
  }
  .ms-px-xl-94 {
    margin-inline-start: 5.875rem !important;
  }
  .ms-px-xl-95 {
    margin-inline-start: 5.9375rem !important;
  }
  .ms-px-xl-96 {
    margin-inline-start: 6rem !important;
  }
  .ms-px-xl-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-xl-100 {
    margin-inline-start: 6.25rem !important;
  }
  .ms-px-xl-102 {
    margin-inline-start: 6.375rem !important;
  }
  .ms-px-xl-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-xl-108 {
    margin-inline-start: 6.75rem !important;
  }
  .ms-px-xl-115 {
    margin-inline-start: 7.1875rem !important;
  }
  .ms-px-xl-116 {
    margin-inline-start: 7.25rem !important;
  }
  .ms-px-xl-118 {
    margin-inline-start: 7.375rem !important;
  }
  .ms-px-xl-120 {
    margin-inline-start: 7.5rem !important;
  }
  .ms-px-xl-121 {
    margin-inline-start: 7.5625rem !important;
  }
  .ms-px-xl-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-xl-129 {
    margin-inline-start: 8.0625rem !important;
  }
  .ms-px-xl-131 {
    margin-inline-start: 8.1875rem !important;
  }
  .ms-px-xl-140 {
    margin-inline-start: 8.75rem !important;
  }
  .ms-px-xl-144 {
    margin-inline-start: 9rem !important;
  }
  .ms-px-xl-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-xl-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-xl-154 {
    margin-inline-start: 9.625rem !important;
  }
  .ms-px-xl-156 {
    margin-inline-start: 9.75rem !important;
  }
  .ms-px-xl-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-xl-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-xl-231 {
    margin-inline-start: 14.4375rem !important;
  }
  .ms-px-xl-240 {
    margin-inline-start: 15rem !important;
  }
  .ms-px-xl-247 {
    margin-inline-start: 15.4375rem !important;
  }
  .ms-px-xl-239 {
    margin-inline-start: 14.9375rem !important;
  }
  .ms-px-xl-255 {
    margin-inline-start: 15.9375rem !important;
  }
  .ms-px-xl-327 {
    margin-inline-start: 20.4375rem !important;
  }
  .ms-px-xl-auto {
    margin-inline-start: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -0.375rem !important;
  }
  .m-xl-n7 {
    margin: -0.375rem !important;
  }
  .m-xl-n8 {
    margin: -0.375rem !important;
  }
  .m-xl-n9 {
    margin: -0.375rem !important;
  }
  .m-xl-n10 {
    margin: -0.375rem !important;
  }
  .m-xl-n11 {
    margin: -0.375rem !important;
  }
  .m-xl-n12 {
    margin: -0.375rem !important;
  }
  .m-xl-n13 {
    margin: -0.375rem !important;
  }
  .m-xl-n14 {
    margin: -0.375rem !important;
  }
  .m-xl-n15 {
    margin: -0.375rem !important;
  }
  .m-xl-n16 {
    margin: -0.375rem !important;
  }
  .m-xl-n17 {
    margin: -0.375rem !important;
  }
  .m-xl-n18 {
    margin: -0.375rem !important;
  }
  .m-xl-n19 {
    margin: -0.375rem !important;
  }
  .m-xl-n20 {
    margin: -0.375rem !important;
  }
  .m-xl-n21 {
    margin: -0.375rem !important;
  }
  .m-xl-n22 {
    margin: -0.375rem !important;
  }
  .m-xl-n23 {
    margin: -0.375rem !important;
  }
  .m-xl-n24 {
    margin: -0.375rem !important;
  }
  .m-xl-n25 {
    margin: -0.375rem !important;
  }
  .m-xl-n26 {
    margin: -0.375rem !important;
  }
  .m-xl-n27 {
    margin: -0.375rem !important;
  }
  .m-xl-n28 {
    margin: -0.375rem !important;
  }
  .m-xl-n29 {
    margin: -0.375rem !important;
  }
  .m-xl-n30 {
    margin: -0.375rem !important;
  }
  .m-xl-n31 {
    margin: -0.375rem !important;
  }
  .m-xl-n32 {
    margin: -0.375rem !important;
  }
  .m-xl-n33 {
    margin: -0.375rem !important;
  }
  .m-xl-n34 {
    margin: -0.375rem !important;
  }
  .m-xl-n35 {
    margin: -0.375rem !important;
  }
  .m-xl-n36 {
    margin: -0.375rem !important;
  }
  .m-xl-n37 {
    margin: -0.375rem !important;
  }
  .m-xl-n38 {
    margin: -0.375rem !important;
  }
  .m-xl-n39 {
    margin: -0.375rem !important;
  }
  .m-xl-n40 {
    margin: -0.375rem !important;
  }
  .m-xl-n41 {
    margin: -0.375rem !important;
  }
  .m-xl-n42 {
    margin: -0.375rem !important;
  }
  .m-xl-n43 {
    margin: -0.375rem !important;
  }
  .m-xl-n44 {
    margin: -0.375rem !important;
  }
  .m-xl-n45 {
    margin: -0.375rem !important;
  }
  .m-xl-n46 {
    margin: -0.375rem !important;
  }
  .m-xl-n47 {
    margin: -0.375rem !important;
  }
  .m-xl-n48 {
    margin: -0.375rem !important;
  }
  .m-xl-n49 {
    margin: -0.375rem !important;
  }
  .m-xl-n50 {
    margin: -0.375rem !important;
  }
  .m-xl-n51 {
    margin: -0.375rem !important;
  }
  .m-xl-n52 {
    margin: -0.375rem !important;
  }
  .m-xl-n53 {
    margin: -0.375rem !important;
  }
  .m-xl-n54 {
    margin: -0.375rem !important;
  }
  .m-xl-n56 {
    margin: -0.375rem !important;
  }
  .m-xl-n57 {
    margin: -0.375rem !important;
  }
  .m-xl-n58 {
    margin: -0.375rem !important;
  }
  .m-xl-n90 {
    margin: -0.375rem !important;
  }
  .m-xl-n99 {
    margin: -0.375rem !important;
  }
  .m-xl-n200 {
    margin: -0.375rem !important;
  }
  .m-xl-n250 {
    margin: -0.375rem !important;
  }
  .mx-xl-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-xl-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-xl-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n7 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n8 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n9 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n10 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n11 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n12 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n13 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n14 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n15 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n16 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n17 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n18 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n19 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n20 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n21 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n22 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n23 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n24 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n25 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n26 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n27 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n28 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n29 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n30 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n31 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n32 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n33 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n34 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n35 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n36 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n37 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n38 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n39 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n40 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n41 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n42 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n43 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n44 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n45 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n46 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n47 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n48 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n49 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n50 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n51 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n52 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n53 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n54 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n56 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n57 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n58 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n90 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n99 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n200 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xl-n250 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .my-xl-n1 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-xl-n4 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-xl-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n7 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n8 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n9 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n10 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n11 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n12 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n13 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n14 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n15 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n16 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n17 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n18 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n19 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n20 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n21 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n22 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n23 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n24 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n25 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n26 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n27 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n28 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n29 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n30 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n31 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n32 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n33 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n34 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n35 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n36 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n37 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n38 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n39 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n40 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n41 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n42 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n43 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n44 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n45 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n46 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n47 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n48 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n49 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n50 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n51 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n52 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n53 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n54 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n56 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n57 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n58 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n90 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n99 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n200 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xl-n250 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n1 {
    margin-block-start: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-block-start: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-block-start: -1rem !important;
  }
  .mt-xl-n4 {
    margin-block-start: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-block-start: -3rem !important;
  }
  .mt-xl-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n7 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n8 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n9 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n10 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n11 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n12 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n13 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n14 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n15 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n16 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n17 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n18 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n19 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n20 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n21 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n22 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n23 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n24 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n25 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n26 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n27 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n28 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n29 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n30 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n31 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n32 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n33 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n34 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n35 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n36 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n37 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n38 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n39 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n40 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n41 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n42 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n43 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n44 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n45 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n46 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n47 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n48 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n49 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n50 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n51 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n52 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n53 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n54 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n56 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n57 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n58 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n90 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n99 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n200 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xl-n250 {
    margin-block-start: -0.375rem !important;
  }
  .me-xl-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-xl-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-inline-end: -3rem !important;
  }
  .me-xl-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n7 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n8 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n9 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n10 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n11 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n12 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n13 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n14 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n15 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n16 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n17 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n18 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n19 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n20 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n21 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n22 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n23 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n24 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n25 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n26 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n27 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n28 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n29 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n30 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n31 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n32 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n33 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n34 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n35 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n36 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n37 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n38 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n39 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n40 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n41 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n42 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n43 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n44 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n45 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n46 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n47 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n48 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n49 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n50 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n51 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n52 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n53 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n54 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n56 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n57 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n58 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n90 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n99 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n200 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xl-n250 {
    margin-inline-end: -0.375rem !important;
  }
  .mb-xl-n1 {
    margin-block-end: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-block-end: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-block-end: -1rem !important;
  }
  .mb-xl-n4 {
    margin-block-end: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-block-end: -3rem !important;
  }
  .mb-xl-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n7 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n8 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n9 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n10 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n11 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n12 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n13 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n14 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n15 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n16 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n17 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n18 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n19 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n20 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n21 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n22 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n23 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n24 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n25 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n26 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n27 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n28 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n29 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n30 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n31 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n32 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n33 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n34 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n35 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n36 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n37 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n38 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n39 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n40 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n41 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n42 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n43 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n44 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n45 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n46 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n47 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n48 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n49 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n50 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n51 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n52 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n53 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n54 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n56 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n57 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n58 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n90 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n99 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n200 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xl-n250 {
    margin-block-end: -0.375rem !important;
  }
  .ms-xl-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-xl-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-inline-start: -3rem !important;
  }
  .ms-xl-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n7 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n8 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n9 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n10 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n11 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n12 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n13 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n14 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n15 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n16 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n17 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n18 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n19 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n20 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n21 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n22 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n23 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n24 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n25 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n26 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n27 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n28 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n29 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n30 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n31 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n32 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n33 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n34 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n35 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n36 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n37 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n38 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n39 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n40 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n41 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n42 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n43 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n44 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n45 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n46 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n47 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n48 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n49 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n50 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n51 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n52 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n53 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n54 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n56 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n57 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n58 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n90 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n99 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n200 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xl-n250 {
    margin-inline-start: -0.375rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 0.375rem !important;
  }
  .p-xl-7 {
    padding: 0.4375rem !important;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .p-xl-9 {
    padding: 0.5625rem !important;
  }
  .p-xl-10 {
    padding: 0.625rem !important;
  }
  .p-xl-11 {
    padding: 0.6875rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .p-xl-13 {
    padding: 0.8125rem !important;
  }
  .p-xl-14 {
    padding: 0.875rem !important;
  }
  .p-xl-15 {
    padding: 0.9375rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .p-xl-17 {
    padding: 1.0625rem !important;
  }
  .p-xl-18 {
    padding: 1.125rem !important;
  }
  .p-xl-19 {
    padding: 1.1875rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-21 {
    padding: 1.3125rem !important;
  }
  .p-xl-22 {
    padding: 1.375rem !important;
  }
  .p-xl-23 {
    padding: 1.4375rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .p-xl-25 {
    padding: 1.5625rem !important;
  }
  .p-xl-26 {
    padding: 1.625rem !important;
  }
  .p-xl-27 {
    padding: 1.6875rem !important;
  }
  .p-xl-28 {
    padding: 1.75rem !important;
  }
  .p-xl-29 {
    padding: 1.8125rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .p-xl-31 {
    padding: 1.9375rem !important;
  }
  .p-xl-32 {
    padding: 2rem !important;
  }
  .p-xl-33 {
    padding: 2.0625rem !important;
  }
  .p-xl-34 {
    padding: 2.125rem !important;
  }
  .p-xl-35 {
    padding: 2.1875rem !important;
  }
  .p-xl-36 {
    padding: 2.25rem !important;
  }
  .p-xl-37 {
    padding: 2.3125rem !important;
  }
  .p-xl-38 {
    padding: 2.375rem !important;
  }
  .p-xl-39 {
    padding: 2.4375rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-41 {
    padding: 2.5625rem !important;
  }
  .p-xl-42 {
    padding: 2.625rem !important;
  }
  .p-xl-43 {
    padding: 2.6875rem !important;
  }
  .p-xl-44 {
    padding: 2.75rem !important;
  }
  .p-xl-45 {
    padding: 2.8125rem !important;
  }
  .p-xl-46 {
    padding: 2.875rem !important;
  }
  .p-xl-47 {
    padding: 2.9375rem !important;
  }
  .p-xl-48 {
    padding: 3rem !important;
  }
  .p-xl-49 {
    padding: 3.0625rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem !important;
  }
  .p-xl-51 {
    padding: 3.1875rem !important;
  }
  .p-xl-52 {
    padding: 3.25rem !important;
  }
  .p-xl-53 {
    padding: 3.3125rem !important;
  }
  .p-xl-54 {
    padding: 3.375rem !important;
  }
  .p-xl-56 {
    padding: 3.5rem !important;
  }
  .p-xl-57 {
    padding: 3.5625rem !important;
  }
  .p-xl-58 {
    padding: 3.625rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .p-xl-99 {
    padding: 6.1875rem !important;
  }
  .p-xl-200 {
    padding: 12.5rem !important;
  }
  .p-xl-250 {
    padding: 15.625rem !important;
  }
  .p-px-xl-0 {
    padding: 0rem !important;
  }
  .p-px-xl-1 {
    padding: 0.0625rem !important;
  }
  .p-px-xl-2 {
    padding: 0.125rem !important;
  }
  .p-px-xl-3 {
    padding: 0.1875rem !important;
  }
  .p-px-xl-4 {
    padding: 0.25rem !important;
  }
  .p-px-xl-5 {
    padding: 0.3125rem !important;
  }
  .p-px-xl-6 {
    padding: 0.375rem !important;
  }
  .p-px-xl-7 {
    padding: 0.4375rem !important;
  }
  .p-px-xl-8 {
    padding: 0.5rem !important;
  }
  .p-px-xl-9 {
    padding: 0.5625rem !important;
  }
  .p-px-xl-10 {
    padding: 0.625rem !important;
  }
  .p-px-xl-11 {
    padding: 0.6875rem !important;
  }
  .p-px-xl-12 {
    padding: 0.75rem !important;
  }
  .p-px-xl-13 {
    padding: 0.8125rem !important;
  }
  .p-px-xl-14 {
    padding: 0.875rem !important;
  }
  .p-px-xl-15 {
    padding: 0.9375rem !important;
  }
  .p-px-xl-16 {
    padding: 1rem !important;
  }
  .p-px-xl-17 {
    padding: 1.0625rem !important;
  }
  .p-px-xl-18 {
    padding: 1.125rem !important;
  }
  .p-px-xl-19 {
    padding: 1.1875rem !important;
  }
  .p-px-xl-20 {
    padding: 1.25rem !important;
  }
  .p-px-xl-21 {
    padding: 1.3125rem !important;
  }
  .p-px-xl-22 {
    padding: 1.375rem !important;
  }
  .p-px-xl-23 {
    padding: 1.4375rem !important;
  }
  .p-px-xl-24 {
    padding: 1.5rem !important;
  }
  .p-px-xl-25 {
    padding: 1.5625rem !important;
  }
  .p-px-xl-26 {
    padding: 1.625rem !important;
  }
  .p-px-xl-27 {
    padding: 1.6875rem !important;
  }
  .p-px-xl-28 {
    padding: 1.75rem !important;
  }
  .p-px-xl-29 {
    padding: 1.8125rem !important;
  }
  .p-px-xl-30 {
    padding: 1.875rem !important;
  }
  .p-px-xl-31 {
    padding: 1.9375rem !important;
  }
  .p-px-xl-32 {
    padding: 2rem !important;
  }
  .p-px-xl-33 {
    padding: 2.0625rem !important;
  }
  .p-px-xl-34 {
    padding: 2.125rem !important;
  }
  .p-px-xl-35 {
    padding: 2.1875rem !important;
  }
  .p-px-xl-36 {
    padding: 2.25rem !important;
  }
  .p-px-xl-37 {
    padding: 2.3125rem !important;
  }
  .p-px-xl-38 {
    padding: 2.375rem !important;
  }
  .p-px-xl-39 {
    padding: 2.4375rem !important;
  }
  .p-px-xl-40 {
    padding: 2.5rem !important;
  }
  .p-px-xl-41 {
    padding: 2.5625rem !important;
  }
  .p-px-xl-42 {
    padding: 2.625rem !important;
  }
  .p-px-xl-43 {
    padding: 2.6875rem !important;
  }
  .p-px-xl-44 {
    padding: 2.75rem !important;
  }
  .p-px-xl-45 {
    padding: 2.8125rem !important;
  }
  .p-px-xl-46 {
    padding: 2.875rem !important;
  }
  .p-px-xl-47 {
    padding: 2.9375rem !important;
  }
  .p-px-xl-48 {
    padding: 3rem !important;
  }
  .p-px-xl-49 {
    padding: 3.0625rem !important;
  }
  .p-px-xl-50 {
    padding: 3.125rem !important;
  }
  .p-px-xl-51 {
    padding: 3.1875rem !important;
  }
  .p-px-xl-52 {
    padding: 3.25rem !important;
  }
  .p-px-xl-53 {
    padding: 3.3125rem !important;
  }
  .p-px-xl-54 {
    padding: 3.375rem !important;
  }
  .p-px-xl-56 {
    padding: 3.5rem !important;
  }
  .p-px-xl-57 {
    padding: 3.5625rem !important;
  }
  .p-px-xl-58 {
    padding: 3.625rem !important;
  }
  .p-px-xl-59 {
    padding: 3.6875rem !important;
  }
  .p-px-xl-60 {
    padding: 3.75rem !important;
  }
  .p-px-xl-61 {
    padding: 3.8125rem !important;
  }
  .p-px-xl-62 {
    padding: 3.875rem !important;
  }
  .p-px-xl-63 {
    padding: 3.9375rem !important;
  }
  .p-px-xl-64 {
    padding: 4rem !important;
  }
  .p-px-xl-68 {
    padding: 4.25rem !important;
  }
  .p-px-xl-70 {
    padding: 4.375rem !important;
  }
  .p-px-xl-71 {
    padding: 4.4375rem !important;
  }
  .p-px-xl-72 {
    padding: 4.5rem !important;
  }
  .p-px-xl-73 {
    padding: 4.5625rem !important;
  }
  .p-px-xl-74 {
    padding: 4.625rem !important;
  }
  .p-px-xl-75 {
    padding: 4.6875rem !important;
  }
  .p-px-xl-76 {
    padding: 4.75rem !important;
  }
  .p-px-xl-77 {
    padding: 4.8125rem !important;
  }
  .p-px-xl-78 {
    padding: 4.875rem !important;
  }
  .p-px-xl-79 {
    padding: 4.9375rem !important;
  }
  .p-px-xl-80 {
    padding: 5rem !important;
  }
  .p-px-xl-82 {
    padding: 5.125rem !important;
  }
  .p-px-xl-83 {
    padding: 5.1875rem !important;
  }
  .p-px-xl-84 {
    padding: 5.25rem !important;
  }
  .p-px-xl-86 {
    padding: 5.375rem !important;
  }
  .p-px-xl-87 {
    padding: 5.4375rem !important;
  }
  .p-px-xl-88 {
    padding: 5.5rem !important;
  }
  .p-px-xl-89 {
    padding: 5.5625rem !important;
  }
  .p-px-xl-90 {
    padding: 5.625rem !important;
  }
  .p-px-xl-92 {
    padding: 5.75rem !important;
  }
  .p-px-xl-94 {
    padding: 5.875rem !important;
  }
  .p-px-xl-95 {
    padding: 5.9375rem !important;
  }
  .p-px-xl-96 {
    padding: 6rem !important;
  }
  .p-px-xl-98 {
    padding: 6.125rem !important;
  }
  .p-px-xl-100 {
    padding: 6.25rem !important;
  }
  .p-px-xl-102 {
    padding: 6.375rem !important;
  }
  .p-px-xl-104 {
    padding: 6.5rem !important;
  }
  .p-px-xl-108 {
    padding: 6.75rem !important;
  }
  .p-px-xl-115 {
    padding: 7.1875rem !important;
  }
  .p-px-xl-116 {
    padding: 7.25rem !important;
  }
  .p-px-xl-118 {
    padding: 7.375rem !important;
  }
  .p-px-xl-120 {
    padding: 7.5rem !important;
  }
  .p-px-xl-121 {
    padding: 7.5625rem !important;
  }
  .p-px-xl-123 {
    padding: 7.6875rem !important;
  }
  .p-px-xl-129 {
    padding: 8.0625rem !important;
  }
  .p-px-xl-131 {
    padding: 8.1875rem !important;
  }
  .p-px-xl-140 {
    padding: 8.75rem !important;
  }
  .p-px-xl-144 {
    padding: 9rem !important;
  }
  .p-px-xl-147 {
    padding: 9.1875rem !important;
  }
  .p-px-xl-148 {
    padding: 9.25rem !important;
  }
  .p-px-xl-154 {
    padding: 9.625rem !important;
  }
  .p-px-xl-156 {
    padding: 9.75rem !important;
  }
  .p-px-xl-180 {
    padding: 11.25rem !important;
  }
  .p-px-xl-200 {
    padding: 12.5rem !important;
  }
  .p-px-xl-231 {
    padding: 14.4375rem !important;
  }
  .p-px-xl-240 {
    padding: 15rem !important;
  }
  .p-px-xl-247 {
    padding: 15.4375rem !important;
  }
  .p-px-xl-239 {
    padding: 14.9375rem !important;
  }
  .p-px-xl-255 {
    padding: 15.9375rem !important;
  }
  .p-px-xl-327 {
    padding: 20.4375rem !important;
  }
  .px-xl-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-xl-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-xl-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-xl-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-xl-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-xl-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-xl-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-xl-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-xl-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-xl-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-xl-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-xl-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-xl-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-xl-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-xl-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-xl-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-xl-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-xl-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-xl-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-xl-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-xl-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-xl-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-xl-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-xl-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-xl-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-xl-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-xl-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-xl-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-xl-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-xl-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-xl-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-xl-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-xl-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-xl-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-xl-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-xl-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-xl-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-xl-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-xl-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-xl-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-xl-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-xl-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-xl-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-xl-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-xl-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-xl-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-xl-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-xl-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-xl-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-xl-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-xl-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-xl-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-xl-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-xl-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-xl-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-xl-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-xl-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-xl-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-xl-90 {
    padding-inline-start: 5.625rem !important;
    padding-inline-end: 5.625rem !important;
  }
  .px-xl-99 {
    padding-inline-start: 6.1875rem !important;
    padding-inline-end: 6.1875rem !important;
  }
  .px-xl-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-xl-250 {
    padding-inline-start: 15.625rem !important;
    padding-inline-end: 15.625rem !important;
  }
  .py-xl-0 {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
  }
  .py-xl-1 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-xl-2 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-xl-3 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-xl-4 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-xl-5 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-xl-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-xl-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-xl-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-xl-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-xl-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-xl-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-xl-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-xl-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-xl-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-xl-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-xl-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-xl-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-xl-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-xl-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-xl-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-xl-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-xl-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-xl-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-xl-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-xl-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-xl-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-xl-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-xl-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-xl-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-xl-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-xl-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-xl-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-xl-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-xl-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-xl-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-xl-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-xl-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-xl-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-xl-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-xl-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-xl-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-xl-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-xl-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-xl-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-xl-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-xl-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-xl-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-xl-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-xl-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-xl-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-xl-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-xl-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-xl-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-xl-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-xl-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-xl-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-xl-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-xl-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-xl-99 {
    padding-block-start: 6.1875rem !important;
    padding-block-end: 6.1875rem !important;
  }
  .py-xl-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-xl-250 {
    padding-block-start: 15.625rem !important;
    padding-block-end: 15.625rem !important;
  }
  .py-px-xl-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-xl-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-xl-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-xl-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-xl-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-xl-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-xl-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-xl-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-xl-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-xl-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-xl-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-xl-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-xl-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-xl-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-xl-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-xl-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-xl-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-xl-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-xl-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-xl-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-xl-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-xl-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-xl-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-xl-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-xl-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-xl-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-xl-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-xl-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-xl-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-xl-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-xl-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-xl-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-xl-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-xl-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-xl-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-xl-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-xl-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-xl-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-xl-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-xl-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-xl-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-xl-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-xl-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-xl-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-xl-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-xl-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-xl-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-xl-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-xl-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-xl-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-xl-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-xl-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-xl-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-xl-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-xl-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-xl-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-xl-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-xl-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-xl-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-xl-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-xl-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-xl-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-xl-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-xl-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-xl-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-xl-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-xl-71 {
    padding-block-start: 4.4375rem !important;
    padding-block-end: 4.4375rem !important;
  }
  .py-px-xl-72 {
    padding-block-start: 4.5rem !important;
    padding-block-end: 4.5rem !important;
  }
  .py-px-xl-73 {
    padding-block-start: 4.5625rem !important;
    padding-block-end: 4.5625rem !important;
  }
  .py-px-xl-74 {
    padding-block-start: 4.625rem !important;
    padding-block-end: 4.625rem !important;
  }
  .py-px-xl-75 {
    padding-block-start: 4.6875rem !important;
    padding-block-end: 4.6875rem !important;
  }
  .py-px-xl-76 {
    padding-block-start: 4.75rem !important;
    padding-block-end: 4.75rem !important;
  }
  .py-px-xl-77 {
    padding-block-start: 4.8125rem !important;
    padding-block-end: 4.8125rem !important;
  }
  .py-px-xl-78 {
    padding-block-start: 4.875rem !important;
    padding-block-end: 4.875rem !important;
  }
  .py-px-xl-79 {
    padding-block-start: 4.9375rem !important;
    padding-block-end: 4.9375rem !important;
  }
  .py-px-xl-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-xl-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-xl-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-xl-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-xl-86 {
    padding-block-start: 5.375rem !important;
    padding-block-end: 5.375rem !important;
  }
  .py-px-xl-87 {
    padding-block-start: 5.4375rem !important;
    padding-block-end: 5.4375rem !important;
  }
  .py-px-xl-88 {
    padding-block-start: 5.5rem !important;
    padding-block-end: 5.5rem !important;
  }
  .py-px-xl-89 {
    padding-block-start: 5.5625rem !important;
    padding-block-end: 5.5625rem !important;
  }
  .py-px-xl-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-px-xl-92 {
    padding-block-start: 5.75rem !important;
    padding-block-end: 5.75rem !important;
  }
  .py-px-xl-94 {
    padding-block-start: 5.875rem !important;
    padding-block-end: 5.875rem !important;
  }
  .py-px-xl-95 {
    padding-block-start: 5.9375rem !important;
    padding-block-end: 5.9375rem !important;
  }
  .py-px-xl-96 {
    padding-block-start: 6rem !important;
    padding-block-end: 6rem !important;
  }
  .py-px-xl-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-xl-100 {
    padding-block-start: 6.25rem !important;
    padding-block-end: 6.25rem !important;
  }
  .py-px-xl-102 {
    padding-block-start: 6.375rem !important;
    padding-block-end: 6.375rem !important;
  }
  .py-px-xl-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-xl-108 {
    padding-block-start: 6.75rem !important;
    padding-block-end: 6.75rem !important;
  }
  .py-px-xl-115 {
    padding-block-start: 7.1875rem !important;
    padding-block-end: 7.1875rem !important;
  }
  .py-px-xl-116 {
    padding-block-start: 7.25rem !important;
    padding-block-end: 7.25rem !important;
  }
  .py-px-xl-118 {
    padding-block-start: 7.375rem !important;
    padding-block-end: 7.375rem !important;
  }
  .py-px-xl-120 {
    padding-block-start: 7.5rem !important;
    padding-block-end: 7.5rem !important;
  }
  .py-px-xl-121 {
    padding-block-start: 7.5625rem !important;
    padding-block-end: 7.5625rem !important;
  }
  .py-px-xl-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-xl-129 {
    padding-block-start: 8.0625rem !important;
    padding-block-end: 8.0625rem !important;
  }
  .py-px-xl-131 {
    padding-block-start: 8.1875rem !important;
    padding-block-end: 8.1875rem !important;
  }
  .py-px-xl-140 {
    padding-block-start: 8.75rem !important;
    padding-block-end: 8.75rem !important;
  }
  .py-px-xl-144 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-px-xl-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-xl-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-xl-154 {
    padding-block-start: 9.625rem !important;
    padding-block-end: 9.625rem !important;
  }
  .py-px-xl-156 {
    padding-block-start: 9.75rem !important;
    padding-block-end: 9.75rem !important;
  }
  .py-px-xl-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-xl-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-xl-231 {
    padding-block-start: 14.4375rem !important;
    padding-block-end: 14.4375rem !important;
  }
  .py-px-xl-240 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-px-xl-247 {
    padding-block-start: 15.4375rem !important;
    padding-block-end: 15.4375rem !important;
  }
  .py-px-xl-239 {
    padding-block-start: 14.9375rem !important;
    padding-block-end: 14.9375rem !important;
  }
  .py-px-xl-255 {
    padding-block-start: 15.9375rem !important;
    padding-block-end: 15.9375rem !important;
  }
  .py-px-xl-327 {
    padding-block-start: 20.4375rem !important;
    padding-block-end: 20.4375rem !important;
  }
  .pt-xl-0 {
    padding-block-start: 0 !important;
  }
  .pt-xl-1 {
    padding-block-start: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-block-start: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-block-start: 1rem !important;
  }
  .pt-xl-4 {
    padding-block-start: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-block-start: 3rem !important;
  }
  .pt-xl-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-xl-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-xl-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-xl-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-xl-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-xl-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-xl-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-xl-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-xl-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-xl-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-xl-16 {
    padding-block-start: 1rem !important;
  }
  .pt-xl-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-xl-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-xl-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-xl-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-xl-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-xl-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-xl-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-xl-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-xl-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-xl-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-xl-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-xl-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-xl-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-xl-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-xl-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-xl-32 {
    padding-block-start: 2rem !important;
  }
  .pt-xl-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-xl-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-xl-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-xl-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-xl-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-xl-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-xl-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-xl-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-xl-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-xl-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-xl-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-xl-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-xl-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-xl-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-xl-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-xl-48 {
    padding-block-start: 3rem !important;
  }
  .pt-xl-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-xl-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-xl-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-xl-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-xl-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-xl-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-xl-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-xl-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-xl-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-xl-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-xl-99 {
    padding-block-start: 6.1875rem !important;
  }
  .pt-xl-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-xl-250 {
    padding-block-start: 15.625rem !important;
  }
  .pt-px-xl-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-xl-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-xl-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-xl-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-xl-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-xl-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-xl-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-xl-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-xl-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-xl-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-xl-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-xl-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-xl-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-xl-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-xl-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-xl-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-xl-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-xl-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-xl-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-xl-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-xl-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-xl-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-xl-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-xl-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-xl-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-xl-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-xl-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-xl-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-xl-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-xl-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-xl-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-xl-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-xl-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-xl-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-xl-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-xl-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-xl-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-xl-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-xl-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-xl-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-xl-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-xl-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-xl-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-xl-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-xl-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-xl-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-xl-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-xl-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-xl-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-xl-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-xl-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-xl-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-xl-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-xl-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-xl-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-xl-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-xl-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-xl-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-xl-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-xl-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-xl-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-xl-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-xl-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-xl-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-xl-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-xl-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-xl-71 {
    padding-block-start: 4.4375rem !important;
  }
  .pt-px-xl-72 {
    padding-block-start: 4.5rem !important;
  }
  .pt-px-xl-73 {
    padding-block-start: 4.5625rem !important;
  }
  .pt-px-xl-74 {
    padding-block-start: 4.625rem !important;
  }
  .pt-px-xl-75 {
    padding-block-start: 4.6875rem !important;
  }
  .pt-px-xl-76 {
    padding-block-start: 4.75rem !important;
  }
  .pt-px-xl-77 {
    padding-block-start: 4.8125rem !important;
  }
  .pt-px-xl-78 {
    padding-block-start: 4.875rem !important;
  }
  .pt-px-xl-79 {
    padding-block-start: 4.9375rem !important;
  }
  .pt-px-xl-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-xl-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-xl-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-xl-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-xl-86 {
    padding-block-start: 5.375rem !important;
  }
  .pt-px-xl-87 {
    padding-block-start: 5.4375rem !important;
  }
  .pt-px-xl-88 {
    padding-block-start: 5.5rem !important;
  }
  .pt-px-xl-89 {
    padding-block-start: 5.5625rem !important;
  }
  .pt-px-xl-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-px-xl-92 {
    padding-block-start: 5.75rem !important;
  }
  .pt-px-xl-94 {
    padding-block-start: 5.875rem !important;
  }
  .pt-px-xl-95 {
    padding-block-start: 5.9375rem !important;
  }
  .pt-px-xl-96 {
    padding-block-start: 6rem !important;
  }
  .pt-px-xl-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-xl-100 {
    padding-block-start: 6.25rem !important;
  }
  .pt-px-xl-102 {
    padding-block-start: 6.375rem !important;
  }
  .pt-px-xl-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-xl-108 {
    padding-block-start: 6.75rem !important;
  }
  .pt-px-xl-115 {
    padding-block-start: 7.1875rem !important;
  }
  .pt-px-xl-116 {
    padding-block-start: 7.25rem !important;
  }
  .pt-px-xl-118 {
    padding-block-start: 7.375rem !important;
  }
  .pt-px-xl-120 {
    padding-block-start: 7.5rem !important;
  }
  .pt-px-xl-121 {
    padding-block-start: 7.5625rem !important;
  }
  .pt-px-xl-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-xl-129 {
    padding-block-start: 8.0625rem !important;
  }
  .pt-px-xl-131 {
    padding-block-start: 8.1875rem !important;
  }
  .pt-px-xl-140 {
    padding-block-start: 8.75rem !important;
  }
  .pt-px-xl-144 {
    padding-block-start: 9rem !important;
  }
  .pt-px-xl-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-xl-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-xl-154 {
    padding-block-start: 9.625rem !important;
  }
  .pt-px-xl-156 {
    padding-block-start: 9.75rem !important;
  }
  .pt-px-xl-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-xl-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-xl-231 {
    padding-block-start: 14.4375rem !important;
  }
  .pt-px-xl-240 {
    padding-block-start: 15rem !important;
  }
  .pt-px-xl-247 {
    padding-block-start: 15.4375rem !important;
  }
  .pt-px-xl-239 {
    padding-block-start: 14.9375rem !important;
  }
  .pt-px-xl-255 {
    padding-block-start: 15.9375rem !important;
  }
  .pt-px-xl-327 {
    padding-block-start: 20.4375rem !important;
  }
  .pe-xl-0 {
    padding-inline-end: 0 !important;
  }
  .pe-xl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-xl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-inline-end: 3rem !important;
  }
  .pe-xl-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-xl-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-xl-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xl-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-xl-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-xl-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-xl-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-xl-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-xl-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-xl-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-xl-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-xl-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-xl-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-xl-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-xl-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-xl-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-xl-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-xl-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-xl-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xl-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-xl-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-xl-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-xl-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-xl-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-xl-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-xl-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-xl-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-xl-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-xl-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-xl-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-xl-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-xl-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-xl-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-xl-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-xl-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xl-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-xl-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-xl-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-xl-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-xl-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-xl-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-xl-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-xl-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-xl-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-xl-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-xl-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-xl-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-xl-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-xl-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-xl-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-xl-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-xl-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-xl-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-xl-99 {
    padding-inline-end: 6.1875rem !important;
  }
  .pe-xl-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-xl-250 {
    padding-inline-end: 15.625rem !important;
  }
  .pe-px-xl-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-xl-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-xl-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-xl-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-xl-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-xl-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-xl-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-xl-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-xl-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-xl-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-xl-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-xl-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-xl-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-xl-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-xl-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-xl-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-xl-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-xl-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-xl-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-xl-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-xl-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-xl-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-xl-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-xl-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-xl-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-xl-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-xl-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-xl-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-xl-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-xl-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-xl-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-xl-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-xl-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-xl-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-xl-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-xl-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-xl-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-xl-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-xl-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-xl-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-xl-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-xl-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-xl-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-xl-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-xl-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-xl-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-xl-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-xl-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-xl-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-xl-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-xl-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-xl-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-xl-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-xl-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-xl-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-xl-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-xl-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-xl-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-xl-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-xl-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-xl-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-xl-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-xl-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-xl-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-xl-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-xl-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-xl-71 {
    padding-inline-end: 4.4375rem !important;
  }
  .pe-px-xl-72 {
    padding-inline-end: 4.5rem !important;
  }
  .pe-px-xl-73 {
    padding-inline-end: 4.5625rem !important;
  }
  .pe-px-xl-74 {
    padding-inline-end: 4.625rem !important;
  }
  .pe-px-xl-75 {
    padding-inline-end: 4.6875rem !important;
  }
  .pe-px-xl-76 {
    padding-inline-end: 4.75rem !important;
  }
  .pe-px-xl-77 {
    padding-inline-end: 4.8125rem !important;
  }
  .pe-px-xl-78 {
    padding-inline-end: 4.875rem !important;
  }
  .pe-px-xl-79 {
    padding-inline-end: 4.9375rem !important;
  }
  .pe-px-xl-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-xl-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-xl-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-xl-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-xl-86 {
    padding-inline-end: 5.375rem !important;
  }
  .pe-px-xl-87 {
    padding-inline-end: 5.4375rem !important;
  }
  .pe-px-xl-88 {
    padding-inline-end: 5.5rem !important;
  }
  .pe-px-xl-89 {
    padding-inline-end: 5.5625rem !important;
  }
  .pe-px-xl-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-px-xl-92 {
    padding-inline-end: 5.75rem !important;
  }
  .pe-px-xl-94 {
    padding-inline-end: 5.875rem !important;
  }
  .pe-px-xl-95 {
    padding-inline-end: 5.9375rem !important;
  }
  .pe-px-xl-96 {
    padding-inline-end: 6rem !important;
  }
  .pe-px-xl-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-xl-100 {
    padding-inline-end: 6.25rem !important;
  }
  .pe-px-xl-102 {
    padding-inline-end: 6.375rem !important;
  }
  .pe-px-xl-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-xl-108 {
    padding-inline-end: 6.75rem !important;
  }
  .pe-px-xl-115 {
    padding-inline-end: 7.1875rem !important;
  }
  .pe-px-xl-116 {
    padding-inline-end: 7.25rem !important;
  }
  .pe-px-xl-118 {
    padding-inline-end: 7.375rem !important;
  }
  .pe-px-xl-120 {
    padding-inline-end: 7.5rem !important;
  }
  .pe-px-xl-121 {
    padding-inline-end: 7.5625rem !important;
  }
  .pe-px-xl-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-xl-129 {
    padding-inline-end: 8.0625rem !important;
  }
  .pe-px-xl-131 {
    padding-inline-end: 8.1875rem !important;
  }
  .pe-px-xl-140 {
    padding-inline-end: 8.75rem !important;
  }
  .pe-px-xl-144 {
    padding-inline-end: 9rem !important;
  }
  .pe-px-xl-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-xl-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-xl-154 {
    padding-inline-end: 9.625rem !important;
  }
  .pe-px-xl-156 {
    padding-inline-end: 9.75rem !important;
  }
  .pe-px-xl-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-xl-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-xl-231 {
    padding-inline-end: 14.4375rem !important;
  }
  .pe-px-xl-240 {
    padding-inline-end: 15rem !important;
  }
  .pe-px-xl-247 {
    padding-inline-end: 15.4375rem !important;
  }
  .pe-px-xl-239 {
    padding-inline-end: 14.9375rem !important;
  }
  .pe-px-xl-255 {
    padding-inline-end: 15.9375rem !important;
  }
  .pe-px-xl-327 {
    padding-inline-end: 20.4375rem !important;
  }
  .pb-xl-0 {
    padding-block-end: 0 !important;
  }
  .pb-xl-1 {
    padding-block-end: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-block-end: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-block-end: 1rem !important;
  }
  .pb-xl-4 {
    padding-block-end: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-block-end: 3rem !important;
  }
  .pb-xl-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-xl-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-xl-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-xl-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-xl-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-xl-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-xl-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-xl-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-xl-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-xl-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-xl-16 {
    padding-block-end: 1rem !important;
  }
  .pb-xl-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-xl-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-xl-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-xl-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-xl-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-xl-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-xl-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-xl-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-xl-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-xl-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-xl-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-xl-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-xl-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-xl-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-xl-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-xl-32 {
    padding-block-end: 2rem !important;
  }
  .pb-xl-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-xl-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-xl-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-xl-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-xl-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-xl-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-xl-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-xl-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-xl-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-xl-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-xl-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-xl-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-xl-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-xl-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-xl-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-xl-48 {
    padding-block-end: 3rem !important;
  }
  .pb-xl-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-xl-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-xl-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-xl-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-xl-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-xl-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-xl-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-xl-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-xl-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-xl-90 {
    padding-block-end: 5.625rem !important;
  }
  .pb-xl-99 {
    padding-block-end: 6.1875rem !important;
  }
  .pb-xl-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-xl-250 {
    padding-block-end: 15.625rem !important;
  }
  .ps-xl-0 {
    padding-inline-start: 0 !important;
  }
  .ps-xl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-xl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-inline-start: 3rem !important;
  }
  .ps-xl-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-xl-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-xl-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xl-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-xl-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-xl-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-xl-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-xl-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-xl-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-xl-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-xl-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-xl-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-xl-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-xl-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-xl-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-xl-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-xl-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-xl-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-xl-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xl-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-xl-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-xl-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-xl-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-xl-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-xl-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-xl-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-xl-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-xl-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-xl-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-xl-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-xl-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-xl-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-xl-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-xl-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-xl-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xl-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-xl-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-xl-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-xl-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-xl-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-xl-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-xl-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-xl-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-xl-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-xl-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-xl-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-xl-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-xl-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-xl-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-xl-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-xl-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-xl-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-xl-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-xl-99 {
    padding-inline-start: 6.1875rem !important;
  }
  .ps-xl-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-xl-250 {
    padding-inline-start: 15.625rem !important;
  }
  .ps-px-xl-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-xl-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-xl-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-xl-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-xl-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-xl-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-xl-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-xl-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-xl-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-xl-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-xl-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-xl-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-xl-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-xl-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-xl-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-xl-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-xl-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-xl-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-xl-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-xl-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-xl-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-xl-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-xl-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-xl-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-xl-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-xl-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-xl-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-xl-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-xl-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-xl-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-xl-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-xl-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-xl-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-xl-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-xl-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-xl-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-xl-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-xl-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-xl-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-xl-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-xl-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-xl-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-xl-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-xl-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-xl-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-xl-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-xl-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-xl-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-xl-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-xl-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-xl-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-xl-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-xl-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-xl-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-xl-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-xl-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-xl-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-xl-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-xl-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-xl-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-xl-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-xl-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-xl-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-xl-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-xl-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-xl-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-xl-71 {
    padding-inline-start: 4.4375rem !important;
  }
  .ps-px-xl-72 {
    padding-inline-start: 4.5rem !important;
  }
  .ps-px-xl-73 {
    padding-inline-start: 4.5625rem !important;
  }
  .ps-px-xl-74 {
    padding-inline-start: 4.625rem !important;
  }
  .ps-px-xl-75 {
    padding-inline-start: 4.6875rem !important;
  }
  .ps-px-xl-76 {
    padding-inline-start: 4.75rem !important;
  }
  .ps-px-xl-77 {
    padding-inline-start: 4.8125rem !important;
  }
  .ps-px-xl-78 {
    padding-inline-start: 4.875rem !important;
  }
  .ps-px-xl-79 {
    padding-inline-start: 4.9375rem !important;
  }
  .ps-px-xl-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-xl-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-xl-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-xl-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-xl-86 {
    padding-inline-start: 5.375rem !important;
  }
  .ps-px-xl-87 {
    padding-inline-start: 5.4375rem !important;
  }
  .ps-px-xl-88 {
    padding-inline-start: 5.5rem !important;
  }
  .ps-px-xl-89 {
    padding-inline-start: 5.5625rem !important;
  }
  .ps-px-xl-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-px-xl-92 {
    padding-inline-start: 5.75rem !important;
  }
  .ps-px-xl-94 {
    padding-inline-start: 5.875rem !important;
  }
  .ps-px-xl-95 {
    padding-inline-start: 5.9375rem !important;
  }
  .ps-px-xl-96 {
    padding-inline-start: 6rem !important;
  }
  .ps-px-xl-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-xl-100 {
    padding-inline-start: 6.25rem !important;
  }
  .ps-px-xl-102 {
    padding-inline-start: 6.375rem !important;
  }
  .ps-px-xl-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-xl-108 {
    padding-inline-start: 6.75rem !important;
  }
  .ps-px-xl-115 {
    padding-inline-start: 7.1875rem !important;
  }
  .ps-px-xl-116 {
    padding-inline-start: 7.25rem !important;
  }
  .ps-px-xl-118 {
    padding-inline-start: 7.375rem !important;
  }
  .ps-px-xl-120 {
    padding-inline-start: 7.5rem !important;
  }
  .ps-px-xl-121 {
    padding-inline-start: 7.5625rem !important;
  }
  .ps-px-xl-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-xl-129 {
    padding-inline-start: 8.0625rem !important;
  }
  .ps-px-xl-131 {
    padding-inline-start: 8.1875rem !important;
  }
  .ps-px-xl-140 {
    padding-inline-start: 8.75rem !important;
  }
  .ps-px-xl-144 {
    padding-inline-start: 9rem !important;
  }
  .ps-px-xl-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-xl-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-xl-154 {
    padding-inline-start: 9.625rem !important;
  }
  .ps-px-xl-156 {
    padding-inline-start: 9.75rem !important;
  }
  .ps-px-xl-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-xl-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-xl-231 {
    padding-inline-start: 14.4375rem !important;
  }
  .ps-px-xl-240 {
    padding-inline-start: 15rem !important;
  }
  .ps-px-xl-247 {
    padding-inline-start: 15.4375rem !important;
  }
  .ps-px-xl-239 {
    padding-inline-start: 14.9375rem !important;
  }
  .ps-px-xl-255 {
    padding-inline-start: 15.9375rem !important;
  }
  .ps-px-xl-327 {
    padding-inline-start: 20.4375rem !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-wrap {
    white-space: normal !important;
  }
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .text-xl-balance {
    white-space: balance !important;
  }
  /* rtl:begin:remove */
  .text-xl-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .text-xl-keep {
    word-wrap: keep-all !important;
    word-break: keep-all !important;
  }
  /* rtl:end:remove */
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !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;
  }
  .d-xxl-none {
    display: none !important;
  }
  .resize-xxl-none {
    resize: none !important;
  }
  .resize-xxl-auto {
    resize: auto !important;
  }
  .grid-cols-xxl-auto-fill-300 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-270 {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-260 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-240 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-220 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-210 {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  }
  .grid-cols-xxl-auto-fill-185 {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
  }
  .grid-cols-xxl-1_5-1-1 {
    grid-template-columns: 1.5fr 1fr 1fr !important;
  }
  .grid-cols-xxl-1_4-1 {
    grid-template-columns: 1.4fr 1fr !important;
  }
  .grid-column-xxl-1-2 {
    grid-column: 1/2 !important;
  }
  .grid-column-xxl-1-3 {
    grid-column: 1/3 !important;
  }
  .grid-column-xxl-2-3 {
    grid-column: 2/3 !important;
  }
  .grid-column-xxl-3-4 {
    grid-column: 3/4 !important;
  }
  .grid-row-xxl-1 {
    grid-row: 1 !important;
  }
  .grid-row-xxl-2 {
    grid-row: 2 !important;
  }
  .grid-row-xxl-3 {
    grid-row: 3 !important;
  }
  .grid-row-xxl-1-3 {
    grid-row: 1/3 !important;
  }
  .grid-row-xxl-unset {
    grid-row: unset !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-auto {
    inset-block-start: auto !important;
  }
  .top-xxl-0 {
    inset-block-start: 0 !important;
  }
  .top-xxl-2 {
    inset-block-start: 2px !important;
  }
  .top-xxl-3 {
    inset-block-start: 3px !important;
  }
  .top-xxl-4 {
    inset-block-start: 4px !important;
  }
  .top-xxl-5 {
    inset-block-start: 5px !important;
  }
  .top-xxl-6 {
    inset-block-start: 6px !important;
  }
  .top-xxl-7 {
    inset-block-start: 7px !important;
  }
  .top-xxl-8 {
    inset-block-start: 8px !important;
  }
  .top-xxl-9 {
    inset-block-start: 9px !important;
  }
  .top-xxl-10 {
    inset-block-start: 10px !important;
  }
  .top-xxl-11 {
    inset-block-start: 11px !important;
  }
  .top-xxl-12 {
    inset-block-start: 12px !important;
  }
  .top-xxl-13 {
    inset-block-start: 13px !important;
  }
  .top-xxl-14 {
    inset-block-start: 14px !important;
  }
  .top-xxl-15 {
    inset-block-start: 15px !important;
  }
  .top-xxl-16 {
    inset-block-start: 16px !important;
  }
  .top-xxl-18 {
    inset-block-start: 18px !important;
  }
  .top-xxl-20 {
    inset-block-start: 20px !important;
  }
  .top-xxl-21 {
    inset-block-start: 21px !important;
  }
  .top-xxl-22 {
    inset-block-start: 22px !important;
  }
  .top-xxl-23 {
    inset-block-start: 23px !important;
  }
  .top-xxl-24 {
    inset-block-start: 24px !important;
  }
  .top-xxl-25 {
    inset-block-start: 25px !important;
  }
  .top-xxl-26 {
    inset-block-start: 26px !important;
  }
  .top-xxl-27 {
    inset-block-start: 27px !important;
  }
  .top-xxl-28 {
    inset-block-start: 28px !important;
  }
  .top-xxl-29 {
    inset-block-start: 29px !important;
  }
  .top-xxl-30 {
    inset-block-start: 30px !important;
  }
  .top-xxl-36 {
    inset-block-start: 36px !important;
  }
  .top-xxl-38 {
    inset-block-start: 38px !important;
  }
  .top-xxl-40 {
    inset-block-start: 40px !important;
  }
  .top-xxl-41 {
    inset-block-start: 41px !important;
  }
  .top-xxl-49 {
    inset-block-start: 49px !important;
  }
  .top-xxl-54 {
    inset-block-start: 54px !important;
  }
  .top-xxl-58 {
    inset-block-start: 58px !important;
  }
  .top-xxl-59 {
    inset-block-start: 59px !important;
  }
  .top-xxl-60 {
    inset-block-start: 60px !important;
  }
  .top-xxl-61 {
    inset-block-start: 61px !important;
  }
  .top-xxl-62 {
    inset-block-start: 62px !important;
  }
  .top-xxl-63 {
    inset-block-start: 63px !important;
  }
  .top-xxl-64 {
    inset-block-start: 64px !important;
  }
  .top-xxl-65 {
    inset-block-start: 65px !important;
  }
  .top-xxl-66 {
    inset-block-start: 66px !important;
  }
  .top-xxl-70 {
    inset-block-start: 70px !important;
  }
  .top-xxl-85 {
    inset-block-start: 85px !important;
  }
  .top-xxl-96 {
    inset-block-start: 96px !important;
  }
  .top-xxl-99 {
    inset-block-start: 99px !important;
  }
  .top-xxl-109 {
    inset-block-start: 109px !important;
  }
  .top-xxl-120 {
    inset-block-start: 120px !important;
  }
  .top-xxl-135 {
    inset-block-start: 135px !important;
  }
  .top-xxl-50 {
    inset-block-start: 50% !important;
  }
  .top-xxl-100 {
    inset-block-start: 100% !important;
  }
  .top-per-xxl-10 {
    inset-block-start: 10% !important;
  }
  .top-per-xxl-20 {
    inset-block-start: 20% !important;
  }
  .top-per-xxl-25 {
    inset-block-start: 25% !important;
  }
  .top-per-xxl-40 {
    inset-block-start: 40% !important;
  }
  .top-per-xxl-47 {
    inset-block-start: 47% !important;
  }
  .top-per-xxl-50 {
    inset-block-start: 50% !important;
  }
  .top-per-xxl-60 {
    inset-block-start: 60% !important;
  }
  .top-per-xxl-70 {
    inset-block-start: 70% !important;
  }
  .top-per-xxl-75 {
    inset-block-start: 75% !important;
  }
  .top-per-xxl-80 {
    inset-block-start: 80% !important;
  }
  .top-per-xxl-90 {
    inset-block-start: 90% !important;
  }
  .top-per-xxl-100 {
    inset-block-start: 100% !important;
  }
  .top-per-xxl-auto {
    inset-block-start: auto !important;
  }
  .top-xxl-nauto {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n2 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n3 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n4 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n5 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n6 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n7 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n8 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n9 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n10 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n11 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n12 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n13 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n14 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n15 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n16 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n18 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n20 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n21 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n22 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n23 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n24 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n25 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n26 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n27 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n28 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n29 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n30 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n36 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n38 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n40 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n41 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n49 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n54 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n58 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n59 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n60 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n61 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n62 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n63 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n64 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n65 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n66 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n70 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n85 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n96 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n99 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n109 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n120 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n135 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n50 {
    inset-block-start: -0.375rem !important;
  }
  .top-xxl-n100 {
    inset-block-start: -0.375rem !important;
  }
  .bottom-xxl-auto {
    inset-block-end: auto !important;
  }
  .bottom-xxl-0 {
    inset-block-end: 0 !important;
  }
  .bottom-xxl-2 {
    inset-block-end: 2px !important;
  }
  .bottom-xxl-3 {
    inset-block-end: 3px !important;
  }
  .bottom-xxl-4 {
    inset-block-end: 4px !important;
  }
  .bottom-xxl-5 {
    inset-block-end: 5px !important;
  }
  .bottom-xxl-6 {
    inset-block-end: 6px !important;
  }
  .bottom-xxl-7 {
    inset-block-end: 7px !important;
  }
  .bottom-xxl-8 {
    inset-block-end: 8px !important;
  }
  .bottom-xxl-9 {
    inset-block-end: 9px !important;
  }
  .bottom-xxl-10 {
    inset-block-end: 10px !important;
  }
  .bottom-xxl-11 {
    inset-block-end: 11px !important;
  }
  .bottom-xxl-12 {
    inset-block-end: 12px !important;
  }
  .bottom-xxl-13 {
    inset-block-end: 13px !important;
  }
  .bottom-xxl-14 {
    inset-block-end: 14px !important;
  }
  .bottom-xxl-15 {
    inset-block-end: 15px !important;
  }
  .bottom-xxl-16 {
    inset-block-end: 16px !important;
  }
  .bottom-xxl-18 {
    inset-block-end: 18px !important;
  }
  .bottom-xxl-20 {
    inset-block-end: 20px !important;
  }
  .bottom-xxl-21 {
    inset-block-end: 21px !important;
  }
  .bottom-xxl-22 {
    inset-block-end: 22px !important;
  }
  .bottom-xxl-23 {
    inset-block-end: 23px !important;
  }
  .bottom-xxl-24 {
    inset-block-end: 24px !important;
  }
  .bottom-xxl-25 {
    inset-block-end: 25px !important;
  }
  .bottom-xxl-26 {
    inset-block-end: 26px !important;
  }
  .bottom-xxl-27 {
    inset-block-end: 27px !important;
  }
  .bottom-xxl-28 {
    inset-block-end: 28px !important;
  }
  .bottom-xxl-29 {
    inset-block-end: 29px !important;
  }
  .bottom-xxl-30 {
    inset-block-end: 30px !important;
  }
  .bottom-xxl-36 {
    inset-block-end: 36px !important;
  }
  .bottom-xxl-38 {
    inset-block-end: 38px !important;
  }
  .bottom-xxl-40 {
    inset-block-end: 40px !important;
  }
  .bottom-xxl-41 {
    inset-block-end: 41px !important;
  }
  .bottom-xxl-49 {
    inset-block-end: 49px !important;
  }
  .bottom-xxl-54 {
    inset-block-end: 54px !important;
  }
  .bottom-xxl-58 {
    inset-block-end: 58px !important;
  }
  .bottom-xxl-59 {
    inset-block-end: 59px !important;
  }
  .bottom-xxl-60 {
    inset-block-end: 60px !important;
  }
  .bottom-xxl-61 {
    inset-block-end: 61px !important;
  }
  .bottom-xxl-62 {
    inset-block-end: 62px !important;
  }
  .bottom-xxl-63 {
    inset-block-end: 63px !important;
  }
  .bottom-xxl-64 {
    inset-block-end: 64px !important;
  }
  .bottom-xxl-65 {
    inset-block-end: 65px !important;
  }
  .bottom-xxl-66 {
    inset-block-end: 66px !important;
  }
  .bottom-xxl-70 {
    inset-block-end: 70px !important;
  }
  .bottom-xxl-85 {
    inset-block-end: 85px !important;
  }
  .bottom-xxl-96 {
    inset-block-end: 96px !important;
  }
  .bottom-xxl-99 {
    inset-block-end: 99px !important;
  }
  .bottom-xxl-109 {
    inset-block-end: 109px !important;
  }
  .bottom-xxl-120 {
    inset-block-end: 120px !important;
  }
  .bottom-xxl-135 {
    inset-block-end: 135px !important;
  }
  .bottom-xxl-50 {
    inset-block-end: 50% !important;
  }
  .bottom-xxl-100 {
    inset-block-end: 100% !important;
  }
  .bottom-xxl-nauto {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n2 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n3 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n4 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n5 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n6 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n7 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n8 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n9 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n10 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n11 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n12 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n13 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n14 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n15 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n16 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n18 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n20 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n21 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n22 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n23 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n24 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n25 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n26 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n27 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n28 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n29 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n30 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n36 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n38 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n40 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n41 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n49 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n54 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n58 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n59 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n60 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n61 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n62 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n63 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n64 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n65 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n66 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n70 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n85 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n96 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n99 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n109 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n120 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n135 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n50 {
    inset-block-end: -0.375rem !important;
  }
  .bottom-xxl-n100 {
    inset-block-end: -0.375rem !important;
  }
  .start-xxl-auto {
    inset-inline-start: auto !important;
  }
  .start-xxl-0 {
    inset-inline-start: 0 !important;
  }
  .start-xxl-2 {
    inset-inline-start: 2px !important;
  }
  .start-xxl-3 {
    inset-inline-start: 3px !important;
  }
  .start-xxl-4 {
    inset-inline-start: 4px !important;
  }
  .start-xxl-5 {
    inset-inline-start: 5px !important;
  }
  .start-xxl-6 {
    inset-inline-start: 6px !important;
  }
  .start-xxl-7 {
    inset-inline-start: 7px !important;
  }
  .start-xxl-8 {
    inset-inline-start: 8px !important;
  }
  .start-xxl-9 {
    inset-inline-start: 9px !important;
  }
  .start-xxl-10 {
    inset-inline-start: 10px !important;
  }
  .start-xxl-11 {
    inset-inline-start: 11px !important;
  }
  .start-xxl-12 {
    inset-inline-start: 12px !important;
  }
  .start-xxl-13 {
    inset-inline-start: 13px !important;
  }
  .start-xxl-14 {
    inset-inline-start: 14px !important;
  }
  .start-xxl-15 {
    inset-inline-start: 15px !important;
  }
  .start-xxl-16 {
    inset-inline-start: 16px !important;
  }
  .start-xxl-18 {
    inset-inline-start: 18px !important;
  }
  .start-xxl-20 {
    inset-inline-start: 20px !important;
  }
  .start-xxl-21 {
    inset-inline-start: 21px !important;
  }
  .start-xxl-22 {
    inset-inline-start: 22px !important;
  }
  .start-xxl-23 {
    inset-inline-start: 23px !important;
  }
  .start-xxl-24 {
    inset-inline-start: 24px !important;
  }
  .start-xxl-25 {
    inset-inline-start: 25px !important;
  }
  .start-xxl-26 {
    inset-inline-start: 26px !important;
  }
  .start-xxl-27 {
    inset-inline-start: 27px !important;
  }
  .start-xxl-28 {
    inset-inline-start: 28px !important;
  }
  .start-xxl-29 {
    inset-inline-start: 29px !important;
  }
  .start-xxl-30 {
    inset-inline-start: 30px !important;
  }
  .start-xxl-36 {
    inset-inline-start: 36px !important;
  }
  .start-xxl-38 {
    inset-inline-start: 38px !important;
  }
  .start-xxl-40 {
    inset-inline-start: 40px !important;
  }
  .start-xxl-41 {
    inset-inline-start: 41px !important;
  }
  .start-xxl-49 {
    inset-inline-start: 49px !important;
  }
  .start-xxl-54 {
    inset-inline-start: 54px !important;
  }
  .start-xxl-58 {
    inset-inline-start: 58px !important;
  }
  .start-xxl-59 {
    inset-inline-start: 59px !important;
  }
  .start-xxl-60 {
    inset-inline-start: 60px !important;
  }
  .start-xxl-61 {
    inset-inline-start: 61px !important;
  }
  .start-xxl-62 {
    inset-inline-start: 62px !important;
  }
  .start-xxl-63 {
    inset-inline-start: 63px !important;
  }
  .start-xxl-64 {
    inset-inline-start: 64px !important;
  }
  .start-xxl-65 {
    inset-inline-start: 65px !important;
  }
  .start-xxl-66 {
    inset-inline-start: 66px !important;
  }
  .start-xxl-70 {
    inset-inline-start: 70px !important;
  }
  .start-xxl-85 {
    inset-inline-start: 85px !important;
  }
  .start-xxl-96 {
    inset-inline-start: 96px !important;
  }
  .start-xxl-99 {
    inset-inline-start: 99px !important;
  }
  .start-xxl-109 {
    inset-inline-start: 109px !important;
  }
  .start-xxl-120 {
    inset-inline-start: 120px !important;
  }
  .start-xxl-135 {
    inset-inline-start: 135px !important;
  }
  .start-xxl-50 {
    inset-inline-start: 50% !important;
  }
  .start-xxl-100 {
    inset-inline-start: 100% !important;
  }
  .start-px-xxl-0 {
    inset-inline-start: 0rem !important;
  }
  .start-px-xxl-1 {
    inset-inline-start: 0.0625rem !important;
  }
  .start-px-xxl-2 {
    inset-inline-start: 0.125rem !important;
  }
  .start-px-xxl-3 {
    inset-inline-start: 0.1875rem !important;
  }
  .start-px-xxl-4 {
    inset-inline-start: 0.25rem !important;
  }
  .start-px-xxl-5 {
    inset-inline-start: 0.3125rem !important;
  }
  .start-px-xxl-6 {
    inset-inline-start: 0.375rem !important;
  }
  .start-px-xxl-7 {
    inset-inline-start: 0.4375rem !important;
  }
  .start-px-xxl-8 {
    inset-inline-start: 0.5rem !important;
  }
  .start-px-xxl-9 {
    inset-inline-start: 0.5625rem !important;
  }
  .start-px-xxl-10 {
    inset-inline-start: 0.625rem !important;
  }
  .start-px-xxl-11 {
    inset-inline-start: 0.6875rem !important;
  }
  .start-px-xxl-12 {
    inset-inline-start: 0.75rem !important;
  }
  .start-px-xxl-13 {
    inset-inline-start: 0.8125rem !important;
  }
  .start-px-xxl-14 {
    inset-inline-start: 0.875rem !important;
  }
  .start-px-xxl-15 {
    inset-inline-start: 0.9375rem !important;
  }
  .start-px-xxl-16 {
    inset-inline-start: 1rem !important;
  }
  .start-px-xxl-17 {
    inset-inline-start: 1.0625rem !important;
  }
  .start-px-xxl-18 {
    inset-inline-start: 1.125rem !important;
  }
  .start-px-xxl-19 {
    inset-inline-start: 1.1875rem !important;
  }
  .start-px-xxl-20 {
    inset-inline-start: 1.25rem !important;
  }
  .start-px-xxl-21 {
    inset-inline-start: 1.3125rem !important;
  }
  .start-px-xxl-22 {
    inset-inline-start: 1.375rem !important;
  }
  .start-px-xxl-23 {
    inset-inline-start: 1.4375rem !important;
  }
  .start-px-xxl-24 {
    inset-inline-start: 1.5rem !important;
  }
  .start-px-xxl-25 {
    inset-inline-start: 1.5625rem !important;
  }
  .start-px-xxl-26 {
    inset-inline-start: 1.625rem !important;
  }
  .start-px-xxl-27 {
    inset-inline-start: 1.6875rem !important;
  }
  .start-px-xxl-28 {
    inset-inline-start: 1.75rem !important;
  }
  .start-px-xxl-29 {
    inset-inline-start: 1.8125rem !important;
  }
  .start-px-xxl-30 {
    inset-inline-start: 1.875rem !important;
  }
  .start-px-xxl-31 {
    inset-inline-start: 1.9375rem !important;
  }
  .start-px-xxl-32 {
    inset-inline-start: 2rem !important;
  }
  .start-px-xxl-33 {
    inset-inline-start: 2.0625rem !important;
  }
  .start-px-xxl-34 {
    inset-inline-start: 2.125rem !important;
  }
  .start-px-xxl-35 {
    inset-inline-start: 2.1875rem !important;
  }
  .start-px-xxl-36 {
    inset-inline-start: 2.25rem !important;
  }
  .start-px-xxl-37 {
    inset-inline-start: 2.3125rem !important;
  }
  .start-px-xxl-38 {
    inset-inline-start: 2.375rem !important;
  }
  .start-px-xxl-39 {
    inset-inline-start: 2.4375rem !important;
  }
  .start-px-xxl-40 {
    inset-inline-start: 2.5rem !important;
  }
  .start-px-xxl-41 {
    inset-inline-start: 2.5625rem !important;
  }
  .start-px-xxl-42 {
    inset-inline-start: 2.625rem !important;
  }
  .start-px-xxl-43 {
    inset-inline-start: 2.6875rem !important;
  }
  .start-px-xxl-44 {
    inset-inline-start: 2.75rem !important;
  }
  .start-px-xxl-45 {
    inset-inline-start: 2.8125rem !important;
  }
  .start-px-xxl-46 {
    inset-inline-start: 2.875rem !important;
  }
  .start-px-xxl-47 {
    inset-inline-start: 2.9375rem !important;
  }
  .start-px-xxl-48 {
    inset-inline-start: 3rem !important;
  }
  .start-px-xxl-49 {
    inset-inline-start: 3.0625rem !important;
  }
  .start-px-xxl-50 {
    inset-inline-start: 3.125rem !important;
  }
  .start-px-xxl-51 {
    inset-inline-start: 3.1875rem !important;
  }
  .start-px-xxl-52 {
    inset-inline-start: 3.25rem !important;
  }
  .start-px-xxl-53 {
    inset-inline-start: 3.3125rem !important;
  }
  .start-px-xxl-54 {
    inset-inline-start: 3.375rem !important;
  }
  .start-px-xxl-56 {
    inset-inline-start: 3.5rem !important;
  }
  .start-px-xxl-57 {
    inset-inline-start: 3.5625rem !important;
  }
  .start-px-xxl-58 {
    inset-inline-start: 3.625rem !important;
  }
  .start-px-xxl-59 {
    inset-inline-start: 3.6875rem !important;
  }
  .start-px-xxl-60 {
    inset-inline-start: 3.75rem !important;
  }
  .start-px-xxl-61 {
    inset-inline-start: 3.8125rem !important;
  }
  .start-px-xxl-62 {
    inset-inline-start: 3.875rem !important;
  }
  .start-px-xxl-63 {
    inset-inline-start: 3.9375rem !important;
  }
  .start-px-xxl-64 {
    inset-inline-start: 4rem !important;
  }
  .start-px-xxl-68 {
    inset-inline-start: 4.25rem !important;
  }
  .start-px-xxl-70 {
    inset-inline-start: 4.375rem !important;
  }
  .start-px-xxl-71 {
    inset-inline-start: 4.4375rem !important;
  }
  .start-px-xxl-72 {
    inset-inline-start: 4.5rem !important;
  }
  .start-px-xxl-73 {
    inset-inline-start: 4.5625rem !important;
  }
  .start-px-xxl-74 {
    inset-inline-start: 4.625rem !important;
  }
  .start-px-xxl-75 {
    inset-inline-start: 4.6875rem !important;
  }
  .start-px-xxl-76 {
    inset-inline-start: 4.75rem !important;
  }
  .start-px-xxl-77 {
    inset-inline-start: 4.8125rem !important;
  }
  .start-px-xxl-78 {
    inset-inline-start: 4.875rem !important;
  }
  .start-px-xxl-79 {
    inset-inline-start: 4.9375rem !important;
  }
  .start-px-xxl-80 {
    inset-inline-start: 5rem !important;
  }
  .start-px-xxl-82 {
    inset-inline-start: 5.125rem !important;
  }
  .start-px-xxl-83 {
    inset-inline-start: 5.1875rem !important;
  }
  .start-px-xxl-84 {
    inset-inline-start: 5.25rem !important;
  }
  .start-px-xxl-86 {
    inset-inline-start: 5.375rem !important;
  }
  .start-px-xxl-87 {
    inset-inline-start: 5.4375rem !important;
  }
  .start-px-xxl-88 {
    inset-inline-start: 5.5rem !important;
  }
  .start-px-xxl-89 {
    inset-inline-start: 5.5625rem !important;
  }
  .start-px-xxl-90 {
    inset-inline-start: 5.625rem !important;
  }
  .start-px-xxl-92 {
    inset-inline-start: 5.75rem !important;
  }
  .start-px-xxl-94 {
    inset-inline-start: 5.875rem !important;
  }
  .start-px-xxl-95 {
    inset-inline-start: 5.9375rem !important;
  }
  .start-px-xxl-96 {
    inset-inline-start: 6rem !important;
  }
  .start-px-xxl-98 {
    inset-inline-start: 6.125rem !important;
  }
  .start-px-xxl-100 {
    inset-inline-start: 6.25rem !important;
  }
  .start-px-xxl-102 {
    inset-inline-start: 6.375rem !important;
  }
  .start-px-xxl-104 {
    inset-inline-start: 6.5rem !important;
  }
  .start-px-xxl-108 {
    inset-inline-start: 6.75rem !important;
  }
  .start-px-xxl-115 {
    inset-inline-start: 7.1875rem !important;
  }
  .start-px-xxl-116 {
    inset-inline-start: 7.25rem !important;
  }
  .start-px-xxl-118 {
    inset-inline-start: 7.375rem !important;
  }
  .start-px-xxl-120 {
    inset-inline-start: 7.5rem !important;
  }
  .start-px-xxl-121 {
    inset-inline-start: 7.5625rem !important;
  }
  .start-px-xxl-123 {
    inset-inline-start: 7.6875rem !important;
  }
  .start-px-xxl-129 {
    inset-inline-start: 8.0625rem !important;
  }
  .start-px-xxl-131 {
    inset-inline-start: 8.1875rem !important;
  }
  .start-px-xxl-140 {
    inset-inline-start: 8.75rem !important;
  }
  .start-px-xxl-144 {
    inset-inline-start: 9rem !important;
  }
  .start-px-xxl-147 {
    inset-inline-start: 9.1875rem !important;
  }
  .start-px-xxl-148 {
    inset-inline-start: 9.25rem !important;
  }
  .start-px-xxl-154 {
    inset-inline-start: 9.625rem !important;
  }
  .start-px-xxl-156 {
    inset-inline-start: 9.75rem !important;
  }
  .start-px-xxl-180 {
    inset-inline-start: 11.25rem !important;
  }
  .start-px-xxl-200 {
    inset-inline-start: 12.5rem !important;
  }
  .start-px-xxl-231 {
    inset-inline-start: 14.4375rem !important;
  }
  .start-px-xxl-240 {
    inset-inline-start: 15rem !important;
  }
  .start-px-xxl-247 {
    inset-inline-start: 15.4375rem !important;
  }
  .start-px-xxl-239 {
    inset-inline-start: 14.9375rem !important;
  }
  .start-px-xxl-255 {
    inset-inline-start: 15.9375rem !important;
  }
  .start-px-xxl-327 {
    inset-inline-start: 20.4375rem !important;
  }
  .start-xxl-nauto {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n2 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n3 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n4 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n5 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n6 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n7 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n8 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n9 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n10 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n11 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n12 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n13 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n14 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n15 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n16 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n18 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n20 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n21 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n22 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n23 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n24 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n25 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n26 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n27 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n28 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n29 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n30 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n36 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n38 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n40 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n41 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n49 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n54 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n58 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n59 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n60 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n61 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n62 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n63 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n64 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n65 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n66 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n70 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n85 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n96 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n99 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n109 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n120 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n135 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n50 {
    inset-inline-start: -0.375rem !important;
  }
  .start-xxl-n100 {
    inset-inline-start: -0.375rem !important;
  }
  .end-xxl-auto {
    inset-inline-end: auto !important;
  }
  .end-xxl-0 {
    inset-inline-end: 0 !important;
  }
  .end-xxl-2 {
    inset-inline-end: 2px !important;
  }
  .end-xxl-3 {
    inset-inline-end: 3px !important;
  }
  .end-xxl-4 {
    inset-inline-end: 4px !important;
  }
  .end-xxl-5 {
    inset-inline-end: 5px !important;
  }
  .end-xxl-6 {
    inset-inline-end: 6px !important;
  }
  .end-xxl-7 {
    inset-inline-end: 7px !important;
  }
  .end-xxl-8 {
    inset-inline-end: 8px !important;
  }
  .end-xxl-9 {
    inset-inline-end: 9px !important;
  }
  .end-xxl-10 {
    inset-inline-end: 10px !important;
  }
  .end-xxl-11 {
    inset-inline-end: 11px !important;
  }
  .end-xxl-12 {
    inset-inline-end: 12px !important;
  }
  .end-xxl-13 {
    inset-inline-end: 13px !important;
  }
  .end-xxl-14 {
    inset-inline-end: 14px !important;
  }
  .end-xxl-15 {
    inset-inline-end: 15px !important;
  }
  .end-xxl-16 {
    inset-inline-end: 16px !important;
  }
  .end-xxl-18 {
    inset-inline-end: 18px !important;
  }
  .end-xxl-20 {
    inset-inline-end: 20px !important;
  }
  .end-xxl-21 {
    inset-inline-end: 21px !important;
  }
  .end-xxl-22 {
    inset-inline-end: 22px !important;
  }
  .end-xxl-23 {
    inset-inline-end: 23px !important;
  }
  .end-xxl-24 {
    inset-inline-end: 24px !important;
  }
  .end-xxl-25 {
    inset-inline-end: 25px !important;
  }
  .end-xxl-26 {
    inset-inline-end: 26px !important;
  }
  .end-xxl-27 {
    inset-inline-end: 27px !important;
  }
  .end-xxl-28 {
    inset-inline-end: 28px !important;
  }
  .end-xxl-29 {
    inset-inline-end: 29px !important;
  }
  .end-xxl-30 {
    inset-inline-end: 30px !important;
  }
  .end-xxl-36 {
    inset-inline-end: 36px !important;
  }
  .end-xxl-38 {
    inset-inline-end: 38px !important;
  }
  .end-xxl-40 {
    inset-inline-end: 40px !important;
  }
  .end-xxl-41 {
    inset-inline-end: 41px !important;
  }
  .end-xxl-49 {
    inset-inline-end: 49px !important;
  }
  .end-xxl-54 {
    inset-inline-end: 54px !important;
  }
  .end-xxl-58 {
    inset-inline-end: 58px !important;
  }
  .end-xxl-59 {
    inset-inline-end: 59px !important;
  }
  .end-xxl-60 {
    inset-inline-end: 60px !important;
  }
  .end-xxl-61 {
    inset-inline-end: 61px !important;
  }
  .end-xxl-62 {
    inset-inline-end: 62px !important;
  }
  .end-xxl-63 {
    inset-inline-end: 63px !important;
  }
  .end-xxl-64 {
    inset-inline-end: 64px !important;
  }
  .end-xxl-65 {
    inset-inline-end: 65px !important;
  }
  .end-xxl-66 {
    inset-inline-end: 66px !important;
  }
  .end-xxl-70 {
    inset-inline-end: 70px !important;
  }
  .end-xxl-85 {
    inset-inline-end: 85px !important;
  }
  .end-xxl-96 {
    inset-inline-end: 96px !important;
  }
  .end-xxl-99 {
    inset-inline-end: 99px !important;
  }
  .end-xxl-109 {
    inset-inline-end: 109px !important;
  }
  .end-xxl-120 {
    inset-inline-end: 120px !important;
  }
  .end-xxl-135 {
    inset-inline-end: 135px !important;
  }
  .end-xxl-50 {
    inset-inline-end: 50% !important;
  }
  .end-xxl-100 {
    inset-inline-end: 100% !important;
  }
  .end-xxl-0 {
    inset-inline-end: 0rem !important;
  }
  .end-xxl-1 {
    inset-inline-end: 0.0625rem !important;
  }
  .end-xxl-2 {
    inset-inline-end: 0.125rem !important;
  }
  .end-xxl-3 {
    inset-inline-end: 0.1875rem !important;
  }
  .end-xxl-4 {
    inset-inline-end: 0.25rem !important;
  }
  .end-xxl-5 {
    inset-inline-end: 0.3125rem !important;
  }
  .end-xxl-6 {
    inset-inline-end: 0.375rem !important;
  }
  .end-xxl-7 {
    inset-inline-end: 0.4375rem !important;
  }
  .end-xxl-8 {
    inset-inline-end: 0.5rem !important;
  }
  .end-xxl-9 {
    inset-inline-end: 0.5625rem !important;
  }
  .end-xxl-10 {
    inset-inline-end: 0.625rem !important;
  }
  .end-xxl-11 {
    inset-inline-end: 0.6875rem !important;
  }
  .end-xxl-12 {
    inset-inline-end: 0.75rem !important;
  }
  .end-xxl-13 {
    inset-inline-end: 0.8125rem !important;
  }
  .end-xxl-14 {
    inset-inline-end: 0.875rem !important;
  }
  .end-xxl-15 {
    inset-inline-end: 0.9375rem !important;
  }
  .end-xxl-16 {
    inset-inline-end: 1rem !important;
  }
  .end-xxl-17 {
    inset-inline-end: 1.0625rem !important;
  }
  .end-xxl-18 {
    inset-inline-end: 1.125rem !important;
  }
  .end-xxl-19 {
    inset-inline-end: 1.1875rem !important;
  }
  .end-xxl-20 {
    inset-inline-end: 1.25rem !important;
  }
  .end-xxl-21 {
    inset-inline-end: 1.3125rem !important;
  }
  .end-xxl-22 {
    inset-inline-end: 1.375rem !important;
  }
  .end-xxl-23 {
    inset-inline-end: 1.4375rem !important;
  }
  .end-xxl-24 {
    inset-inline-end: 1.5rem !important;
  }
  .end-xxl-25 {
    inset-inline-end: 1.5625rem !important;
  }
  .end-xxl-26 {
    inset-inline-end: 1.625rem !important;
  }
  .end-xxl-27 {
    inset-inline-end: 1.6875rem !important;
  }
  .end-xxl-28 {
    inset-inline-end: 1.75rem !important;
  }
  .end-xxl-29 {
    inset-inline-end: 1.8125rem !important;
  }
  .end-xxl-30 {
    inset-inline-end: 1.875rem !important;
  }
  .end-xxl-31 {
    inset-inline-end: 1.9375rem !important;
  }
  .end-xxl-32 {
    inset-inline-end: 2rem !important;
  }
  .end-xxl-33 {
    inset-inline-end: 2.0625rem !important;
  }
  .end-xxl-34 {
    inset-inline-end: 2.125rem !important;
  }
  .end-xxl-35 {
    inset-inline-end: 2.1875rem !important;
  }
  .end-xxl-36 {
    inset-inline-end: 2.25rem !important;
  }
  .end-xxl-37 {
    inset-inline-end: 2.3125rem !important;
  }
  .end-xxl-38 {
    inset-inline-end: 2.375rem !important;
  }
  .end-xxl-39 {
    inset-inline-end: 2.4375rem !important;
  }
  .end-xxl-40 {
    inset-inline-end: 2.5rem !important;
  }
  .end-xxl-41 {
    inset-inline-end: 2.5625rem !important;
  }
  .end-xxl-42 {
    inset-inline-end: 2.625rem !important;
  }
  .end-xxl-43 {
    inset-inline-end: 2.6875rem !important;
  }
  .end-xxl-44 {
    inset-inline-end: 2.75rem !important;
  }
  .end-xxl-45 {
    inset-inline-end: 2.8125rem !important;
  }
  .end-xxl-46 {
    inset-inline-end: 2.875rem !important;
  }
  .end-xxl-47 {
    inset-inline-end: 2.9375rem !important;
  }
  .end-xxl-48 {
    inset-inline-end: 3rem !important;
  }
  .end-xxl-49 {
    inset-inline-end: 3.0625rem !important;
  }
  .end-xxl-50 {
    inset-inline-end: 3.125rem !important;
  }
  .end-xxl-51 {
    inset-inline-end: 3.1875rem !important;
  }
  .end-xxl-52 {
    inset-inline-end: 3.25rem !important;
  }
  .end-xxl-53 {
    inset-inline-end: 3.3125rem !important;
  }
  .end-xxl-54 {
    inset-inline-end: 3.375rem !important;
  }
  .end-xxl-56 {
    inset-inline-end: 3.5rem !important;
  }
  .end-xxl-57 {
    inset-inline-end: 3.5625rem !important;
  }
  .end-xxl-58 {
    inset-inline-end: 3.625rem !important;
  }
  .end-xxl-59 {
    inset-inline-end: 3.6875rem !important;
  }
  .end-xxl-60 {
    inset-inline-end: 3.75rem !important;
  }
  .end-xxl-61 {
    inset-inline-end: 3.8125rem !important;
  }
  .end-xxl-62 {
    inset-inline-end: 3.875rem !important;
  }
  .end-xxl-63 {
    inset-inline-end: 3.9375rem !important;
  }
  .end-xxl-64 {
    inset-inline-end: 4rem !important;
  }
  .end-xxl-68 {
    inset-inline-end: 4.25rem !important;
  }
  .end-xxl-70 {
    inset-inline-end: 4.375rem !important;
  }
  .end-xxl-71 {
    inset-inline-end: 4.4375rem !important;
  }
  .end-xxl-72 {
    inset-inline-end: 4.5rem !important;
  }
  .end-xxl-73 {
    inset-inline-end: 4.5625rem !important;
  }
  .end-xxl-74 {
    inset-inline-end: 4.625rem !important;
  }
  .end-xxl-75 {
    inset-inline-end: 4.6875rem !important;
  }
  .end-xxl-76 {
    inset-inline-end: 4.75rem !important;
  }
  .end-xxl-77 {
    inset-inline-end: 4.8125rem !important;
  }
  .end-xxl-78 {
    inset-inline-end: 4.875rem !important;
  }
  .end-xxl-79 {
    inset-inline-end: 4.9375rem !important;
  }
  .end-xxl-80 {
    inset-inline-end: 5rem !important;
  }
  .end-xxl-82 {
    inset-inline-end: 5.125rem !important;
  }
  .end-xxl-83 {
    inset-inline-end: 5.1875rem !important;
  }
  .end-xxl-84 {
    inset-inline-end: 5.25rem !important;
  }
  .end-xxl-86 {
    inset-inline-end: 5.375rem !important;
  }
  .end-xxl-87 {
    inset-inline-end: 5.4375rem !important;
  }
  .end-xxl-88 {
    inset-inline-end: 5.5rem !important;
  }
  .end-xxl-89 {
    inset-inline-end: 5.5625rem !important;
  }
  .end-xxl-90 {
    inset-inline-end: 5.625rem !important;
  }
  .end-xxl-92 {
    inset-inline-end: 5.75rem !important;
  }
  .end-xxl-94 {
    inset-inline-end: 5.875rem !important;
  }
  .end-xxl-95 {
    inset-inline-end: 5.9375rem !important;
  }
  .end-xxl-96 {
    inset-inline-end: 6rem !important;
  }
  .end-xxl-98 {
    inset-inline-end: 6.125rem !important;
  }
  .end-xxl-100 {
    inset-inline-end: 6.25rem !important;
  }
  .end-xxl-102 {
    inset-inline-end: 6.375rem !important;
  }
  .end-xxl-104 {
    inset-inline-end: 6.5rem !important;
  }
  .end-xxl-108 {
    inset-inline-end: 6.75rem !important;
  }
  .end-xxl-115 {
    inset-inline-end: 7.1875rem !important;
  }
  .end-xxl-116 {
    inset-inline-end: 7.25rem !important;
  }
  .end-xxl-118 {
    inset-inline-end: 7.375rem !important;
  }
  .end-xxl-120 {
    inset-inline-end: 7.5rem !important;
  }
  .end-xxl-121 {
    inset-inline-end: 7.5625rem !important;
  }
  .end-xxl-123 {
    inset-inline-end: 7.6875rem !important;
  }
  .end-xxl-129 {
    inset-inline-end: 8.0625rem !important;
  }
  .end-xxl-131 {
    inset-inline-end: 8.1875rem !important;
  }
  .end-xxl-140 {
    inset-inline-end: 8.75rem !important;
  }
  .end-xxl-144 {
    inset-inline-end: 9rem !important;
  }
  .end-xxl-147 {
    inset-inline-end: 9.1875rem !important;
  }
  .end-xxl-148 {
    inset-inline-end: 9.25rem !important;
  }
  .end-xxl-154 {
    inset-inline-end: 9.625rem !important;
  }
  .end-xxl-156 {
    inset-inline-end: 9.75rem !important;
  }
  .end-xxl-180 {
    inset-inline-end: 11.25rem !important;
  }
  .end-xxl-200 {
    inset-inline-end: 12.5rem !important;
  }
  .end-xxl-231 {
    inset-inline-end: 14.4375rem !important;
  }
  .end-xxl-240 {
    inset-inline-end: 15rem !important;
  }
  .end-xxl-247 {
    inset-inline-end: 15.4375rem !important;
  }
  .end-xxl-239 {
    inset-inline-end: 14.9375rem !important;
  }
  .end-xxl-255 {
    inset-inline-end: 15.9375rem !important;
  }
  .end-xxl-327 {
    inset-inline-end: 20.4375rem !important;
  }
  .end-xxl-nauto {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n2 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n3 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n4 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n5 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n6 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n7 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n8 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n9 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n10 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n11 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n12 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n13 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n14 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n15 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n16 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n18 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n20 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n21 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n22 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n23 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n24 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n25 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n26 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n27 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n28 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n29 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n30 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n36 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n38 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n40 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n41 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n49 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n54 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n58 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n59 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n60 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n61 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n62 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n63 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n64 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n65 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n66 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n70 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n85 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n96 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n99 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n109 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n120 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n135 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n50 {
    inset-inline-end: -0.375rem !important;
  }
  .end-xxl-n100 {
    inset-inline-end: -0.375rem !important;
  }
  .border-xxl {
    border: 1px solid !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-2 {
    border: 2px solid !important;
  }
  .border-xxl-3 {
    border: 3px solid !important;
  }
  .border-xxl-4 {
    border: 4px solid !important;
  }
  .border-xxl-5 {
    border: 5px solid !important;
  }
  .border-xxl-6 {
    border: 6px solid !important;
  }
  .border-top-xxl {
    border-block-start: 1px solid !important;
  }
  .border-top-xxl-0 {
    border-block-start: 0 !important;
  }
  .border-top-xxl-2 {
    border-block-start: 2px solid !important;
  }
  .border-top-xxl-3 {
    border-block-start: 3px solid !important;
  }
  .border-top-xxl-4 {
    border-block-start: 4px solid !important;
  }
  .border-top-xxl-5 {
    border-block-start: 5px solid !important;
  }
  .border-top-xxl-6 {
    border-block-start: 6px solid !important;
  }
  .border-end-xxl {
    border-inline-end: 1px solid !important;
  }
  .border-end-xxl-0 {
    border-inline-end: 0 !important;
  }
  .border-end-xxl-2 {
    border-inline-end: 2px solid !important;
  }
  .border-end-xxl-3 {
    border-inline-end: 3px solid !important;
  }
  .border-end-xxl-4 {
    border-inline-end: 4px solid !important;
  }
  .border-end-xxl-5 {
    border-inline-end: 5px solid !important;
  }
  .border-end-xxl-6 {
    border-inline-end: 6px solid !important;
  }
  .border-bottom-xxl {
    border-block-end: 1px solid !important;
  }
  .border-bottom-xxl-0 {
    border-block-end: 0 !important;
  }
  .border-bottom-xxl-2 {
    border-block-end: 2px solid !important;
  }
  .border-bottom-xxl-3 {
    border-block-end: 3px solid !important;
  }
  .border-bottom-xxl-4 {
    border-block-end: 4px solid !important;
  }
  .border-bottom-xxl-5 {
    border-block-end: 5px solid !important;
  }
  .border-bottom-xxl-6 {
    border-block-end: 6px solid !important;
  }
  .border-start-xxl {
    border-inline-start: 1px solid !important;
  }
  .border-start-xxl-0 {
    border-inline-start: 0 !important;
  }
  .border-start-xxl-2 {
    border-inline-start: 2px solid !important;
  }
  .border-start-xxl-3 {
    border-inline-start: 3px solid !important;
  }
  .border-start-xxl-4 {
    border-inline-start: 4px solid !important;
  }
  .border-start-xxl-5 {
    border-inline-start: 5px solid !important;
  }
  .border-start-xxl-6 {
    border-inline-start: 6px solid !important;
  }
  .border-top-width-xxl-0 {
    border-block-start: 0 !important;
  }
  .border-top-width-xxl-1 {
    border-block-start: 0.0625rem !important;
  }
  .border-top-width-xxl-2 {
    border-block-start: 0.125rem !important;
  }
  .border-top-width-xxl-3 {
    border-block-start: 0.1875rem !important;
  }
  .border-top-width-xxl-4 {
    border-block-start: 0.5625rem !important;
  }
  .border-top-width-xxl-5 {
    border-block-start: 0.3125rem !important;
  }
  .border-top-width-xxl-6 {
    border-block-start: 0.375rem !important;
  }
  .border-top-width-xxl-7 {
    border-block-start: 0.4375rem !important;
  }
  .border-xxl-primary {
    border-color: #3d70b2 !important;
  }
  .border-xxl-secondary {
    border-color: #74808f !important;
  }
  .border-xxl-success {
    border-color: #00af12 !important;
  }
  .border-xxl-info {
    border-color: #008bdf !important;
  }
  .border-xxl-warning {
    border-color: #ff973d !important;
  }
  .border-xxl-danger {
    border-color: #a12626 !important;
  }
  .border-xxl-light {
    border-color: #f7f9fa !important;
  }
  .border-xxl-dark {
    border-color: #1f262e !important;
  }
  .border-xxl-white {
    border-color: white !important;
  }
  .border-xxl-transparent {
    border-color: transparent !important;
  }
  .border-gray-xxl-100 {
    border-color: var(--gray-shade-100) !important;
  }
  .border-gray-xxl-200 {
    border-color: var(--gray-shade-200) !important;
  }
  .border-gray-xxl-300 {
    border-color: var(--gray-shade-300) !important;
  }
  .border-gray-xxl-400 {
    border-color: var(--gray-shade-400) !important;
  }
  .border-gray-xxl-500 {
    border-color: var(--gray-shade-500) !important;
  }
  .border-gray-xxl-600 {
    border-color: var(--gray-shade-600) !important;
  }
  .border-gray-xxl-700 {
    border-color: var(--gray-shade-700) !important;
  }
  .border-gray-xxl-800 {
    border-color: var(--gray-shade-800) !important;
  }
  .border-gray-xxl-900 {
    border-color: var(--gray-shade-900) !important;
  }
  .border-gray-xxl-1000 {
    border-color: var(--gray-shade-1000) !important;
  }
  .border-gray-xxl-1100 {
    border-color: var(--gray-shade-1100) !important;
  }
  .border-gray-xxl-1200 {
    border-color: var(--gray-shade-1200) !important;
  }
  .border-top-style-xxl-dotted {
    border-block-start-style: dotted !important;
  }
  .border-top-style-xxl-dashed {
    border-block-start-style: dashed !important;
  }
  .border-top-style-xxl-solid {
    border-block-start-style: solid !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-26 {
    width: 26% !important;
  }
  .w-xxl-27 {
    width: 27% !important;
  }
  .w-xxl-28 {
    width: 28% !important;
  }
  .w-xxl-29 {
    width: 29% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-32-5 {
    width: 32.5% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-33-3 {
    width: 33.3% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-66-6 {
    width: 66.6% !important;
  }
  .w-xxl-67 {
    width: 67% !important;
  }
  .w-xxl-68 {
    width: 68% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-82 {
    width: 82% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-86 {
    width: 86% !important;
  }
  .w-xxl-87-6 {
    width: 87.6% !important;
  }
  .w-xxl-87-5 {
    width: 87.5% !important;
  }
  .w-xxl-89 {
    width: 89% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-91 {
    width: 91% !important;
  }
  .w-xxl-92 {
    width: 92% !important;
  }
  .w-xxl-93 {
    width: 93% !important;
  }
  .w-xxl-94 {
    width: 94% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .w-xxl-97 {
    width: 97% !important;
  }
  .w-xxl-98 {
    width: 98% !important;
  }
  .w-xxl-99 {
    width: 99% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .max-w-per-xxl-5 {
    max-width: 5% !important;
  }
  .max-w-per-xxl-6 {
    max-width: 6% !important;
  }
  .max-w-per-xxl-10 {
    max-width: 10% !important;
  }
  .max-w-per-xxl-20 {
    max-width: 20% !important;
  }
  .max-w-per-xxl-25 {
    max-width: 25% !important;
  }
  .max-w-per-xxl-26 {
    max-width: 26% !important;
  }
  .max-w-per-xxl-27 {
    max-width: 27% !important;
  }
  .max-w-per-xxl-28 {
    max-width: 28% !important;
  }
  .max-w-per-xxl-29 {
    max-width: 29% !important;
  }
  .max-w-per-xxl-30 {
    max-width: 30% !important;
  }
  .max-w-per-xxl-32-5 {
    max-width: 32.5% !important;
  }
  .max-w-per-xxl-33 {
    max-width: 33% !important;
  }
  .max-w-per-xxl-33-3 {
    max-width: 33.3% !important;
  }
  .max-w-per-xxl-35 {
    max-width: 35% !important;
  }
  .max-w-per-xxl-40 {
    max-width: 40% !important;
  }
  .max-w-per-xxl-44 {
    max-width: 44% !important;
  }
  .max-w-per-xxl-45 {
    max-width: 45% !important;
  }
  .max-w-per-xxl-46 {
    max-width: 46% !important;
  }
  .max-w-per-xxl-48 {
    max-width: 48% !important;
  }
  .max-w-per-xxl-50 {
    max-width: 50% !important;
  }
  .max-w-per-xxl-60 {
    max-width: 60% !important;
  }
  .max-w-per-xxl-65 {
    max-width: 65% !important;
  }
  .max-w-per-xxl-66 {
    max-width: 66% !important;
  }
  .max-w-per-xxl-66-6 {
    max-width: 66.6% !important;
  }
  .max-w-per-xxl-67 {
    max-width: 67% !important;
  }
  .max-w-per-xxl-68 {
    max-width: 68% !important;
  }
  .max-w-per-xxl-70 {
    max-width: 70% !important;
  }
  .max-w-per-xxl-75 {
    max-width: 75% !important;
  }
  .max-w-per-xxl-80 {
    max-width: 80% !important;
  }
  .max-w-per-xxl-82 {
    max-width: 82% !important;
  }
  .max-w-per-xxl-85 {
    max-width: 85% !important;
  }
  .max-w-per-xxl-86 {
    max-width: 86% !important;
  }
  .max-w-per-xxl-87-6 {
    max-width: 87.6% !important;
  }
  .max-w-per-xxl-87-5 {
    max-width: 87.5% !important;
  }
  .max-w-per-xxl-89 {
    max-width: 89% !important;
  }
  .max-w-per-xxl-90 {
    max-width: 90% !important;
  }
  .max-w-per-xxl-91 {
    max-width: 91% !important;
  }
  .max-w-per-xxl-92 {
    max-width: 92% !important;
  }
  .max-w-per-xxl-93 {
    max-width: 93% !important;
  }
  .max-w-per-xxl-94 {
    max-width: 94% !important;
  }
  .max-w-per-xxl-95 {
    max-width: 95% !important;
  }
  .max-w-per-xxl-96 {
    max-width: 96% !important;
  }
  .max-w-per-xxl-97 {
    max-width: 97% !important;
  }
  .max-w-per-xxl-98 {
    max-width: 98% !important;
  }
  .max-w-per-xxl-99 {
    max-width: 99% !important;
  }
  .max-w-per-xxl-100 {
    max-width: 100% !important;
  }
  .max-w-per-xxl-auto {
    max-width: auto !important;
  }
  .min-w-per-xxl-5 {
    min-width: 5% !important;
  }
  .min-w-per-xxl-6 {
    min-width: 6% !important;
  }
  .min-w-per-xxl-10 {
    min-width: 10% !important;
  }
  .min-w-per-xxl-20 {
    min-width: 20% !important;
  }
  .min-w-per-xxl-25 {
    min-width: 25% !important;
  }
  .min-w-per-xxl-26 {
    min-width: 26% !important;
  }
  .min-w-per-xxl-27 {
    min-width: 27% !important;
  }
  .min-w-per-xxl-28 {
    min-width: 28% !important;
  }
  .min-w-per-xxl-29 {
    min-width: 29% !important;
  }
  .min-w-per-xxl-30 {
    min-width: 30% !important;
  }
  .min-w-per-xxl-32-5 {
    min-width: 32.5% !important;
  }
  .min-w-per-xxl-33 {
    min-width: 33% !important;
  }
  .min-w-per-xxl-33-3 {
    min-width: 33.3% !important;
  }
  .min-w-per-xxl-35 {
    min-width: 35% !important;
  }
  .min-w-per-xxl-40 {
    min-width: 40% !important;
  }
  .min-w-per-xxl-44 {
    min-width: 44% !important;
  }
  .min-w-per-xxl-45 {
    min-width: 45% !important;
  }
  .min-w-per-xxl-46 {
    min-width: 46% !important;
  }
  .min-w-per-xxl-48 {
    min-width: 48% !important;
  }
  .min-w-per-xxl-50 {
    min-width: 50% !important;
  }
  .min-w-per-xxl-60 {
    min-width: 60% !important;
  }
  .min-w-per-xxl-65 {
    min-width: 65% !important;
  }
  .min-w-per-xxl-66 {
    min-width: 66% !important;
  }
  .min-w-per-xxl-66-6 {
    min-width: 66.6% !important;
  }
  .min-w-per-xxl-67 {
    min-width: 67% !important;
  }
  .min-w-per-xxl-68 {
    min-width: 68% !important;
  }
  .min-w-per-xxl-70 {
    min-width: 70% !important;
  }
  .min-w-per-xxl-75 {
    min-width: 75% !important;
  }
  .min-w-per-xxl-80 {
    min-width: 80% !important;
  }
  .min-w-per-xxl-82 {
    min-width: 82% !important;
  }
  .min-w-per-xxl-85 {
    min-width: 85% !important;
  }
  .min-w-per-xxl-86 {
    min-width: 86% !important;
  }
  .min-w-per-xxl-87-6 {
    min-width: 87.6% !important;
  }
  .min-w-per-xxl-87-5 {
    min-width: 87.5% !important;
  }
  .min-w-per-xxl-89 {
    min-width: 89% !important;
  }
  .min-w-per-xxl-90 {
    min-width: 90% !important;
  }
  .min-w-per-xxl-91 {
    min-width: 91% !important;
  }
  .min-w-per-xxl-92 {
    min-width: 92% !important;
  }
  .min-w-per-xxl-93 {
    min-width: 93% !important;
  }
  .min-w-per-xxl-94 {
    min-width: 94% !important;
  }
  .min-w-per-xxl-95 {
    min-width: 95% !important;
  }
  .min-w-per-xxl-96 {
    min-width: 96% !important;
  }
  .min-w-per-xxl-97 {
    min-width: 97% !important;
  }
  .min-w-per-xxl-98 {
    min-width: 98% !important;
  }
  .min-w-per-xxl-99 {
    min-width: 99% !important;
  }
  .min-w-per-xxl-100 {
    min-width: 100% !important;
  }
  .min-w-per-xxl-auto {
    min-width: auto !important;
  }
  .width-xxl-unset {
    width: unset !important;
  }
  .width-xxl-1 {
    width: 1rem !important;
  }
  .width-xxl-2 {
    width: 2rem !important;
  }
  .width-xxl-3 {
    width: 3rem !important;
  }
  .width-xxl-4 {
    width: 4rem !important;
  }
  .width-xxl-5 {
    width: 5rem !important;
  }
  .width-xxl-6 {
    width: 6rem !important;
  }
  .width-xxl-7 {
    width: 7rem !important;
  }
  .width-xxl-8 {
    width: 8rem !important;
  }
  .width-xxl-9 {
    width: 9rem !important;
  }
  .width-xxl-10 {
    width: 10rem !important;
  }
  .width-xxl-11 {
    width: 11rem !important;
  }
  .width-xxl-12 {
    width: 12rem !important;
  }
  .width-xxl-13 {
    width: 13rem !important;
  }
  .width-xxl-14 {
    width: 14rem !important;
  }
  .width-xxl-15 {
    width: 15rem !important;
  }
  .width-xxl-16 {
    width: 16rem !important;
  }
  .width-xxl-17 {
    width: 17rem !important;
  }
  .width-xxl-18 {
    width: 18rem !important;
  }
  .width-xxl-19 {
    width: 19rem !important;
  }
  .width-xxl-19-8 {
    width: 19.8rem !important;
  }
  .width-xxl-20 {
    width: 20rem !important;
  }
  .width-xxl-20-5 {
    width: 20.5rem !important;
  }
  .width-xxl-20-6 {
    width: 20.6rem !important;
  }
  .width-xxl-21 {
    width: 21rem !important;
  }
  .width-xxl-22 {
    width: 22rem !important;
  }
  .width-xxl-23 {
    width: 23rem !important;
  }
  .width-xxl-24 {
    width: 24rem !important;
  }
  .width-xxl-25 {
    width: 25rem !important;
  }
  .width-xxl-26-5 {
    width: 26.5rem !important;
  }
  .width-xxl-26 {
    width: 26rem !important;
  }
  .width-xxl-27 {
    width: 27rem !important;
  }
  .width-xxl-28 {
    width: 28rem !important;
  }
  .width-xxl-29 {
    width: 29rem !important;
  }
  .width-xxl-30 {
    width: 30rem !important;
  }
  .width-xxl-31 {
    width: 31rem !important;
  }
  .width-xxl-32 {
    width: 32rem !important;
  }
  .width-xxl-33 {
    width: 33rem !important;
  }
  .width-xxl-34 {
    width: 34rem !important;
  }
  .width-xxl-35 {
    width: 35rem !important;
  }
  .width-xxl-36 {
    width: 36rem !important;
  }
  .width-xxl-37 {
    width: 37rem !important;
  }
  .width-xxl-38 {
    width: 38rem !important;
  }
  .width-xxl-39 {
    width: 39rem !important;
  }
  .width-xxl-40 {
    width: 40rem !important;
  }
  .width-xxl-41 {
    width: 41rem !important;
  }
  .width-xxl-42 {
    width: 42rem !important;
  }
  .width-xxl-43 {
    width: 43rem !important;
  }
  .width-xxl-44 {
    width: 44rem !important;
  }
  .width-xxl-45 {
    width: 45rem !important;
  }
  .width-xxl-46 {
    width: 46rem !important;
  }
  .width-xxl-47 {
    width: 47rem !important;
  }
  .width-xxl-48 {
    width: 48rem !important;
  }
  .width-xxl-49 {
    width: 49rem !important;
  }
  .width-xxl-50 {
    width: 50rem !important;
  }
  .width-xxl-51 {
    width: 51rem !important;
  }
  .width-xxl-52 {
    width: 52rem !important;
  }
  .width-xxl-53 {
    width: 53rem !important;
  }
  .width-xxl-54 {
    width: 54rem !important;
  }
  .width-xxl-55 {
    width: 55rem !important;
  }
  .width-xxl-56 {
    width: 56rem !important;
  }
  .width-xxl-57 {
    width: 57rem !important;
  }
  .width-xxl-58 {
    width: 58rem !important;
  }
  .width-xxl-59 {
    width: 59rem !important;
  }
  .width-xxl-60 {
    width: 60rem !important;
  }
  .width-xxl-61 {
    width: 61rem !important;
  }
  .width-xxl-62 {
    width: 62rem !important;
  }
  .width-xxl-63 {
    width: 63rem !important;
  }
  .width-xxl-64 {
    width: 64rem !important;
  }
  .width-xxl-65 {
    width: 65rem !important;
  }
  .width-xxl-66 {
    width: 66rem !important;
  }
  .width-xxl-67 {
    width: 67rem !important;
  }
  .width-xxl-68 {
    width: 68rem !important;
  }
  .width-xxl-69 {
    width: 69rem !important;
  }
  .width-xxl-70 {
    width: 70rem !important;
  }
  .width-xxl-71 {
    width: 71rem !important;
  }
  .width-xxl-72 {
    width: 72rem !important;
  }
  .width-xxl-73 {
    width: 73rem !important;
  }
  .width-xxl-74 {
    width: 74rem !important;
  }
  .width-xxl-75 {
    width: 75rem !important;
  }
  .width-xxl-76 {
    width: 76rem !important;
  }
  .width-xxl-77 {
    width: 77rem !important;
  }
  .width-xxl-78 {
    width: 78rem !important;
  }
  .width-xxl-79 {
    width: 79rem !important;
  }
  .width-xxl-80 {
    width: 80rem !important;
  }
  .width-xxl-95 {
    width: 95rem !important;
  }
  .width-xxl-96 {
    width: 96rem !important;
  }
  .width-xxl-97 {
    width: 97rem !important;
  }
  .width-xxl-98 {
    width: 98rem !important;
  }
  .width-xxl-100 {
    width: 100% !important;
  }
  .width-px-xxl-0 {
    width: 0rem !important;
  }
  .width-px-xxl-1 {
    width: 0.0625rem !important;
  }
  .width-px-xxl-2 {
    width: 0.125rem !important;
  }
  .width-px-xxl-3 {
    width: 0.1875rem !important;
  }
  .width-px-xxl-4 {
    width: 0.25rem !important;
  }
  .width-px-xxl-5 {
    width: 0.3125rem !important;
  }
  .width-px-xxl-6 {
    width: 0.375rem !important;
  }
  .width-px-xxl-7 {
    width: 0.4375rem !important;
  }
  .width-px-xxl-8 {
    width: 0.5rem !important;
  }
  .width-px-xxl-9 {
    width: 0.5625rem !important;
  }
  .width-px-xxl-10 {
    width: 0.625rem !important;
  }
  .width-px-xxl-11 {
    width: 0.6875rem !important;
  }
  .width-px-xxl-12 {
    width: 0.75rem !important;
  }
  .width-px-xxl-13 {
    width: 0.8125rem !important;
  }
  .width-px-xxl-14 {
    width: 0.875rem !important;
  }
  .width-px-xxl-15 {
    width: 0.9375rem !important;
  }
  .width-px-xxl-16 {
    width: 1rem !important;
  }
  .width-px-xxl-17 {
    width: 1.0625rem !important;
  }
  .width-px-xxl-18 {
    width: 1.125rem !important;
  }
  .width-px-xxl-19 {
    width: 1.1875rem !important;
  }
  .width-px-xxl-20 {
    width: 1.25rem !important;
  }
  .width-px-xxl-21 {
    width: 1.3125rem !important;
  }
  .width-px-xxl-22 {
    width: 1.375rem !important;
  }
  .width-px-xxl-23 {
    width: 1.4375rem !important;
  }
  .width-px-xxl-24 {
    width: 1.5rem !important;
  }
  .width-px-xxl-25 {
    width: 1.5625rem !important;
  }
  .width-px-xxl-26 {
    width: 1.625rem !important;
  }
  .width-px-xxl-27 {
    width: 1.6875rem !important;
  }
  .width-px-xxl-28 {
    width: 1.75rem !important;
  }
  .width-px-xxl-29 {
    width: 1.8125rem !important;
  }
  .width-px-xxl-30 {
    width: 1.875rem !important;
  }
  .width-px-xxl-31 {
    width: 1.9375rem !important;
  }
  .width-px-xxl-32 {
    width: 2rem !important;
  }
  .width-px-xxl-33 {
    width: 2.0625rem !important;
  }
  .width-px-xxl-34 {
    width: 2.125rem !important;
  }
  .width-px-xxl-35 {
    width: 2.1875rem !important;
  }
  .width-px-xxl-36 {
    width: 2.25rem !important;
  }
  .width-px-xxl-37 {
    width: 2.3125rem !important;
  }
  .width-px-xxl-38 {
    width: 2.375rem !important;
  }
  .width-px-xxl-39 {
    width: 2.4375rem !important;
  }
  .width-px-xxl-40 {
    width: 2.5rem !important;
  }
  .width-px-xxl-41 {
    width: 2.5625rem !important;
  }
  .width-px-xxl-42 {
    width: 2.625rem !important;
  }
  .width-px-xxl-43 {
    width: 2.6875rem !important;
  }
  .width-px-xxl-44 {
    width: 2.75rem !important;
  }
  .width-px-xxl-45 {
    width: 2.8125rem !important;
  }
  .width-px-xxl-46 {
    width: 2.875rem !important;
  }
  .width-px-xxl-47 {
    width: 2.9375rem !important;
  }
  .width-px-xxl-48 {
    width: 3rem !important;
  }
  .width-px-xxl-49 {
    width: 3.0625rem !important;
  }
  .width-px-xxl-50 {
    width: 3.125rem !important;
  }
  .width-px-xxl-51 {
    width: 3.1875rem !important;
  }
  .width-px-xxl-52 {
    width: 3.25rem !important;
  }
  .width-px-xxl-53 {
    width: 3.3125rem !important;
  }
  .width-px-xxl-54 {
    width: 3.375rem !important;
  }
  .width-px-xxl-56 {
    width: 3.5rem !important;
  }
  .width-px-xxl-57 {
    width: 3.5625rem !important;
  }
  .width-px-xxl-58 {
    width: 3.625rem !important;
  }
  .width-px-xxl-59 {
    width: 3.6875rem !important;
  }
  .width-px-xxl-60 {
    width: 3.75rem !important;
  }
  .width-px-xxl-61 {
    width: 3.8125rem !important;
  }
  .width-px-xxl-62 {
    width: 3.875rem !important;
  }
  .width-px-xxl-63 {
    width: 3.9375rem !important;
  }
  .width-px-xxl-64 {
    width: 4rem !important;
  }
  .width-px-xxl-68 {
    width: 4.25rem !important;
  }
  .width-px-xxl-70 {
    width: 4.375rem !important;
  }
  .width-px-xxl-71 {
    width: 4.4375rem !important;
  }
  .width-px-xxl-72 {
    width: 4.5rem !important;
  }
  .width-px-xxl-73 {
    width: 4.5625rem !important;
  }
  .width-px-xxl-74 {
    width: 4.625rem !important;
  }
  .width-px-xxl-75 {
    width: 4.6875rem !important;
  }
  .width-px-xxl-76 {
    width: 4.75rem !important;
  }
  .width-px-xxl-77 {
    width: 4.8125rem !important;
  }
  .width-px-xxl-78 {
    width: 4.875rem !important;
  }
  .width-px-xxl-79 {
    width: 4.9375rem !important;
  }
  .width-px-xxl-80 {
    width: 5rem !important;
  }
  .width-px-xxl-82 {
    width: 5.125rem !important;
  }
  .width-px-xxl-83 {
    width: 5.1875rem !important;
  }
  .width-px-xxl-84 {
    width: 5.25rem !important;
  }
  .width-px-xxl-86 {
    width: 5.375rem !important;
  }
  .width-px-xxl-87 {
    width: 5.4375rem !important;
  }
  .width-px-xxl-88 {
    width: 5.5rem !important;
  }
  .width-px-xxl-89 {
    width: 5.5625rem !important;
  }
  .width-px-xxl-90 {
    width: 5.625rem !important;
  }
  .width-px-xxl-92 {
    width: 5.75rem !important;
  }
  .width-px-xxl-94 {
    width: 5.875rem !important;
  }
  .width-px-xxl-95 {
    width: 5.9375rem !important;
  }
  .width-px-xxl-96 {
    width: 6rem !important;
  }
  .width-px-xxl-98 {
    width: 6.125rem !important;
  }
  .width-px-xxl-100 {
    width: 6.25rem !important;
  }
  .width-px-xxl-102 {
    width: 6.375rem !important;
  }
  .width-px-xxl-104 {
    width: 6.5rem !important;
  }
  .width-px-xxl-108 {
    width: 6.75rem !important;
  }
  .width-px-xxl-115 {
    width: 7.1875rem !important;
  }
  .width-px-xxl-116 {
    width: 7.25rem !important;
  }
  .width-px-xxl-118 {
    width: 7.375rem !important;
  }
  .width-px-xxl-120 {
    width: 7.5rem !important;
  }
  .width-px-xxl-121 {
    width: 7.5625rem !important;
  }
  .width-px-xxl-123 {
    width: 7.6875rem !important;
  }
  .width-px-xxl-129 {
    width: 8.0625rem !important;
  }
  .width-px-xxl-131 {
    width: 8.1875rem !important;
  }
  .width-px-xxl-140 {
    width: 8.75rem !important;
  }
  .width-px-xxl-144 {
    width: 9rem !important;
  }
  .width-px-xxl-147 {
    width: 9.1875rem !important;
  }
  .width-px-xxl-148 {
    width: 9.25rem !important;
  }
  .width-px-xxl-154 {
    width: 9.625rem !important;
  }
  .width-px-xxl-156 {
    width: 9.75rem !important;
  }
  .width-px-xxl-180 {
    width: 11.25rem !important;
  }
  .width-px-xxl-200 {
    width: 12.5rem !important;
  }
  .width-px-xxl-231 {
    width: 14.4375rem !important;
  }
  .width-px-xxl-240 {
    width: 15rem !important;
  }
  .width-px-xxl-247 {
    width: 15.4375rem !important;
  }
  .width-px-xxl-239 {
    width: 14.9375rem !important;
  }
  .width-px-xxl-255 {
    width: 15.9375rem !important;
  }
  .width-px-xxl-327 {
    width: 20.4375rem !important;
  }
  .max-w-xxl-unset {
    max-width: unset !important;
  }
  .max-w-xxl-1 {
    max-width: 1rem !important;
  }
  .max-w-xxl-2 {
    max-width: 2rem !important;
  }
  .max-w-xxl-3 {
    max-width: 3rem !important;
  }
  .max-w-xxl-4 {
    max-width: 4rem !important;
  }
  .max-w-xxl-5 {
    max-width: 5rem !important;
  }
  .max-w-xxl-6 {
    max-width: 6rem !important;
  }
  .max-w-xxl-7 {
    max-width: 7rem !important;
  }
  .max-w-xxl-8 {
    max-width: 8rem !important;
  }
  .max-w-xxl-9 {
    max-width: 9rem !important;
  }
  .max-w-xxl-10 {
    max-width: 10rem !important;
  }
  .max-w-xxl-11 {
    max-width: 11rem !important;
  }
  .max-w-xxl-12 {
    max-width: 12rem !important;
  }
  .max-w-xxl-13 {
    max-width: 13rem !important;
  }
  .max-w-xxl-14 {
    max-width: 14rem !important;
  }
  .max-w-xxl-15 {
    max-width: 15rem !important;
  }
  .max-w-xxl-16 {
    max-width: 16rem !important;
  }
  .max-w-xxl-17 {
    max-width: 17rem !important;
  }
  .max-w-xxl-18 {
    max-width: 18rem !important;
  }
  .max-w-xxl-19 {
    max-width: 19rem !important;
  }
  .max-w-xxl-19-8 {
    max-width: 19.8rem !important;
  }
  .max-w-xxl-20 {
    max-width: 20rem !important;
  }
  .max-w-xxl-20-5 {
    max-width: 20.5rem !important;
  }
  .max-w-xxl-20-6 {
    max-width: 20.6rem !important;
  }
  .max-w-xxl-21 {
    max-width: 21rem !important;
  }
  .max-w-xxl-22 {
    max-width: 22rem !important;
  }
  .max-w-xxl-23 {
    max-width: 23rem !important;
  }
  .max-w-xxl-24 {
    max-width: 24rem !important;
  }
  .max-w-xxl-25 {
    max-width: 25rem !important;
  }
  .max-w-xxl-26-5 {
    max-width: 26.5rem !important;
  }
  .max-w-xxl-26 {
    max-width: 26rem !important;
  }
  .max-w-xxl-27 {
    max-width: 27rem !important;
  }
  .max-w-xxl-28 {
    max-width: 28rem !important;
  }
  .max-w-xxl-29 {
    max-width: 29rem !important;
  }
  .max-w-xxl-30 {
    max-width: 30rem !important;
  }
  .max-w-xxl-31 {
    max-width: 31rem !important;
  }
  .max-w-xxl-32 {
    max-width: 32rem !important;
  }
  .max-w-xxl-33 {
    max-width: 33rem !important;
  }
  .max-w-xxl-34 {
    max-width: 34rem !important;
  }
  .max-w-xxl-35 {
    max-width: 35rem !important;
  }
  .max-w-xxl-36 {
    max-width: 36rem !important;
  }
  .max-w-xxl-37 {
    max-width: 37rem !important;
  }
  .max-w-xxl-38 {
    max-width: 38rem !important;
  }
  .max-w-xxl-39 {
    max-width: 39rem !important;
  }
  .max-w-xxl-40 {
    max-width: 40rem !important;
  }
  .max-w-xxl-41 {
    max-width: 41rem !important;
  }
  .max-w-xxl-42 {
    max-width: 42rem !important;
  }
  .max-w-xxl-43 {
    max-width: 43rem !important;
  }
  .max-w-xxl-44 {
    max-width: 44rem !important;
  }
  .max-w-xxl-45 {
    max-width: 45rem !important;
  }
  .max-w-xxl-46 {
    max-width: 46rem !important;
  }
  .max-w-xxl-47 {
    max-width: 47rem !important;
  }
  .max-w-xxl-48 {
    max-width: 48rem !important;
  }
  .max-w-xxl-49 {
    max-width: 49rem !important;
  }
  .max-w-xxl-50 {
    max-width: 50rem !important;
  }
  .max-w-xxl-51 {
    max-width: 51rem !important;
  }
  .max-w-xxl-52 {
    max-width: 52rem !important;
  }
  .max-w-xxl-53 {
    max-width: 53rem !important;
  }
  .max-w-xxl-54 {
    max-width: 54rem !important;
  }
  .max-w-xxl-55 {
    max-width: 55rem !important;
  }
  .max-w-xxl-56 {
    max-width: 56rem !important;
  }
  .max-w-xxl-57 {
    max-width: 57rem !important;
  }
  .max-w-xxl-58 {
    max-width: 58rem !important;
  }
  .max-w-xxl-59 {
    max-width: 59rem !important;
  }
  .max-w-xxl-60 {
    max-width: 60rem !important;
  }
  .max-w-xxl-61 {
    max-width: 61rem !important;
  }
  .max-w-xxl-62 {
    max-width: 62rem !important;
  }
  .max-w-xxl-63 {
    max-width: 63rem !important;
  }
  .max-w-xxl-64 {
    max-width: 64rem !important;
  }
  .max-w-xxl-65 {
    max-width: 65rem !important;
  }
  .max-w-xxl-66 {
    max-width: 66rem !important;
  }
  .max-w-xxl-67 {
    max-width: 67rem !important;
  }
  .max-w-xxl-68 {
    max-width: 68rem !important;
  }
  .max-w-xxl-69 {
    max-width: 69rem !important;
  }
  .max-w-xxl-70 {
    max-width: 70rem !important;
  }
  .max-w-xxl-71 {
    max-width: 71rem !important;
  }
  .max-w-xxl-72 {
    max-width: 72rem !important;
  }
  .max-w-xxl-73 {
    max-width: 73rem !important;
  }
  .max-w-xxl-74 {
    max-width: 74rem !important;
  }
  .max-w-xxl-75 {
    max-width: 75rem !important;
  }
  .max-w-xxl-76 {
    max-width: 76rem !important;
  }
  .max-w-xxl-77 {
    max-width: 77rem !important;
  }
  .max-w-xxl-78 {
    max-width: 78rem !important;
  }
  .max-w-xxl-79 {
    max-width: 79rem !important;
  }
  .max-w-xxl-80 {
    max-width: 80rem !important;
  }
  .max-w-xxl-95 {
    max-width: 95rem !important;
  }
  .max-w-xxl-96 {
    max-width: 96rem !important;
  }
  .max-w-xxl-97 {
    max-width: 97rem !important;
  }
  .max-w-xxl-98 {
    max-width: 98rem !important;
  }
  .max-w-xxl-100 {
    max-width: 100% !important;
  }
  .min-w-xxl-unset {
    min-width: unset !important;
  }
  .min-w-xxl-1 {
    min-width: 1rem !important;
  }
  .min-w-xxl-2 {
    min-width: 2rem !important;
  }
  .min-w-xxl-3 {
    min-width: 3rem !important;
  }
  .min-w-xxl-4 {
    min-width: 4rem !important;
  }
  .min-w-xxl-5 {
    min-width: 5rem !important;
  }
  .min-w-xxl-6 {
    min-width: 6rem !important;
  }
  .min-w-xxl-7 {
    min-width: 7rem !important;
  }
  .min-w-xxl-8 {
    min-width: 8rem !important;
  }
  .min-w-xxl-9 {
    min-width: 9rem !important;
  }
  .min-w-xxl-10 {
    min-width: 10rem !important;
  }
  .min-w-xxl-11 {
    min-width: 11rem !important;
  }
  .min-w-xxl-12 {
    min-width: 12rem !important;
  }
  .min-w-xxl-13 {
    min-width: 13rem !important;
  }
  .min-w-xxl-14 {
    min-width: 14rem !important;
  }
  .min-w-xxl-15 {
    min-width: 15rem !important;
  }
  .min-w-xxl-16 {
    min-width: 16rem !important;
  }
  .min-w-xxl-17 {
    min-width: 17rem !important;
  }
  .min-w-xxl-18 {
    min-width: 18rem !important;
  }
  .min-w-xxl-19 {
    min-width: 19rem !important;
  }
  .min-w-xxl-19-8 {
    min-width: 19.8rem !important;
  }
  .min-w-xxl-20 {
    min-width: 20rem !important;
  }
  .min-w-xxl-20-5 {
    min-width: 20.5rem !important;
  }
  .min-w-xxl-20-6 {
    min-width: 20.6rem !important;
  }
  .min-w-xxl-21 {
    min-width: 21rem !important;
  }
  .min-w-xxl-22 {
    min-width: 22rem !important;
  }
  .min-w-xxl-23 {
    min-width: 23rem !important;
  }
  .min-w-xxl-24 {
    min-width: 24rem !important;
  }
  .min-w-xxl-25 {
    min-width: 25rem !important;
  }
  .min-w-xxl-26-5 {
    min-width: 26.5rem !important;
  }
  .min-w-xxl-26 {
    min-width: 26rem !important;
  }
  .min-w-xxl-27 {
    min-width: 27rem !important;
  }
  .min-w-xxl-28 {
    min-width: 28rem !important;
  }
  .min-w-xxl-29 {
    min-width: 29rem !important;
  }
  .min-w-xxl-30 {
    min-width: 30rem !important;
  }
  .min-w-xxl-31 {
    min-width: 31rem !important;
  }
  .min-w-xxl-32 {
    min-width: 32rem !important;
  }
  .min-w-xxl-33 {
    min-width: 33rem !important;
  }
  .min-w-xxl-34 {
    min-width: 34rem !important;
  }
  .min-w-xxl-35 {
    min-width: 35rem !important;
  }
  .min-w-xxl-36 {
    min-width: 36rem !important;
  }
  .min-w-xxl-37 {
    min-width: 37rem !important;
  }
  .min-w-xxl-38 {
    min-width: 38rem !important;
  }
  .min-w-xxl-39 {
    min-width: 39rem !important;
  }
  .min-w-xxl-40 {
    min-width: 40rem !important;
  }
  .min-w-xxl-41 {
    min-width: 41rem !important;
  }
  .min-w-xxl-42 {
    min-width: 42rem !important;
  }
  .min-w-xxl-43 {
    min-width: 43rem !important;
  }
  .min-w-xxl-44 {
    min-width: 44rem !important;
  }
  .min-w-xxl-45 {
    min-width: 45rem !important;
  }
  .min-w-xxl-46 {
    min-width: 46rem !important;
  }
  .min-w-xxl-47 {
    min-width: 47rem !important;
  }
  .min-w-xxl-48 {
    min-width: 48rem !important;
  }
  .min-w-xxl-49 {
    min-width: 49rem !important;
  }
  .min-w-xxl-50 {
    min-width: 50rem !important;
  }
  .min-w-xxl-51 {
    min-width: 51rem !important;
  }
  .min-w-xxl-52 {
    min-width: 52rem !important;
  }
  .min-w-xxl-53 {
    min-width: 53rem !important;
  }
  .min-w-xxl-54 {
    min-width: 54rem !important;
  }
  .min-w-xxl-55 {
    min-width: 55rem !important;
  }
  .min-w-xxl-56 {
    min-width: 56rem !important;
  }
  .min-w-xxl-57 {
    min-width: 57rem !important;
  }
  .min-w-xxl-58 {
    min-width: 58rem !important;
  }
  .min-w-xxl-59 {
    min-width: 59rem !important;
  }
  .min-w-xxl-60 {
    min-width: 60rem !important;
  }
  .min-w-xxl-61 {
    min-width: 61rem !important;
  }
  .min-w-xxl-62 {
    min-width: 62rem !important;
  }
  .min-w-xxl-63 {
    min-width: 63rem !important;
  }
  .min-w-xxl-64 {
    min-width: 64rem !important;
  }
  .min-w-xxl-65 {
    min-width: 65rem !important;
  }
  .min-w-xxl-66 {
    min-width: 66rem !important;
  }
  .min-w-xxl-67 {
    min-width: 67rem !important;
  }
  .min-w-xxl-68 {
    min-width: 68rem !important;
  }
  .min-w-xxl-69 {
    min-width: 69rem !important;
  }
  .min-w-xxl-70 {
    min-width: 70rem !important;
  }
  .min-w-xxl-71 {
    min-width: 71rem !important;
  }
  .min-w-xxl-72 {
    min-width: 72rem !important;
  }
  .min-w-xxl-73 {
    min-width: 73rem !important;
  }
  .min-w-xxl-74 {
    min-width: 74rem !important;
  }
  .min-w-xxl-75 {
    min-width: 75rem !important;
  }
  .min-w-xxl-76 {
    min-width: 76rem !important;
  }
  .min-w-xxl-77 {
    min-width: 77rem !important;
  }
  .min-w-xxl-78 {
    min-width: 78rem !important;
  }
  .min-w-xxl-79 {
    min-width: 79rem !important;
  }
  .min-w-xxl-80 {
    min-width: 80rem !important;
  }
  .min-w-xxl-95 {
    min-width: 95rem !important;
  }
  .min-w-xxl-96 {
    min-width: 96rem !important;
  }
  .min-w-xxl-97 {
    min-width: 97rem !important;
  }
  .min-w-xxl-98 {
    min-width: 98rem !important;
  }
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  .max-w-px-xxl-0 {
    max-width: 0rem !important;
  }
  .max-w-px-xxl-1 {
    max-width: 0.0625rem !important;
  }
  .max-w-px-xxl-2 {
    max-width: 0.125rem !important;
  }
  .max-w-px-xxl-3 {
    max-width: 0.1875rem !important;
  }
  .max-w-px-xxl-4 {
    max-width: 0.25rem !important;
  }
  .max-w-px-xxl-5 {
    max-width: 0.3125rem !important;
  }
  .max-w-px-xxl-6 {
    max-width: 0.375rem !important;
  }
  .max-w-px-xxl-7 {
    max-width: 0.4375rem !important;
  }
  .max-w-px-xxl-8 {
    max-width: 0.5rem !important;
  }
  .max-w-px-xxl-9 {
    max-width: 0.5625rem !important;
  }
  .max-w-px-xxl-10 {
    max-width: 0.625rem !important;
  }
  .max-w-px-xxl-11 {
    max-width: 0.6875rem !important;
  }
  .max-w-px-xxl-12 {
    max-width: 0.75rem !important;
  }
  .max-w-px-xxl-13 {
    max-width: 0.8125rem !important;
  }
  .max-w-px-xxl-14 {
    max-width: 0.875rem !important;
  }
  .max-w-px-xxl-15 {
    max-width: 0.9375rem !important;
  }
  .max-w-px-xxl-16 {
    max-width: 1rem !important;
  }
  .max-w-px-xxl-17 {
    max-width: 1.0625rem !important;
  }
  .max-w-px-xxl-18 {
    max-width: 1.125rem !important;
  }
  .max-w-px-xxl-19 {
    max-width: 1.1875rem !important;
  }
  .max-w-px-xxl-20 {
    max-width: 1.25rem !important;
  }
  .max-w-px-xxl-21 {
    max-width: 1.3125rem !important;
  }
  .max-w-px-xxl-22 {
    max-width: 1.375rem !important;
  }
  .max-w-px-xxl-23 {
    max-width: 1.4375rem !important;
  }
  .max-w-px-xxl-24 {
    max-width: 1.5rem !important;
  }
  .max-w-px-xxl-25 {
    max-width: 1.5625rem !important;
  }
  .max-w-px-xxl-26 {
    max-width: 1.625rem !important;
  }
  .max-w-px-xxl-27 {
    max-width: 1.6875rem !important;
  }
  .max-w-px-xxl-28 {
    max-width: 1.75rem !important;
  }
  .max-w-px-xxl-29 {
    max-width: 1.8125rem !important;
  }
  .max-w-px-xxl-30 {
    max-width: 1.875rem !important;
  }
  .max-w-px-xxl-31 {
    max-width: 1.9375rem !important;
  }
  .max-w-px-xxl-32 {
    max-width: 2rem !important;
  }
  .max-w-px-xxl-33 {
    max-width: 2.0625rem !important;
  }
  .max-w-px-xxl-34 {
    max-width: 2.125rem !important;
  }
  .max-w-px-xxl-35 {
    max-width: 2.1875rem !important;
  }
  .max-w-px-xxl-36 {
    max-width: 2.25rem !important;
  }
  .max-w-px-xxl-37 {
    max-width: 2.3125rem !important;
  }
  .max-w-px-xxl-38 {
    max-width: 2.375rem !important;
  }
  .max-w-px-xxl-39 {
    max-width: 2.4375rem !important;
  }
  .max-w-px-xxl-40 {
    max-width: 2.5rem !important;
  }
  .max-w-px-xxl-41 {
    max-width: 2.5625rem !important;
  }
  .max-w-px-xxl-42 {
    max-width: 2.625rem !important;
  }
  .max-w-px-xxl-43 {
    max-width: 2.6875rem !important;
  }
  .max-w-px-xxl-44 {
    max-width: 2.75rem !important;
  }
  .max-w-px-xxl-45 {
    max-width: 2.8125rem !important;
  }
  .max-w-px-xxl-46 {
    max-width: 2.875rem !important;
  }
  .max-w-px-xxl-47 {
    max-width: 2.9375rem !important;
  }
  .max-w-px-xxl-48 {
    max-width: 3rem !important;
  }
  .max-w-px-xxl-49 {
    max-width: 3.0625rem !important;
  }
  .max-w-px-xxl-50 {
    max-width: 3.125rem !important;
  }
  .max-w-px-xxl-51 {
    max-width: 3.1875rem !important;
  }
  .max-w-px-xxl-52 {
    max-width: 3.25rem !important;
  }
  .max-w-px-xxl-53 {
    max-width: 3.3125rem !important;
  }
  .max-w-px-xxl-54 {
    max-width: 3.375rem !important;
  }
  .max-w-px-xxl-56 {
    max-width: 3.5rem !important;
  }
  .max-w-px-xxl-57 {
    max-width: 3.5625rem !important;
  }
  .max-w-px-xxl-58 {
    max-width: 3.625rem !important;
  }
  .max-w-px-xxl-59 {
    max-width: 3.6875rem !important;
  }
  .max-w-px-xxl-60 {
    max-width: 3.75rem !important;
  }
  .max-w-px-xxl-61 {
    max-width: 3.8125rem !important;
  }
  .max-w-px-xxl-62 {
    max-width: 3.875rem !important;
  }
  .max-w-px-xxl-63 {
    max-width: 3.9375rem !important;
  }
  .max-w-px-xxl-64 {
    max-width: 4rem !important;
  }
  .max-w-px-xxl-68 {
    max-width: 4.25rem !important;
  }
  .max-w-px-xxl-70 {
    max-width: 4.375rem !important;
  }
  .max-w-px-xxl-71 {
    max-width: 4.4375rem !important;
  }
  .max-w-px-xxl-72 {
    max-width: 4.5rem !important;
  }
  .max-w-px-xxl-73 {
    max-width: 4.5625rem !important;
  }
  .max-w-px-xxl-74 {
    max-width: 4.625rem !important;
  }
  .max-w-px-xxl-75 {
    max-width: 4.6875rem !important;
  }
  .max-w-px-xxl-76 {
    max-width: 4.75rem !important;
  }
  .max-w-px-xxl-77 {
    max-width: 4.8125rem !important;
  }
  .max-w-px-xxl-78 {
    max-width: 4.875rem !important;
  }
  .max-w-px-xxl-79 {
    max-width: 4.9375rem !important;
  }
  .max-w-px-xxl-80 {
    max-width: 5rem !important;
  }
  .max-w-px-xxl-82 {
    max-width: 5.125rem !important;
  }
  .max-w-px-xxl-83 {
    max-width: 5.1875rem !important;
  }
  .max-w-px-xxl-84 {
    max-width: 5.25rem !important;
  }
  .max-w-px-xxl-86 {
    max-width: 5.375rem !important;
  }
  .max-w-px-xxl-87 {
    max-width: 5.4375rem !important;
  }
  .max-w-px-xxl-88 {
    max-width: 5.5rem !important;
  }
  .max-w-px-xxl-89 {
    max-width: 5.5625rem !important;
  }
  .max-w-px-xxl-90 {
    max-width: 5.625rem !important;
  }
  .max-w-px-xxl-92 {
    max-width: 5.75rem !important;
  }
  .max-w-px-xxl-94 {
    max-width: 5.875rem !important;
  }
  .max-w-px-xxl-95 {
    max-width: 5.9375rem !important;
  }
  .max-w-px-xxl-96 {
    max-width: 6rem !important;
  }
  .max-w-px-xxl-98 {
    max-width: 6.125rem !important;
  }
  .max-w-px-xxl-100 {
    max-width: 6.25rem !important;
  }
  .max-w-px-xxl-102 {
    max-width: 6.375rem !important;
  }
  .max-w-px-xxl-104 {
    max-width: 6.5rem !important;
  }
  .max-w-px-xxl-108 {
    max-width: 6.75rem !important;
  }
  .max-w-px-xxl-115 {
    max-width: 7.1875rem !important;
  }
  .max-w-px-xxl-116 {
    max-width: 7.25rem !important;
  }
  .max-w-px-xxl-118 {
    max-width: 7.375rem !important;
  }
  .max-w-px-xxl-120 {
    max-width: 7.5rem !important;
  }
  .max-w-px-xxl-121 {
    max-width: 7.5625rem !important;
  }
  .max-w-px-xxl-123 {
    max-width: 7.6875rem !important;
  }
  .max-w-px-xxl-129 {
    max-width: 8.0625rem !important;
  }
  .max-w-px-xxl-131 {
    max-width: 8.1875rem !important;
  }
  .max-w-px-xxl-140 {
    max-width: 8.75rem !important;
  }
  .max-w-px-xxl-144 {
    max-width: 9rem !important;
  }
  .max-w-px-xxl-147 {
    max-width: 9.1875rem !important;
  }
  .max-w-px-xxl-148 {
    max-width: 9.25rem !important;
  }
  .max-w-px-xxl-154 {
    max-width: 9.625rem !important;
  }
  .max-w-px-xxl-156 {
    max-width: 9.75rem !important;
  }
  .max-w-px-xxl-180 {
    max-width: 11.25rem !important;
  }
  .max-w-px-xxl-200 {
    max-width: 12.5rem !important;
  }
  .max-w-px-xxl-231 {
    max-width: 14.4375rem !important;
  }
  .max-w-px-xxl-240 {
    max-width: 15rem !important;
  }
  .max-w-px-xxl-247 {
    max-width: 15.4375rem !important;
  }
  .max-w-px-xxl-239 {
    max-width: 14.9375rem !important;
  }
  .max-w-px-xxl-255 {
    max-width: 15.9375rem !important;
  }
  .max-w-px-xxl-327 {
    max-width: 20.4375rem !important;
  }
  .min-w-px-xxl-0 {
    min-width: 0rem !important;
  }
  .min-w-px-xxl-1 {
    min-width: 0.0625rem !important;
  }
  .min-w-px-xxl-2 {
    min-width: 0.125rem !important;
  }
  .min-w-px-xxl-3 {
    min-width: 0.1875rem !important;
  }
  .min-w-px-xxl-4 {
    min-width: 0.25rem !important;
  }
  .min-w-px-xxl-5 {
    min-width: 0.3125rem !important;
  }
  .min-w-px-xxl-6 {
    min-width: 0.375rem !important;
  }
  .min-w-px-xxl-7 {
    min-width: 0.4375rem !important;
  }
  .min-w-px-xxl-8 {
    min-width: 0.5rem !important;
  }
  .min-w-px-xxl-9 {
    min-width: 0.5625rem !important;
  }
  .min-w-px-xxl-10 {
    min-width: 0.625rem !important;
  }
  .min-w-px-xxl-11 {
    min-width: 0.6875rem !important;
  }
  .min-w-px-xxl-12 {
    min-width: 0.75rem !important;
  }
  .min-w-px-xxl-13 {
    min-width: 0.8125rem !important;
  }
  .min-w-px-xxl-14 {
    min-width: 0.875rem !important;
  }
  .min-w-px-xxl-15 {
    min-width: 0.9375rem !important;
  }
  .min-w-px-xxl-16 {
    min-width: 1rem !important;
  }
  .min-w-px-xxl-17 {
    min-width: 1.0625rem !important;
  }
  .min-w-px-xxl-18 {
    min-width: 1.125rem !important;
  }
  .min-w-px-xxl-19 {
    min-width: 1.1875rem !important;
  }
  .min-w-px-xxl-20 {
    min-width: 1.25rem !important;
  }
  .min-w-px-xxl-21 {
    min-width: 1.3125rem !important;
  }
  .min-w-px-xxl-22 {
    min-width: 1.375rem !important;
  }
  .min-w-px-xxl-23 {
    min-width: 1.4375rem !important;
  }
  .min-w-px-xxl-24 {
    min-width: 1.5rem !important;
  }
  .min-w-px-xxl-25 {
    min-width: 1.5625rem !important;
  }
  .min-w-px-xxl-26 {
    min-width: 1.625rem !important;
  }
  .min-w-px-xxl-27 {
    min-width: 1.6875rem !important;
  }
  .min-w-px-xxl-28 {
    min-width: 1.75rem !important;
  }
  .min-w-px-xxl-29 {
    min-width: 1.8125rem !important;
  }
  .min-w-px-xxl-30 {
    min-width: 1.875rem !important;
  }
  .min-w-px-xxl-31 {
    min-width: 1.9375rem !important;
  }
  .min-w-px-xxl-32 {
    min-width: 2rem !important;
  }
  .min-w-px-xxl-33 {
    min-width: 2.0625rem !important;
  }
  .min-w-px-xxl-34 {
    min-width: 2.125rem !important;
  }
  .min-w-px-xxl-35 {
    min-width: 2.1875rem !important;
  }
  .min-w-px-xxl-36 {
    min-width: 2.25rem !important;
  }
  .min-w-px-xxl-37 {
    min-width: 2.3125rem !important;
  }
  .min-w-px-xxl-38 {
    min-width: 2.375rem !important;
  }
  .min-w-px-xxl-39 {
    min-width: 2.4375rem !important;
  }
  .min-w-px-xxl-40 {
    min-width: 2.5rem !important;
  }
  .min-w-px-xxl-41 {
    min-width: 2.5625rem !important;
  }
  .min-w-px-xxl-42 {
    min-width: 2.625rem !important;
  }
  .min-w-px-xxl-43 {
    min-width: 2.6875rem !important;
  }
  .min-w-px-xxl-44 {
    min-width: 2.75rem !important;
  }
  .min-w-px-xxl-45 {
    min-width: 2.8125rem !important;
  }
  .min-w-px-xxl-46 {
    min-width: 2.875rem !important;
  }
  .min-w-px-xxl-47 {
    min-width: 2.9375rem !important;
  }
  .min-w-px-xxl-48 {
    min-width: 3rem !important;
  }
  .min-w-px-xxl-49 {
    min-width: 3.0625rem !important;
  }
  .min-w-px-xxl-50 {
    min-width: 3.125rem !important;
  }
  .min-w-px-xxl-51 {
    min-width: 3.1875rem !important;
  }
  .min-w-px-xxl-52 {
    min-width: 3.25rem !important;
  }
  .min-w-px-xxl-53 {
    min-width: 3.3125rem !important;
  }
  .min-w-px-xxl-54 {
    min-width: 3.375rem !important;
  }
  .min-w-px-xxl-56 {
    min-width: 3.5rem !important;
  }
  .min-w-px-xxl-57 {
    min-width: 3.5625rem !important;
  }
  .min-w-px-xxl-58 {
    min-width: 3.625rem !important;
  }
  .min-w-px-xxl-59 {
    min-width: 3.6875rem !important;
  }
  .min-w-px-xxl-60 {
    min-width: 3.75rem !important;
  }
  .min-w-px-xxl-61 {
    min-width: 3.8125rem !important;
  }
  .min-w-px-xxl-62 {
    min-width: 3.875rem !important;
  }
  .min-w-px-xxl-63 {
    min-width: 3.9375rem !important;
  }
  .min-w-px-xxl-64 {
    min-width: 4rem !important;
  }
  .min-w-px-xxl-68 {
    min-width: 4.25rem !important;
  }
  .min-w-px-xxl-70 {
    min-width: 4.375rem !important;
  }
  .min-w-px-xxl-71 {
    min-width: 4.4375rem !important;
  }
  .min-w-px-xxl-72 {
    min-width: 4.5rem !important;
  }
  .min-w-px-xxl-73 {
    min-width: 4.5625rem !important;
  }
  .min-w-px-xxl-74 {
    min-width: 4.625rem !important;
  }
  .min-w-px-xxl-75 {
    min-width: 4.6875rem !important;
  }
  .min-w-px-xxl-76 {
    min-width: 4.75rem !important;
  }
  .min-w-px-xxl-77 {
    min-width: 4.8125rem !important;
  }
  .min-w-px-xxl-78 {
    min-width: 4.875rem !important;
  }
  .min-w-px-xxl-79 {
    min-width: 4.9375rem !important;
  }
  .min-w-px-xxl-80 {
    min-width: 5rem !important;
  }
  .min-w-px-xxl-82 {
    min-width: 5.125rem !important;
  }
  .min-w-px-xxl-83 {
    min-width: 5.1875rem !important;
  }
  .min-w-px-xxl-84 {
    min-width: 5.25rem !important;
  }
  .min-w-px-xxl-86 {
    min-width: 5.375rem !important;
  }
  .min-w-px-xxl-87 {
    min-width: 5.4375rem !important;
  }
  .min-w-px-xxl-88 {
    min-width: 5.5rem !important;
  }
  .min-w-px-xxl-89 {
    min-width: 5.5625rem !important;
  }
  .min-w-px-xxl-90 {
    min-width: 5.625rem !important;
  }
  .min-w-px-xxl-92 {
    min-width: 5.75rem !important;
  }
  .min-w-px-xxl-94 {
    min-width: 5.875rem !important;
  }
  .min-w-px-xxl-95 {
    min-width: 5.9375rem !important;
  }
  .min-w-px-xxl-96 {
    min-width: 6rem !important;
  }
  .min-w-px-xxl-98 {
    min-width: 6.125rem !important;
  }
  .min-w-px-xxl-100 {
    min-width: 6.25rem !important;
  }
  .min-w-px-xxl-102 {
    min-width: 6.375rem !important;
  }
  .min-w-px-xxl-104 {
    min-width: 6.5rem !important;
  }
  .min-w-px-xxl-108 {
    min-width: 6.75rem !important;
  }
  .min-w-px-xxl-115 {
    min-width: 7.1875rem !important;
  }
  .min-w-px-xxl-116 {
    min-width: 7.25rem !important;
  }
  .min-w-px-xxl-118 {
    min-width: 7.375rem !important;
  }
  .min-w-px-xxl-120 {
    min-width: 7.5rem !important;
  }
  .min-w-px-xxl-121 {
    min-width: 7.5625rem !important;
  }
  .min-w-px-xxl-123 {
    min-width: 7.6875rem !important;
  }
  .min-w-px-xxl-129 {
    min-width: 8.0625rem !important;
  }
  .min-w-px-xxl-131 {
    min-width: 8.1875rem !important;
  }
  .min-w-px-xxl-140 {
    min-width: 8.75rem !important;
  }
  .min-w-px-xxl-144 {
    min-width: 9rem !important;
  }
  .min-w-px-xxl-147 {
    min-width: 9.1875rem !important;
  }
  .min-w-px-xxl-148 {
    min-width: 9.25rem !important;
  }
  .min-w-px-xxl-154 {
    min-width: 9.625rem !important;
  }
  .min-w-px-xxl-156 {
    min-width: 9.75rem !important;
  }
  .min-w-px-xxl-180 {
    min-width: 11.25rem !important;
  }
  .min-w-px-xxl-200 {
    min-width: 12.5rem !important;
  }
  .min-w-px-xxl-231 {
    min-width: 14.4375rem !important;
  }
  .min-w-px-xxl-240 {
    min-width: 15rem !important;
  }
  .min-w-px-xxl-247 {
    min-width: 15.4375rem !important;
  }
  .min-w-px-xxl-239 {
    min-width: 14.9375rem !important;
  }
  .min-w-px-xxl-255 {
    min-width: 15.9375rem !important;
  }
  .min-w-px-xxl-327 {
    min-width: 20.4375rem !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-98 {
    height: 98% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-64 {
    height: calc(100% - 64px) !important;
  }
  .height-xxl-unset {
    height: unset !important;
  }
  .height-xxl-1 {
    height: 1rem !important;
  }
  .height-xxl--74 {
    height: 1.75rem !important;
  }
  .height-xxl-2 {
    height: 2rem !important;
  }
  .height-xxl-3 {
    height: 3rem !important;
  }
  .height-xxl-4 {
    height: 4rem !important;
  }
  .height-xxl-5 {
    height: 5rem !important;
  }
  .height-xxl-6 {
    height: 6rem !important;
  }
  .height-xxl-7 {
    height: 7rem !important;
  }
  .height-xxl-8 {
    height: 8rem !important;
  }
  .height-xxl-9 {
    height: 9rem !important;
  }
  .height-xxl-10 {
    height: 10rem !important;
  }
  .height-xxl-11 {
    height: 11rem !important;
  }
  .height-xxl-12 {
    height: 12rem !important;
  }
  .height-xxl-13 {
    height: 13rem !important;
  }
  .height-xxl-14 {
    height: 14rem !important;
  }
  .height-xxl-15 {
    height: 15rem !important;
  }
  .height-xxl-16 {
    height: 16rem !important;
  }
  .height-xxl-17 {
    height: 17rem !important;
  }
  .height-xxl-18 {
    height: 18rem !important;
  }
  .height-xxl-19 {
    height: 19rem !important;
  }
  .height-xxl-20 {
    height: 20rem !important;
  }
  .height-xxl-21 {
    height: 21rem !important;
  }
  .height-xxl-22 {
    height: 22rem !important;
  }
  .height-xxl-23 {
    height: 23rem !important;
  }
  .height-xxl-24 {
    height: 24rem !important;
  }
  .height-xxl-25 {
    height: 25rem !important;
  }
  .height-xxl-26 {
    height: 26rem !important;
  }
  .height-xxl-27 {
    height: 27rem !important;
  }
  .height-xxl-28 {
    height: 28rem !important;
  }
  .height-xxl-29 {
    height: 29rem !important;
  }
  .height-xxl-30 {
    height: 30rem !important;
  }
  .height-xxl-31 {
    height: 31rem !important;
  }
  .height-xxl-32 {
    height: 32rem !important;
  }
  .height-xxl-33 {
    height: 33rem !important;
  }
  .height-xxl-34 {
    height: 34rem !important;
  }
  .height-xxl-35 {
    height: 35rem !important;
  }
  .height-xxl-36 {
    height: 36rem !important;
  }
  .height-xxl-37 {
    height: 37rem !important;
  }
  .height-xxl-38 {
    height: 38rem !important;
  }
  .height-xxl-39 {
    height: 39rem !important;
  }
  .height-xxl-40 {
    height: 40rem !important;
  }
  .height-xxl-45 {
    height: 45rem !important;
  }
  .height-xxl-75 {
    height: 75rem !important;
  }
  .height-xxl-100 {
    height: 100% !important;
  }
  .height-px-xxl-0 {
    height: 0rem !important;
  }
  .height-px-xxl-1 {
    height: 0.0625rem !important;
  }
  .height-px-xxl-2 {
    height: 0.125rem !important;
  }
  .height-px-xxl-3 {
    height: 0.1875rem !important;
  }
  .height-px-xxl-4 {
    height: 0.25rem !important;
  }
  .height-px-xxl-5 {
    height: 0.3125rem !important;
  }
  .height-px-xxl-6 {
    height: 0.375rem !important;
  }
  .height-px-xxl-7 {
    height: 0.4375rem !important;
  }
  .height-px-xxl-8 {
    height: 0.5rem !important;
  }
  .height-px-xxl-9 {
    height: 0.5625rem !important;
  }
  .height-px-xxl-10 {
    height: 0.625rem !important;
  }
  .height-px-xxl-11 {
    height: 0.6875rem !important;
  }
  .height-px-xxl-12 {
    height: 0.75rem !important;
  }
  .height-px-xxl-13 {
    height: 0.8125rem !important;
  }
  .height-px-xxl-14 {
    height: 0.875rem !important;
  }
  .height-px-xxl-15 {
    height: 0.9375rem !important;
  }
  .height-px-xxl-16 {
    height: 1rem !important;
  }
  .height-px-xxl-17 {
    height: 1.0625rem !important;
  }
  .height-px-xxl-18 {
    height: 1.125rem !important;
  }
  .height-px-xxl-19 {
    height: 1.1875rem !important;
  }
  .height-px-xxl-20 {
    height: 1.25rem !important;
  }
  .height-px-xxl-21 {
    height: 1.3125rem !important;
  }
  .height-px-xxl-22 {
    height: 1.375rem !important;
  }
  .height-px-xxl-23 {
    height: 1.4375rem !important;
  }
  .height-px-xxl-24 {
    height: 1.5rem !important;
  }
  .height-px-xxl-25 {
    height: 1.5625rem !important;
  }
  .height-px-xxl-26 {
    height: 1.625rem !important;
  }
  .height-px-xxl-27 {
    height: 1.6875rem !important;
  }
  .height-px-xxl-28 {
    height: 1.75rem !important;
  }
  .height-px-xxl-29 {
    height: 1.8125rem !important;
  }
  .height-px-xxl-30 {
    height: 1.875rem !important;
  }
  .height-px-xxl-31 {
    height: 1.9375rem !important;
  }
  .height-px-xxl-32 {
    height: 2rem !important;
  }
  .height-px-xxl-33 {
    height: 2.0625rem !important;
  }
  .height-px-xxl-34 {
    height: 2.125rem !important;
  }
  .height-px-xxl-35 {
    height: 2.1875rem !important;
  }
  .height-px-xxl-36 {
    height: 2.25rem !important;
  }
  .height-px-xxl-37 {
    height: 2.3125rem !important;
  }
  .height-px-xxl-38 {
    height: 2.375rem !important;
  }
  .height-px-xxl-39 {
    height: 2.4375rem !important;
  }
  .height-px-xxl-40 {
    height: 2.5rem !important;
  }
  .height-px-xxl-41 {
    height: 2.5625rem !important;
  }
  .height-px-xxl-42 {
    height: 2.625rem !important;
  }
  .height-px-xxl-43 {
    height: 2.6875rem !important;
  }
  .height-px-xxl-44 {
    height: 2.75rem !important;
  }
  .height-px-xxl-45 {
    height: 2.8125rem !important;
  }
  .height-px-xxl-46 {
    height: 2.875rem !important;
  }
  .height-px-xxl-47 {
    height: 2.9375rem !important;
  }
  .height-px-xxl-48 {
    height: 3rem !important;
  }
  .height-px-xxl-49 {
    height: 3.0625rem !important;
  }
  .height-px-xxl-50 {
    height: 3.125rem !important;
  }
  .height-px-xxl-51 {
    height: 3.1875rem !important;
  }
  .height-px-xxl-52 {
    height: 3.25rem !important;
  }
  .height-px-xxl-53 {
    height: 3.3125rem !important;
  }
  .height-px-xxl-54 {
    height: 3.375rem !important;
  }
  .height-px-xxl-56 {
    height: 3.5rem !important;
  }
  .height-px-xxl-57 {
    height: 3.5625rem !important;
  }
  .height-px-xxl-58 {
    height: 3.625rem !important;
  }
  .height-px-xxl-59 {
    height: 3.6875rem !important;
  }
  .height-px-xxl-60 {
    height: 3.75rem !important;
  }
  .height-px-xxl-61 {
    height: 3.8125rem !important;
  }
  .height-px-xxl-62 {
    height: 3.875rem !important;
  }
  .height-px-xxl-63 {
    height: 3.9375rem !important;
  }
  .height-px-xxl-64 {
    height: 4rem !important;
  }
  .height-px-xxl-68 {
    height: 4.25rem !important;
  }
  .height-px-xxl-70 {
    height: 4.375rem !important;
  }
  .height-px-xxl-71 {
    height: 4.4375rem !important;
  }
  .height-px-xxl-72 {
    height: 4.5rem !important;
  }
  .height-px-xxl-73 {
    height: 4.5625rem !important;
  }
  .height-px-xxl-74 {
    height: 4.625rem !important;
  }
  .height-px-xxl-75 {
    height: 4.6875rem !important;
  }
  .height-px-xxl-76 {
    height: 4.75rem !important;
  }
  .height-px-xxl-77 {
    height: 4.8125rem !important;
  }
  .height-px-xxl-78 {
    height: 4.875rem !important;
  }
  .height-px-xxl-79 {
    height: 4.9375rem !important;
  }
  .height-px-xxl-80 {
    height: 5rem !important;
  }
  .height-px-xxl-82 {
    height: 5.125rem !important;
  }
  .height-px-xxl-83 {
    height: 5.1875rem !important;
  }
  .height-px-xxl-84 {
    height: 5.25rem !important;
  }
  .height-px-xxl-86 {
    height: 5.375rem !important;
  }
  .height-px-xxl-87 {
    height: 5.4375rem !important;
  }
  .height-px-xxl-88 {
    height: 5.5rem !important;
  }
  .height-px-xxl-89 {
    height: 5.5625rem !important;
  }
  .height-px-xxl-90 {
    height: 5.625rem !important;
  }
  .height-px-xxl-92 {
    height: 5.75rem !important;
  }
  .height-px-xxl-94 {
    height: 5.875rem !important;
  }
  .height-px-xxl-95 {
    height: 5.9375rem !important;
  }
  .height-px-xxl-96 {
    height: 6rem !important;
  }
  .height-px-xxl-98 {
    height: 6.125rem !important;
  }
  .height-px-xxl-100 {
    height: 6.25rem !important;
  }
  .height-px-xxl-102 {
    height: 6.375rem !important;
  }
  .height-px-xxl-104 {
    height: 6.5rem !important;
  }
  .height-px-xxl-108 {
    height: 6.75rem !important;
  }
  .height-px-xxl-115 {
    height: 7.1875rem !important;
  }
  .height-px-xxl-116 {
    height: 7.25rem !important;
  }
  .height-px-xxl-118 {
    height: 7.375rem !important;
  }
  .height-px-xxl-120 {
    height: 7.5rem !important;
  }
  .height-px-xxl-121 {
    height: 7.5625rem !important;
  }
  .height-px-xxl-123 {
    height: 7.6875rem !important;
  }
  .height-px-xxl-129 {
    height: 8.0625rem !important;
  }
  .height-px-xxl-131 {
    height: 8.1875rem !important;
  }
  .height-px-xxl-140 {
    height: 8.75rem !important;
  }
  .height-px-xxl-144 {
    height: 9rem !important;
  }
  .height-px-xxl-147 {
    height: 9.1875rem !important;
  }
  .height-px-xxl-148 {
    height: 9.25rem !important;
  }
  .height-px-xxl-154 {
    height: 9.625rem !important;
  }
  .height-px-xxl-156 {
    height: 9.75rem !important;
  }
  .height-px-xxl-180 {
    height: 11.25rem !important;
  }
  .height-px-xxl-200 {
    height: 12.5rem !important;
  }
  .height-px-xxl-231 {
    height: 14.4375rem !important;
  }
  .height-px-xxl-240 {
    height: 15rem !important;
  }
  .height-px-xxl-247 {
    height: 15.4375rem !important;
  }
  .height-px-xxl-239 {
    height: 14.9375rem !important;
  }
  .height-px-xxl-255 {
    height: 15.9375rem !important;
  }
  .height-px-xxl-327 {
    height: 20.4375rem !important;
  }
  .max-h-xxl-unset {
    max-height: unset !important;
  }
  .max-h-xxl-1 {
    max-height: 1rem !important;
  }
  .max-h-xxl--74 {
    max-height: 1.75rem !important;
  }
  .max-h-xxl-2 {
    max-height: 2rem !important;
  }
  .max-h-xxl-3 {
    max-height: 3rem !important;
  }
  .max-h-xxl-4 {
    max-height: 4rem !important;
  }
  .max-h-xxl-5 {
    max-height: 5rem !important;
  }
  .max-h-xxl-6 {
    max-height: 6rem !important;
  }
  .max-h-xxl-7 {
    max-height: 7rem !important;
  }
  .max-h-xxl-8 {
    max-height: 8rem !important;
  }
  .max-h-xxl-9 {
    max-height: 9rem !important;
  }
  .max-h-xxl-10 {
    max-height: 10rem !important;
  }
  .max-h-xxl-11 {
    max-height: 11rem !important;
  }
  .max-h-xxl-12 {
    max-height: 12rem !important;
  }
  .max-h-xxl-13 {
    max-height: 13rem !important;
  }
  .max-h-xxl-14 {
    max-height: 14rem !important;
  }
  .max-h-xxl-15 {
    max-height: 15rem !important;
  }
  .max-h-xxl-16 {
    max-height: 16rem !important;
  }
  .max-h-xxl-17 {
    max-height: 17rem !important;
  }
  .max-h-xxl-18 {
    max-height: 18rem !important;
  }
  .max-h-xxl-19 {
    max-height: 19rem !important;
  }
  .max-h-xxl-20 {
    max-height: 20rem !important;
  }
  .max-h-xxl-21 {
    max-height: 21rem !important;
  }
  .max-h-xxl-22 {
    max-height: 22rem !important;
  }
  .max-h-xxl-23 {
    max-height: 23rem !important;
  }
  .max-h-xxl-24 {
    max-height: 24rem !important;
  }
  .max-h-xxl-25 {
    max-height: 25rem !important;
  }
  .max-h-xxl-26 {
    max-height: 26rem !important;
  }
  .max-h-xxl-27 {
    max-height: 27rem !important;
  }
  .max-h-xxl-28 {
    max-height: 28rem !important;
  }
  .max-h-xxl-29 {
    max-height: 29rem !important;
  }
  .max-h-xxl-30 {
    max-height: 30rem !important;
  }
  .max-h-xxl-31 {
    max-height: 31rem !important;
  }
  .max-h-xxl-32 {
    max-height: 32rem !important;
  }
  .max-h-xxl-33 {
    max-height: 33rem !important;
  }
  .max-h-xxl-34 {
    max-height: 34rem !important;
  }
  .max-h-xxl-35 {
    max-height: 35rem !important;
  }
  .max-h-xxl-36 {
    max-height: 36rem !important;
  }
  .max-h-xxl-37 {
    max-height: 37rem !important;
  }
  .max-h-xxl-38 {
    max-height: 38rem !important;
  }
  .max-h-xxl-39 {
    max-height: 39rem !important;
  }
  .max-h-xxl-40 {
    max-height: 40rem !important;
  }
  .max-h-xxl-45 {
    max-height: 45rem !important;
  }
  .max-h-xxl-75 {
    max-height: 75rem !important;
  }
  .max-h-xxl-100 {
    max-height: 100% !important;
  }
  .min-h-xxl-unset {
    min-height: unset !important;
  }
  .min-h-xxl-1 {
    min-height: 1rem !important;
  }
  .min-h-xxl--74 {
    min-height: 1.75rem !important;
  }
  .min-h-xxl-2 {
    min-height: 2rem !important;
  }
  .min-h-xxl-3 {
    min-height: 3rem !important;
  }
  .min-h-xxl-4 {
    min-height: 4rem !important;
  }
  .min-h-xxl-5 {
    min-height: 5rem !important;
  }
  .min-h-xxl-6 {
    min-height: 6rem !important;
  }
  .min-h-xxl-7 {
    min-height: 7rem !important;
  }
  .min-h-xxl-8 {
    min-height: 8rem !important;
  }
  .min-h-xxl-9 {
    min-height: 9rem !important;
  }
  .min-h-xxl-10 {
    min-height: 10rem !important;
  }
  .min-h-xxl-11 {
    min-height: 11rem !important;
  }
  .min-h-xxl-12 {
    min-height: 12rem !important;
  }
  .min-h-xxl-13 {
    min-height: 13rem !important;
  }
  .min-h-xxl-14 {
    min-height: 14rem !important;
  }
  .min-h-xxl-15 {
    min-height: 15rem !important;
  }
  .min-h-xxl-16 {
    min-height: 16rem !important;
  }
  .min-h-xxl-17 {
    min-height: 17rem !important;
  }
  .min-h-xxl-18 {
    min-height: 18rem !important;
  }
  .min-h-xxl-19 {
    min-height: 19rem !important;
  }
  .min-h-xxl-20 {
    min-height: 20rem !important;
  }
  .min-h-xxl-21 {
    min-height: 21rem !important;
  }
  .min-h-xxl-22 {
    min-height: 22rem !important;
  }
  .min-h-xxl-23 {
    min-height: 23rem !important;
  }
  .min-h-xxl-24 {
    min-height: 24rem !important;
  }
  .min-h-xxl-25 {
    min-height: 25rem !important;
  }
  .min-h-xxl-26 {
    min-height: 26rem !important;
  }
  .min-h-xxl-27 {
    min-height: 27rem !important;
  }
  .min-h-xxl-28 {
    min-height: 28rem !important;
  }
  .min-h-xxl-29 {
    min-height: 29rem !important;
  }
  .min-h-xxl-30 {
    min-height: 30rem !important;
  }
  .min-h-xxl-31 {
    min-height: 31rem !important;
  }
  .min-h-xxl-32 {
    min-height: 32rem !important;
  }
  .min-h-xxl-33 {
    min-height: 33rem !important;
  }
  .min-h-xxl-34 {
    min-height: 34rem !important;
  }
  .min-h-xxl-35 {
    min-height: 35rem !important;
  }
  .min-h-xxl-36 {
    min-height: 36rem !important;
  }
  .min-h-xxl-37 {
    min-height: 37rem !important;
  }
  .min-h-xxl-38 {
    min-height: 38rem !important;
  }
  .min-h-xxl-39 {
    min-height: 39rem !important;
  }
  .min-h-xxl-40 {
    min-height: 40rem !important;
  }
  .min-h-xxl-45 {
    min-height: 45rem !important;
  }
  .min-h-xxl-75 {
    min-height: 75rem !important;
  }
  .min-h-xxl-100 {
    min-height: 100% !important;
  }
  .min-h-px-xxl-0 {
    min-height: 0rem !important;
  }
  .min-h-px-xxl-1 {
    min-height: 0.0625rem !important;
  }
  .min-h-px-xxl-2 {
    min-height: 0.125rem !important;
  }
  .min-h-px-xxl-3 {
    min-height: 0.1875rem !important;
  }
  .min-h-px-xxl-4 {
    min-height: 0.25rem !important;
  }
  .min-h-px-xxl-5 {
    min-height: 0.3125rem !important;
  }
  .min-h-px-xxl-6 {
    min-height: 0.375rem !important;
  }
  .min-h-px-xxl-7 {
    min-height: 0.4375rem !important;
  }
  .min-h-px-xxl-8 {
    min-height: 0.5rem !important;
  }
  .min-h-px-xxl-9 {
    min-height: 0.5625rem !important;
  }
  .min-h-px-xxl-10 {
    min-height: 0.625rem !important;
  }
  .min-h-px-xxl-11 {
    min-height: 0.6875rem !important;
  }
  .min-h-px-xxl-12 {
    min-height: 0.75rem !important;
  }
  .min-h-px-xxl-13 {
    min-height: 0.8125rem !important;
  }
  .min-h-px-xxl-14 {
    min-height: 0.875rem !important;
  }
  .min-h-px-xxl-15 {
    min-height: 0.9375rem !important;
  }
  .min-h-px-xxl-16 {
    min-height: 1rem !important;
  }
  .min-h-px-xxl-17 {
    min-height: 1.0625rem !important;
  }
  .min-h-px-xxl-18 {
    min-height: 1.125rem !important;
  }
  .min-h-px-xxl-19 {
    min-height: 1.1875rem !important;
  }
  .min-h-px-xxl-20 {
    min-height: 1.25rem !important;
  }
  .min-h-px-xxl-21 {
    min-height: 1.3125rem !important;
  }
  .min-h-px-xxl-22 {
    min-height: 1.375rem !important;
  }
  .min-h-px-xxl-23 {
    min-height: 1.4375rem !important;
  }
  .min-h-px-xxl-24 {
    min-height: 1.5rem !important;
  }
  .min-h-px-xxl-25 {
    min-height: 1.5625rem !important;
  }
  .min-h-px-xxl-26 {
    min-height: 1.625rem !important;
  }
  .min-h-px-xxl-27 {
    min-height: 1.6875rem !important;
  }
  .min-h-px-xxl-28 {
    min-height: 1.75rem !important;
  }
  .min-h-px-xxl-29 {
    min-height: 1.8125rem !important;
  }
  .min-h-px-xxl-30 {
    min-height: 1.875rem !important;
  }
  .min-h-px-xxl-31 {
    min-height: 1.9375rem !important;
  }
  .min-h-px-xxl-32 {
    min-height: 2rem !important;
  }
  .min-h-px-xxl-33 {
    min-height: 2.0625rem !important;
  }
  .min-h-px-xxl-34 {
    min-height: 2.125rem !important;
  }
  .min-h-px-xxl-35 {
    min-height: 2.1875rem !important;
  }
  .min-h-px-xxl-36 {
    min-height: 2.25rem !important;
  }
  .min-h-px-xxl-37 {
    min-height: 2.3125rem !important;
  }
  .min-h-px-xxl-38 {
    min-height: 2.375rem !important;
  }
  .min-h-px-xxl-39 {
    min-height: 2.4375rem !important;
  }
  .min-h-px-xxl-40 {
    min-height: 2.5rem !important;
  }
  .min-h-px-xxl-41 {
    min-height: 2.5625rem !important;
  }
  .min-h-px-xxl-42 {
    min-height: 2.625rem !important;
  }
  .min-h-px-xxl-43 {
    min-height: 2.6875rem !important;
  }
  .min-h-px-xxl-44 {
    min-height: 2.75rem !important;
  }
  .min-h-px-xxl-45 {
    min-height: 2.8125rem !important;
  }
  .min-h-px-xxl-46 {
    min-height: 2.875rem !important;
  }
  .min-h-px-xxl-47 {
    min-height: 2.9375rem !important;
  }
  .min-h-px-xxl-48 {
    min-height: 3rem !important;
  }
  .min-h-px-xxl-49 {
    min-height: 3.0625rem !important;
  }
  .min-h-px-xxl-50 {
    min-height: 3.125rem !important;
  }
  .min-h-px-xxl-51 {
    min-height: 3.1875rem !important;
  }
  .min-h-px-xxl-52 {
    min-height: 3.25rem !important;
  }
  .min-h-px-xxl-53 {
    min-height: 3.3125rem !important;
  }
  .min-h-px-xxl-54 {
    min-height: 3.375rem !important;
  }
  .min-h-px-xxl-56 {
    min-height: 3.5rem !important;
  }
  .min-h-px-xxl-57 {
    min-height: 3.5625rem !important;
  }
  .min-h-px-xxl-58 {
    min-height: 3.625rem !important;
  }
  .min-h-px-xxl-59 {
    min-height: 3.6875rem !important;
  }
  .min-h-px-xxl-60 {
    min-height: 3.75rem !important;
  }
  .min-h-px-xxl-61 {
    min-height: 3.8125rem !important;
  }
  .min-h-px-xxl-62 {
    min-height: 3.875rem !important;
  }
  .min-h-px-xxl-63 {
    min-height: 3.9375rem !important;
  }
  .min-h-px-xxl-64 {
    min-height: 4rem !important;
  }
  .min-h-px-xxl-68 {
    min-height: 4.25rem !important;
  }
  .min-h-px-xxl-70 {
    min-height: 4.375rem !important;
  }
  .min-h-px-xxl-71 {
    min-height: 4.4375rem !important;
  }
  .min-h-px-xxl-72 {
    min-height: 4.5rem !important;
  }
  .min-h-px-xxl-73 {
    min-height: 4.5625rem !important;
  }
  .min-h-px-xxl-74 {
    min-height: 4.625rem !important;
  }
  .min-h-px-xxl-75 {
    min-height: 4.6875rem !important;
  }
  .min-h-px-xxl-76 {
    min-height: 4.75rem !important;
  }
  .min-h-px-xxl-77 {
    min-height: 4.8125rem !important;
  }
  .min-h-px-xxl-78 {
    min-height: 4.875rem !important;
  }
  .min-h-px-xxl-79 {
    min-height: 4.9375rem !important;
  }
  .min-h-px-xxl-80 {
    min-height: 5rem !important;
  }
  .min-h-px-xxl-82 {
    min-height: 5.125rem !important;
  }
  .min-h-px-xxl-83 {
    min-height: 5.1875rem !important;
  }
  .min-h-px-xxl-84 {
    min-height: 5.25rem !important;
  }
  .min-h-px-xxl-86 {
    min-height: 5.375rem !important;
  }
  .min-h-px-xxl-87 {
    min-height: 5.4375rem !important;
  }
  .min-h-px-xxl-88 {
    min-height: 5.5rem !important;
  }
  .min-h-px-xxl-89 {
    min-height: 5.5625rem !important;
  }
  .min-h-px-xxl-90 {
    min-height: 5.625rem !important;
  }
  .min-h-px-xxl-92 {
    min-height: 5.75rem !important;
  }
  .min-h-px-xxl-94 {
    min-height: 5.875rem !important;
  }
  .min-h-px-xxl-95 {
    min-height: 5.9375rem !important;
  }
  .min-h-px-xxl-96 {
    min-height: 6rem !important;
  }
  .min-h-px-xxl-98 {
    min-height: 6.125rem !important;
  }
  .min-h-px-xxl-100 {
    min-height: 6.25rem !important;
  }
  .min-h-px-xxl-102 {
    min-height: 6.375rem !important;
  }
  .min-h-px-xxl-104 {
    min-height: 6.5rem !important;
  }
  .min-h-px-xxl-108 {
    min-height: 6.75rem !important;
  }
  .min-h-px-xxl-115 {
    min-height: 7.1875rem !important;
  }
  .min-h-px-xxl-116 {
    min-height: 7.25rem !important;
  }
  .min-h-px-xxl-118 {
    min-height: 7.375rem !important;
  }
  .min-h-px-xxl-120 {
    min-height: 7.5rem !important;
  }
  .min-h-px-xxl-121 {
    min-height: 7.5625rem !important;
  }
  .min-h-px-xxl-123 {
    min-height: 7.6875rem !important;
  }
  .min-h-px-xxl-129 {
    min-height: 8.0625rem !important;
  }
  .min-h-px-xxl-131 {
    min-height: 8.1875rem !important;
  }
  .min-h-px-xxl-140 {
    min-height: 8.75rem !important;
  }
  .min-h-px-xxl-144 {
    min-height: 9rem !important;
  }
  .min-h-px-xxl-147 {
    min-height: 9.1875rem !important;
  }
  .min-h-px-xxl-148 {
    min-height: 9.25rem !important;
  }
  .min-h-px-xxl-154 {
    min-height: 9.625rem !important;
  }
  .min-h-px-xxl-156 {
    min-height: 9.75rem !important;
  }
  .min-h-px-xxl-180 {
    min-height: 11.25rem !important;
  }
  .min-h-px-xxl-200 {
    min-height: 12.5rem !important;
  }
  .min-h-px-xxl-231 {
    min-height: 14.4375rem !important;
  }
  .min-h-px-xxl-240 {
    min-height: 15rem !important;
  }
  .min-h-px-xxl-247 {
    min-height: 15.4375rem !important;
  }
  .min-h-px-xxl-239 {
    min-height: 14.9375rem !important;
  }
  .min-h-px-xxl-255 {
    min-height: 15.9375rem !important;
  }
  .min-h-px-xxl-327 {
    min-height: 20.4375rem !important;
  }
  .max-h-px-xxl-0 {
    max-height: 0rem !important;
  }
  .max-h-px-xxl-1 {
    max-height: 0.0625rem !important;
  }
  .max-h-px-xxl-2 {
    max-height: 0.125rem !important;
  }
  .max-h-px-xxl-3 {
    max-height: 0.1875rem !important;
  }
  .max-h-px-xxl-4 {
    max-height: 0.25rem !important;
  }
  .max-h-px-xxl-5 {
    max-height: 0.3125rem !important;
  }
  .max-h-px-xxl-6 {
    max-height: 0.375rem !important;
  }
  .max-h-px-xxl-7 {
    max-height: 0.4375rem !important;
  }
  .max-h-px-xxl-8 {
    max-height: 0.5rem !important;
  }
  .max-h-px-xxl-9 {
    max-height: 0.5625rem !important;
  }
  .max-h-px-xxl-10 {
    max-height: 0.625rem !important;
  }
  .max-h-px-xxl-11 {
    max-height: 0.6875rem !important;
  }
  .max-h-px-xxl-12 {
    max-height: 0.75rem !important;
  }
  .max-h-px-xxl-13 {
    max-height: 0.8125rem !important;
  }
  .max-h-px-xxl-14 {
    max-height: 0.875rem !important;
  }
  .max-h-px-xxl-15 {
    max-height: 0.9375rem !important;
  }
  .max-h-px-xxl-16 {
    max-height: 1rem !important;
  }
  .max-h-px-xxl-17 {
    max-height: 1.0625rem !important;
  }
  .max-h-px-xxl-18 {
    max-height: 1.125rem !important;
  }
  .max-h-px-xxl-19 {
    max-height: 1.1875rem !important;
  }
  .max-h-px-xxl-20 {
    max-height: 1.25rem !important;
  }
  .max-h-px-xxl-21 {
    max-height: 1.3125rem !important;
  }
  .max-h-px-xxl-22 {
    max-height: 1.375rem !important;
  }
  .max-h-px-xxl-23 {
    max-height: 1.4375rem !important;
  }
  .max-h-px-xxl-24 {
    max-height: 1.5rem !important;
  }
  .max-h-px-xxl-25 {
    max-height: 1.5625rem !important;
  }
  .max-h-px-xxl-26 {
    max-height: 1.625rem !important;
  }
  .max-h-px-xxl-27 {
    max-height: 1.6875rem !important;
  }
  .max-h-px-xxl-28 {
    max-height: 1.75rem !important;
  }
  .max-h-px-xxl-29 {
    max-height: 1.8125rem !important;
  }
  .max-h-px-xxl-30 {
    max-height: 1.875rem !important;
  }
  .max-h-px-xxl-31 {
    max-height: 1.9375rem !important;
  }
  .max-h-px-xxl-32 {
    max-height: 2rem !important;
  }
  .max-h-px-xxl-33 {
    max-height: 2.0625rem !important;
  }
  .max-h-px-xxl-34 {
    max-height: 2.125rem !important;
  }
  .max-h-px-xxl-35 {
    max-height: 2.1875rem !important;
  }
  .max-h-px-xxl-36 {
    max-height: 2.25rem !important;
  }
  .max-h-px-xxl-37 {
    max-height: 2.3125rem !important;
  }
  .max-h-px-xxl-38 {
    max-height: 2.375rem !important;
  }
  .max-h-px-xxl-39 {
    max-height: 2.4375rem !important;
  }
  .max-h-px-xxl-40 {
    max-height: 2.5rem !important;
  }
  .max-h-px-xxl-41 {
    max-height: 2.5625rem !important;
  }
  .max-h-px-xxl-42 {
    max-height: 2.625rem !important;
  }
  .max-h-px-xxl-43 {
    max-height: 2.6875rem !important;
  }
  .max-h-px-xxl-44 {
    max-height: 2.75rem !important;
  }
  .max-h-px-xxl-45 {
    max-height: 2.8125rem !important;
  }
  .max-h-px-xxl-46 {
    max-height: 2.875rem !important;
  }
  .max-h-px-xxl-47 {
    max-height: 2.9375rem !important;
  }
  .max-h-px-xxl-48 {
    max-height: 3rem !important;
  }
  .max-h-px-xxl-49 {
    max-height: 3.0625rem !important;
  }
  .max-h-px-xxl-50 {
    max-height: 3.125rem !important;
  }
  .max-h-px-xxl-51 {
    max-height: 3.1875rem !important;
  }
  .max-h-px-xxl-52 {
    max-height: 3.25rem !important;
  }
  .max-h-px-xxl-53 {
    max-height: 3.3125rem !important;
  }
  .max-h-px-xxl-54 {
    max-height: 3.375rem !important;
  }
  .max-h-px-xxl-56 {
    max-height: 3.5rem !important;
  }
  .max-h-px-xxl-57 {
    max-height: 3.5625rem !important;
  }
  .max-h-px-xxl-58 {
    max-height: 3.625rem !important;
  }
  .max-h-px-xxl-59 {
    max-height: 3.6875rem !important;
  }
  .max-h-px-xxl-60 {
    max-height: 3.75rem !important;
  }
  .max-h-px-xxl-61 {
    max-height: 3.8125rem !important;
  }
  .max-h-px-xxl-62 {
    max-height: 3.875rem !important;
  }
  .max-h-px-xxl-63 {
    max-height: 3.9375rem !important;
  }
  .max-h-px-xxl-64 {
    max-height: 4rem !important;
  }
  .max-h-px-xxl-68 {
    max-height: 4.25rem !important;
  }
  .max-h-px-xxl-70 {
    max-height: 4.375rem !important;
  }
  .max-h-px-xxl-71 {
    max-height: 4.4375rem !important;
  }
  .max-h-px-xxl-72 {
    max-height: 4.5rem !important;
  }
  .max-h-px-xxl-73 {
    max-height: 4.5625rem !important;
  }
  .max-h-px-xxl-74 {
    max-height: 4.625rem !important;
  }
  .max-h-px-xxl-75 {
    max-height: 4.6875rem !important;
  }
  .max-h-px-xxl-76 {
    max-height: 4.75rem !important;
  }
  .max-h-px-xxl-77 {
    max-height: 4.8125rem !important;
  }
  .max-h-px-xxl-78 {
    max-height: 4.875rem !important;
  }
  .max-h-px-xxl-79 {
    max-height: 4.9375rem !important;
  }
  .max-h-px-xxl-80 {
    max-height: 5rem !important;
  }
  .max-h-px-xxl-82 {
    max-height: 5.125rem !important;
  }
  .max-h-px-xxl-83 {
    max-height: 5.1875rem !important;
  }
  .max-h-px-xxl-84 {
    max-height: 5.25rem !important;
  }
  .max-h-px-xxl-86 {
    max-height: 5.375rem !important;
  }
  .max-h-px-xxl-87 {
    max-height: 5.4375rem !important;
  }
  .max-h-px-xxl-88 {
    max-height: 5.5rem !important;
  }
  .max-h-px-xxl-89 {
    max-height: 5.5625rem !important;
  }
  .max-h-px-xxl-90 {
    max-height: 5.625rem !important;
  }
  .max-h-px-xxl-92 {
    max-height: 5.75rem !important;
  }
  .max-h-px-xxl-94 {
    max-height: 5.875rem !important;
  }
  .max-h-px-xxl-95 {
    max-height: 5.9375rem !important;
  }
  .max-h-px-xxl-96 {
    max-height: 6rem !important;
  }
  .max-h-px-xxl-98 {
    max-height: 6.125rem !important;
  }
  .max-h-px-xxl-100 {
    max-height: 6.25rem !important;
  }
  .max-h-px-xxl-102 {
    max-height: 6.375rem !important;
  }
  .max-h-px-xxl-104 {
    max-height: 6.5rem !important;
  }
  .max-h-px-xxl-108 {
    max-height: 6.75rem !important;
  }
  .max-h-px-xxl-115 {
    max-height: 7.1875rem !important;
  }
  .max-h-px-xxl-116 {
    max-height: 7.25rem !important;
  }
  .max-h-px-xxl-118 {
    max-height: 7.375rem !important;
  }
  .max-h-px-xxl-120 {
    max-height: 7.5rem !important;
  }
  .max-h-px-xxl-121 {
    max-height: 7.5625rem !important;
  }
  .max-h-px-xxl-123 {
    max-height: 7.6875rem !important;
  }
  .max-h-px-xxl-129 {
    max-height: 8.0625rem !important;
  }
  .max-h-px-xxl-131 {
    max-height: 8.1875rem !important;
  }
  .max-h-px-xxl-140 {
    max-height: 8.75rem !important;
  }
  .max-h-px-xxl-144 {
    max-height: 9rem !important;
  }
  .max-h-px-xxl-147 {
    max-height: 9.1875rem !important;
  }
  .max-h-px-xxl-148 {
    max-height: 9.25rem !important;
  }
  .max-h-px-xxl-154 {
    max-height: 9.625rem !important;
  }
  .max-h-px-xxl-156 {
    max-height: 9.75rem !important;
  }
  .max-h-px-xxl-180 {
    max-height: 11.25rem !important;
  }
  .max-h-px-xxl-200 {
    max-height: 12.5rem !important;
  }
  .max-h-px-xxl-231 {
    max-height: 14.4375rem !important;
  }
  .max-h-px-xxl-240 {
    max-height: 15rem !important;
  }
  .max-h-px-xxl-247 {
    max-height: 15.4375rem !important;
  }
  .max-h-px-xxl-239 {
    max-height: 14.9375rem !important;
  }
  .max-h-px-xxl-255 {
    max-height: 15.9375rem !important;
  }
  .max-h-px-xxl-327 {
    max-height: 20.4375rem !important;
  }
  .vh-xxl-unset {
    height: unset !important;
  }
  .vh-xxl-80 {
    height: 80vh !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .vh-xxl-60 {
    height: calc(100vh - 60px) !important;
  }
  .vh-xxl-92 {
    height: calc(100vh - 60px - 32px) !important;
  }
  .vh-xxl-93 {
    height: calc(100vh - 60px - 33px) !important;
  }
  .vh-xxl-96 {
    height: calc(100vh - 60px - 36px) !important;
  }
  .vh-xxl-104 {
    height: calc(100vh - 60px - 44px) !important;
  }
  .vh-xxl-110 {
    height: calc(100vh - 60px - 50px) !important;
  }
  .vh-xxl-132 {
    height: calc(100vh - 60px - 72px) !important;
  }
  .vh-xxl-140 {
    height: calc(100vh - 60px - 80px) !important;
  }
  .vh-xxl-148 {
    height: calc(100vh - 148px) !important;
  }
  .vh-xxl-153 {
    height: calc(100vh - 153px) !important;
  }
  .vh-xxl-164 {
    height: calc(100vh - 60px - 80px - 24px) !important;
  }
  .vh-xxl-170 {
    height: calc(100vh - 60px - 80px - 30px) !important;
  }
  .vh-xxl-172 {
    height: calc(100vh - 60px - 80px - 32px) !important;
  }
  .vh-xxl-180 {
    height: calc(100vh - 60px - 80px - 40px) !important;
  }
  .vh-xxl-190 {
    height: calc(100vh - 60px - 80px - 50px) !important;
  }
  .vh-xxl-196 {
    height: calc(100vh - 60px - 80px - 56px) !important;
  }
  .vh-xxl-197 {
    height: calc(100vh - 60px - 80px - 57px) !important;
  }
  .vh-xxl-200 {
    height: calc(100vh - 60px - 80px - 60px) !important;
  }
  .vh-xxl-206 {
    height: calc(100vh - 60px - 80px - 66px) !important;
  }
  .vh-xxl-209 {
    height: calc(100vh - 60px - 80px - 69px) !important;
  }
  .vh-xxl-210 {
    height: calc(100vh - 60px - 120px - 30px) !important;
  }
  .vh-xxl-212 {
    height: calc(100vh - 60px - 80px - 72px) !important;
  }
  .vh-xxl-216 {
    height: calc(100vh - 60px - 80px - 76px) !important;
  }
  .vh-xxl-218 {
    height: calc(100vh - 60px - 80px - 78px) !important;
  }
  .vh-xxl-220 {
    height: calc(100vh - 60px - 80px - 80px) !important;
  }
  .vh-xxl-226 {
    height: calc(100vh - 60px - 80px - 86px) !important;
  }
  .vh-xxl-228 {
    height: calc(100vh - 60px - 80px - 88px) !important;
  }
  .vh-xxl-233 {
    height: calc(100vh - 60px - 80px - 93px) !important;
  }
  .vh-xxl-236 {
    height: calc(100vh - 60px - 80px - 60px - 36px) !important;
  }
  .vh-xxl-238 {
    height: calc(100vh - 60px - 80px - 98px) !important;
  }
  .vh-xxl-243 {
    height: calc(100vh - 60px - 80px - 103px) !important;
  }
  .vh-xxl-248 {
    height: calc(100vh - 60px - 80px - 108px) !important;
  }
  .vh-xxl-250 {
    height: calc(100vh - 60px - 80px - 50px - 60px) !important;
  }
  .vh-xxl-254 {
    height: calc(100vh - 60px - 80px - 50px - 64px) !important;
  }
  .vh-xxl-256 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-xxl-259 {
    height: calc(100vh - 60px - 80px - 56px - 63px) !important;
  }
  .vh-xxl-265 {
    height: calc(100vh - 60px - 80px - 56px - 69px) !important;
  }
  .vh-xxl-262 {
    height: calc(100vh - 60px - 80px - 122px) !important;
  }
  .vh-xxl-268 {
    height: calc(100vh - 60px - 80px - 88px - 40px) !important;
  }
  .vh-xxl-269 {
    height: calc(100vh - 60px - 80px - 88px - 41px) !important;
  }
  .vh-xxl-270 {
    height: calc(100vh - 60px - 80px - 60px - 70px) !important;
  }
  .vh-xxl-272 {
    height: calc(100vh - 60px - 80px - 60px - 72px) !important;
  }
  .vh-xxl-273 {
    height: calc(100vh - 60px - 80px - 60px - 73px) !important;
  }
  .vh-xxl-274 {
    height: calc(100vh - 60px - 80px - 60px - 74px) !important;
  }
  .vh-xxl-275 {
    height: calc(100vh - 60px - 80px - 88px - 47px) !important;
  }
  .vh-xxl-277 {
    height: calc(100vh - 60px - 80px - 88px - 49px) !important;
  }
  .vh-xxl-278 {
    height: calc(100vh - 60px - 80px - 88px - 50px) !important;
  }
  .vh-xxl-284 {
    height: calc(100vh - 60px - 80px - 88px - 56px) !important;
  }
  .vh-xxl-294 {
    height: calc(100vh - 60px - 80px - 88px - 66px) !important;
  }
  .vh-xxl-296 {
    height: calc(100vh - 60px - 80px - 88px - 68px) !important;
  }
  .vh-xxl-299 {
    height: calc(100vh - 60px - 80px - 93px - 66px) !important;
  }
  .vh-xxl-281 {
    height: calc(100vh - 60px - 80px - 88px - 53px) !important;
  }
  .vh-xxl-286 {
    height: calc(100vh - 60px - 80px - 88px - 58px) !important;
  }
  .vh-xxl-297 {
    height: calc(100vh - 60px - 80px - 88px - 69px) !important;
  }
  .vh-xxl-302 {
    height: calc(100vh - 60px - 80px - 88px - 74px) !important;
  }
  .vh-xxl-308 {
    height: calc(100vh - 60px - 80px - 88px - 80px) !important;
  }
  .vh-xxl-311 {
    height: calc(100vh - 60px - 80px - 60px - 111px) !important;
  }
  .vh-xxl-331 {
    height: calc(100vh - 60px - 80px - 122px - 69px) !important;
  }
  .vh-xxl-314 {
    height: calc(100vh - 60px - 80px - 60px - 114px) !important;
  }
  .vh-xxl-315 {
    height: calc(100vh - 60px - 80px - 60px - 115px) !important;
  }
  .vh-xxl-316 {
    height: calc(100vh - 60px - 80px - 60px - 116px) !important;
  }
  .vh-xxl-317 {
    height: calc(100vh - 60px - 80px - 60px - 117px) !important;
  }
  .vh-xxl-318 {
    height: calc(100vh - 60px - 80px - 60px - 118px) !important;
  }
  .vh-xxl-320 {
    height: calc(100vh - 60px - 80px - 60px - 120px) !important;
  }
  .vh-xxl-326 {
    height: calc(100vh - 60px - 80px - 60px - 126px) !important;
  }
  .vh-xxl-328 {
    height: calc(100vh - 60px - 80px - 60px - 128px) !important;
  }
  .vh-xxl-330 {
    height: calc(100vh - 60px - 80px - 60px - 130px) !important;
  }
  .vh-xxl-334 {
    height: calc(100vh - 60px - 80px - 60px - 134px) !important;
  }
  .vh-xxl-338 {
    height: calc(100vh - 60px - 80px - 60px - 138px) !important;
  }
  .vh-xxl-340 {
    height: calc(100vh - 60px - 80px - 60px - 140px) !important;
  }
  .vh-xxl-344 {
    height: calc(100vh - 60px - 80px - 60px - 144px) !important;
  }
  .vh-xxl-347 {
    height: calc(100vh - 60px - 80px - 88px - 119px) !important;
  }
  .vh-xxl-350 {
    height: calc(100vh - 60px - 80px - 60px - 150px) !important;
  }
  .vh-xxl-352 {
    height: calc(100vh - 60px - 80px - 60px - 152px) !important;
  }
  .vh-xxl-358 {
    height: calc(100vh - 60px - 80px - 88px - 130px) !important;
  }
  .vh-xxl-364 {
    height: calc(100vh - 60px - 80px - 80px - 144px) !important;
  }
  .vh-xxl-365 {
    height: calc(100vh - 60px - 80px - 60px - 165px) !important;
  }
  .vh-xxl-370 {
    height: calc(100vh - 60px - 80px - 80px - 150px) !important;
  }
  .vh-xxl-388 {
    height: calc(100vh - 60px - 80px - 60px - 188px) !important;
  }
  .vh-xxl-389 {
    height: calc(100vh - 60px - 80px - 60px - 189px) !important;
  }
  .vh-xxl-393 {
    height: calc(100vh - 60px - 80px - 80px - 173px) !important;
  }
  .vh-xxl-396 {
    height: calc(100vh - 60px - 80px - 60px - 196px) !important;
  }
  .vh-xxl-397 {
    height: calc(100vh - 60px - 80px - 60px - 197px) !important;
  }
  .vh-xxl-398 {
    height: calc(100vh - 60px - 80px - 60px - 198px) !important;
  }
  .vh-xxl-400 {
    height: calc(100vh - 60px - 80px - 60px - 200px) !important;
  }
  .vh-xxl-403 {
    height: calc(100vh - 60px - 80px - 56px - 207px) !important;
  }
  .vh-xxl-408 {
    height: calc(100vh - 60px - 80px - 56px - 212px) !important;
  }
  .vh-xxl-409 {
    height: calc(100vh - 60px - 80px - 60px - 209px) !important;
  }
  .vh-xxl-411 {
    height: calc(100vh - 60px - 80px - 60px - 211px) !important;
  }
  .vh-xxl-414 {
    height: calc(100vh - 60px - 80px - 60px - 214px) !important;
  }
  .vh-xxl-416 {
    height: calc(100vh - 60px - 80px - 60px - 216px) !important;
  }
  .vh-xxl-430 {
    height: calc(100vh - 60px - 80px - 60px - 230px) !important;
  }
  .vh-xxl-436 {
    height: calc(100vh - 60px - 80px - 60px - 236px) !important;
  }
  .vh-xxl-442 {
    height: calc(100vh - 60px - 80px - 60px - 242px) !important;
  }
  .vh-xxl-446 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 176px) !important;
  }
  .vh-xxl-452 {
    height: calc(100vh - 60px - 80px - 56px - 256px) !important;
  }
  .vh-xxl-458 {
    height: calc(100vh - 60px - 80px - 60px - 258px) !important;
  }
  .vh-xxl-470 {
    height: calc(100vh - 60px - 80px - 330px) !important;
  }
  .vh-xxl-478 {
    height: calc(100vh - 60px - 80px - 60px - 278px) !important;
  }
  .vh-xxl-484 {
    height: calc(100vh - 60px - 80px - 60px - 284px) !important;
  }
  .vh-xxl-490 {
    height: calc(100vh - 60px - 80px - 60px - 290px) !important;
  }
  .vh-xxl-494 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 224px) !important;
  }
  .vh-xxl-499 {
    height: calc(100vh - 60px - 80px - 60px - 299px) !important;
  }
  .vh-xxl-518 {
    height: calc(100vh - 60px - 80px - 60px - 70px - 248px) !important;
  }
  .vh-xxl-521 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px) !important;
  }
  .vh-xxl-522 {
    height: calc(100vh - 60px - 80px - 60px - 322px) !important;
  }
  .vh-xxl-524 {
    height: calc(100vh - 60px - 80px - 60px - 324px) !important;
  }
  .vh-xxl-588 {
    height: calc(100vh - 60px - 80px - 56px - 256px - 69px - 67px) !important;
  }
  .vh-xxl-568 {
    height: calc(100vh - 60px - 80px - 56px - 237px - 69px - 67px) !important;
  }
  .height-xxl-unset {
    height: unset !important;
  }
  .height-xxl-40vh {
    height: 40vh !important;
  }
  .height-xxl-50vh {
    height: 50vh !important;
  }
  .height-xxl-55vh {
    height: 55vh !important;
  }
  .height-xxl-60vh {
    height: 60vh !important;
  }
  .height-xxl-64vh {
    height: 64vh !important;
  }
  .height-xxl-70vh {
    height: 70vh !important;
  }
  .height-xxl-75vh {
    height: 75vh !important;
  }
  .height-xxl-80vh {
    height: 80vh !important;
  }
  .height-xxl-85vh {
    height: 85vh !important;
  }
  .height-xxl-90vh {
    height: 90vh !important;
  }
  .height-xxl-95vh {
    height: 95vh !important;
  }
  .height-xxl-100vh {
    height: 100vh !important;
  }
  .max-h-xxl-unset {
    max-height: unset !important;
  }
  .max-h-xxl-40vh {
    max-height: 40vh !important;
  }
  .max-h-xxl-50vh {
    max-height: 50vh !important;
  }
  .max-h-xxl-55vh {
    max-height: 55vh !important;
  }
  .max-h-xxl-60vh {
    max-height: 60vh !important;
  }
  .max-h-xxl-64vh {
    max-height: 64vh !important;
  }
  .max-h-xxl-70vh {
    max-height: 70vh !important;
  }
  .max-h-xxl-75vh {
    max-height: 75vh !important;
  }
  .max-h-xxl-80vh {
    max-height: 80vh !important;
  }
  .max-h-xxl-85vh {
    max-height: 85vh !important;
  }
  .max-h-xxl-90vh {
    max-height: 90vh !important;
  }
  .max-h-xxl-95vh {
    max-height: 95vh !important;
  }
  .max-h-xxl-100vh {
    max-height: 100vh !important;
  }
  .min-h-xxl-unset {
    min-height: unset !important;
  }
  .min-h-xxl-40vh {
    min-height: 40vh !important;
  }
  .min-h-xxl-50vh {
    min-height: 50vh !important;
  }
  .min-h-xxl-55vh {
    min-height: 55vh !important;
  }
  .min-h-xxl-60vh {
    min-height: 60vh !important;
  }
  .min-h-xxl-64vh {
    min-height: 64vh !important;
  }
  .min-h-xxl-70vh {
    min-height: 70vh !important;
  }
  .min-h-xxl-75vh {
    min-height: 75vh !important;
  }
  .min-h-xxl-80vh {
    min-height: 80vh !important;
  }
  .min-h-xxl-85vh {
    min-height: 85vh !important;
  }
  .min-h-xxl-90vh {
    min-height: 90vh !important;
  }
  .min-h-xxl-95vh {
    min-height: 95vh !important;
  }
  .min-h-xxl-100vh {
    min-height: 100vh !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-auto {
    flex: 1 1 auto !important;
  }
  .flex-xxl-0 {
    flex: 0 0 auto !important;
  }
  .flex-xxl-1 {
    flex: 1 !important;
  }
  .flex-xxl-2 {
    flex: 2 !important;
  }
  .flex-xxl-3 {
    flex: 3 !important;
  }
  .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-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;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 0.375rem !important;
  }
  .gap-xxl-7 {
    gap: 0.4375rem !important;
  }
  .gap-xxl-8 {
    gap: 0.5rem !important;
  }
  .gap-xxl-9 {
    gap: 0.5625rem !important;
  }
  .gap-xxl-10 {
    gap: 0.625rem !important;
  }
  .gap-xxl-11 {
    gap: 0.6875rem !important;
  }
  .gap-xxl-12 {
    gap: 0.75rem !important;
  }
  .gap-xxl-13 {
    gap: 0.8125rem !important;
  }
  .gap-xxl-14 {
    gap: 0.875rem !important;
  }
  .gap-xxl-15 {
    gap: 0.9375rem !important;
  }
  .gap-xxl-16 {
    gap: 1rem !important;
  }
  .gap-xxl-17 {
    gap: 1.0625rem !important;
  }
  .gap-xxl-18 {
    gap: 1.125rem !important;
  }
  .gap-xxl-19 {
    gap: 1.1875rem !important;
  }
  .gap-xxl-20 {
    gap: 1.25rem !important;
  }
  .gap-xxl-21 {
    gap: 1.3125rem !important;
  }
  .gap-xxl-22 {
    gap: 1.375rem !important;
  }
  .gap-xxl-23 {
    gap: 1.4375rem !important;
  }
  .gap-xxl-24 {
    gap: 1.5rem !important;
  }
  .gap-xxl-25 {
    gap: 1.5625rem !important;
  }
  .gap-xxl-26 {
    gap: 1.625rem !important;
  }
  .gap-xxl-27 {
    gap: 1.6875rem !important;
  }
  .gap-xxl-28 {
    gap: 1.75rem !important;
  }
  .gap-xxl-29 {
    gap: 1.8125rem !important;
  }
  .gap-xxl-30 {
    gap: 1.875rem !important;
  }
  .gap-xxl-31 {
    gap: 1.9375rem !important;
  }
  .gap-xxl-32 {
    gap: 2rem !important;
  }
  .gap-xxl-33 {
    gap: 2.0625rem !important;
  }
  .gap-xxl-34 {
    gap: 2.125rem !important;
  }
  .gap-xxl-35 {
    gap: 2.1875rem !important;
  }
  .gap-xxl-36 {
    gap: 2.25rem !important;
  }
  .gap-xxl-37 {
    gap: 2.3125rem !important;
  }
  .gap-xxl-38 {
    gap: 2.375rem !important;
  }
  .gap-xxl-39 {
    gap: 2.4375rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-41 {
    gap: 2.5625rem !important;
  }
  .gap-xxl-42 {
    gap: 2.625rem !important;
  }
  .gap-xxl-43 {
    gap: 2.6875rem !important;
  }
  .gap-xxl-44 {
    gap: 2.75rem !important;
  }
  .gap-xxl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-46 {
    gap: 2.875rem !important;
  }
  .gap-xxl-47 {
    gap: 2.9375rem !important;
  }
  .gap-xxl-48 {
    gap: 3rem !important;
  }
  .gap-xxl-49 {
    gap: 3.0625rem !important;
  }
  .gap-xxl-50 {
    gap: 3.125rem !important;
  }
  .gap-xxl-51 {
    gap: 3.1875rem !important;
  }
  .gap-xxl-52 {
    gap: 3.25rem !important;
  }
  .gap-xxl-53 {
    gap: 3.3125rem !important;
  }
  .gap-xxl-54 {
    gap: 3.375rem !important;
  }
  .gap-xxl-56 {
    gap: 3.5rem !important;
  }
  .gap-xxl-57 {
    gap: 3.5625rem !important;
  }
  .gap-xxl-58 {
    gap: 3.625rem !important;
  }
  .gap-xxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxl-99 {
    gap: 6.1875rem !important;
  }
  .gap-xxl-200 {
    gap: 12.5rem !important;
  }
  .gap-xxl-250 {
    gap: 15.625rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 0.5625rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 0.6875rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 0.8125rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-17 {
    row-gap: 1.0625rem !important;
  }
  .row-gap-xxl-18 {
    row-gap: 1.125rem !important;
  }
  .row-gap-xxl-19 {
    row-gap: 1.1875rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-21 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-xxl-22 {
    row-gap: 1.375rem !important;
  }
  .row-gap-xxl-23 {
    row-gap: 1.4375rem !important;
  }
  .row-gap-xxl-24 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-xxl-26 {
    row-gap: 1.625rem !important;
  }
  .row-gap-xxl-27 {
    row-gap: 1.6875rem !important;
  }
  .row-gap-xxl-28 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-29 {
    row-gap: 1.8125rem !important;
  }
  .row-gap-xxl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xxl-31 {
    row-gap: 1.9375rem !important;
  }
  .row-gap-xxl-32 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-33 {
    row-gap: 2.0625rem !important;
  }
  .row-gap-xxl-34 {
    row-gap: 2.125rem !important;
  }
  .row-gap-xxl-35 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-xxl-36 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xxl-37 {
    row-gap: 2.3125rem !important;
  }
  .row-gap-xxl-38 {
    row-gap: 2.375rem !important;
  }
  .row-gap-xxl-39 {
    row-gap: 2.4375rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-41 {
    row-gap: 2.5625rem !important;
  }
  .row-gap-xxl-42 {
    row-gap: 2.625rem !important;
  }
  .row-gap-xxl-43 {
    row-gap: 2.6875rem !important;
  }
  .row-gap-xxl-44 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xxl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xxl-46 {
    row-gap: 2.875rem !important;
  }
  .row-gap-xxl-47 {
    row-gap: 2.9375rem !important;
  }
  .row-gap-xxl-48 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-49 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-xxl-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-xxl-51 {
    row-gap: 3.1875rem !important;
  }
  .row-gap-xxl-52 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xxl-53 {
    row-gap: 3.3125rem !important;
  }
  .row-gap-xxl-54 {
    row-gap: 3.375rem !important;
  }
  .row-gap-xxl-56 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-57 {
    row-gap: 3.5625rem !important;
  }
  .row-gap-xxl-58 {
    row-gap: 3.625rem !important;
  }
  .row-gap-xxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxl-99 {
    row-gap: 6.1875rem !important;
  }
  .row-gap-xxl-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xxl-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 0.5625rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 0.625rem !important;
  }
  .column-gap-xxl-11 {
    column-gap: 0.6875rem !important;
  }
  .column-gap-xxl-12 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-13 {
    column-gap: 0.8125rem !important;
  }
  .column-gap-xxl-14 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xxl-15 {
    column-gap: 0.9375rem !important;
  }
  .column-gap-xxl-16 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-17 {
    column-gap: 1.0625rem !important;
  }
  .column-gap-xxl-18 {
    column-gap: 1.125rem !important;
  }
  .column-gap-xxl-19 {
    column-gap: 1.1875rem !important;
  }
  .column-gap-xxl-20 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-21 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-xxl-22 {
    column-gap: 1.375rem !important;
  }
  .column-gap-xxl-23 {
    column-gap: 1.4375rem !important;
  }
  .column-gap-xxl-24 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-25 {
    column-gap: 1.5625rem !important;
  }
  .column-gap-xxl-26 {
    column-gap: 1.625rem !important;
  }
  .column-gap-xxl-27 {
    column-gap: 1.6875rem !important;
  }
  .column-gap-xxl-28 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xxl-29 {
    column-gap: 1.8125rem !important;
  }
  .column-gap-xxl-30 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xxl-31 {
    column-gap: 1.9375rem !important;
  }
  .column-gap-xxl-32 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-33 {
    column-gap: 2.0625rem !important;
  }
  .column-gap-xxl-34 {
    column-gap: 2.125rem !important;
  }
  .column-gap-xxl-35 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-xxl-36 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xxl-37 {
    column-gap: 2.3125rem !important;
  }
  .column-gap-xxl-38 {
    column-gap: 2.375rem !important;
  }
  .column-gap-xxl-39 {
    column-gap: 2.4375rem !important;
  }
  .column-gap-xxl-40 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-41 {
    column-gap: 2.5625rem !important;
  }
  .column-gap-xxl-42 {
    column-gap: 2.625rem !important;
  }
  .column-gap-xxl-43 {
    column-gap: 2.6875rem !important;
  }
  .column-gap-xxl-44 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xxl-45 {
    column-gap: 2.8125rem !important;
  }
  .column-gap-xxl-46 {
    column-gap: 2.875rem !important;
  }
  .column-gap-xxl-47 {
    column-gap: 2.9375rem !important;
  }
  .column-gap-xxl-48 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-49 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-xxl-50 {
    column-gap: 3.125rem !important;
  }
  .column-gap-xxl-51 {
    column-gap: 3.1875rem !important;
  }
  .column-gap-xxl-52 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xxl-53 {
    column-gap: 3.3125rem !important;
  }
  .column-gap-xxl-54 {
    column-gap: 3.375rem !important;
  }
  .column-gap-xxl-56 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xxl-57 {
    column-gap: 3.5625rem !important;
  }
  .column-gap-xxl-58 {
    column-gap: 3.625rem !important;
  }
  .column-gap-xxl-90 {
    column-gap: 5.625rem !important;
  }
  .column-gap-xxl-99 {
    column-gap: 6.1875rem !important;
  }
  .column-gap-xxl-200 {
    column-gap: 12.5rem !important;
  }
  .column-gap-xxl-250 {
    column-gap: 15.625rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 0.375rem !important;
  }
  .m-xxl-7 {
    margin: 0.4375rem !important;
  }
  .m-xxl-8 {
    margin: 0.5rem !important;
  }
  .m-xxl-9 {
    margin: 0.5625rem !important;
  }
  .m-xxl-10 {
    margin: 0.625rem !important;
  }
  .m-xxl-11 {
    margin: 0.6875rem !important;
  }
  .m-xxl-12 {
    margin: 0.75rem !important;
  }
  .m-xxl-13 {
    margin: 0.8125rem !important;
  }
  .m-xxl-14 {
    margin: 0.875rem !important;
  }
  .m-xxl-15 {
    margin: 0.9375rem !important;
  }
  .m-xxl-16 {
    margin: 1rem !important;
  }
  .m-xxl-17 {
    margin: 1.0625rem !important;
  }
  .m-xxl-18 {
    margin: 1.125rem !important;
  }
  .m-xxl-19 {
    margin: 1.1875rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-21 {
    margin: 1.3125rem !important;
  }
  .m-xxl-22 {
    margin: 1.375rem !important;
  }
  .m-xxl-23 {
    margin: 1.4375rem !important;
  }
  .m-xxl-24 {
    margin: 1.5rem !important;
  }
  .m-xxl-25 {
    margin: 1.5625rem !important;
  }
  .m-xxl-26 {
    margin: 1.625rem !important;
  }
  .m-xxl-27 {
    margin: 1.6875rem !important;
  }
  .m-xxl-28 {
    margin: 1.75rem !important;
  }
  .m-xxl-29 {
    margin: 1.8125rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-31 {
    margin: 1.9375rem !important;
  }
  .m-xxl-32 {
    margin: 2rem !important;
  }
  .m-xxl-33 {
    margin: 2.0625rem !important;
  }
  .m-xxl-34 {
    margin: 2.125rem !important;
  }
  .m-xxl-35 {
    margin: 2.1875rem !important;
  }
  .m-xxl-36 {
    margin: 2.25rem !important;
  }
  .m-xxl-37 {
    margin: 2.3125rem !important;
  }
  .m-xxl-38 {
    margin: 2.375rem !important;
  }
  .m-xxl-39 {
    margin: 2.4375rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-41 {
    margin: 2.5625rem !important;
  }
  .m-xxl-42 {
    margin: 2.625rem !important;
  }
  .m-xxl-43 {
    margin: 2.6875rem !important;
  }
  .m-xxl-44 {
    margin: 2.75rem !important;
  }
  .m-xxl-45 {
    margin: 2.8125rem !important;
  }
  .m-xxl-46 {
    margin: 2.875rem !important;
  }
  .m-xxl-47 {
    margin: 2.9375rem !important;
  }
  .m-xxl-48 {
    margin: 3rem !important;
  }
  .m-xxl-49 {
    margin: 3.0625rem !important;
  }
  .m-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-xxl-51 {
    margin: 3.1875rem !important;
  }
  .m-xxl-52 {
    margin: 3.25rem !important;
  }
  .m-xxl-53 {
    margin: 3.3125rem !important;
  }
  .m-xxl-54 {
    margin: 3.375rem !important;
  }
  .m-xxl-56 {
    margin: 3.5rem !important;
  }
  .m-xxl-57 {
    margin: 3.5625rem !important;
  }
  .m-xxl-58 {
    margin: 3.625rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxl-99 {
    margin: 6.1875rem !important;
  }
  .m-xxl-200 {
    margin: 12.5rem !important;
  }
  .m-xxl-250 {
    margin: 15.625rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-xxl-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-xxl-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-xxl-6 {
    margin-inline-end: 0.375rem !important;
    margin-inline-start: 0.375rem !important;
  }
  .mx-xxl-7 {
    margin-inline-end: 0.4375rem !important;
    margin-inline-start: 0.4375rem !important;
  }
  .mx-xxl-8 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-xxl-9 {
    margin-inline-end: 0.5625rem !important;
    margin-inline-start: 0.5625rem !important;
  }
  .mx-xxl-10 {
    margin-inline-end: 0.625rem !important;
    margin-inline-start: 0.625rem !important;
  }
  .mx-xxl-11 {
    margin-inline-end: 0.6875rem !important;
    margin-inline-start: 0.6875rem !important;
  }
  .mx-xxl-12 {
    margin-inline-end: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
  }
  .mx-xxl-13 {
    margin-inline-end: 0.8125rem !important;
    margin-inline-start: 0.8125rem !important;
  }
  .mx-xxl-14 {
    margin-inline-end: 0.875rem !important;
    margin-inline-start: 0.875rem !important;
  }
  .mx-xxl-15 {
    margin-inline-end: 0.9375rem !important;
    margin-inline-start: 0.9375rem !important;
  }
  .mx-xxl-16 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-xxl-17 {
    margin-inline-end: 1.0625rem !important;
    margin-inline-start: 1.0625rem !important;
  }
  .mx-xxl-18 {
    margin-inline-end: 1.125rem !important;
    margin-inline-start: 1.125rem !important;
  }
  .mx-xxl-19 {
    margin-inline-end: 1.1875rem !important;
    margin-inline-start: 1.1875rem !important;
  }
  .mx-xxl-20 {
    margin-inline-end: 1.25rem !important;
    margin-inline-start: 1.25rem !important;
  }
  .mx-xxl-21 {
    margin-inline-end: 1.3125rem !important;
    margin-inline-start: 1.3125rem !important;
  }
  .mx-xxl-22 {
    margin-inline-end: 1.375rem !important;
    margin-inline-start: 1.375rem !important;
  }
  .mx-xxl-23 {
    margin-inline-end: 1.4375rem !important;
    margin-inline-start: 1.4375rem !important;
  }
  .mx-xxl-24 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-xxl-25 {
    margin-inline-end: 1.5625rem !important;
    margin-inline-start: 1.5625rem !important;
  }
  .mx-xxl-26 {
    margin-inline-end: 1.625rem !important;
    margin-inline-start: 1.625rem !important;
  }
  .mx-xxl-27 {
    margin-inline-end: 1.6875rem !important;
    margin-inline-start: 1.6875rem !important;
  }
  .mx-xxl-28 {
    margin-inline-end: 1.75rem !important;
    margin-inline-start: 1.75rem !important;
  }
  .mx-xxl-29 {
    margin-inline-end: 1.8125rem !important;
    margin-inline-start: 1.8125rem !important;
  }
  .mx-xxl-30 {
    margin-inline-end: 1.875rem !important;
    margin-inline-start: 1.875rem !important;
  }
  .mx-xxl-31 {
    margin-inline-end: 1.9375rem !important;
    margin-inline-start: 1.9375rem !important;
  }
  .mx-xxl-32 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-xxl-33 {
    margin-inline-end: 2.0625rem !important;
    margin-inline-start: 2.0625rem !important;
  }
  .mx-xxl-34 {
    margin-inline-end: 2.125rem !important;
    margin-inline-start: 2.125rem !important;
  }
  .mx-xxl-35 {
    margin-inline-end: 2.1875rem !important;
    margin-inline-start: 2.1875rem !important;
  }
  .mx-xxl-36 {
    margin-inline-end: 2.25rem !important;
    margin-inline-start: 2.25rem !important;
  }
  .mx-xxl-37 {
    margin-inline-end: 2.3125rem !important;
    margin-inline-start: 2.3125rem !important;
  }
  .mx-xxl-38 {
    margin-inline-end: 2.375rem !important;
    margin-inline-start: 2.375rem !important;
  }
  .mx-xxl-39 {
    margin-inline-end: 2.4375rem !important;
    margin-inline-start: 2.4375rem !important;
  }
  .mx-xxl-40 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-xxl-41 {
    margin-inline-end: 2.5625rem !important;
    margin-inline-start: 2.5625rem !important;
  }
  .mx-xxl-42 {
    margin-inline-end: 2.625rem !important;
    margin-inline-start: 2.625rem !important;
  }
  .mx-xxl-43 {
    margin-inline-end: 2.6875rem !important;
    margin-inline-start: 2.6875rem !important;
  }
  .mx-xxl-44 {
    margin-inline-end: 2.75rem !important;
    margin-inline-start: 2.75rem !important;
  }
  .mx-xxl-45 {
    margin-inline-end: 2.8125rem !important;
    margin-inline-start: 2.8125rem !important;
  }
  .mx-xxl-46 {
    margin-inline-end: 2.875rem !important;
    margin-inline-start: 2.875rem !important;
  }
  .mx-xxl-47 {
    margin-inline-end: 2.9375rem !important;
    margin-inline-start: 2.9375rem !important;
  }
  .mx-xxl-48 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-xxl-49 {
    margin-inline-end: 3.0625rem !important;
    margin-inline-start: 3.0625rem !important;
  }
  .mx-xxl-50 {
    margin-inline-end: 3.125rem !important;
    margin-inline-start: 3.125rem !important;
  }
  .mx-xxl-51 {
    margin-inline-end: 3.1875rem !important;
    margin-inline-start: 3.1875rem !important;
  }
  .mx-xxl-52 {
    margin-inline-end: 3.25rem !important;
    margin-inline-start: 3.25rem !important;
  }
  .mx-xxl-53 {
    margin-inline-end: 3.3125rem !important;
    margin-inline-start: 3.3125rem !important;
  }
  .mx-xxl-54 {
    margin-inline-end: 3.375rem !important;
    margin-inline-start: 3.375rem !important;
  }
  .mx-xxl-56 {
    margin-inline-end: 3.5rem !important;
    margin-inline-start: 3.5rem !important;
  }
  .mx-xxl-57 {
    margin-inline-end: 3.5625rem !important;
    margin-inline-start: 3.5625rem !important;
  }
  .mx-xxl-58 {
    margin-inline-end: 3.625rem !important;
    margin-inline-start: 3.625rem !important;
  }
  .mx-xxl-90 {
    margin-inline-end: 5.625rem !important;
    margin-inline-start: 5.625rem !important;
  }
  .mx-xxl-99 {
    margin-inline-end: 6.1875rem !important;
    margin-inline-start: 6.1875rem !important;
  }
  .mx-xxl-200 {
    margin-inline-end: 12.5rem !important;
    margin-inline-start: 12.5rem !important;
  }
  .mx-xxl-250 {
    margin-inline-end: 15.625rem !important;
    margin-inline-start: 15.625rem !important;
  }
  .mx-xxl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-xxl-0 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .my-xxl-1 {
    margin-block-start: 0.25rem !important;
    margin-block-end: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-xxl-4 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-xxl-6 {
    margin-block-start: 0.375rem !important;
    margin-block-end: 0.375rem !important;
  }
  .my-xxl-7 {
    margin-block-start: 0.4375rem !important;
    margin-block-end: 0.4375rem !important;
  }
  .my-xxl-8 {
    margin-block-start: 0.5rem !important;
    margin-block-end: 0.5rem !important;
  }
  .my-xxl-9 {
    margin-block-start: 0.5625rem !important;
    margin-block-end: 0.5625rem !important;
  }
  .my-xxl-10 {
    margin-block-start: 0.625rem !important;
    margin-block-end: 0.625rem !important;
  }
  .my-xxl-11 {
    margin-block-start: 0.6875rem !important;
    margin-block-end: 0.6875rem !important;
  }
  .my-xxl-12 {
    margin-block-start: 0.75rem !important;
    margin-block-end: 0.75rem !important;
  }
  .my-xxl-13 {
    margin-block-start: 0.8125rem !important;
    margin-block-end: 0.8125rem !important;
  }
  .my-xxl-14 {
    margin-block-start: 0.875rem !important;
    margin-block-end: 0.875rem !important;
  }
  .my-xxl-15 {
    margin-block-start: 0.9375rem !important;
    margin-block-end: 0.9375rem !important;
  }
  .my-xxl-16 {
    margin-block-start: 1rem !important;
    margin-block-end: 1rem !important;
  }
  .my-xxl-17 {
    margin-block-start: 1.0625rem !important;
    margin-block-end: 1.0625rem !important;
  }
  .my-xxl-18 {
    margin-block-start: 1.125rem !important;
    margin-block-end: 1.125rem !important;
  }
  .my-xxl-19 {
    margin-block-start: 1.1875rem !important;
    margin-block-end: 1.1875rem !important;
  }
  .my-xxl-20 {
    margin-block-start: 1.25rem !important;
    margin-block-end: 1.25rem !important;
  }
  .my-xxl-21 {
    margin-block-start: 1.3125rem !important;
    margin-block-end: 1.3125rem !important;
  }
  .my-xxl-22 {
    margin-block-start: 1.375rem !important;
    margin-block-end: 1.375rem !important;
  }
  .my-xxl-23 {
    margin-block-start: 1.4375rem !important;
    margin-block-end: 1.4375rem !important;
  }
  .my-xxl-24 {
    margin-block-start: 1.5rem !important;
    margin-block-end: 1.5rem !important;
  }
  .my-xxl-25 {
    margin-block-start: 1.5625rem !important;
    margin-block-end: 1.5625rem !important;
  }
  .my-xxl-26 {
    margin-block-start: 1.625rem !important;
    margin-block-end: 1.625rem !important;
  }
  .my-xxl-27 {
    margin-block-start: 1.6875rem !important;
    margin-block-end: 1.6875rem !important;
  }
  .my-xxl-28 {
    margin-block-start: 1.75rem !important;
    margin-block-end: 1.75rem !important;
  }
  .my-xxl-29 {
    margin-block-start: 1.8125rem !important;
    margin-block-end: 1.8125rem !important;
  }
  .my-xxl-30 {
    margin-block-start: 1.875rem !important;
    margin-block-end: 1.875rem !important;
  }
  .my-xxl-31 {
    margin-block-start: 1.9375rem !important;
    margin-block-end: 1.9375rem !important;
  }
  .my-xxl-32 {
    margin-block-start: 2rem !important;
    margin-block-end: 2rem !important;
  }
  .my-xxl-33 {
    margin-block-start: 2.0625rem !important;
    margin-block-end: 2.0625rem !important;
  }
  .my-xxl-34 {
    margin-block-start: 2.125rem !important;
    margin-block-end: 2.125rem !important;
  }
  .my-xxl-35 {
    margin-block-start: 2.1875rem !important;
    margin-block-end: 2.1875rem !important;
  }
  .my-xxl-36 {
    margin-block-start: 2.25rem !important;
    margin-block-end: 2.25rem !important;
  }
  .my-xxl-37 {
    margin-block-start: 2.3125rem !important;
    margin-block-end: 2.3125rem !important;
  }
  .my-xxl-38 {
    margin-block-start: 2.375rem !important;
    margin-block-end: 2.375rem !important;
  }
  .my-xxl-39 {
    margin-block-start: 2.4375rem !important;
    margin-block-end: 2.4375rem !important;
  }
  .my-xxl-40 {
    margin-block-start: 2.5rem !important;
    margin-block-end: 2.5rem !important;
  }
  .my-xxl-41 {
    margin-block-start: 2.5625rem !important;
    margin-block-end: 2.5625rem !important;
  }
  .my-xxl-42 {
    margin-block-start: 2.625rem !important;
    margin-block-end: 2.625rem !important;
  }
  .my-xxl-43 {
    margin-block-start: 2.6875rem !important;
    margin-block-end: 2.6875rem !important;
  }
  .my-xxl-44 {
    margin-block-start: 2.75rem !important;
    margin-block-end: 2.75rem !important;
  }
  .my-xxl-45 {
    margin-block-start: 2.8125rem !important;
    margin-block-end: 2.8125rem !important;
  }
  .my-xxl-46 {
    margin-block-start: 2.875rem !important;
    margin-block-end: 2.875rem !important;
  }
  .my-xxl-47 {
    margin-block-start: 2.9375rem !important;
    margin-block-end: 2.9375rem !important;
  }
  .my-xxl-48 {
    margin-block-start: 3rem !important;
    margin-block-end: 3rem !important;
  }
  .my-xxl-49 {
    margin-block-start: 3.0625rem !important;
    margin-block-end: 3.0625rem !important;
  }
  .my-xxl-50 {
    margin-block-start: 3.125rem !important;
    margin-block-end: 3.125rem !important;
  }
  .my-xxl-51 {
    margin-block-start: 3.1875rem !important;
    margin-block-end: 3.1875rem !important;
  }
  .my-xxl-52 {
    margin-block-start: 3.25rem !important;
    margin-block-end: 3.25rem !important;
  }
  .my-xxl-53 {
    margin-block-start: 3.3125rem !important;
    margin-block-end: 3.3125rem !important;
  }
  .my-xxl-54 {
    margin-block-start: 3.375rem !important;
    margin-block-end: 3.375rem !important;
  }
  .my-xxl-56 {
    margin-block-start: 3.5rem !important;
    margin-block-end: 3.5rem !important;
  }
  .my-xxl-57 {
    margin-block-start: 3.5625rem !important;
    margin-block-end: 3.5625rem !important;
  }
  .my-xxl-58 {
    margin-block-start: 3.625rem !important;
    margin-block-end: 3.625rem !important;
  }
  .my-xxl-90 {
    margin-block-start: 5.625rem !important;
    margin-block-end: 5.625rem !important;
  }
  .my-xxl-99 {
    margin-block-start: 6.1875rem !important;
    margin-block-end: 6.1875rem !important;
  }
  .my-xxl-200 {
    margin-block-start: 12.5rem !important;
    margin-block-end: 12.5rem !important;
  }
  .my-xxl-250 {
    margin-block-start: 15.625rem !important;
    margin-block-end: 15.625rem !important;
  }
  .my-xxl-auto {
    margin-block-start: auto !important;
    margin-block-end: auto !important;
  }
  .mt-xxl-0 {
    margin-block-start: 0 !important;
  }
  .mt-xxl-1 {
    margin-block-start: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-block-start: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-block-start: 1rem !important;
  }
  .mt-xxl-4 {
    margin-block-start: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-block-start: 3rem !important;
  }
  .mt-xxl-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-xxl-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-xxl-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-xxl-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-xxl-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-xxl-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-xxl-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-xxl-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-xxl-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-xxl-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-xxl-16 {
    margin-block-start: 1rem !important;
  }
  .mt-xxl-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-xxl-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-xxl-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-xxl-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-xxl-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-xxl-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-xxl-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-xxl-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-xxl-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-xxl-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-xxl-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-xxl-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-xxl-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-xxl-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-xxl-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-xxl-32 {
    margin-block-start: 2rem !important;
  }
  .mt-xxl-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-xxl-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-xxl-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-xxl-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-xxl-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-xxl-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-xxl-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-xxl-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-xxl-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-xxl-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-xxl-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-xxl-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-xxl-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-xxl-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-xxl-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-xxl-48 {
    margin-block-start: 3rem !important;
  }
  .mt-xxl-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-xxl-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-xxl-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-xxl-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-xxl-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-xxl-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-xxl-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-xxl-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-xxl-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-xxl-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-xxl-99 {
    margin-block-start: 6.1875rem !important;
  }
  .mt-xxl-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-xxl-250 {
    margin-block-start: 15.625rem !important;
  }
  .mt-xxl-auto {
    margin-block-start: auto !important;
  }
  .me-xxl-0 {
    margin-inline-end: 0 !important;
  }
  .me-xxl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-inline-end: 1rem !important;
  }
  .me-xxl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-inline-end: 3rem !important;
  }
  .me-xxl-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-xxl-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-xxl-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xxl-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-xxl-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-xxl-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-xxl-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-xxl-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-xxl-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-xxl-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-xxl-16 {
    margin-inline-end: 1rem !important;
  }
  .me-xxl-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-xxl-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-xxl-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-xxl-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-xxl-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-xxl-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-xxl-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-xxl-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xxl-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-xxl-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-xxl-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-xxl-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-xxl-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-xxl-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-xxl-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-xxl-32 {
    margin-inline-end: 2rem !important;
  }
  .me-xxl-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-xxl-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-xxl-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-xxl-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-xxl-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-xxl-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-xxl-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-xxl-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xxl-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-xxl-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-xxl-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-xxl-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-xxl-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-xxl-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-xxl-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-xxl-48 {
    margin-inline-end: 3rem !important;
  }
  .me-xxl-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-xxl-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-xxl-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-xxl-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-xxl-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-xxl-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-xxl-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-xxl-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-xxl-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-xxl-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-xxl-99 {
    margin-inline-end: 6.1875rem !important;
  }
  .me-xxl-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-xxl-250 {
    margin-inline-end: 15.625rem !important;
  }
  .me-xxl-auto {
    margin-inline-end: auto !important;
  }
  .mb-xxl-0 {
    margin-block-end: 0 !important;
  }
  .mb-xxl-1 {
    margin-block-end: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-block-end: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-block-end: 1rem !important;
  }
  .mb-xxl-4 {
    margin-block-end: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-block-end: 3rem !important;
  }
  .mb-xxl-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-xxl-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-xxl-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-xxl-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-xxl-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-xxl-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-xxl-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-xxl-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-xxl-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-xxl-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-xxl-16 {
    margin-block-end: 1rem !important;
  }
  .mb-xxl-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-xxl-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-xxl-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-xxl-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-xxl-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-xxl-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-xxl-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-xxl-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-xxl-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-xxl-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-xxl-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-xxl-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-xxl-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-xxl-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-xxl-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-xxl-32 {
    margin-block-end: 2rem !important;
  }
  .mb-xxl-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-xxl-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-xxl-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-xxl-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-xxl-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-xxl-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-xxl-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-xxl-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-xxl-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-xxl-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-xxl-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-xxl-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-xxl-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-xxl-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-xxl-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-xxl-48 {
    margin-block-end: 3rem !important;
  }
  .mb-xxl-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-xxl-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-xxl-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-xxl-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-xxl-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-xxl-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-xxl-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-xxl-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-xxl-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-xxl-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-xxl-99 {
    margin-block-end: 6.1875rem !important;
  }
  .mb-xxl-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-xxl-250 {
    margin-block-end: 15.625rem !important;
  }
  .mb-xxl-auto {
    margin-block-end: auto !important;
  }
  .ms-xxl-0 {
    margin-inline-start: 0 !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-xxl-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-xxl-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-xxl-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xxl-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-xxl-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-xxl-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-xxl-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-xxl-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-xxl-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-xxl-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-xxl-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-xxl-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-xxl-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-xxl-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-xxl-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-xxl-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-xxl-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-xxl-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-xxl-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xxl-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-xxl-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-xxl-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-xxl-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-xxl-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-xxl-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-xxl-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-xxl-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-xxl-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-xxl-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-xxl-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-xxl-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-xxl-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-xxl-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-xxl-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-xxl-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xxl-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-xxl-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-xxl-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-xxl-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-xxl-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-xxl-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-xxl-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-xxl-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-xxl-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-xxl-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-xxl-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-xxl-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-xxl-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-xxl-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-xxl-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-xxl-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-xxl-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-xxl-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-xxl-99 {
    margin-inline-start: 6.1875rem !important;
  }
  .ms-xxl-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-xxl-250 {
    margin-inline-start: 15.625rem !important;
  }
  .ms-xxl-auto {
    margin-inline-start: auto !important;
  }
  .mt-px-xxl-0 {
    margin-block-start: 0rem !important;
  }
  .mt-px-xxl-1 {
    margin-block-start: 0.0625rem !important;
  }
  .mt-px-xxl-2 {
    margin-block-start: 0.125rem !important;
  }
  .mt-px-xxl-3 {
    margin-block-start: 0.1875rem !important;
  }
  .mt-px-xxl-4 {
    margin-block-start: 0.25rem !important;
  }
  .mt-px-xxl-5 {
    margin-block-start: 0.3125rem !important;
  }
  .mt-px-xxl-6 {
    margin-block-start: 0.375rem !important;
  }
  .mt-px-xxl-7 {
    margin-block-start: 0.4375rem !important;
  }
  .mt-px-xxl-8 {
    margin-block-start: 0.5rem !important;
  }
  .mt-px-xxl-9 {
    margin-block-start: 0.5625rem !important;
  }
  .mt-px-xxl-10 {
    margin-block-start: 0.625rem !important;
  }
  .mt-px-xxl-11 {
    margin-block-start: 0.6875rem !important;
  }
  .mt-px-xxl-12 {
    margin-block-start: 0.75rem !important;
  }
  .mt-px-xxl-13 {
    margin-block-start: 0.8125rem !important;
  }
  .mt-px-xxl-14 {
    margin-block-start: 0.875rem !important;
  }
  .mt-px-xxl-15 {
    margin-block-start: 0.9375rem !important;
  }
  .mt-px-xxl-16 {
    margin-block-start: 1rem !important;
  }
  .mt-px-xxl-17 {
    margin-block-start: 1.0625rem !important;
  }
  .mt-px-xxl-18 {
    margin-block-start: 1.125rem !important;
  }
  .mt-px-xxl-19 {
    margin-block-start: 1.1875rem !important;
  }
  .mt-px-xxl-20 {
    margin-block-start: 1.25rem !important;
  }
  .mt-px-xxl-21 {
    margin-block-start: 1.3125rem !important;
  }
  .mt-px-xxl-22 {
    margin-block-start: 1.375rem !important;
  }
  .mt-px-xxl-23 {
    margin-block-start: 1.4375rem !important;
  }
  .mt-px-xxl-24 {
    margin-block-start: 1.5rem !important;
  }
  .mt-px-xxl-25 {
    margin-block-start: 1.5625rem !important;
  }
  .mt-px-xxl-26 {
    margin-block-start: 1.625rem !important;
  }
  .mt-px-xxl-27 {
    margin-block-start: 1.6875rem !important;
  }
  .mt-px-xxl-28 {
    margin-block-start: 1.75rem !important;
  }
  .mt-px-xxl-29 {
    margin-block-start: 1.8125rem !important;
  }
  .mt-px-xxl-30 {
    margin-block-start: 1.875rem !important;
  }
  .mt-px-xxl-31 {
    margin-block-start: 1.9375rem !important;
  }
  .mt-px-xxl-32 {
    margin-block-start: 2rem !important;
  }
  .mt-px-xxl-33 {
    margin-block-start: 2.0625rem !important;
  }
  .mt-px-xxl-34 {
    margin-block-start: 2.125rem !important;
  }
  .mt-px-xxl-35 {
    margin-block-start: 2.1875rem !important;
  }
  .mt-px-xxl-36 {
    margin-block-start: 2.25rem !important;
  }
  .mt-px-xxl-37 {
    margin-block-start: 2.3125rem !important;
  }
  .mt-px-xxl-38 {
    margin-block-start: 2.375rem !important;
  }
  .mt-px-xxl-39 {
    margin-block-start: 2.4375rem !important;
  }
  .mt-px-xxl-40 {
    margin-block-start: 2.5rem !important;
  }
  .mt-px-xxl-41 {
    margin-block-start: 2.5625rem !important;
  }
  .mt-px-xxl-42 {
    margin-block-start: 2.625rem !important;
  }
  .mt-px-xxl-43 {
    margin-block-start: 2.6875rem !important;
  }
  .mt-px-xxl-44 {
    margin-block-start: 2.75rem !important;
  }
  .mt-px-xxl-45 {
    margin-block-start: 2.8125rem !important;
  }
  .mt-px-xxl-46 {
    margin-block-start: 2.875rem !important;
  }
  .mt-px-xxl-47 {
    margin-block-start: 2.9375rem !important;
  }
  .mt-px-xxl-48 {
    margin-block-start: 3rem !important;
  }
  .mt-px-xxl-49 {
    margin-block-start: 3.0625rem !important;
  }
  .mt-px-xxl-50 {
    margin-block-start: 3.125rem !important;
  }
  .mt-px-xxl-51 {
    margin-block-start: 3.1875rem !important;
  }
  .mt-px-xxl-52 {
    margin-block-start: 3.25rem !important;
  }
  .mt-px-xxl-53 {
    margin-block-start: 3.3125rem !important;
  }
  .mt-px-xxl-54 {
    margin-block-start: 3.375rem !important;
  }
  .mt-px-xxl-56 {
    margin-block-start: 3.5rem !important;
  }
  .mt-px-xxl-57 {
    margin-block-start: 3.5625rem !important;
  }
  .mt-px-xxl-58 {
    margin-block-start: 3.625rem !important;
  }
  .mt-px-xxl-59 {
    margin-block-start: 3.6875rem !important;
  }
  .mt-px-xxl-60 {
    margin-block-start: 3.75rem !important;
  }
  .mt-px-xxl-61 {
    margin-block-start: 3.8125rem !important;
  }
  .mt-px-xxl-62 {
    margin-block-start: 3.875rem !important;
  }
  .mt-px-xxl-63 {
    margin-block-start: 3.9375rem !important;
  }
  .mt-px-xxl-64 {
    margin-block-start: 4rem !important;
  }
  .mt-px-xxl-68 {
    margin-block-start: 4.25rem !important;
  }
  .mt-px-xxl-70 {
    margin-block-start: 4.375rem !important;
  }
  .mt-px-xxl-71 {
    margin-block-start: 4.4375rem !important;
  }
  .mt-px-xxl-72 {
    margin-block-start: 4.5rem !important;
  }
  .mt-px-xxl-73 {
    margin-block-start: 4.5625rem !important;
  }
  .mt-px-xxl-74 {
    margin-block-start: 4.625rem !important;
  }
  .mt-px-xxl-75 {
    margin-block-start: 4.6875rem !important;
  }
  .mt-px-xxl-76 {
    margin-block-start: 4.75rem !important;
  }
  .mt-px-xxl-77 {
    margin-block-start: 4.8125rem !important;
  }
  .mt-px-xxl-78 {
    margin-block-start: 4.875rem !important;
  }
  .mt-px-xxl-79 {
    margin-block-start: 4.9375rem !important;
  }
  .mt-px-xxl-80 {
    margin-block-start: 5rem !important;
  }
  .mt-px-xxl-82 {
    margin-block-start: 5.125rem !important;
  }
  .mt-px-xxl-83 {
    margin-block-start: 5.1875rem !important;
  }
  .mt-px-xxl-84 {
    margin-block-start: 5.25rem !important;
  }
  .mt-px-xxl-86 {
    margin-block-start: 5.375rem !important;
  }
  .mt-px-xxl-87 {
    margin-block-start: 5.4375rem !important;
  }
  .mt-px-xxl-88 {
    margin-block-start: 5.5rem !important;
  }
  .mt-px-xxl-89 {
    margin-block-start: 5.5625rem !important;
  }
  .mt-px-xxl-90 {
    margin-block-start: 5.625rem !important;
  }
  .mt-px-xxl-92 {
    margin-block-start: 5.75rem !important;
  }
  .mt-px-xxl-94 {
    margin-block-start: 5.875rem !important;
  }
  .mt-px-xxl-95 {
    margin-block-start: 5.9375rem !important;
  }
  .mt-px-xxl-96 {
    margin-block-start: 6rem !important;
  }
  .mt-px-xxl-98 {
    margin-block-start: 6.125rem !important;
  }
  .mt-px-xxl-100 {
    margin-block-start: 6.25rem !important;
  }
  .mt-px-xxl-102 {
    margin-block-start: 6.375rem !important;
  }
  .mt-px-xxl-104 {
    margin-block-start: 6.5rem !important;
  }
  .mt-px-xxl-108 {
    margin-block-start: 6.75rem !important;
  }
  .mt-px-xxl-115 {
    margin-block-start: 7.1875rem !important;
  }
  .mt-px-xxl-116 {
    margin-block-start: 7.25rem !important;
  }
  .mt-px-xxl-118 {
    margin-block-start: 7.375rem !important;
  }
  .mt-px-xxl-120 {
    margin-block-start: 7.5rem !important;
  }
  .mt-px-xxl-121 {
    margin-block-start: 7.5625rem !important;
  }
  .mt-px-xxl-123 {
    margin-block-start: 7.6875rem !important;
  }
  .mt-px-xxl-129 {
    margin-block-start: 8.0625rem !important;
  }
  .mt-px-xxl-131 {
    margin-block-start: 8.1875rem !important;
  }
  .mt-px-xxl-140 {
    margin-block-start: 8.75rem !important;
  }
  .mt-px-xxl-144 {
    margin-block-start: 9rem !important;
  }
  .mt-px-xxl-147 {
    margin-block-start: 9.1875rem !important;
  }
  .mt-px-xxl-148 {
    margin-block-start: 9.25rem !important;
  }
  .mt-px-xxl-154 {
    margin-block-start: 9.625rem !important;
  }
  .mt-px-xxl-156 {
    margin-block-start: 9.75rem !important;
  }
  .mt-px-xxl-180 {
    margin-block-start: 11.25rem !important;
  }
  .mt-px-xxl-200 {
    margin-block-start: 12.5rem !important;
  }
  .mt-px-xxl-231 {
    margin-block-start: 14.4375rem !important;
  }
  .mt-px-xxl-240 {
    margin-block-start: 15rem !important;
  }
  .mt-px-xxl-247 {
    margin-block-start: 15.4375rem !important;
  }
  .mt-px-xxl-239 {
    margin-block-start: 14.9375rem !important;
  }
  .mt-px-xxl-255 {
    margin-block-start: 15.9375rem !important;
  }
  .mt-px-xxl-327 {
    margin-block-start: 20.4375rem !important;
  }
  .mt-px-xxl-auto {
    margin-block-start: auto !important;
  }
  .me-px-xxl-0 {
    margin-inline-end: 0rem !important;
  }
  .me-px-xxl-1 {
    margin-inline-end: 0.0625rem !important;
  }
  .me-px-xxl-2 {
    margin-inline-end: 0.125rem !important;
  }
  .me-px-xxl-3 {
    margin-inline-end: 0.1875rem !important;
  }
  .me-px-xxl-4 {
    margin-inline-end: 0.25rem !important;
  }
  .me-px-xxl-5 {
    margin-inline-end: 0.3125rem !important;
  }
  .me-px-xxl-6 {
    margin-inline-end: 0.375rem !important;
  }
  .me-px-xxl-7 {
    margin-inline-end: 0.4375rem !important;
  }
  .me-px-xxl-8 {
    margin-inline-end: 0.5rem !important;
  }
  .me-px-xxl-9 {
    margin-inline-end: 0.5625rem !important;
  }
  .me-px-xxl-10 {
    margin-inline-end: 0.625rem !important;
  }
  .me-px-xxl-11 {
    margin-inline-end: 0.6875rem !important;
  }
  .me-px-xxl-12 {
    margin-inline-end: 0.75rem !important;
  }
  .me-px-xxl-13 {
    margin-inline-end: 0.8125rem !important;
  }
  .me-px-xxl-14 {
    margin-inline-end: 0.875rem !important;
  }
  .me-px-xxl-15 {
    margin-inline-end: 0.9375rem !important;
  }
  .me-px-xxl-16 {
    margin-inline-end: 1rem !important;
  }
  .me-px-xxl-17 {
    margin-inline-end: 1.0625rem !important;
  }
  .me-px-xxl-18 {
    margin-inline-end: 1.125rem !important;
  }
  .me-px-xxl-19 {
    margin-inline-end: 1.1875rem !important;
  }
  .me-px-xxl-20 {
    margin-inline-end: 1.25rem !important;
  }
  .me-px-xxl-21 {
    margin-inline-end: 1.3125rem !important;
  }
  .me-px-xxl-22 {
    margin-inline-end: 1.375rem !important;
  }
  .me-px-xxl-23 {
    margin-inline-end: 1.4375rem !important;
  }
  .me-px-xxl-24 {
    margin-inline-end: 1.5rem !important;
  }
  .me-px-xxl-25 {
    margin-inline-end: 1.5625rem !important;
  }
  .me-px-xxl-26 {
    margin-inline-end: 1.625rem !important;
  }
  .me-px-xxl-27 {
    margin-inline-end: 1.6875rem !important;
  }
  .me-px-xxl-28 {
    margin-inline-end: 1.75rem !important;
  }
  .me-px-xxl-29 {
    margin-inline-end: 1.8125rem !important;
  }
  .me-px-xxl-30 {
    margin-inline-end: 1.875rem !important;
  }
  .me-px-xxl-31 {
    margin-inline-end: 1.9375rem !important;
  }
  .me-px-xxl-32 {
    margin-inline-end: 2rem !important;
  }
  .me-px-xxl-33 {
    margin-inline-end: 2.0625rem !important;
  }
  .me-px-xxl-34 {
    margin-inline-end: 2.125rem !important;
  }
  .me-px-xxl-35 {
    margin-inline-end: 2.1875rem !important;
  }
  .me-px-xxl-36 {
    margin-inline-end: 2.25rem !important;
  }
  .me-px-xxl-37 {
    margin-inline-end: 2.3125rem !important;
  }
  .me-px-xxl-38 {
    margin-inline-end: 2.375rem !important;
  }
  .me-px-xxl-39 {
    margin-inline-end: 2.4375rem !important;
  }
  .me-px-xxl-40 {
    margin-inline-end: 2.5rem !important;
  }
  .me-px-xxl-41 {
    margin-inline-end: 2.5625rem !important;
  }
  .me-px-xxl-42 {
    margin-inline-end: 2.625rem !important;
  }
  .me-px-xxl-43 {
    margin-inline-end: 2.6875rem !important;
  }
  .me-px-xxl-44 {
    margin-inline-end: 2.75rem !important;
  }
  .me-px-xxl-45 {
    margin-inline-end: 2.8125rem !important;
  }
  .me-px-xxl-46 {
    margin-inline-end: 2.875rem !important;
  }
  .me-px-xxl-47 {
    margin-inline-end: 2.9375rem !important;
  }
  .me-px-xxl-48 {
    margin-inline-end: 3rem !important;
  }
  .me-px-xxl-49 {
    margin-inline-end: 3.0625rem !important;
  }
  .me-px-xxl-50 {
    margin-inline-end: 3.125rem !important;
  }
  .me-px-xxl-51 {
    margin-inline-end: 3.1875rem !important;
  }
  .me-px-xxl-52 {
    margin-inline-end: 3.25rem !important;
  }
  .me-px-xxl-53 {
    margin-inline-end: 3.3125rem !important;
  }
  .me-px-xxl-54 {
    margin-inline-end: 3.375rem !important;
  }
  .me-px-xxl-56 {
    margin-inline-end: 3.5rem !important;
  }
  .me-px-xxl-57 {
    margin-inline-end: 3.5625rem !important;
  }
  .me-px-xxl-58 {
    margin-inline-end: 3.625rem !important;
  }
  .me-px-xxl-59 {
    margin-inline-end: 3.6875rem !important;
  }
  .me-px-xxl-60 {
    margin-inline-end: 3.75rem !important;
  }
  .me-px-xxl-61 {
    margin-inline-end: 3.8125rem !important;
  }
  .me-px-xxl-62 {
    margin-inline-end: 3.875rem !important;
  }
  .me-px-xxl-63 {
    margin-inline-end: 3.9375rem !important;
  }
  .me-px-xxl-64 {
    margin-inline-end: 4rem !important;
  }
  .me-px-xxl-68 {
    margin-inline-end: 4.25rem !important;
  }
  .me-px-xxl-70 {
    margin-inline-end: 4.375rem !important;
  }
  .me-px-xxl-71 {
    margin-inline-end: 4.4375rem !important;
  }
  .me-px-xxl-72 {
    margin-inline-end: 4.5rem !important;
  }
  .me-px-xxl-73 {
    margin-inline-end: 4.5625rem !important;
  }
  .me-px-xxl-74 {
    margin-inline-end: 4.625rem !important;
  }
  .me-px-xxl-75 {
    margin-inline-end: 4.6875rem !important;
  }
  .me-px-xxl-76 {
    margin-inline-end: 4.75rem !important;
  }
  .me-px-xxl-77 {
    margin-inline-end: 4.8125rem !important;
  }
  .me-px-xxl-78 {
    margin-inline-end: 4.875rem !important;
  }
  .me-px-xxl-79 {
    margin-inline-end: 4.9375rem !important;
  }
  .me-px-xxl-80 {
    margin-inline-end: 5rem !important;
  }
  .me-px-xxl-82 {
    margin-inline-end: 5.125rem !important;
  }
  .me-px-xxl-83 {
    margin-inline-end: 5.1875rem !important;
  }
  .me-px-xxl-84 {
    margin-inline-end: 5.25rem !important;
  }
  .me-px-xxl-86 {
    margin-inline-end: 5.375rem !important;
  }
  .me-px-xxl-87 {
    margin-inline-end: 5.4375rem !important;
  }
  .me-px-xxl-88 {
    margin-inline-end: 5.5rem !important;
  }
  .me-px-xxl-89 {
    margin-inline-end: 5.5625rem !important;
  }
  .me-px-xxl-90 {
    margin-inline-end: 5.625rem !important;
  }
  .me-px-xxl-92 {
    margin-inline-end: 5.75rem !important;
  }
  .me-px-xxl-94 {
    margin-inline-end: 5.875rem !important;
  }
  .me-px-xxl-95 {
    margin-inline-end: 5.9375rem !important;
  }
  .me-px-xxl-96 {
    margin-inline-end: 6rem !important;
  }
  .me-px-xxl-98 {
    margin-inline-end: 6.125rem !important;
  }
  .me-px-xxl-100 {
    margin-inline-end: 6.25rem !important;
  }
  .me-px-xxl-102 {
    margin-inline-end: 6.375rem !important;
  }
  .me-px-xxl-104 {
    margin-inline-end: 6.5rem !important;
  }
  .me-px-xxl-108 {
    margin-inline-end: 6.75rem !important;
  }
  .me-px-xxl-115 {
    margin-inline-end: 7.1875rem !important;
  }
  .me-px-xxl-116 {
    margin-inline-end: 7.25rem !important;
  }
  .me-px-xxl-118 {
    margin-inline-end: 7.375rem !important;
  }
  .me-px-xxl-120 {
    margin-inline-end: 7.5rem !important;
  }
  .me-px-xxl-121 {
    margin-inline-end: 7.5625rem !important;
  }
  .me-px-xxl-123 {
    margin-inline-end: 7.6875rem !important;
  }
  .me-px-xxl-129 {
    margin-inline-end: 8.0625rem !important;
  }
  .me-px-xxl-131 {
    margin-inline-end: 8.1875rem !important;
  }
  .me-px-xxl-140 {
    margin-inline-end: 8.75rem !important;
  }
  .me-px-xxl-144 {
    margin-inline-end: 9rem !important;
  }
  .me-px-xxl-147 {
    margin-inline-end: 9.1875rem !important;
  }
  .me-px-xxl-148 {
    margin-inline-end: 9.25rem !important;
  }
  .me-px-xxl-154 {
    margin-inline-end: 9.625rem !important;
  }
  .me-px-xxl-156 {
    margin-inline-end: 9.75rem !important;
  }
  .me-px-xxl-180 {
    margin-inline-end: 11.25rem !important;
  }
  .me-px-xxl-200 {
    margin-inline-end: 12.5rem !important;
  }
  .me-px-xxl-231 {
    margin-inline-end: 14.4375rem !important;
  }
  .me-px-xxl-240 {
    margin-inline-end: 15rem !important;
  }
  .me-px-xxl-247 {
    margin-inline-end: 15.4375rem !important;
  }
  .me-px-xxl-239 {
    margin-inline-end: 14.9375rem !important;
  }
  .me-px-xxl-255 {
    margin-inline-end: 15.9375rem !important;
  }
  .me-px-xxl-327 {
    margin-inline-end: 20.4375rem !important;
  }
  .me-px-xxl-auto {
    margin-inline-end: auto !important;
  }
  .mb-px-xxl-0 {
    margin-block-end: 0rem !important;
  }
  .mb-px-xxl-1 {
    margin-block-end: 0.0625rem !important;
  }
  .mb-px-xxl-2 {
    margin-block-end: 0.125rem !important;
  }
  .mb-px-xxl-3 {
    margin-block-end: 0.1875rem !important;
  }
  .mb-px-xxl-4 {
    margin-block-end: 0.25rem !important;
  }
  .mb-px-xxl-5 {
    margin-block-end: 0.3125rem !important;
  }
  .mb-px-xxl-6 {
    margin-block-end: 0.375rem !important;
  }
  .mb-px-xxl-7 {
    margin-block-end: 0.4375rem !important;
  }
  .mb-px-xxl-8 {
    margin-block-end: 0.5rem !important;
  }
  .mb-px-xxl-9 {
    margin-block-end: 0.5625rem !important;
  }
  .mb-px-xxl-10 {
    margin-block-end: 0.625rem !important;
  }
  .mb-px-xxl-11 {
    margin-block-end: 0.6875rem !important;
  }
  .mb-px-xxl-12 {
    margin-block-end: 0.75rem !important;
  }
  .mb-px-xxl-13 {
    margin-block-end: 0.8125rem !important;
  }
  .mb-px-xxl-14 {
    margin-block-end: 0.875rem !important;
  }
  .mb-px-xxl-15 {
    margin-block-end: 0.9375rem !important;
  }
  .mb-px-xxl-16 {
    margin-block-end: 1rem !important;
  }
  .mb-px-xxl-17 {
    margin-block-end: 1.0625rem !important;
  }
  .mb-px-xxl-18 {
    margin-block-end: 1.125rem !important;
  }
  .mb-px-xxl-19 {
    margin-block-end: 1.1875rem !important;
  }
  .mb-px-xxl-20 {
    margin-block-end: 1.25rem !important;
  }
  .mb-px-xxl-21 {
    margin-block-end: 1.3125rem !important;
  }
  .mb-px-xxl-22 {
    margin-block-end: 1.375rem !important;
  }
  .mb-px-xxl-23 {
    margin-block-end: 1.4375rem !important;
  }
  .mb-px-xxl-24 {
    margin-block-end: 1.5rem !important;
  }
  .mb-px-xxl-25 {
    margin-block-end: 1.5625rem !important;
  }
  .mb-px-xxl-26 {
    margin-block-end: 1.625rem !important;
  }
  .mb-px-xxl-27 {
    margin-block-end: 1.6875rem !important;
  }
  .mb-px-xxl-28 {
    margin-block-end: 1.75rem !important;
  }
  .mb-px-xxl-29 {
    margin-block-end: 1.8125rem !important;
  }
  .mb-px-xxl-30 {
    margin-block-end: 1.875rem !important;
  }
  .mb-px-xxl-31 {
    margin-block-end: 1.9375rem !important;
  }
  .mb-px-xxl-32 {
    margin-block-end: 2rem !important;
  }
  .mb-px-xxl-33 {
    margin-block-end: 2.0625rem !important;
  }
  .mb-px-xxl-34 {
    margin-block-end: 2.125rem !important;
  }
  .mb-px-xxl-35 {
    margin-block-end: 2.1875rem !important;
  }
  .mb-px-xxl-36 {
    margin-block-end: 2.25rem !important;
  }
  .mb-px-xxl-37 {
    margin-block-end: 2.3125rem !important;
  }
  .mb-px-xxl-38 {
    margin-block-end: 2.375rem !important;
  }
  .mb-px-xxl-39 {
    margin-block-end: 2.4375rem !important;
  }
  .mb-px-xxl-40 {
    margin-block-end: 2.5rem !important;
  }
  .mb-px-xxl-41 {
    margin-block-end: 2.5625rem !important;
  }
  .mb-px-xxl-42 {
    margin-block-end: 2.625rem !important;
  }
  .mb-px-xxl-43 {
    margin-block-end: 2.6875rem !important;
  }
  .mb-px-xxl-44 {
    margin-block-end: 2.75rem !important;
  }
  .mb-px-xxl-45 {
    margin-block-end: 2.8125rem !important;
  }
  .mb-px-xxl-46 {
    margin-block-end: 2.875rem !important;
  }
  .mb-px-xxl-47 {
    margin-block-end: 2.9375rem !important;
  }
  .mb-px-xxl-48 {
    margin-block-end: 3rem !important;
  }
  .mb-px-xxl-49 {
    margin-block-end: 3.0625rem !important;
  }
  .mb-px-xxl-50 {
    margin-block-end: 3.125rem !important;
  }
  .mb-px-xxl-51 {
    margin-block-end: 3.1875rem !important;
  }
  .mb-px-xxl-52 {
    margin-block-end: 3.25rem !important;
  }
  .mb-px-xxl-53 {
    margin-block-end: 3.3125rem !important;
  }
  .mb-px-xxl-54 {
    margin-block-end: 3.375rem !important;
  }
  .mb-px-xxl-56 {
    margin-block-end: 3.5rem !important;
  }
  .mb-px-xxl-57 {
    margin-block-end: 3.5625rem !important;
  }
  .mb-px-xxl-58 {
    margin-block-end: 3.625rem !important;
  }
  .mb-px-xxl-59 {
    margin-block-end: 3.6875rem !important;
  }
  .mb-px-xxl-60 {
    margin-block-end: 3.75rem !important;
  }
  .mb-px-xxl-61 {
    margin-block-end: 3.8125rem !important;
  }
  .mb-px-xxl-62 {
    margin-block-end: 3.875rem !important;
  }
  .mb-px-xxl-63 {
    margin-block-end: 3.9375rem !important;
  }
  .mb-px-xxl-64 {
    margin-block-end: 4rem !important;
  }
  .mb-px-xxl-68 {
    margin-block-end: 4.25rem !important;
  }
  .mb-px-xxl-70 {
    margin-block-end: 4.375rem !important;
  }
  .mb-px-xxl-71 {
    margin-block-end: 4.4375rem !important;
  }
  .mb-px-xxl-72 {
    margin-block-end: 4.5rem !important;
  }
  .mb-px-xxl-73 {
    margin-block-end: 4.5625rem !important;
  }
  .mb-px-xxl-74 {
    margin-block-end: 4.625rem !important;
  }
  .mb-px-xxl-75 {
    margin-block-end: 4.6875rem !important;
  }
  .mb-px-xxl-76 {
    margin-block-end: 4.75rem !important;
  }
  .mb-px-xxl-77 {
    margin-block-end: 4.8125rem !important;
  }
  .mb-px-xxl-78 {
    margin-block-end: 4.875rem !important;
  }
  .mb-px-xxl-79 {
    margin-block-end: 4.9375rem !important;
  }
  .mb-px-xxl-80 {
    margin-block-end: 5rem !important;
  }
  .mb-px-xxl-82 {
    margin-block-end: 5.125rem !important;
  }
  .mb-px-xxl-83 {
    margin-block-end: 5.1875rem !important;
  }
  .mb-px-xxl-84 {
    margin-block-end: 5.25rem !important;
  }
  .mb-px-xxl-86 {
    margin-block-end: 5.375rem !important;
  }
  .mb-px-xxl-87 {
    margin-block-end: 5.4375rem !important;
  }
  .mb-px-xxl-88 {
    margin-block-end: 5.5rem !important;
  }
  .mb-px-xxl-89 {
    margin-block-end: 5.5625rem !important;
  }
  .mb-px-xxl-90 {
    margin-block-end: 5.625rem !important;
  }
  .mb-px-xxl-92 {
    margin-block-end: 5.75rem !important;
  }
  .mb-px-xxl-94 {
    margin-block-end: 5.875rem !important;
  }
  .mb-px-xxl-95 {
    margin-block-end: 5.9375rem !important;
  }
  .mb-px-xxl-96 {
    margin-block-end: 6rem !important;
  }
  .mb-px-xxl-98 {
    margin-block-end: 6.125rem !important;
  }
  .mb-px-xxl-100 {
    margin-block-end: 6.25rem !important;
  }
  .mb-px-xxl-102 {
    margin-block-end: 6.375rem !important;
  }
  .mb-px-xxl-104 {
    margin-block-end: 6.5rem !important;
  }
  .mb-px-xxl-108 {
    margin-block-end: 6.75rem !important;
  }
  .mb-px-xxl-115 {
    margin-block-end: 7.1875rem !important;
  }
  .mb-px-xxl-116 {
    margin-block-end: 7.25rem !important;
  }
  .mb-px-xxl-118 {
    margin-block-end: 7.375rem !important;
  }
  .mb-px-xxl-120 {
    margin-block-end: 7.5rem !important;
  }
  .mb-px-xxl-121 {
    margin-block-end: 7.5625rem !important;
  }
  .mb-px-xxl-123 {
    margin-block-end: 7.6875rem !important;
  }
  .mb-px-xxl-129 {
    margin-block-end: 8.0625rem !important;
  }
  .mb-px-xxl-131 {
    margin-block-end: 8.1875rem !important;
  }
  .mb-px-xxl-140 {
    margin-block-end: 8.75rem !important;
  }
  .mb-px-xxl-144 {
    margin-block-end: 9rem !important;
  }
  .mb-px-xxl-147 {
    margin-block-end: 9.1875rem !important;
  }
  .mb-px-xxl-148 {
    margin-block-end: 9.25rem !important;
  }
  .mb-px-xxl-154 {
    margin-block-end: 9.625rem !important;
  }
  .mb-px-xxl-156 {
    margin-block-end: 9.75rem !important;
  }
  .mb-px-xxl-180 {
    margin-block-end: 11.25rem !important;
  }
  .mb-px-xxl-200 {
    margin-block-end: 12.5rem !important;
  }
  .mb-px-xxl-231 {
    margin-block-end: 14.4375rem !important;
  }
  .mb-px-xxl-240 {
    margin-block-end: 15rem !important;
  }
  .mb-px-xxl-247 {
    margin-block-end: 15.4375rem !important;
  }
  .mb-px-xxl-239 {
    margin-block-end: 14.9375rem !important;
  }
  .mb-px-xxl-255 {
    margin-block-end: 15.9375rem !important;
  }
  .mb-px-xxl-327 {
    margin-block-end: 20.4375rem !important;
  }
  .mb-px-xxl-auto {
    margin-block-end: auto !important;
  }
  .ms-px-xxl-0 {
    margin-inline-start: 0rem !important;
  }
  .ms-px-xxl-1 {
    margin-inline-start: 0.0625rem !important;
  }
  .ms-px-xxl-2 {
    margin-inline-start: 0.125rem !important;
  }
  .ms-px-xxl-3 {
    margin-inline-start: 0.1875rem !important;
  }
  .ms-px-xxl-4 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-px-xxl-5 {
    margin-inline-start: 0.3125rem !important;
  }
  .ms-px-xxl-6 {
    margin-inline-start: 0.375rem !important;
  }
  .ms-px-xxl-7 {
    margin-inline-start: 0.4375rem !important;
  }
  .ms-px-xxl-8 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-px-xxl-9 {
    margin-inline-start: 0.5625rem !important;
  }
  .ms-px-xxl-10 {
    margin-inline-start: 0.625rem !important;
  }
  .ms-px-xxl-11 {
    margin-inline-start: 0.6875rem !important;
  }
  .ms-px-xxl-12 {
    margin-inline-start: 0.75rem !important;
  }
  .ms-px-xxl-13 {
    margin-inline-start: 0.8125rem !important;
  }
  .ms-px-xxl-14 {
    margin-inline-start: 0.875rem !important;
  }
  .ms-px-xxl-15 {
    margin-inline-start: 0.9375rem !important;
  }
  .ms-px-xxl-16 {
    margin-inline-start: 1rem !important;
  }
  .ms-px-xxl-17 {
    margin-inline-start: 1.0625rem !important;
  }
  .ms-px-xxl-18 {
    margin-inline-start: 1.125rem !important;
  }
  .ms-px-xxl-19 {
    margin-inline-start: 1.1875rem !important;
  }
  .ms-px-xxl-20 {
    margin-inline-start: 1.25rem !important;
  }
  .ms-px-xxl-21 {
    margin-inline-start: 1.3125rem !important;
  }
  .ms-px-xxl-22 {
    margin-inline-start: 1.375rem !important;
  }
  .ms-px-xxl-23 {
    margin-inline-start: 1.4375rem !important;
  }
  .ms-px-xxl-24 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-px-xxl-25 {
    margin-inline-start: 1.5625rem !important;
  }
  .ms-px-xxl-26 {
    margin-inline-start: 1.625rem !important;
  }
  .ms-px-xxl-27 {
    margin-inline-start: 1.6875rem !important;
  }
  .ms-px-xxl-28 {
    margin-inline-start: 1.75rem !important;
  }
  .ms-px-xxl-29 {
    margin-inline-start: 1.8125rem !important;
  }
  .ms-px-xxl-30 {
    margin-inline-start: 1.875rem !important;
  }
  .ms-px-xxl-31 {
    margin-inline-start: 1.9375rem !important;
  }
  .ms-px-xxl-32 {
    margin-inline-start: 2rem !important;
  }
  .ms-px-xxl-33 {
    margin-inline-start: 2.0625rem !important;
  }
  .ms-px-xxl-34 {
    margin-inline-start: 2.125rem !important;
  }
  .ms-px-xxl-35 {
    margin-inline-start: 2.1875rem !important;
  }
  .ms-px-xxl-36 {
    margin-inline-start: 2.25rem !important;
  }
  .ms-px-xxl-37 {
    margin-inline-start: 2.3125rem !important;
  }
  .ms-px-xxl-38 {
    margin-inline-start: 2.375rem !important;
  }
  .ms-px-xxl-39 {
    margin-inline-start: 2.4375rem !important;
  }
  .ms-px-xxl-40 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-px-xxl-41 {
    margin-inline-start: 2.5625rem !important;
  }
  .ms-px-xxl-42 {
    margin-inline-start: 2.625rem !important;
  }
  .ms-px-xxl-43 {
    margin-inline-start: 2.6875rem !important;
  }
  .ms-px-xxl-44 {
    margin-inline-start: 2.75rem !important;
  }
  .ms-px-xxl-45 {
    margin-inline-start: 2.8125rem !important;
  }
  .ms-px-xxl-46 {
    margin-inline-start: 2.875rem !important;
  }
  .ms-px-xxl-47 {
    margin-inline-start: 2.9375rem !important;
  }
  .ms-px-xxl-48 {
    margin-inline-start: 3rem !important;
  }
  .ms-px-xxl-49 {
    margin-inline-start: 3.0625rem !important;
  }
  .ms-px-xxl-50 {
    margin-inline-start: 3.125rem !important;
  }
  .ms-px-xxl-51 {
    margin-inline-start: 3.1875rem !important;
  }
  .ms-px-xxl-52 {
    margin-inline-start: 3.25rem !important;
  }
  .ms-px-xxl-53 {
    margin-inline-start: 3.3125rem !important;
  }
  .ms-px-xxl-54 {
    margin-inline-start: 3.375rem !important;
  }
  .ms-px-xxl-56 {
    margin-inline-start: 3.5rem !important;
  }
  .ms-px-xxl-57 {
    margin-inline-start: 3.5625rem !important;
  }
  .ms-px-xxl-58 {
    margin-inline-start: 3.625rem !important;
  }
  .ms-px-xxl-59 {
    margin-inline-start: 3.6875rem !important;
  }
  .ms-px-xxl-60 {
    margin-inline-start: 3.75rem !important;
  }
  .ms-px-xxl-61 {
    margin-inline-start: 3.8125rem !important;
  }
  .ms-px-xxl-62 {
    margin-inline-start: 3.875rem !important;
  }
  .ms-px-xxl-63 {
    margin-inline-start: 3.9375rem !important;
  }
  .ms-px-xxl-64 {
    margin-inline-start: 4rem !important;
  }
  .ms-px-xxl-68 {
    margin-inline-start: 4.25rem !important;
  }
  .ms-px-xxl-70 {
    margin-inline-start: 4.375rem !important;
  }
  .ms-px-xxl-71 {
    margin-inline-start: 4.4375rem !important;
  }
  .ms-px-xxl-72 {
    margin-inline-start: 4.5rem !important;
  }
  .ms-px-xxl-73 {
    margin-inline-start: 4.5625rem !important;
  }
  .ms-px-xxl-74 {
    margin-inline-start: 4.625rem !important;
  }
  .ms-px-xxl-75 {
    margin-inline-start: 4.6875rem !important;
  }
  .ms-px-xxl-76 {
    margin-inline-start: 4.75rem !important;
  }
  .ms-px-xxl-77 {
    margin-inline-start: 4.8125rem !important;
  }
  .ms-px-xxl-78 {
    margin-inline-start: 4.875rem !important;
  }
  .ms-px-xxl-79 {
    margin-inline-start: 4.9375rem !important;
  }
  .ms-px-xxl-80 {
    margin-inline-start: 5rem !important;
  }
  .ms-px-xxl-82 {
    margin-inline-start: 5.125rem !important;
  }
  .ms-px-xxl-83 {
    margin-inline-start: 5.1875rem !important;
  }
  .ms-px-xxl-84 {
    margin-inline-start: 5.25rem !important;
  }
  .ms-px-xxl-86 {
    margin-inline-start: 5.375rem !important;
  }
  .ms-px-xxl-87 {
    margin-inline-start: 5.4375rem !important;
  }
  .ms-px-xxl-88 {
    margin-inline-start: 5.5rem !important;
  }
  .ms-px-xxl-89 {
    margin-inline-start: 5.5625rem !important;
  }
  .ms-px-xxl-90 {
    margin-inline-start: 5.625rem !important;
  }
  .ms-px-xxl-92 {
    margin-inline-start: 5.75rem !important;
  }
  .ms-px-xxl-94 {
    margin-inline-start: 5.875rem !important;
  }
  .ms-px-xxl-95 {
    margin-inline-start: 5.9375rem !important;
  }
  .ms-px-xxl-96 {
    margin-inline-start: 6rem !important;
  }
  .ms-px-xxl-98 {
    margin-inline-start: 6.125rem !important;
  }
  .ms-px-xxl-100 {
    margin-inline-start: 6.25rem !important;
  }
  .ms-px-xxl-102 {
    margin-inline-start: 6.375rem !important;
  }
  .ms-px-xxl-104 {
    margin-inline-start: 6.5rem !important;
  }
  .ms-px-xxl-108 {
    margin-inline-start: 6.75rem !important;
  }
  .ms-px-xxl-115 {
    margin-inline-start: 7.1875rem !important;
  }
  .ms-px-xxl-116 {
    margin-inline-start: 7.25rem !important;
  }
  .ms-px-xxl-118 {
    margin-inline-start: 7.375rem !important;
  }
  .ms-px-xxl-120 {
    margin-inline-start: 7.5rem !important;
  }
  .ms-px-xxl-121 {
    margin-inline-start: 7.5625rem !important;
  }
  .ms-px-xxl-123 {
    margin-inline-start: 7.6875rem !important;
  }
  .ms-px-xxl-129 {
    margin-inline-start: 8.0625rem !important;
  }
  .ms-px-xxl-131 {
    margin-inline-start: 8.1875rem !important;
  }
  .ms-px-xxl-140 {
    margin-inline-start: 8.75rem !important;
  }
  .ms-px-xxl-144 {
    margin-inline-start: 9rem !important;
  }
  .ms-px-xxl-147 {
    margin-inline-start: 9.1875rem !important;
  }
  .ms-px-xxl-148 {
    margin-inline-start: 9.25rem !important;
  }
  .ms-px-xxl-154 {
    margin-inline-start: 9.625rem !important;
  }
  .ms-px-xxl-156 {
    margin-inline-start: 9.75rem !important;
  }
  .ms-px-xxl-180 {
    margin-inline-start: 11.25rem !important;
  }
  .ms-px-xxl-200 {
    margin-inline-start: 12.5rem !important;
  }
  .ms-px-xxl-231 {
    margin-inline-start: 14.4375rem !important;
  }
  .ms-px-xxl-240 {
    margin-inline-start: 15rem !important;
  }
  .ms-px-xxl-247 {
    margin-inline-start: 15.4375rem !important;
  }
  .ms-px-xxl-239 {
    margin-inline-start: 14.9375rem !important;
  }
  .ms-px-xxl-255 {
    margin-inline-start: 15.9375rem !important;
  }
  .ms-px-xxl-327 {
    margin-inline-start: 20.4375rem !important;
  }
  .ms-px-xxl-auto {
    margin-inline-start: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -0.375rem !important;
  }
  .m-xxl-n7 {
    margin: -0.375rem !important;
  }
  .m-xxl-n8 {
    margin: -0.375rem !important;
  }
  .m-xxl-n9 {
    margin: -0.375rem !important;
  }
  .m-xxl-n10 {
    margin: -0.375rem !important;
  }
  .m-xxl-n11 {
    margin: -0.375rem !important;
  }
  .m-xxl-n12 {
    margin: -0.375rem !important;
  }
  .m-xxl-n13 {
    margin: -0.375rem !important;
  }
  .m-xxl-n14 {
    margin: -0.375rem !important;
  }
  .m-xxl-n15 {
    margin: -0.375rem !important;
  }
  .m-xxl-n16 {
    margin: -0.375rem !important;
  }
  .m-xxl-n17 {
    margin: -0.375rem !important;
  }
  .m-xxl-n18 {
    margin: -0.375rem !important;
  }
  .m-xxl-n19 {
    margin: -0.375rem !important;
  }
  .m-xxl-n20 {
    margin: -0.375rem !important;
  }
  .m-xxl-n21 {
    margin: -0.375rem !important;
  }
  .m-xxl-n22 {
    margin: -0.375rem !important;
  }
  .m-xxl-n23 {
    margin: -0.375rem !important;
  }
  .m-xxl-n24 {
    margin: -0.375rem !important;
  }
  .m-xxl-n25 {
    margin: -0.375rem !important;
  }
  .m-xxl-n26 {
    margin: -0.375rem !important;
  }
  .m-xxl-n27 {
    margin: -0.375rem !important;
  }
  .m-xxl-n28 {
    margin: -0.375rem !important;
  }
  .m-xxl-n29 {
    margin: -0.375rem !important;
  }
  .m-xxl-n30 {
    margin: -0.375rem !important;
  }
  .m-xxl-n31 {
    margin: -0.375rem !important;
  }
  .m-xxl-n32 {
    margin: -0.375rem !important;
  }
  .m-xxl-n33 {
    margin: -0.375rem !important;
  }
  .m-xxl-n34 {
    margin: -0.375rem !important;
  }
  .m-xxl-n35 {
    margin: -0.375rem !important;
  }
  .m-xxl-n36 {
    margin: -0.375rem !important;
  }
  .m-xxl-n37 {
    margin: -0.375rem !important;
  }
  .m-xxl-n38 {
    margin: -0.375rem !important;
  }
  .m-xxl-n39 {
    margin: -0.375rem !important;
  }
  .m-xxl-n40 {
    margin: -0.375rem !important;
  }
  .m-xxl-n41 {
    margin: -0.375rem !important;
  }
  .m-xxl-n42 {
    margin: -0.375rem !important;
  }
  .m-xxl-n43 {
    margin: -0.375rem !important;
  }
  .m-xxl-n44 {
    margin: -0.375rem !important;
  }
  .m-xxl-n45 {
    margin: -0.375rem !important;
  }
  .m-xxl-n46 {
    margin: -0.375rem !important;
  }
  .m-xxl-n47 {
    margin: -0.375rem !important;
  }
  .m-xxl-n48 {
    margin: -0.375rem !important;
  }
  .m-xxl-n49 {
    margin: -0.375rem !important;
  }
  .m-xxl-n50 {
    margin: -0.375rem !important;
  }
  .m-xxl-n51 {
    margin: -0.375rem !important;
  }
  .m-xxl-n52 {
    margin: -0.375rem !important;
  }
  .m-xxl-n53 {
    margin: -0.375rem !important;
  }
  .m-xxl-n54 {
    margin: -0.375rem !important;
  }
  .m-xxl-n56 {
    margin: -0.375rem !important;
  }
  .m-xxl-n57 {
    margin: -0.375rem !important;
  }
  .m-xxl-n58 {
    margin: -0.375rem !important;
  }
  .m-xxl-n90 {
    margin: -0.375rem !important;
  }
  .m-xxl-n99 {
    margin: -0.375rem !important;
  }
  .m-xxl-n200 {
    margin: -0.375rem !important;
  }
  .m-xxl-n250 {
    margin: -0.375rem !important;
  }
  .mx-xxl-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n7 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n8 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n9 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n10 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n11 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n12 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n13 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n14 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n15 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n16 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n17 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n18 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n19 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n20 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n21 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n22 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n23 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n24 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n25 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n26 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n27 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n28 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n29 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n30 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n31 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n32 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n33 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n34 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n35 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n36 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n37 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n38 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n39 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n40 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n41 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n42 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n43 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n44 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n45 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n46 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n47 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n48 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n49 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n50 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n51 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n52 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n53 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n54 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n56 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n57 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n58 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n90 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n99 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n200 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .mx-xxl-n250 {
    margin-inline-end: -0.375rem !important;
    margin-inline-start: -0.375rem !important;
  }
  .my-xxl-n1 {
    margin-block-end: -0.25rem !important;
    margin-block-start: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-block-end: -0.5rem !important;
    margin-block-start: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-block-end: -1rem !important;
    margin-block-start: -1rem !important;
  }
  .my-xxl-n4 {
    margin-block-end: -1.5rem !important;
    margin-block-start: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-block-end: -3rem !important;
    margin-block-start: -3rem !important;
  }
  .my-xxl-n6 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n7 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n8 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n9 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n10 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n11 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n12 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n13 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n14 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n15 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n16 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n17 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n18 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n19 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n20 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n21 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n22 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n23 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n24 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n25 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n26 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n27 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n28 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n29 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n30 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n31 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n32 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n33 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n34 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n35 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n36 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n37 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n38 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n39 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n40 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n41 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n42 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n43 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n44 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n45 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n46 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n47 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n48 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n49 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n50 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n51 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n52 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n53 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n54 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n56 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n57 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n58 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n90 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n99 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n200 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .my-xxl-n250 {
    margin-block-end: -0.375rem !important;
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n1 {
    margin-block-start: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-block-start: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-block-start: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-block-start: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-block-start: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n7 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n8 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n9 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n10 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n11 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n12 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n13 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n14 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n15 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n16 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n17 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n18 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n19 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n20 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n21 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n22 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n23 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n24 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n25 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n26 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n27 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n28 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n29 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n30 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n31 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n32 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n33 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n34 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n35 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n36 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n37 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n38 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n39 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n40 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n41 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n42 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n43 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n44 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n45 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n46 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n47 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n48 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n49 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n50 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n51 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n52 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n53 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n54 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n56 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n57 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n58 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n90 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n99 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n200 {
    margin-block-start: -0.375rem !important;
  }
  .mt-xxl-n250 {
    margin-block-start: -0.375rem !important;
  }
  .me-xxl-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-xxl-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-inline-end: -3rem !important;
  }
  .me-xxl-n6 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n7 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n8 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n9 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n10 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n11 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n12 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n13 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n14 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n15 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n16 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n17 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n18 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n19 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n20 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n21 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n22 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n23 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n24 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n25 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n26 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n27 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n28 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n29 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n30 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n31 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n32 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n33 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n34 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n35 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n36 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n37 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n38 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n39 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n40 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n41 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n42 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n43 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n44 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n45 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n46 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n47 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n48 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n49 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n50 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n51 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n52 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n53 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n54 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n56 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n57 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n58 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n90 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n99 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n200 {
    margin-inline-end: -0.375rem !important;
  }
  .me-xxl-n250 {
    margin-inline-end: -0.375rem !important;
  }
  .mb-xxl-n1 {
    margin-block-end: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-block-end: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-block-end: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-block-end: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-block-end: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n7 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n8 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n9 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n10 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n11 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n12 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n13 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n14 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n15 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n16 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n17 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n18 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n19 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n20 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n21 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n22 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n23 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n24 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n25 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n26 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n27 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n28 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n29 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n30 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n31 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n32 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n33 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n34 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n35 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n36 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n37 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n38 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n39 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n40 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n41 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n42 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n43 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n44 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n45 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n46 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n47 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n48 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n49 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n50 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n51 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n52 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n53 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n54 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n56 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n57 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n58 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n90 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n99 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n200 {
    margin-block-end: -0.375rem !important;
  }
  .mb-xxl-n250 {
    margin-block-end: -0.375rem !important;
  }
  .ms-xxl-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-inline-start: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n7 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n8 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n9 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n10 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n11 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n12 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n13 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n14 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n15 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n16 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n17 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n18 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n19 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n20 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n21 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n22 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n23 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n24 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n25 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n26 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n27 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n28 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n29 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n30 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n31 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n32 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n33 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n34 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n35 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n36 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n37 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n38 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n39 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n40 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n41 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n42 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n43 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n44 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n45 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n46 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n47 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n48 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n49 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n50 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n51 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n52 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n53 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n54 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n56 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n57 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n58 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n90 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n99 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n200 {
    margin-inline-start: -0.375rem !important;
  }
  .ms-xxl-n250 {
    margin-inline-start: -0.375rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 0.375rem !important;
  }
  .p-xxl-7 {
    padding: 0.4375rem !important;
  }
  .p-xxl-8 {
    padding: 0.5rem !important;
  }
  .p-xxl-9 {
    padding: 0.5625rem !important;
  }
  .p-xxl-10 {
    padding: 0.625rem !important;
  }
  .p-xxl-11 {
    padding: 0.6875rem !important;
  }
  .p-xxl-12 {
    padding: 0.75rem !important;
  }
  .p-xxl-13 {
    padding: 0.8125rem !important;
  }
  .p-xxl-14 {
    padding: 0.875rem !important;
  }
  .p-xxl-15 {
    padding: 0.9375rem !important;
  }
  .p-xxl-16 {
    padding: 1rem !important;
  }
  .p-xxl-17 {
    padding: 1.0625rem !important;
  }
  .p-xxl-18 {
    padding: 1.125rem !important;
  }
  .p-xxl-19 {
    padding: 1.1875rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-xxl-21 {
    padding: 1.3125rem !important;
  }
  .p-xxl-22 {
    padding: 1.375rem !important;
  }
  .p-xxl-23 {
    padding: 1.4375rem !important;
  }
  .p-xxl-24 {
    padding: 1.5rem !important;
  }
  .p-xxl-25 {
    padding: 1.5625rem !important;
  }
  .p-xxl-26 {
    padding: 1.625rem !important;
  }
  .p-xxl-27 {
    padding: 1.6875rem !important;
  }
  .p-xxl-28 {
    padding: 1.75rem !important;
  }
  .p-xxl-29 {
    padding: 1.8125rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-xxl-31 {
    padding: 1.9375rem !important;
  }
  .p-xxl-32 {
    padding: 2rem !important;
  }
  .p-xxl-33 {
    padding: 2.0625rem !important;
  }
  .p-xxl-34 {
    padding: 2.125rem !important;
  }
  .p-xxl-35 {
    padding: 2.1875rem !important;
  }
  .p-xxl-36 {
    padding: 2.25rem !important;
  }
  .p-xxl-37 {
    padding: 2.3125rem !important;
  }
  .p-xxl-38 {
    padding: 2.375rem !important;
  }
  .p-xxl-39 {
    padding: 2.4375rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-41 {
    padding: 2.5625rem !important;
  }
  .p-xxl-42 {
    padding: 2.625rem !important;
  }
  .p-xxl-43 {
    padding: 2.6875rem !important;
  }
  .p-xxl-44 {
    padding: 2.75rem !important;
  }
  .p-xxl-45 {
    padding: 2.8125rem !important;
  }
  .p-xxl-46 {
    padding: 2.875rem !important;
  }
  .p-xxl-47 {
    padding: 2.9375rem !important;
  }
  .p-xxl-48 {
    padding: 3rem !important;
  }
  .p-xxl-49 {
    padding: 3.0625rem !important;
  }
  .p-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-xxl-51 {
    padding: 3.1875rem !important;
  }
  .p-xxl-52 {
    padding: 3.25rem !important;
  }
  .p-xxl-53 {
    padding: 3.3125rem !important;
  }
  .p-xxl-54 {
    padding: 3.375rem !important;
  }
  .p-xxl-56 {
    padding: 3.5rem !important;
  }
  .p-xxl-57 {
    padding: 3.5625rem !important;
  }
  .p-xxl-58 {
    padding: 3.625rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxl-99 {
    padding: 6.1875rem !important;
  }
  .p-xxl-200 {
    padding: 12.5rem !important;
  }
  .p-xxl-250 {
    padding: 15.625rem !important;
  }
  .p-px-xxl-0 {
    padding: 0rem !important;
  }
  .p-px-xxl-1 {
    padding: 0.0625rem !important;
  }
  .p-px-xxl-2 {
    padding: 0.125rem !important;
  }
  .p-px-xxl-3 {
    padding: 0.1875rem !important;
  }
  .p-px-xxl-4 {
    padding: 0.25rem !important;
  }
  .p-px-xxl-5 {
    padding: 0.3125rem !important;
  }
  .p-px-xxl-6 {
    padding: 0.375rem !important;
  }
  .p-px-xxl-7 {
    padding: 0.4375rem !important;
  }
  .p-px-xxl-8 {
    padding: 0.5rem !important;
  }
  .p-px-xxl-9 {
    padding: 0.5625rem !important;
  }
  .p-px-xxl-10 {
    padding: 0.625rem !important;
  }
  .p-px-xxl-11 {
    padding: 0.6875rem !important;
  }
  .p-px-xxl-12 {
    padding: 0.75rem !important;
  }
  .p-px-xxl-13 {
    padding: 0.8125rem !important;
  }
  .p-px-xxl-14 {
    padding: 0.875rem !important;
  }
  .p-px-xxl-15 {
    padding: 0.9375rem !important;
  }
  .p-px-xxl-16 {
    padding: 1rem !important;
  }
  .p-px-xxl-17 {
    padding: 1.0625rem !important;
  }
  .p-px-xxl-18 {
    padding: 1.125rem !important;
  }
  .p-px-xxl-19 {
    padding: 1.1875rem !important;
  }
  .p-px-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-px-xxl-21 {
    padding: 1.3125rem !important;
  }
  .p-px-xxl-22 {
    padding: 1.375rem !important;
  }
  .p-px-xxl-23 {
    padding: 1.4375rem !important;
  }
  .p-px-xxl-24 {
    padding: 1.5rem !important;
  }
  .p-px-xxl-25 {
    padding: 1.5625rem !important;
  }
  .p-px-xxl-26 {
    padding: 1.625rem !important;
  }
  .p-px-xxl-27 {
    padding: 1.6875rem !important;
  }
  .p-px-xxl-28 {
    padding: 1.75rem !important;
  }
  .p-px-xxl-29 {
    padding: 1.8125rem !important;
  }
  .p-px-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-px-xxl-31 {
    padding: 1.9375rem !important;
  }
  .p-px-xxl-32 {
    padding: 2rem !important;
  }
  .p-px-xxl-33 {
    padding: 2.0625rem !important;
  }
  .p-px-xxl-34 {
    padding: 2.125rem !important;
  }
  .p-px-xxl-35 {
    padding: 2.1875rem !important;
  }
  .p-px-xxl-36 {
    padding: 2.25rem !important;
  }
  .p-px-xxl-37 {
    padding: 2.3125rem !important;
  }
  .p-px-xxl-38 {
    padding: 2.375rem !important;
  }
  .p-px-xxl-39 {
    padding: 2.4375rem !important;
  }
  .p-px-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-px-xxl-41 {
    padding: 2.5625rem !important;
  }
  .p-px-xxl-42 {
    padding: 2.625rem !important;
  }
  .p-px-xxl-43 {
    padding: 2.6875rem !important;
  }
  .p-px-xxl-44 {
    padding: 2.75rem !important;
  }
  .p-px-xxl-45 {
    padding: 2.8125rem !important;
  }
  .p-px-xxl-46 {
    padding: 2.875rem !important;
  }
  .p-px-xxl-47 {
    padding: 2.9375rem !important;
  }
  .p-px-xxl-48 {
    padding: 3rem !important;
  }
  .p-px-xxl-49 {
    padding: 3.0625rem !important;
  }
  .p-px-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-px-xxl-51 {
    padding: 3.1875rem !important;
  }
  .p-px-xxl-52 {
    padding: 3.25rem !important;
  }
  .p-px-xxl-53 {
    padding: 3.3125rem !important;
  }
  .p-px-xxl-54 {
    padding: 3.375rem !important;
  }
  .p-px-xxl-56 {
    padding: 3.5rem !important;
  }
  .p-px-xxl-57 {
    padding: 3.5625rem !important;
  }
  .p-px-xxl-58 {
    padding: 3.625rem !important;
  }
  .p-px-xxl-59 {
    padding: 3.6875rem !important;
  }
  .p-px-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-px-xxl-61 {
    padding: 3.8125rem !important;
  }
  .p-px-xxl-62 {
    padding: 3.875rem !important;
  }
  .p-px-xxl-63 {
    padding: 3.9375rem !important;
  }
  .p-px-xxl-64 {
    padding: 4rem !important;
  }
  .p-px-xxl-68 {
    padding: 4.25rem !important;
  }
  .p-px-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-px-xxl-71 {
    padding: 4.4375rem !important;
  }
  .p-px-xxl-72 {
    padding: 4.5rem !important;
  }
  .p-px-xxl-73 {
    padding: 4.5625rem !important;
  }
  .p-px-xxl-74 {
    padding: 4.625rem !important;
  }
  .p-px-xxl-75 {
    padding: 4.6875rem !important;
  }
  .p-px-xxl-76 {
    padding: 4.75rem !important;
  }
  .p-px-xxl-77 {
    padding: 4.8125rem !important;
  }
  .p-px-xxl-78 {
    padding: 4.875rem !important;
  }
  .p-px-xxl-79 {
    padding: 4.9375rem !important;
  }
  .p-px-xxl-80 {
    padding: 5rem !important;
  }
  .p-px-xxl-82 {
    padding: 5.125rem !important;
  }
  .p-px-xxl-83 {
    padding: 5.1875rem !important;
  }
  .p-px-xxl-84 {
    padding: 5.25rem !important;
  }
  .p-px-xxl-86 {
    padding: 5.375rem !important;
  }
  .p-px-xxl-87 {
    padding: 5.4375rem !important;
  }
  .p-px-xxl-88 {
    padding: 5.5rem !important;
  }
  .p-px-xxl-89 {
    padding: 5.5625rem !important;
  }
  .p-px-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-px-xxl-92 {
    padding: 5.75rem !important;
  }
  .p-px-xxl-94 {
    padding: 5.875rem !important;
  }
  .p-px-xxl-95 {
    padding: 5.9375rem !important;
  }
  .p-px-xxl-96 {
    padding: 6rem !important;
  }
  .p-px-xxl-98 {
    padding: 6.125rem !important;
  }
  .p-px-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-px-xxl-102 {
    padding: 6.375rem !important;
  }
  .p-px-xxl-104 {
    padding: 6.5rem !important;
  }
  .p-px-xxl-108 {
    padding: 6.75rem !important;
  }
  .p-px-xxl-115 {
    padding: 7.1875rem !important;
  }
  .p-px-xxl-116 {
    padding: 7.25rem !important;
  }
  .p-px-xxl-118 {
    padding: 7.375rem !important;
  }
  .p-px-xxl-120 {
    padding: 7.5rem !important;
  }
  .p-px-xxl-121 {
    padding: 7.5625rem !important;
  }
  .p-px-xxl-123 {
    padding: 7.6875rem !important;
  }
  .p-px-xxl-129 {
    padding: 8.0625rem !important;
  }
  .p-px-xxl-131 {
    padding: 8.1875rem !important;
  }
  .p-px-xxl-140 {
    padding: 8.75rem !important;
  }
  .p-px-xxl-144 {
    padding: 9rem !important;
  }
  .p-px-xxl-147 {
    padding: 9.1875rem !important;
  }
  .p-px-xxl-148 {
    padding: 9.25rem !important;
  }
  .p-px-xxl-154 {
    padding: 9.625rem !important;
  }
  .p-px-xxl-156 {
    padding: 9.75rem !important;
  }
  .p-px-xxl-180 {
    padding: 11.25rem !important;
  }
  .p-px-xxl-200 {
    padding: 12.5rem !important;
  }
  .p-px-xxl-231 {
    padding: 14.4375rem !important;
  }
  .p-px-xxl-240 {
    padding: 15rem !important;
  }
  .p-px-xxl-247 {
    padding: 15.4375rem !important;
  }
  .p-px-xxl-239 {
    padding: 14.9375rem !important;
  }
  .p-px-xxl-255 {
    padding: 15.9375rem !important;
  }
  .p-px-xxl-327 {
    padding: 20.4375rem !important;
  }
  .px-xxl-0 {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
  .px-xxl-1 {
    padding-inline-start: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-xxl-4 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-xxl-6 {
    padding-inline-start: 0.375rem !important;
    padding-inline-end: 0.375rem !important;
  }
  .px-xxl-7 {
    padding-inline-start: 0.4375rem !important;
    padding-inline-end: 0.4375rem !important;
  }
  .px-xxl-8 {
    padding-inline-start: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
  }
  .px-xxl-9 {
    padding-inline-start: 0.5625rem !important;
    padding-inline-end: 0.5625rem !important;
  }
  .px-xxl-10 {
    padding-inline-start: 0.625rem !important;
    padding-inline-end: 0.625rem !important;
  }
  .px-xxl-11 {
    padding-inline-start: 0.6875rem !important;
    padding-inline-end: 0.6875rem !important;
  }
  .px-xxl-12 {
    padding-inline-start: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
  }
  .px-xxl-13 {
    padding-inline-start: 0.8125rem !important;
    padding-inline-end: 0.8125rem !important;
  }
  .px-xxl-14 {
    padding-inline-start: 0.875rem !important;
    padding-inline-end: 0.875rem !important;
  }
  .px-xxl-15 {
    padding-inline-start: 0.9375rem !important;
    padding-inline-end: 0.9375rem !important;
  }
  .px-xxl-16 {
    padding-inline-start: 1rem !important;
    padding-inline-end: 1rem !important;
  }
  .px-xxl-17 {
    padding-inline-start: 1.0625rem !important;
    padding-inline-end: 1.0625rem !important;
  }
  .px-xxl-18 {
    padding-inline-start: 1.125rem !important;
    padding-inline-end: 1.125rem !important;
  }
  .px-xxl-19 {
    padding-inline-start: 1.1875rem !important;
    padding-inline-end: 1.1875rem !important;
  }
  .px-xxl-20 {
    padding-inline-start: 1.25rem !important;
    padding-inline-end: 1.25rem !important;
  }
  .px-xxl-21 {
    padding-inline-start: 1.3125rem !important;
    padding-inline-end: 1.3125rem !important;
  }
  .px-xxl-22 {
    padding-inline-start: 1.375rem !important;
    padding-inline-end: 1.375rem !important;
  }
  .px-xxl-23 {
    padding-inline-start: 1.4375rem !important;
    padding-inline-end: 1.4375rem !important;
  }
  .px-xxl-24 {
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .px-xxl-25 {
    padding-inline-start: 1.5625rem !important;
    padding-inline-end: 1.5625rem !important;
  }
  .px-xxl-26 {
    padding-inline-start: 1.625rem !important;
    padding-inline-end: 1.625rem !important;
  }
  .px-xxl-27 {
    padding-inline-start: 1.6875rem !important;
    padding-inline-end: 1.6875rem !important;
  }
  .px-xxl-28 {
    padding-inline-start: 1.75rem !important;
    padding-inline-end: 1.75rem !important;
  }
  .px-xxl-29 {
    padding-inline-start: 1.8125rem !important;
    padding-inline-end: 1.8125rem !important;
  }
  .px-xxl-30 {
    padding-inline-start: 1.875rem !important;
    padding-inline-end: 1.875rem !important;
  }
  .px-xxl-31 {
    padding-inline-start: 1.9375rem !important;
    padding-inline-end: 1.9375rem !important;
  }
  .px-xxl-32 {
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .px-xxl-33 {
    padding-inline-start: 2.0625rem !important;
    padding-inline-end: 2.0625rem !important;
  }
  .px-xxl-34 {
    padding-inline-start: 2.125rem !important;
    padding-inline-end: 2.125rem !important;
  }
  .px-xxl-35 {
    padding-inline-start: 2.1875rem !important;
    padding-inline-end: 2.1875rem !important;
  }
  .px-xxl-36 {
    padding-inline-start: 2.25rem !important;
    padding-inline-end: 2.25rem !important;
  }
  .px-xxl-37 {
    padding-inline-start: 2.3125rem !important;
    padding-inline-end: 2.3125rem !important;
  }
  .px-xxl-38 {
    padding-inline-start: 2.375rem !important;
    padding-inline-end: 2.375rem !important;
  }
  .px-xxl-39 {
    padding-inline-start: 2.4375rem !important;
    padding-inline-end: 2.4375rem !important;
  }
  .px-xxl-40 {
    padding-inline-start: 2.5rem !important;
    padding-inline-end: 2.5rem !important;
  }
  .px-xxl-41 {
    padding-inline-start: 2.5625rem !important;
    padding-inline-end: 2.5625rem !important;
  }
  .px-xxl-42 {
    padding-inline-start: 2.625rem !important;
    padding-inline-end: 2.625rem !important;
  }
  .px-xxl-43 {
    padding-inline-start: 2.6875rem !important;
    padding-inline-end: 2.6875rem !important;
  }
  .px-xxl-44 {
    padding-inline-start: 2.75rem !important;
    padding-inline-end: 2.75rem !important;
  }
  .px-xxl-45 {
    padding-inline-start: 2.8125rem !important;
    padding-inline-end: 2.8125rem !important;
  }
  .px-xxl-46 {
    padding-inline-start: 2.875rem !important;
    padding-inline-end: 2.875rem !important;
  }
  .px-xxl-47 {
    padding-inline-start: 2.9375rem !important;
    padding-inline-end: 2.9375rem !important;
  }
  .px-xxl-48 {
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
  .px-xxl-49 {
    padding-inline-start: 3.0625rem !important;
    padding-inline-end: 3.0625rem !important;
  }
  .px-xxl-50 {
    padding-inline-start: 3.125rem !important;
    padding-inline-end: 3.125rem !important;
  }
  .px-xxl-51 {
    padding-inline-start: 3.1875rem !important;
    padding-inline-end: 3.1875rem !important;
  }
  .px-xxl-52 {
    padding-inline-start: 3.25rem !important;
    padding-inline-end: 3.25rem !important;
  }
  .px-xxl-53 {
    padding-inline-start: 3.3125rem !important;
    padding-inline-end: 3.3125rem !important;
  }
  .px-xxl-54 {
    padding-inline-start: 3.375rem !important;
    padding-inline-end: 3.375rem !important;
  }
  .px-xxl-56 {
    padding-inline-start: 3.5rem !important;
    padding-inline-end: 3.5rem !important;
  }
  .px-xxl-57 {
    padding-inline-start: 3.5625rem !important;
    padding-inline-end: 3.5625rem !important;
  }
  .px-xxl-58 {
    padding-inline-start: 3.625rem !important;
    padding-inline-end: 3.625rem !important;
  }
  .px-xxl-90 {
    padding-inline-start: 5.625rem !important;
    padding-inline-end: 5.625rem !important;
  }
  .px-xxl-99 {
    padding-inline-start: 6.1875rem !important;
    padding-inline-end: 6.1875rem !important;
  }
  .px-xxl-200 {
    padding-inline-start: 12.5rem !important;
    padding-inline-end: 12.5rem !important;
  }
  .px-xxl-250 {
    padding-inline-start: 15.625rem !important;
    padding-inline-end: 15.625rem !important;
  }
  .py-xxl-0 {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
  }
  .py-xxl-1 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-xxl-4 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-xxl-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-xxl-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-xxl-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-xxl-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-xxl-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-xxl-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-xxl-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-xxl-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-xxl-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-xxl-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-xxl-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-xxl-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-xxl-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-xxl-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-xxl-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-xxl-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-xxl-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-xxl-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-xxl-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-xxl-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-xxl-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-xxl-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-xxl-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-xxl-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-xxl-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-xxl-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-xxl-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-xxl-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-xxl-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-xxl-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-xxl-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-xxl-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-xxl-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-xxl-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-xxl-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-xxl-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-xxl-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-xxl-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-xxl-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-xxl-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-xxl-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-xxl-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-xxl-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-xxl-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-xxl-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-xxl-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-xxl-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-xxl-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-xxl-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-xxl-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-xxl-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-xxl-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-xxl-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-xxl-99 {
    padding-block-start: 6.1875rem !important;
    padding-block-end: 6.1875rem !important;
  }
  .py-xxl-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-xxl-250 {
    padding-block-start: 15.625rem !important;
    padding-block-end: 15.625rem !important;
  }
  .py-px-xxl-0 {
    padding-block-start: 0rem !important;
    padding-block-end: 0rem !important;
  }
  .py-px-xxl-1 {
    padding-block-start: 0.0625rem !important;
    padding-block-end: 0.0625rem !important;
  }
  .py-px-xxl-2 {
    padding-block-start: 0.125rem !important;
    padding-block-end: 0.125rem !important;
  }
  .py-px-xxl-3 {
    padding-block-start: 0.1875rem !important;
    padding-block-end: 0.1875rem !important;
  }
  .py-px-xxl-4 {
    padding-block-start: 0.25rem !important;
    padding-block-end: 0.25rem !important;
  }
  .py-px-xxl-5 {
    padding-block-start: 0.3125rem !important;
    padding-block-end: 0.3125rem !important;
  }
  .py-px-xxl-6 {
    padding-block-start: 0.375rem !important;
    padding-block-end: 0.375rem !important;
  }
  .py-px-xxl-7 {
    padding-block-start: 0.4375rem !important;
    padding-block-end: 0.4375rem !important;
  }
  .py-px-xxl-8 {
    padding-block-start: 0.5rem !important;
    padding-block-end: 0.5rem !important;
  }
  .py-px-xxl-9 {
    padding-block-start: 0.5625rem !important;
    padding-block-end: 0.5625rem !important;
  }
  .py-px-xxl-10 {
    padding-block-start: 0.625rem !important;
    padding-block-end: 0.625rem !important;
  }
  .py-px-xxl-11 {
    padding-block-start: 0.6875rem !important;
    padding-block-end: 0.6875rem !important;
  }
  .py-px-xxl-12 {
    padding-block-start: 0.75rem !important;
    padding-block-end: 0.75rem !important;
  }
  .py-px-xxl-13 {
    padding-block-start: 0.8125rem !important;
    padding-block-end: 0.8125rem !important;
  }
  .py-px-xxl-14 {
    padding-block-start: 0.875rem !important;
    padding-block-end: 0.875rem !important;
  }
  .py-px-xxl-15 {
    padding-block-start: 0.9375rem !important;
    padding-block-end: 0.9375rem !important;
  }
  .py-px-xxl-16 {
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
  }
  .py-px-xxl-17 {
    padding-block-start: 1.0625rem !important;
    padding-block-end: 1.0625rem !important;
  }
  .py-px-xxl-18 {
    padding-block-start: 1.125rem !important;
    padding-block-end: 1.125rem !important;
  }
  .py-px-xxl-19 {
    padding-block-start: 1.1875rem !important;
    padding-block-end: 1.1875rem !important;
  }
  .py-px-xxl-20 {
    padding-block-start: 1.25rem !important;
    padding-block-end: 1.25rem !important;
  }
  .py-px-xxl-21 {
    padding-block-start: 1.3125rem !important;
    padding-block-end: 1.3125rem !important;
  }
  .py-px-xxl-22 {
    padding-block-start: 1.375rem !important;
    padding-block-end: 1.375rem !important;
  }
  .py-px-xxl-23 {
    padding-block-start: 1.4375rem !important;
    padding-block-end: 1.4375rem !important;
  }
  .py-px-xxl-24 {
    padding-block-start: 1.5rem !important;
    padding-block-end: 1.5rem !important;
  }
  .py-px-xxl-25 {
    padding-block-start: 1.5625rem !important;
    padding-block-end: 1.5625rem !important;
  }
  .py-px-xxl-26 {
    padding-block-start: 1.625rem !important;
    padding-block-end: 1.625rem !important;
  }
  .py-px-xxl-27 {
    padding-block-start: 1.6875rem !important;
    padding-block-end: 1.6875rem !important;
  }
  .py-px-xxl-28 {
    padding-block-start: 1.75rem !important;
    padding-block-end: 1.75rem !important;
  }
  .py-px-xxl-29 {
    padding-block-start: 1.8125rem !important;
    padding-block-end: 1.8125rem !important;
  }
  .py-px-xxl-30 {
    padding-block-start: 1.875rem !important;
    padding-block-end: 1.875rem !important;
  }
  .py-px-xxl-31 {
    padding-block-start: 1.9375rem !important;
    padding-block-end: 1.9375rem !important;
  }
  .py-px-xxl-32 {
    padding-block-start: 2rem !important;
    padding-block-end: 2rem !important;
  }
  .py-px-xxl-33 {
    padding-block-start: 2.0625rem !important;
    padding-block-end: 2.0625rem !important;
  }
  .py-px-xxl-34 {
    padding-block-start: 2.125rem !important;
    padding-block-end: 2.125rem !important;
  }
  .py-px-xxl-35 {
    padding-block-start: 2.1875rem !important;
    padding-block-end: 2.1875rem !important;
  }
  .py-px-xxl-36 {
    padding-block-start: 2.25rem !important;
    padding-block-end: 2.25rem !important;
  }
  .py-px-xxl-37 {
    padding-block-start: 2.3125rem !important;
    padding-block-end: 2.3125rem !important;
  }
  .py-px-xxl-38 {
    padding-block-start: 2.375rem !important;
    padding-block-end: 2.375rem !important;
  }
  .py-px-xxl-39 {
    padding-block-start: 2.4375rem !important;
    padding-block-end: 2.4375rem !important;
  }
  .py-px-xxl-40 {
    padding-block-start: 2.5rem !important;
    padding-block-end: 2.5rem !important;
  }
  .py-px-xxl-41 {
    padding-block-start: 2.5625rem !important;
    padding-block-end: 2.5625rem !important;
  }
  .py-px-xxl-42 {
    padding-block-start: 2.625rem !important;
    padding-block-end: 2.625rem !important;
  }
  .py-px-xxl-43 {
    padding-block-start: 2.6875rem !important;
    padding-block-end: 2.6875rem !important;
  }
  .py-px-xxl-44 {
    padding-block-start: 2.75rem !important;
    padding-block-end: 2.75rem !important;
  }
  .py-px-xxl-45 {
    padding-block-start: 2.8125rem !important;
    padding-block-end: 2.8125rem !important;
  }
  .py-px-xxl-46 {
    padding-block-start: 2.875rem !important;
    padding-block-end: 2.875rem !important;
  }
  .py-px-xxl-47 {
    padding-block-start: 2.9375rem !important;
    padding-block-end: 2.9375rem !important;
  }
  .py-px-xxl-48 {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
  }
  .py-px-xxl-49 {
    padding-block-start: 3.0625rem !important;
    padding-block-end: 3.0625rem !important;
  }
  .py-px-xxl-50 {
    padding-block-start: 3.125rem !important;
    padding-block-end: 3.125rem !important;
  }
  .py-px-xxl-51 {
    padding-block-start: 3.1875rem !important;
    padding-block-end: 3.1875rem !important;
  }
  .py-px-xxl-52 {
    padding-block-start: 3.25rem !important;
    padding-block-end: 3.25rem !important;
  }
  .py-px-xxl-53 {
    padding-block-start: 3.3125rem !important;
    padding-block-end: 3.3125rem !important;
  }
  .py-px-xxl-54 {
    padding-block-start: 3.375rem !important;
    padding-block-end: 3.375rem !important;
  }
  .py-px-xxl-56 {
    padding-block-start: 3.5rem !important;
    padding-block-end: 3.5rem !important;
  }
  .py-px-xxl-57 {
    padding-block-start: 3.5625rem !important;
    padding-block-end: 3.5625rem !important;
  }
  .py-px-xxl-58 {
    padding-block-start: 3.625rem !important;
    padding-block-end: 3.625rem !important;
  }
  .py-px-xxl-59 {
    padding-block-start: 3.6875rem !important;
    padding-block-end: 3.6875rem !important;
  }
  .py-px-xxl-60 {
    padding-block-start: 3.75rem !important;
    padding-block-end: 3.75rem !important;
  }
  .py-px-xxl-61 {
    padding-block-start: 3.8125rem !important;
    padding-block-end: 3.8125rem !important;
  }
  .py-px-xxl-62 {
    padding-block-start: 3.875rem !important;
    padding-block-end: 3.875rem !important;
  }
  .py-px-xxl-63 {
    padding-block-start: 3.9375rem !important;
    padding-block-end: 3.9375rem !important;
  }
  .py-px-xxl-64 {
    padding-block-start: 4rem !important;
    padding-block-end: 4rem !important;
  }
  .py-px-xxl-68 {
    padding-block-start: 4.25rem !important;
    padding-block-end: 4.25rem !important;
  }
  .py-px-xxl-70 {
    padding-block-start: 4.375rem !important;
    padding-block-end: 4.375rem !important;
  }
  .py-px-xxl-71 {
    padding-block-start: 4.4375rem !important;
    padding-block-end: 4.4375rem !important;
  }
  .py-px-xxl-72 {
    padding-block-start: 4.5rem !important;
    padding-block-end: 4.5rem !important;
  }
  .py-px-xxl-73 {
    padding-block-start: 4.5625rem !important;
    padding-block-end: 4.5625rem !important;
  }
  .py-px-xxl-74 {
    padding-block-start: 4.625rem !important;
    padding-block-end: 4.625rem !important;
  }
  .py-px-xxl-75 {
    padding-block-start: 4.6875rem !important;
    padding-block-end: 4.6875rem !important;
  }
  .py-px-xxl-76 {
    padding-block-start: 4.75rem !important;
    padding-block-end: 4.75rem !important;
  }
  .py-px-xxl-77 {
    padding-block-start: 4.8125rem !important;
    padding-block-end: 4.8125rem !important;
  }
  .py-px-xxl-78 {
    padding-block-start: 4.875rem !important;
    padding-block-end: 4.875rem !important;
  }
  .py-px-xxl-79 {
    padding-block-start: 4.9375rem !important;
    padding-block-end: 4.9375rem !important;
  }
  .py-px-xxl-80 {
    padding-block-start: 5rem !important;
    padding-block-end: 5rem !important;
  }
  .py-px-xxl-82 {
    padding-block-start: 5.125rem !important;
    padding-block-end: 5.125rem !important;
  }
  .py-px-xxl-83 {
    padding-block-start: 5.1875rem !important;
    padding-block-end: 5.1875rem !important;
  }
  .py-px-xxl-84 {
    padding-block-start: 5.25rem !important;
    padding-block-end: 5.25rem !important;
  }
  .py-px-xxl-86 {
    padding-block-start: 5.375rem !important;
    padding-block-end: 5.375rem !important;
  }
  .py-px-xxl-87 {
    padding-block-start: 5.4375rem !important;
    padding-block-end: 5.4375rem !important;
  }
  .py-px-xxl-88 {
    padding-block-start: 5.5rem !important;
    padding-block-end: 5.5rem !important;
  }
  .py-px-xxl-89 {
    padding-block-start: 5.5625rem !important;
    padding-block-end: 5.5625rem !important;
  }
  .py-px-xxl-90 {
    padding-block-start: 5.625rem !important;
    padding-block-end: 5.625rem !important;
  }
  .py-px-xxl-92 {
    padding-block-start: 5.75rem !important;
    padding-block-end: 5.75rem !important;
  }
  .py-px-xxl-94 {
    padding-block-start: 5.875rem !important;
    padding-block-end: 5.875rem !important;
  }
  .py-px-xxl-95 {
    padding-block-start: 5.9375rem !important;
    padding-block-end: 5.9375rem !important;
  }
  .py-px-xxl-96 {
    padding-block-start: 6rem !important;
    padding-block-end: 6rem !important;
  }
  .py-px-xxl-98 {
    padding-block-start: 6.125rem !important;
    padding-block-end: 6.125rem !important;
  }
  .py-px-xxl-100 {
    padding-block-start: 6.25rem !important;
    padding-block-end: 6.25rem !important;
  }
  .py-px-xxl-102 {
    padding-block-start: 6.375rem !important;
    padding-block-end: 6.375rem !important;
  }
  .py-px-xxl-104 {
    padding-block-start: 6.5rem !important;
    padding-block-end: 6.5rem !important;
  }
  .py-px-xxl-108 {
    padding-block-start: 6.75rem !important;
    padding-block-end: 6.75rem !important;
  }
  .py-px-xxl-115 {
    padding-block-start: 7.1875rem !important;
    padding-block-end: 7.1875rem !important;
  }
  .py-px-xxl-116 {
    padding-block-start: 7.25rem !important;
    padding-block-end: 7.25rem !important;
  }
  .py-px-xxl-118 {
    padding-block-start: 7.375rem !important;
    padding-block-end: 7.375rem !important;
  }
  .py-px-xxl-120 {
    padding-block-start: 7.5rem !important;
    padding-block-end: 7.5rem !important;
  }
  .py-px-xxl-121 {
    padding-block-start: 7.5625rem !important;
    padding-block-end: 7.5625rem !important;
  }
  .py-px-xxl-123 {
    padding-block-start: 7.6875rem !important;
    padding-block-end: 7.6875rem !important;
  }
  .py-px-xxl-129 {
    padding-block-start: 8.0625rem !important;
    padding-block-end: 8.0625rem !important;
  }
  .py-px-xxl-131 {
    padding-block-start: 8.1875rem !important;
    padding-block-end: 8.1875rem !important;
  }
  .py-px-xxl-140 {
    padding-block-start: 8.75rem !important;
    padding-block-end: 8.75rem !important;
  }
  .py-px-xxl-144 {
    padding-block-start: 9rem !important;
    padding-block-end: 9rem !important;
  }
  .py-px-xxl-147 {
    padding-block-start: 9.1875rem !important;
    padding-block-end: 9.1875rem !important;
  }
  .py-px-xxl-148 {
    padding-block-start: 9.25rem !important;
    padding-block-end: 9.25rem !important;
  }
  .py-px-xxl-154 {
    padding-block-start: 9.625rem !important;
    padding-block-end: 9.625rem !important;
  }
  .py-px-xxl-156 {
    padding-block-start: 9.75rem !important;
    padding-block-end: 9.75rem !important;
  }
  .py-px-xxl-180 {
    padding-block-start: 11.25rem !important;
    padding-block-end: 11.25rem !important;
  }
  .py-px-xxl-200 {
    padding-block-start: 12.5rem !important;
    padding-block-end: 12.5rem !important;
  }
  .py-px-xxl-231 {
    padding-block-start: 14.4375rem !important;
    padding-block-end: 14.4375rem !important;
  }
  .py-px-xxl-240 {
    padding-block-start: 15rem !important;
    padding-block-end: 15rem !important;
  }
  .py-px-xxl-247 {
    padding-block-start: 15.4375rem !important;
    padding-block-end: 15.4375rem !important;
  }
  .py-px-xxl-239 {
    padding-block-start: 14.9375rem !important;
    padding-block-end: 14.9375rem !important;
  }
  .py-px-xxl-255 {
    padding-block-start: 15.9375rem !important;
    padding-block-end: 15.9375rem !important;
  }
  .py-px-xxl-327 {
    padding-block-start: 20.4375rem !important;
    padding-block-end: 20.4375rem !important;
  }
  .pt-xxl-0 {
    padding-block-start: 0 !important;
  }
  .pt-xxl-1 {
    padding-block-start: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-block-start: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-block-start: 1rem !important;
  }
  .pt-xxl-4 {
    padding-block-start: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-block-start: 3rem !important;
  }
  .pt-xxl-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-xxl-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-xxl-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-xxl-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-xxl-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-xxl-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-xxl-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-xxl-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-xxl-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-xxl-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-xxl-16 {
    padding-block-start: 1rem !important;
  }
  .pt-xxl-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-xxl-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-xxl-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-xxl-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-xxl-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-xxl-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-xxl-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-xxl-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-xxl-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-xxl-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-xxl-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-xxl-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-xxl-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-xxl-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-xxl-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-xxl-32 {
    padding-block-start: 2rem !important;
  }
  .pt-xxl-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-xxl-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-xxl-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-xxl-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-xxl-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-xxl-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-xxl-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-xxl-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-xxl-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-xxl-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-xxl-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-xxl-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-xxl-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-xxl-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-xxl-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-xxl-48 {
    padding-block-start: 3rem !important;
  }
  .pt-xxl-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-xxl-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-xxl-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-xxl-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-xxl-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-xxl-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-xxl-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-xxl-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-xxl-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-xxl-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-xxl-99 {
    padding-block-start: 6.1875rem !important;
  }
  .pt-xxl-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-xxl-250 {
    padding-block-start: 15.625rem !important;
  }
  .pt-px-xxl-0 {
    padding-block-start: 0rem !important;
  }
  .pt-px-xxl-1 {
    padding-block-start: 0.0625rem !important;
  }
  .pt-px-xxl-2 {
    padding-block-start: 0.125rem !important;
  }
  .pt-px-xxl-3 {
    padding-block-start: 0.1875rem !important;
  }
  .pt-px-xxl-4 {
    padding-block-start: 0.25rem !important;
  }
  .pt-px-xxl-5 {
    padding-block-start: 0.3125rem !important;
  }
  .pt-px-xxl-6 {
    padding-block-start: 0.375rem !important;
  }
  .pt-px-xxl-7 {
    padding-block-start: 0.4375rem !important;
  }
  .pt-px-xxl-8 {
    padding-block-start: 0.5rem !important;
  }
  .pt-px-xxl-9 {
    padding-block-start: 0.5625rem !important;
  }
  .pt-px-xxl-10 {
    padding-block-start: 0.625rem !important;
  }
  .pt-px-xxl-11 {
    padding-block-start: 0.6875rem !important;
  }
  .pt-px-xxl-12 {
    padding-block-start: 0.75rem !important;
  }
  .pt-px-xxl-13 {
    padding-block-start: 0.8125rem !important;
  }
  .pt-px-xxl-14 {
    padding-block-start: 0.875rem !important;
  }
  .pt-px-xxl-15 {
    padding-block-start: 0.9375rem !important;
  }
  .pt-px-xxl-16 {
    padding-block-start: 1rem !important;
  }
  .pt-px-xxl-17 {
    padding-block-start: 1.0625rem !important;
  }
  .pt-px-xxl-18 {
    padding-block-start: 1.125rem !important;
  }
  .pt-px-xxl-19 {
    padding-block-start: 1.1875rem !important;
  }
  .pt-px-xxl-20 {
    padding-block-start: 1.25rem !important;
  }
  .pt-px-xxl-21 {
    padding-block-start: 1.3125rem !important;
  }
  .pt-px-xxl-22 {
    padding-block-start: 1.375rem !important;
  }
  .pt-px-xxl-23 {
    padding-block-start: 1.4375rem !important;
  }
  .pt-px-xxl-24 {
    padding-block-start: 1.5rem !important;
  }
  .pt-px-xxl-25 {
    padding-block-start: 1.5625rem !important;
  }
  .pt-px-xxl-26 {
    padding-block-start: 1.625rem !important;
  }
  .pt-px-xxl-27 {
    padding-block-start: 1.6875rem !important;
  }
  .pt-px-xxl-28 {
    padding-block-start: 1.75rem !important;
  }
  .pt-px-xxl-29 {
    padding-block-start: 1.8125rem !important;
  }
  .pt-px-xxl-30 {
    padding-block-start: 1.875rem !important;
  }
  .pt-px-xxl-31 {
    padding-block-start: 1.9375rem !important;
  }
  .pt-px-xxl-32 {
    padding-block-start: 2rem !important;
  }
  .pt-px-xxl-33 {
    padding-block-start: 2.0625rem !important;
  }
  .pt-px-xxl-34 {
    padding-block-start: 2.125rem !important;
  }
  .pt-px-xxl-35 {
    padding-block-start: 2.1875rem !important;
  }
  .pt-px-xxl-36 {
    padding-block-start: 2.25rem !important;
  }
  .pt-px-xxl-37 {
    padding-block-start: 2.3125rem !important;
  }
  .pt-px-xxl-38 {
    padding-block-start: 2.375rem !important;
  }
  .pt-px-xxl-39 {
    padding-block-start: 2.4375rem !important;
  }
  .pt-px-xxl-40 {
    padding-block-start: 2.5rem !important;
  }
  .pt-px-xxl-41 {
    padding-block-start: 2.5625rem !important;
  }
  .pt-px-xxl-42 {
    padding-block-start: 2.625rem !important;
  }
  .pt-px-xxl-43 {
    padding-block-start: 2.6875rem !important;
  }
  .pt-px-xxl-44 {
    padding-block-start: 2.75rem !important;
  }
  .pt-px-xxl-45 {
    padding-block-start: 2.8125rem !important;
  }
  .pt-px-xxl-46 {
    padding-block-start: 2.875rem !important;
  }
  .pt-px-xxl-47 {
    padding-block-start: 2.9375rem !important;
  }
  .pt-px-xxl-48 {
    padding-block-start: 3rem !important;
  }
  .pt-px-xxl-49 {
    padding-block-start: 3.0625rem !important;
  }
  .pt-px-xxl-50 {
    padding-block-start: 3.125rem !important;
  }
  .pt-px-xxl-51 {
    padding-block-start: 3.1875rem !important;
  }
  .pt-px-xxl-52 {
    padding-block-start: 3.25rem !important;
  }
  .pt-px-xxl-53 {
    padding-block-start: 3.3125rem !important;
  }
  .pt-px-xxl-54 {
    padding-block-start: 3.375rem !important;
  }
  .pt-px-xxl-56 {
    padding-block-start: 3.5rem !important;
  }
  .pt-px-xxl-57 {
    padding-block-start: 3.5625rem !important;
  }
  .pt-px-xxl-58 {
    padding-block-start: 3.625rem !important;
  }
  .pt-px-xxl-59 {
    padding-block-start: 3.6875rem !important;
  }
  .pt-px-xxl-60 {
    padding-block-start: 3.75rem !important;
  }
  .pt-px-xxl-61 {
    padding-block-start: 3.8125rem !important;
  }
  .pt-px-xxl-62 {
    padding-block-start: 3.875rem !important;
  }
  .pt-px-xxl-63 {
    padding-block-start: 3.9375rem !important;
  }
  .pt-px-xxl-64 {
    padding-block-start: 4rem !important;
  }
  .pt-px-xxl-68 {
    padding-block-start: 4.25rem !important;
  }
  .pt-px-xxl-70 {
    padding-block-start: 4.375rem !important;
  }
  .pt-px-xxl-71 {
    padding-block-start: 4.4375rem !important;
  }
  .pt-px-xxl-72 {
    padding-block-start: 4.5rem !important;
  }
  .pt-px-xxl-73 {
    padding-block-start: 4.5625rem !important;
  }
  .pt-px-xxl-74 {
    padding-block-start: 4.625rem !important;
  }
  .pt-px-xxl-75 {
    padding-block-start: 4.6875rem !important;
  }
  .pt-px-xxl-76 {
    padding-block-start: 4.75rem !important;
  }
  .pt-px-xxl-77 {
    padding-block-start: 4.8125rem !important;
  }
  .pt-px-xxl-78 {
    padding-block-start: 4.875rem !important;
  }
  .pt-px-xxl-79 {
    padding-block-start: 4.9375rem !important;
  }
  .pt-px-xxl-80 {
    padding-block-start: 5rem !important;
  }
  .pt-px-xxl-82 {
    padding-block-start: 5.125rem !important;
  }
  .pt-px-xxl-83 {
    padding-block-start: 5.1875rem !important;
  }
  .pt-px-xxl-84 {
    padding-block-start: 5.25rem !important;
  }
  .pt-px-xxl-86 {
    padding-block-start: 5.375rem !important;
  }
  .pt-px-xxl-87 {
    padding-block-start: 5.4375rem !important;
  }
  .pt-px-xxl-88 {
    padding-block-start: 5.5rem !important;
  }
  .pt-px-xxl-89 {
    padding-block-start: 5.5625rem !important;
  }
  .pt-px-xxl-90 {
    padding-block-start: 5.625rem !important;
  }
  .pt-px-xxl-92 {
    padding-block-start: 5.75rem !important;
  }
  .pt-px-xxl-94 {
    padding-block-start: 5.875rem !important;
  }
  .pt-px-xxl-95 {
    padding-block-start: 5.9375rem !important;
  }
  .pt-px-xxl-96 {
    padding-block-start: 6rem !important;
  }
  .pt-px-xxl-98 {
    padding-block-start: 6.125rem !important;
  }
  .pt-px-xxl-100 {
    padding-block-start: 6.25rem !important;
  }
  .pt-px-xxl-102 {
    padding-block-start: 6.375rem !important;
  }
  .pt-px-xxl-104 {
    padding-block-start: 6.5rem !important;
  }
  .pt-px-xxl-108 {
    padding-block-start: 6.75rem !important;
  }
  .pt-px-xxl-115 {
    padding-block-start: 7.1875rem !important;
  }
  .pt-px-xxl-116 {
    padding-block-start: 7.25rem !important;
  }
  .pt-px-xxl-118 {
    padding-block-start: 7.375rem !important;
  }
  .pt-px-xxl-120 {
    padding-block-start: 7.5rem !important;
  }
  .pt-px-xxl-121 {
    padding-block-start: 7.5625rem !important;
  }
  .pt-px-xxl-123 {
    padding-block-start: 7.6875rem !important;
  }
  .pt-px-xxl-129 {
    padding-block-start: 8.0625rem !important;
  }
  .pt-px-xxl-131 {
    padding-block-start: 8.1875rem !important;
  }
  .pt-px-xxl-140 {
    padding-block-start: 8.75rem !important;
  }
  .pt-px-xxl-144 {
    padding-block-start: 9rem !important;
  }
  .pt-px-xxl-147 {
    padding-block-start: 9.1875rem !important;
  }
  .pt-px-xxl-148 {
    padding-block-start: 9.25rem !important;
  }
  .pt-px-xxl-154 {
    padding-block-start: 9.625rem !important;
  }
  .pt-px-xxl-156 {
    padding-block-start: 9.75rem !important;
  }
  .pt-px-xxl-180 {
    padding-block-start: 11.25rem !important;
  }
  .pt-px-xxl-200 {
    padding-block-start: 12.5rem !important;
  }
  .pt-px-xxl-231 {
    padding-block-start: 14.4375rem !important;
  }
  .pt-px-xxl-240 {
    padding-block-start: 15rem !important;
  }
  .pt-px-xxl-247 {
    padding-block-start: 15.4375rem !important;
  }
  .pt-px-xxl-239 {
    padding-block-start: 14.9375rem !important;
  }
  .pt-px-xxl-255 {
    padding-block-start: 15.9375rem !important;
  }
  .pt-px-xxl-327 {
    padding-block-start: 20.4375rem !important;
  }
  .pe-xxl-0 {
    padding-inline-end: 0 !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 3rem !important;
  }
  .pe-xxl-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-xxl-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-xxl-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xxl-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-xxl-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-xxl-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-xxl-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-xxl-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-xxl-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-xxl-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-xxl-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-xxl-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-xxl-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-xxl-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-xxl-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-xxl-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-xxl-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-xxl-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-xxl-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xxl-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-xxl-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-xxl-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-xxl-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-xxl-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-xxl-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-xxl-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-xxl-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-xxl-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-xxl-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-xxl-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-xxl-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-xxl-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-xxl-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-xxl-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-xxl-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xxl-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-xxl-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-xxl-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-xxl-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-xxl-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-xxl-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-xxl-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-xxl-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-xxl-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-xxl-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-xxl-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-xxl-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-xxl-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-xxl-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-xxl-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-xxl-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-xxl-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-xxl-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-xxl-99 {
    padding-inline-end: 6.1875rem !important;
  }
  .pe-xxl-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-xxl-250 {
    padding-inline-end: 15.625rem !important;
  }
  .pe-px-xxl-0 {
    padding-inline-end: 0rem !important;
  }
  .pe-px-xxl-1 {
    padding-inline-end: 0.0625rem !important;
  }
  .pe-px-xxl-2 {
    padding-inline-end: 0.125rem !important;
  }
  .pe-px-xxl-3 {
    padding-inline-end: 0.1875rem !important;
  }
  .pe-px-xxl-4 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-px-xxl-5 {
    padding-inline-end: 0.3125rem !important;
  }
  .pe-px-xxl-6 {
    padding-inline-end: 0.375rem !important;
  }
  .pe-px-xxl-7 {
    padding-inline-end: 0.4375rem !important;
  }
  .pe-px-xxl-8 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-px-xxl-9 {
    padding-inline-end: 0.5625rem !important;
  }
  .pe-px-xxl-10 {
    padding-inline-end: 0.625rem !important;
  }
  .pe-px-xxl-11 {
    padding-inline-end: 0.6875rem !important;
  }
  .pe-px-xxl-12 {
    padding-inline-end: 0.75rem !important;
  }
  .pe-px-xxl-13 {
    padding-inline-end: 0.8125rem !important;
  }
  .pe-px-xxl-14 {
    padding-inline-end: 0.875rem !important;
  }
  .pe-px-xxl-15 {
    padding-inline-end: 0.9375rem !important;
  }
  .pe-px-xxl-16 {
    padding-inline-end: 1rem !important;
  }
  .pe-px-xxl-17 {
    padding-inline-end: 1.0625rem !important;
  }
  .pe-px-xxl-18 {
    padding-inline-end: 1.125rem !important;
  }
  .pe-px-xxl-19 {
    padding-inline-end: 1.1875rem !important;
  }
  .pe-px-xxl-20 {
    padding-inline-end: 1.25rem !important;
  }
  .pe-px-xxl-21 {
    padding-inline-end: 1.3125rem !important;
  }
  .pe-px-xxl-22 {
    padding-inline-end: 1.375rem !important;
  }
  .pe-px-xxl-23 {
    padding-inline-end: 1.4375rem !important;
  }
  .pe-px-xxl-24 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-px-xxl-25 {
    padding-inline-end: 1.5625rem !important;
  }
  .pe-px-xxl-26 {
    padding-inline-end: 1.625rem !important;
  }
  .pe-px-xxl-27 {
    padding-inline-end: 1.6875rem !important;
  }
  .pe-px-xxl-28 {
    padding-inline-end: 1.75rem !important;
  }
  .pe-px-xxl-29 {
    padding-inline-end: 1.8125rem !important;
  }
  .pe-px-xxl-30 {
    padding-inline-end: 1.875rem !important;
  }
  .pe-px-xxl-31 {
    padding-inline-end: 1.9375rem !important;
  }
  .pe-px-xxl-32 {
    padding-inline-end: 2rem !important;
  }
  .pe-px-xxl-33 {
    padding-inline-end: 2.0625rem !important;
  }
  .pe-px-xxl-34 {
    padding-inline-end: 2.125rem !important;
  }
  .pe-px-xxl-35 {
    padding-inline-end: 2.1875rem !important;
  }
  .pe-px-xxl-36 {
    padding-inline-end: 2.25rem !important;
  }
  .pe-px-xxl-37 {
    padding-inline-end: 2.3125rem !important;
  }
  .pe-px-xxl-38 {
    padding-inline-end: 2.375rem !important;
  }
  .pe-px-xxl-39 {
    padding-inline-end: 2.4375rem !important;
  }
  .pe-px-xxl-40 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-px-xxl-41 {
    padding-inline-end: 2.5625rem !important;
  }
  .pe-px-xxl-42 {
    padding-inline-end: 2.625rem !important;
  }
  .pe-px-xxl-43 {
    padding-inline-end: 2.6875rem !important;
  }
  .pe-px-xxl-44 {
    padding-inline-end: 2.75rem !important;
  }
  .pe-px-xxl-45 {
    padding-inline-end: 2.8125rem !important;
  }
  .pe-px-xxl-46 {
    padding-inline-end: 2.875rem !important;
  }
  .pe-px-xxl-47 {
    padding-inline-end: 2.9375rem !important;
  }
  .pe-px-xxl-48 {
    padding-inline-end: 3rem !important;
  }
  .pe-px-xxl-49 {
    padding-inline-end: 3.0625rem !important;
  }
  .pe-px-xxl-50 {
    padding-inline-end: 3.125rem !important;
  }
  .pe-px-xxl-51 {
    padding-inline-end: 3.1875rem !important;
  }
  .pe-px-xxl-52 {
    padding-inline-end: 3.25rem !important;
  }
  .pe-px-xxl-53 {
    padding-inline-end: 3.3125rem !important;
  }
  .pe-px-xxl-54 {
    padding-inline-end: 3.375rem !important;
  }
  .pe-px-xxl-56 {
    padding-inline-end: 3.5rem !important;
  }
  .pe-px-xxl-57 {
    padding-inline-end: 3.5625rem !important;
  }
  .pe-px-xxl-58 {
    padding-inline-end: 3.625rem !important;
  }
  .pe-px-xxl-59 {
    padding-inline-end: 3.6875rem !important;
  }
  .pe-px-xxl-60 {
    padding-inline-end: 3.75rem !important;
  }
  .pe-px-xxl-61 {
    padding-inline-end: 3.8125rem !important;
  }
  .pe-px-xxl-62 {
    padding-inline-end: 3.875rem !important;
  }
  .pe-px-xxl-63 {
    padding-inline-end: 3.9375rem !important;
  }
  .pe-px-xxl-64 {
    padding-inline-end: 4rem !important;
  }
  .pe-px-xxl-68 {
    padding-inline-end: 4.25rem !important;
  }
  .pe-px-xxl-70 {
    padding-inline-end: 4.375rem !important;
  }
  .pe-px-xxl-71 {
    padding-inline-end: 4.4375rem !important;
  }
  .pe-px-xxl-72 {
    padding-inline-end: 4.5rem !important;
  }
  .pe-px-xxl-73 {
    padding-inline-end: 4.5625rem !important;
  }
  .pe-px-xxl-74 {
    padding-inline-end: 4.625rem !important;
  }
  .pe-px-xxl-75 {
    padding-inline-end: 4.6875rem !important;
  }
  .pe-px-xxl-76 {
    padding-inline-end: 4.75rem !important;
  }
  .pe-px-xxl-77 {
    padding-inline-end: 4.8125rem !important;
  }
  .pe-px-xxl-78 {
    padding-inline-end: 4.875rem !important;
  }
  .pe-px-xxl-79 {
    padding-inline-end: 4.9375rem !important;
  }
  .pe-px-xxl-80 {
    padding-inline-end: 5rem !important;
  }
  .pe-px-xxl-82 {
    padding-inline-end: 5.125rem !important;
  }
  .pe-px-xxl-83 {
    padding-inline-end: 5.1875rem !important;
  }
  .pe-px-xxl-84 {
    padding-inline-end: 5.25rem !important;
  }
  .pe-px-xxl-86 {
    padding-inline-end: 5.375rem !important;
  }
  .pe-px-xxl-87 {
    padding-inline-end: 5.4375rem !important;
  }
  .pe-px-xxl-88 {
    padding-inline-end: 5.5rem !important;
  }
  .pe-px-xxl-89 {
    padding-inline-end: 5.5625rem !important;
  }
  .pe-px-xxl-90 {
    padding-inline-end: 5.625rem !important;
  }
  .pe-px-xxl-92 {
    padding-inline-end: 5.75rem !important;
  }
  .pe-px-xxl-94 {
    padding-inline-end: 5.875rem !important;
  }
  .pe-px-xxl-95 {
    padding-inline-end: 5.9375rem !important;
  }
  .pe-px-xxl-96 {
    padding-inline-end: 6rem !important;
  }
  .pe-px-xxl-98 {
    padding-inline-end: 6.125rem !important;
  }
  .pe-px-xxl-100 {
    padding-inline-end: 6.25rem !important;
  }
  .pe-px-xxl-102 {
    padding-inline-end: 6.375rem !important;
  }
  .pe-px-xxl-104 {
    padding-inline-end: 6.5rem !important;
  }
  .pe-px-xxl-108 {
    padding-inline-end: 6.75rem !important;
  }
  .pe-px-xxl-115 {
    padding-inline-end: 7.1875rem !important;
  }
  .pe-px-xxl-116 {
    padding-inline-end: 7.25rem !important;
  }
  .pe-px-xxl-118 {
    padding-inline-end: 7.375rem !important;
  }
  .pe-px-xxl-120 {
    padding-inline-end: 7.5rem !important;
  }
  .pe-px-xxl-121 {
    padding-inline-end: 7.5625rem !important;
  }
  .pe-px-xxl-123 {
    padding-inline-end: 7.6875rem !important;
  }
  .pe-px-xxl-129 {
    padding-inline-end: 8.0625rem !important;
  }
  .pe-px-xxl-131 {
    padding-inline-end: 8.1875rem !important;
  }
  .pe-px-xxl-140 {
    padding-inline-end: 8.75rem !important;
  }
  .pe-px-xxl-144 {
    padding-inline-end: 9rem !important;
  }
  .pe-px-xxl-147 {
    padding-inline-end: 9.1875rem !important;
  }
  .pe-px-xxl-148 {
    padding-inline-end: 9.25rem !important;
  }
  .pe-px-xxl-154 {
    padding-inline-end: 9.625rem !important;
  }
  .pe-px-xxl-156 {
    padding-inline-end: 9.75rem !important;
  }
  .pe-px-xxl-180 {
    padding-inline-end: 11.25rem !important;
  }
  .pe-px-xxl-200 {
    padding-inline-end: 12.5rem !important;
  }
  .pe-px-xxl-231 {
    padding-inline-end: 14.4375rem !important;
  }
  .pe-px-xxl-240 {
    padding-inline-end: 15rem !important;
  }
  .pe-px-xxl-247 {
    padding-inline-end: 15.4375rem !important;
  }
  .pe-px-xxl-239 {
    padding-inline-end: 14.9375rem !important;
  }
  .pe-px-xxl-255 {
    padding-inline-end: 15.9375rem !important;
  }
  .pe-px-xxl-327 {
    padding-inline-end: 20.4375rem !important;
  }
  .pb-xxl-0 {
    padding-block-end: 0 !important;
  }
  .pb-xxl-1 {
    padding-block-end: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-block-end: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-block-end: 1rem !important;
  }
  .pb-xxl-4 {
    padding-block-end: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-block-end: 3rem !important;
  }
  .pb-xxl-6 {
    padding-block-end: 0.375rem !important;
  }
  .pb-xxl-7 {
    padding-block-end: 0.4375rem !important;
  }
  .pb-xxl-8 {
    padding-block-end: 0.5rem !important;
  }
  .pb-xxl-9 {
    padding-block-end: 0.5625rem !important;
  }
  .pb-xxl-10 {
    padding-block-end: 0.625rem !important;
  }
  .pb-xxl-11 {
    padding-block-end: 0.6875rem !important;
  }
  .pb-xxl-12 {
    padding-block-end: 0.75rem !important;
  }
  .pb-xxl-13 {
    padding-block-end: 0.8125rem !important;
  }
  .pb-xxl-14 {
    padding-block-end: 0.875rem !important;
  }
  .pb-xxl-15 {
    padding-block-end: 0.9375rem !important;
  }
  .pb-xxl-16 {
    padding-block-end: 1rem !important;
  }
  .pb-xxl-17 {
    padding-block-end: 1.0625rem !important;
  }
  .pb-xxl-18 {
    padding-block-end: 1.125rem !important;
  }
  .pb-xxl-19 {
    padding-block-end: 1.1875rem !important;
  }
  .pb-xxl-20 {
    padding-block-end: 1.25rem !important;
  }
  .pb-xxl-21 {
    padding-block-end: 1.3125rem !important;
  }
  .pb-xxl-22 {
    padding-block-end: 1.375rem !important;
  }
  .pb-xxl-23 {
    padding-block-end: 1.4375rem !important;
  }
  .pb-xxl-24 {
    padding-block-end: 1.5rem !important;
  }
  .pb-xxl-25 {
    padding-block-end: 1.5625rem !important;
  }
  .pb-xxl-26 {
    padding-block-end: 1.625rem !important;
  }
  .pb-xxl-27 {
    padding-block-end: 1.6875rem !important;
  }
  .pb-xxl-28 {
    padding-block-end: 1.75rem !important;
  }
  .pb-xxl-29 {
    padding-block-end: 1.8125rem !important;
  }
  .pb-xxl-30 {
    padding-block-end: 1.875rem !important;
  }
  .pb-xxl-31 {
    padding-block-end: 1.9375rem !important;
  }
  .pb-xxl-32 {
    padding-block-end: 2rem !important;
  }
  .pb-xxl-33 {
    padding-block-end: 2.0625rem !important;
  }
  .pb-xxl-34 {
    padding-block-end: 2.125rem !important;
  }
  .pb-xxl-35 {
    padding-block-end: 2.1875rem !important;
  }
  .pb-xxl-36 {
    padding-block-end: 2.25rem !important;
  }
  .pb-xxl-37 {
    padding-block-end: 2.3125rem !important;
  }
  .pb-xxl-38 {
    padding-block-end: 2.375rem !important;
  }
  .pb-xxl-39 {
    padding-block-end: 2.4375rem !important;
  }
  .pb-xxl-40 {
    padding-block-end: 2.5rem !important;
  }
  .pb-xxl-41 {
    padding-block-end: 2.5625rem !important;
  }
  .pb-xxl-42 {
    padding-block-end: 2.625rem !important;
  }
  .pb-xxl-43 {
    padding-block-end: 2.6875rem !important;
  }
  .pb-xxl-44 {
    padding-block-end: 2.75rem !important;
  }
  .pb-xxl-45 {
    padding-block-end: 2.8125rem !important;
  }
  .pb-xxl-46 {
    padding-block-end: 2.875rem !important;
  }
  .pb-xxl-47 {
    padding-block-end: 2.9375rem !important;
  }
  .pb-xxl-48 {
    padding-block-end: 3rem !important;
  }
  .pb-xxl-49 {
    padding-block-end: 3.0625rem !important;
  }
  .pb-xxl-50 {
    padding-block-end: 3.125rem !important;
  }
  .pb-xxl-51 {
    padding-block-end: 3.1875rem !important;
  }
  .pb-xxl-52 {
    padding-block-end: 3.25rem !important;
  }
  .pb-xxl-53 {
    padding-block-end: 3.3125rem !important;
  }
  .pb-xxl-54 {
    padding-block-end: 3.375rem !important;
  }
  .pb-xxl-56 {
    padding-block-end: 3.5rem !important;
  }
  .pb-xxl-57 {
    padding-block-end: 3.5625rem !important;
  }
  .pb-xxl-58 {
    padding-block-end: 3.625rem !important;
  }
  .pb-xxl-90 {
    padding-block-end: 5.625rem !important;
  }
  .pb-xxl-99 {
    padding-block-end: 6.1875rem !important;
  }
  .pb-xxl-200 {
    padding-block-end: 12.5rem !important;
  }
  .pb-xxl-250 {
    padding-block-end: 15.625rem !important;
  }
  .ps-xxl-0 {
    padding-inline-start: 0 !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 3rem !important;
  }
  .ps-xxl-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-xxl-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-xxl-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xxl-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-xxl-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-xxl-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-xxl-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-xxl-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-xxl-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-xxl-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-xxl-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-xxl-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-xxl-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-xxl-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-xxl-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-xxl-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-xxl-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-xxl-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-xxl-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xxl-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-xxl-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-xxl-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-xxl-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-xxl-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-xxl-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-xxl-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-xxl-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-xxl-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-xxl-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-xxl-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-xxl-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-xxl-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-xxl-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-xxl-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-xxl-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xxl-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-xxl-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-xxl-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-xxl-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-xxl-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-xxl-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-xxl-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-xxl-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-xxl-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-xxl-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-xxl-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-xxl-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-xxl-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-xxl-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-xxl-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-xxl-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-xxl-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-xxl-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-xxl-99 {
    padding-inline-start: 6.1875rem !important;
  }
  .ps-xxl-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-xxl-250 {
    padding-inline-start: 15.625rem !important;
  }
  .ps-px-xxl-0 {
    padding-inline-start: 0rem !important;
  }
  .ps-px-xxl-1 {
    padding-inline-start: 0.0625rem !important;
  }
  .ps-px-xxl-2 {
    padding-inline-start: 0.125rem !important;
  }
  .ps-px-xxl-3 {
    padding-inline-start: 0.1875rem !important;
  }
  .ps-px-xxl-4 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-px-xxl-5 {
    padding-inline-start: 0.3125rem !important;
  }
  .ps-px-xxl-6 {
    padding-inline-start: 0.375rem !important;
  }
  .ps-px-xxl-7 {
    padding-inline-start: 0.4375rem !important;
  }
  .ps-px-xxl-8 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-px-xxl-9 {
    padding-inline-start: 0.5625rem !important;
  }
  .ps-px-xxl-10 {
    padding-inline-start: 0.625rem !important;
  }
  .ps-px-xxl-11 {
    padding-inline-start: 0.6875rem !important;
  }
  .ps-px-xxl-12 {
    padding-inline-start: 0.75rem !important;
  }
  .ps-px-xxl-13 {
    padding-inline-start: 0.8125rem !important;
  }
  .ps-px-xxl-14 {
    padding-inline-start: 0.875rem !important;
  }
  .ps-px-xxl-15 {
    padding-inline-start: 0.9375rem !important;
  }
  .ps-px-xxl-16 {
    padding-inline-start: 1rem !important;
  }
  .ps-px-xxl-17 {
    padding-inline-start: 1.0625rem !important;
  }
  .ps-px-xxl-18 {
    padding-inline-start: 1.125rem !important;
  }
  .ps-px-xxl-19 {
    padding-inline-start: 1.1875rem !important;
  }
  .ps-px-xxl-20 {
    padding-inline-start: 1.25rem !important;
  }
  .ps-px-xxl-21 {
    padding-inline-start: 1.3125rem !important;
  }
  .ps-px-xxl-22 {
    padding-inline-start: 1.375rem !important;
  }
  .ps-px-xxl-23 {
    padding-inline-start: 1.4375rem !important;
  }
  .ps-px-xxl-24 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-px-xxl-25 {
    padding-inline-start: 1.5625rem !important;
  }
  .ps-px-xxl-26 {
    padding-inline-start: 1.625rem !important;
  }
  .ps-px-xxl-27 {
    padding-inline-start: 1.6875rem !important;
  }
  .ps-px-xxl-28 {
    padding-inline-start: 1.75rem !important;
  }
  .ps-px-xxl-29 {
    padding-inline-start: 1.8125rem !important;
  }
  .ps-px-xxl-30 {
    padding-inline-start: 1.875rem !important;
  }
  .ps-px-xxl-31 {
    padding-inline-start: 1.9375rem !important;
  }
  .ps-px-xxl-32 {
    padding-inline-start: 2rem !important;
  }
  .ps-px-xxl-33 {
    padding-inline-start: 2.0625rem !important;
  }
  .ps-px-xxl-34 {
    padding-inline-start: 2.125rem !important;
  }
  .ps-px-xxl-35 {
    padding-inline-start: 2.1875rem !important;
  }
  .ps-px-xxl-36 {
    padding-inline-start: 2.25rem !important;
  }
  .ps-px-xxl-37 {
    padding-inline-start: 2.3125rem !important;
  }
  .ps-px-xxl-38 {
    padding-inline-start: 2.375rem !important;
  }
  .ps-px-xxl-39 {
    padding-inline-start: 2.4375rem !important;
  }
  .ps-px-xxl-40 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-px-xxl-41 {
    padding-inline-start: 2.5625rem !important;
  }
  .ps-px-xxl-42 {
    padding-inline-start: 2.625rem !important;
  }
  .ps-px-xxl-43 {
    padding-inline-start: 2.6875rem !important;
  }
  .ps-px-xxl-44 {
    padding-inline-start: 2.75rem !important;
  }
  .ps-px-xxl-45 {
    padding-inline-start: 2.8125rem !important;
  }
  .ps-px-xxl-46 {
    padding-inline-start: 2.875rem !important;
  }
  .ps-px-xxl-47 {
    padding-inline-start: 2.9375rem !important;
  }
  .ps-px-xxl-48 {
    padding-inline-start: 3rem !important;
  }
  .ps-px-xxl-49 {
    padding-inline-start: 3.0625rem !important;
  }
  .ps-px-xxl-50 {
    padding-inline-start: 3.125rem !important;
  }
  .ps-px-xxl-51 {
    padding-inline-start: 3.1875rem !important;
  }
  .ps-px-xxl-52 {
    padding-inline-start: 3.25rem !important;
  }
  .ps-px-xxl-53 {
    padding-inline-start: 3.3125rem !important;
  }
  .ps-px-xxl-54 {
    padding-inline-start: 3.375rem !important;
  }
  .ps-px-xxl-56 {
    padding-inline-start: 3.5rem !important;
  }
  .ps-px-xxl-57 {
    padding-inline-start: 3.5625rem !important;
  }
  .ps-px-xxl-58 {
    padding-inline-start: 3.625rem !important;
  }
  .ps-px-xxl-59 {
    padding-inline-start: 3.6875rem !important;
  }
  .ps-px-xxl-60 {
    padding-inline-start: 3.75rem !important;
  }
  .ps-px-xxl-61 {
    padding-inline-start: 3.8125rem !important;
  }
  .ps-px-xxl-62 {
    padding-inline-start: 3.875rem !important;
  }
  .ps-px-xxl-63 {
    padding-inline-start: 3.9375rem !important;
  }
  .ps-px-xxl-64 {
    padding-inline-start: 4rem !important;
  }
  .ps-px-xxl-68 {
    padding-inline-start: 4.25rem !important;
  }
  .ps-px-xxl-70 {
    padding-inline-start: 4.375rem !important;
  }
  .ps-px-xxl-71 {
    padding-inline-start: 4.4375rem !important;
  }
  .ps-px-xxl-72 {
    padding-inline-start: 4.5rem !important;
  }
  .ps-px-xxl-73 {
    padding-inline-start: 4.5625rem !important;
  }
  .ps-px-xxl-74 {
    padding-inline-start: 4.625rem !important;
  }
  .ps-px-xxl-75 {
    padding-inline-start: 4.6875rem !important;
  }
  .ps-px-xxl-76 {
    padding-inline-start: 4.75rem !important;
  }
  .ps-px-xxl-77 {
    padding-inline-start: 4.8125rem !important;
  }
  .ps-px-xxl-78 {
    padding-inline-start: 4.875rem !important;
  }
  .ps-px-xxl-79 {
    padding-inline-start: 4.9375rem !important;
  }
  .ps-px-xxl-80 {
    padding-inline-start: 5rem !important;
  }
  .ps-px-xxl-82 {
    padding-inline-start: 5.125rem !important;
  }
  .ps-px-xxl-83 {
    padding-inline-start: 5.1875rem !important;
  }
  .ps-px-xxl-84 {
    padding-inline-start: 5.25rem !important;
  }
  .ps-px-xxl-86 {
    padding-inline-start: 5.375rem !important;
  }
  .ps-px-xxl-87 {
    padding-inline-start: 5.4375rem !important;
  }
  .ps-px-xxl-88 {
    padding-inline-start: 5.5rem !important;
  }
  .ps-px-xxl-89 {
    padding-inline-start: 5.5625rem !important;
  }
  .ps-px-xxl-90 {
    padding-inline-start: 5.625rem !important;
  }
  .ps-px-xxl-92 {
    padding-inline-start: 5.75rem !important;
  }
  .ps-px-xxl-94 {
    padding-inline-start: 5.875rem !important;
  }
  .ps-px-xxl-95 {
    padding-inline-start: 5.9375rem !important;
  }
  .ps-px-xxl-96 {
    padding-inline-start: 6rem !important;
  }
  .ps-px-xxl-98 {
    padding-inline-start: 6.125rem !important;
  }
  .ps-px-xxl-100 {
    padding-inline-start: 6.25rem !important;
  }
  .ps-px-xxl-102 {
    padding-inline-start: 6.375rem !important;
  }
  .ps-px-xxl-104 {
    padding-inline-start: 6.5rem !important;
  }
  .ps-px-xxl-108 {
    padding-inline-start: 6.75rem !important;
  }
  .ps-px-xxl-115 {
    padding-inline-start: 7.1875rem !important;
  }
  .ps-px-xxl-116 {
    padding-inline-start: 7.25rem !important;
  }
  .ps-px-xxl-118 {
    padding-inline-start: 7.375rem !important;
  }
  .ps-px-xxl-120 {
    padding-inline-start: 7.5rem !important;
  }
  .ps-px-xxl-121 {
    padding-inline-start: 7.5625rem !important;
  }
  .ps-px-xxl-123 {
    padding-inline-start: 7.6875rem !important;
  }
  .ps-px-xxl-129 {
    padding-inline-start: 8.0625rem !important;
  }
  .ps-px-xxl-131 {
    padding-inline-start: 8.1875rem !important;
  }
  .ps-px-xxl-140 {
    padding-inline-start: 8.75rem !important;
  }
  .ps-px-xxl-144 {
    padding-inline-start: 9rem !important;
  }
  .ps-px-xxl-147 {
    padding-inline-start: 9.1875rem !important;
  }
  .ps-px-xxl-148 {
    padding-inline-start: 9.25rem !important;
  }
  .ps-px-xxl-154 {
    padding-inline-start: 9.625rem !important;
  }
  .ps-px-xxl-156 {
    padding-inline-start: 9.75rem !important;
  }
  .ps-px-xxl-180 {
    padding-inline-start: 11.25rem !important;
  }
  .ps-px-xxl-200 {
    padding-inline-start: 12.5rem !important;
  }
  .ps-px-xxl-231 {
    padding-inline-start: 14.4375rem !important;
  }
  .ps-px-xxl-240 {
    padding-inline-start: 15rem !important;
  }
  .ps-px-xxl-247 {
    padding-inline-start: 15.4375rem !important;
  }
  .ps-px-xxl-239 {
    padding-inline-start: 14.9375rem !important;
  }
  .ps-px-xxl-255 {
    padding-inline-start: 15.9375rem !important;
  }
  .ps-px-xxl-327 {
    padding-inline-start: 20.4375rem !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-wrap {
    white-space: normal !important;
  }
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  .text-xxl-balance {
    white-space: balance !important;
  }
  /* rtl:begin:remove */
  .text-xxl-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  /* rtl:begin:remove */
  .text-xxl-keep {
    word-wrap: keep-all !important;
    word-break: keep-all !important;
  }
  /* rtl:end:remove */
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
  .resize-print-none {
    resize: none !important;
  }
  .resize-print-auto {
    resize: auto !important;
  }
}

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

.link-primary {
  color: #3d70b2;
}

.link-primary:hover, .link-primary:focus {
  color: #3765a0;
}

.link-secondary {
  color: #74808f;
}

.link-secondary:hover, .link-secondary:focus {
  color: #687381;
}

.link-success {
  color: #00af12;
}

.link-success:hover, .link-success:focus {
  color: #009e10;
}

.link-info {
  color: #008bdf;
}

.link-info:hover, .link-info:focus {
  color: #007dc9;
}

.link-warning {
  color: #ff973d;
}

.link-warning:hover, .link-warning:focus {
  color: #e68837;
}

.link-danger {
  color: #a12626;
}

.link-danger:hover, .link-danger:focus {
  color: #912222;
}

.link-light {
  color: #f7f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f8fafb;
}

.link-dark {
  color: #1f262e;
}

.link-dark:hover, .link-dark:focus {
  color: #1c2229;
}

.hover-bg-primary:hover .avatar-hover-primary {
  background: var(--primary) !important;
}

.hover-bg-primary:hover .avatar-hover-primary label {
  color: #fff !important;
}

.border-card {
  border-color: var(--card-border-color) !important;
}

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

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

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

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

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

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

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

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

.bg-primary-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark-light {
  --bs-bg-opacity: 0.08;
  background: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-5 {
  background: rgba(var(--bs-primary-rgb), 0.05) !important;
}

.bg-primary-10 {
  background: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.bg-primary-15 {
  background: rgba(var(--bs-primary-rgb), 0.15) !important;
}

.bg-primary-20 {
  background: rgba(var(--bs-primary-rgb), 0.2) !important;
}

.bg-primary-25 {
  background: rgba(var(--bs-primary-rgb), 0.25) !important;
}

.bg-primary-30 {
  background: rgba(var(--bs-primary-rgb), 0.3) !important;
}

.bg-primary-35 {
  background: rgba(var(--bs-primary-rgb), 0.35) !important;
}

.bg-primary-40 {
  background: rgba(var(--bs-primary-rgb), 0.4) !important;
}

.bg-primary-45 {
  background: rgba(var(--bs-primary-rgb), 0.45) !important;
}

.bg-primary-50 {
  background: rgba(var(--bs-primary-rgb), 0.5) !important;
}

.bg-primary-55 {
  background: rgba(var(--bs-primary-rgb), 0.55) !important;
}

.bg-primary-60 {
  background: rgba(var(--bs-primary-rgb), 0.6) !important;
}

.bg-primary-65 {
  background: rgba(var(--bs-primary-rgb), 0.65) !important;
}

.bg-primary-70 {
  background: rgba(var(--bs-primary-rgb), 0.7) !important;
}

.bg-primary-75 {
  background: rgba(var(--bs-primary-rgb), 0.75) !important;
}

.bg-primary-80 {
  background: rgba(var(--bs-primary-rgb), 0.8) !important;
}

.bg-primary-85 {
  background: rgba(var(--bs-primary-rgb), 0.85) !important;
}

.bg-primary-90 {
  background: rgba(var(--bs-primary-rgb), 0.9) !important;
}

.bg-primary-95 {
  background: rgba(var(--bs-primary-rgb), 0.95) !important;
}

.bg-gray-100 {
  background: var(--gray-shade-100) !important;
}

.bg-gray-200, .p-paginator {
  background: var(--gray-shade-200) !important;
}

.bg-gray-300 {
  background: var(--gray-shade-300) !important;
}

.bg-gray-400 {
  background: var(--gray-shade-400) !important;
}

.bg-gray-500 {
  background: var(--gray-shade-500) !important;
}

.bg-gray-600 {
  background: var(--gray-shade-600) !important;
}

.bg-gray-700 {
  background: var(--gray-shade-700) !important;
}

.bg-gray-800 {
  background: var(--gray-shade-800) !important;
}

.bg-gray-900 {
  background: var(--gray-shade-900) !important;
}

.bg-gray-1000 {
  background: var(--gray-shade-1000) !important;
}

.bg-gray-1100 {
  background: var(--gray-shade-1100) !important;
}

.bg-gray-1200 {
  background: var(--gray-shade-1200) !important;
}

.bg-success-100 {
  background: var(--success-100) !important;
}

.bg-success-200 {
  background: var(--success-200) !important;
}

.bg-success-300 {
  background: var(--success-300) !important;
}

.bg-success-400 {
  background: var(--success-400) !important;
}

.bg-success-500 {
  background: var(--success-500) !important;
}

.bg-success-600 {
  background: var(--success-600) !important;
}

.bg-success-700 {
  background: var(--success-700) !important;
}

.bg-black-50 {
  background: var(--black-50) !important;
}

.bg-black-100 {
  background: var(--black-100) !important;
}

.bg-black-200 {
  background: var(--black-200) !important;
}

.bg-black-300 {
  background: var(--black-300) !important;
}

.bg-black-400 {
  background: var(--black-400) !important;
}

.bg-black-500 {
  background: var(--black-500) !important;
}

.bg-black-600 {
  background: var(--black-600) !important;
}

.bg-black-700 {
  background: var(--black-700) !important;
}

.bg-black-800 {
  background: var(--black-800) !important;
}

.bg-black-900 {
  background: var(--black-900) !important;
}

.color-success-100 {
  color: var(--success-100) !important;
}

.color-success-200 {
  color: var(--success-200) !important;
}

.color-success-300 {
  color: var(--success-300) !important;
}

.color-success-400 {
  color: var(--success-400) !important;
}

.color-success-500 {
  color: var(--success-500) !important;
}

.color-success-600 {
  color: var(--success-600) !important;
}

.color-success-700 {
  color: var(--success-700) !important;
}

.border-success-100 {
  border-color: var(--success-100) !important;
}

.border-success-200 {
  border-color: var(--success-200) !important;
}

.border-success-300 {
  border-color: var(--success-300) !important;
}

.border-success-400 {
  border-color: var(--success-400) !important;
}

.border-success-500 {
  border-color: var(--success-500) !important;
}

.border-success-600 {
  border-color: var(--success-600) !important;
}

.border-success-700 {
  border-color: var(--success-700) !important;
}

.color-warning-100 {
  color: var(--warning-100) !important;
}

.color-warning-200 {
  color: var(--warning-200) !important;
}

.color-warning-300 {
  color: var(--warning-300) !important;
}

.color-warning-400 {
  color: var(--warning-400) !important;
}

.color-warning-500 {
  color: var(--warning-500) !important;
}

.color-warning-600 {
  color: var(--warning-600) !important;
}

.color-warning-700 {
  color: var(--warning-700) !important;
}

.border-warning-100 {
  border-color: var(--warning-100) !important;
}

.border-warning-200 {
  border-color: var(--warning-200) !important;
}

.border-warning-300 {
  border-color: var(--warning-300) !important;
}

.border-warning-400 {
  border-color: var(--warning-400) !important;
}

.border-warning-500 {
  border-color: var(--warning-500) !important;
}

.border-warning-600 {
  border-color: var(--warning-600) !important;
}

.border-warning-700 {
  border-color: var(--warning-700) !important;
}

.bg-warning-100 {
  background: var(--warning-100) !important;
}

.bg-warning-200 {
  background: var(--warning-200) !important;
}

.bg-warning-300 {
  background: var(--warning-300) !important;
}

.bg-warning-400 {
  background: var(--warning-400) !important;
}

.bg-warning-500 {
  background: var(--warning-500) !important;
}

.bg-warning-600 {
  background: var(--warning-600) !important;
}

.bg-warning-700 {
  background: var(--warning-700) !important;
}

.color-danger-100 {
  color: var(--danger-100) !important;
}

.color-danger-200 {
  color: var(--danger-200) !important;
}

.color-danger-300 {
  color: var(--danger-300) !important;
}

.color-danger-400 {
  color: var(--danger-400) !important;
}

.color-danger-500 {
  color: var(--danger-500) !important;
}

.color-danger-600 {
  color: var(--danger-600) !important;
}

.color-danger-700 {
  color: var(--danger-700) !important;
}

.border-danger-100 {
  border-color: var(--danger-100) !important;
}

.border-danger-200 {
  border-color: var(--danger-200) !important;
}

.border-danger-300 {
  border-color: var(--danger-300) !important;
}

.border-danger-400 {
  border-color: var(--danger-400) !important;
}

.border-danger-500 {
  border-color: var(--danger-500) !important;
}

.border-danger-600 {
  border-color: var(--danger-600) !important;
}

.border-danger-700 {
  border-color: var(--danger-700) !important;
}

.bg-danger-100 {
  background: var(--danger-100) !important;
}

.bg-danger-200 {
  background: var(--danger-200) !important;
}

.bg-danger-300 {
  background: var(--danger-300) !important;
}

.bg-danger-400 {
  background: var(--danger-400) !important;
}

.bg-danger-500 {
  background: var(--danger-500) !important;
}

.bg-danger-600 {
  background: var(--danger-600) !important;
}

.bg-danger-700 {
  background: var(--danger-700) !important;
}

.border-info-100 {
  border-color: var(--info-100) !important;
}

.border-info-200 {
  border-color: var(--info-200) !important;
}

.border-info-500 {
  border-color: var(--info-500) !important;
}

.color-info-100 {
  color: var(--info-100) !important;
}

.color-info-200 {
  color: var(--info-200) !important;
}

.color-info-500 {
  color: var(--info-500) !important;
}

.bg-info-100 {
  background: var(--info-100) !important;
}

.bg-info-200 {
  background: var(--info-200) !important;
}

.bg-info-500 {
  background: var(--info-500) !important;
}

.border-black-10 {
  border-color: rgba(var(--black), 0.1) !important;
}

.border-black-20 {
  border-color: rgba(var(--black), 0.2) !important;
}

.border-black-25 {
  border-color: rgba(var(--black), 0.25) !important;
}

.border-black-30 {
  border-color: rgba(var(--black), 0.3) !important;
}

.border-black-35 {
  border-color: rgba(var(--black), 0.35) !important;
}

.border-black-40 {
  border-color: rgba(var(--black), 0.4) !important;
}

.border-black-45 {
  border-color: rgba(var(--black), 0.45) !important;
}

.border-black-50 {
  border-color: rgba(var(--black), 0.5) !important;
}

.border-black-55 {
  border-color: rgba(var(--black), 0.55) !important;
}

.border-black-60 {
  border-color: rgba(var(--black), 0.6) !important;
}

.border-black-65 {
  border-color: rgba(var(--black), 0.65) !important;
}

.border-black-70 {
  border-color: rgba(var(--black), 0.7) !important;
}

.border-black-75 {
  border-color: rgba(var(--black), 0.75) !important;
}

.border-black-80 {
  border-color: rgba(var(--black), 0.8) !important;
}

.border-black-85 {
  border-color: rgba(var(--black), 0.85) !important;
}

.border-black-90 {
  border-color: rgba(var(--black), 0.9) !important;
}

.border-black-95 {
  border-color: rgba(var(--black), 0.95) !important;
}

.bg-card {
  background: var(--card-bg);
}

.bg-card-footer {
  background: var(--gray-shade-200);
}

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

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

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

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

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

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

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

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

.color-gray-100 {
  color: var(--gray-shade-100) !important;
}

.color-gray-200 {
  color: var(--gray-shade-200) !important;
}

.color-gray-300 {
  color: var(--gray-shade-300) !important;
}

.color-gray-400 {
  color: var(--gray-shade-400) !important;
}

.color-gray-500 {
  color: var(--gray-shade-500) !important;
}

.color-gray-600 {
  color: var(--gray-shade-600) !important;
}

.color-gray-700 {
  color: var(--gray-shade-700) !important;
}

.color-gray-800 {
  color: var(--gray-shade-800) !important;
}

.color-gray-900, .p-menu-item.list-default a {
  color: var(--gray-shade-900) !important;
}

.color-gray-1000 {
  color: var(--gray-shade-1000) !important;
}

.color-gray-1100 {
  color: var(--gray-shade-1100) !important;
}

.color-gray-1200 {
  color: var(--gray-shade-1200) !important;
}

.color-black-50 {
  color: var(--black-50) !important;
}

.color-black-100 {
  color: var(--black-100) !important;
}

.color-black-200 {
  color: var(--black-200) !important;
}

.color-black-300 {
  color: var(--black-300) !important;
}

.color-black-400 {
  color: var(--black-400) !important;
}

.color-black-500 {
  color: var(--black-500) !important;
}

.color-black-600 {
  color: var(--black-600) !important;
}

.color-black-700 {
  color: var(--black-700) !important;
}

.color-black-800 {
  color: var(--black-800) !important;
}

.color-black-900 {
  color: var(--black-900) !important;
}

.fill-100 {
  fill: var(--gray-shade-100) !important;
}

.fill-200 {
  fill: var(--gray-shade-200) !important;
}

.fill-300 {
  fill: var(--gray-shade-300) !important;
}

.fill-400 {
  fill: var(--gray-shade-400) !important;
}

.fill-500 {
  fill: var(--gray-shade-500) !important;
}

.fill-600 {
  fill: var(--gray-shade-600) !important;
}

.fill-700 {
  fill: var(--gray-shade-700) !important;
}

.fill-800 {
  fill: var(--gray-shade-800) !important;
}

.fill-900 {
  fill: var(--gray-shade-900) !important;
}

.fill-1000 {
  fill: var(--gray-shade-1000) !important;
}

.fill-1100 {
  fill: var(--gray-shade-1100) !important;
}

.fill-1200 {
  fill: var(--gray-shade-1200) !important;
}

.fill-primary {
  fill: #3d70b2 !important;
}

.fill-secondary {
  fill: #74808f !important;
}

.fill-success {
  fill: #00af12 !important;
}

.fill-info {
  fill: #008bdf !important;
}

.fill-warning {
  fill: #ff973d !important;
}

.fill-danger {
  fill: #a12626 !important;
}

.fill-light {
  fill: #f7f9fa !important;
}

.fill-dark {
  fill: #1f262e !important;
}

.hover-primary:hover {
  color: #3d70b2 !important;
}

.hover-secondary:hover {
  color: #74808f !important;
}

.hover-success:hover {
  color: #00af12 !important;
}

.hover-info:hover {
  color: #008bdf !important;
}

.hover-warning:hover {
  color: #ff973d !important;
}

.hover-danger:hover {
  color: #a12626 !important;
}

.hover-light:hover {
  color: #f7f9fa !important;
}

.hover-dark:hover {
  color: #1f262e !important;
}

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

.hover-opacity-20:hover {
  opacity: 0.2 !important;
}

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

.hover-opacity-30:hover {
  opacity: 0.3 !important;
}

.hover-opacity-35:hover {
  opacity: 0.35 !important;
}

.hover-opacity-40:hover {
  opacity: 0.4 !important;
}

.hover-opacity-45:hover {
  opacity: 0.45 !important;
}

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

.hover-opacity-55:hover {
  opacity: 0.55 !important;
}

.hover-opacity-60:hover {
  opacity: 0.6 !important;
}

.hover-opacity-65:hover {
  opacity: 0.65 !important;
}

.hover-opacity-70:hover {
  opacity: 0.7 !important;
}

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

.hover-opacity-80:hover {
  opacity: 0.8 !important;
}

.hover-opacity-85:hover {
  opacity: 0.85 !important;
}

.hover-opacity-90:hover {
  opacity: 0.9 !important;
}

.hover-opacity-95:hover {
  opacity: 0.95 !important;
}

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

.hover-gray-100:hover {
  color: var(--gray-shade-100) !important;
}

.hover-gray-200:hover {
  color: var(--gray-shade-200) !important;
}

.hover-gray-300:hover {
  color: var(--gray-shade-300) !important;
}

.hover-gray-400:hover {
  color: var(--gray-shade-400) !important;
}

.hover-gray-500:hover {
  color: var(--gray-shade-500) !important;
}

.hover-gray-600:hover {
  color: var(--gray-shade-600) !important;
}

.hover-gray-700:hover {
  color: var(--gray-shade-700) !important;
}

.hover-gray-800:hover {
  color: var(--gray-shade-800) !important;
}

.hover-gray-900:hover {
  color: var(--gray-shade-900) !important;
}

.hover-gray-1000:hover {
  color: var(--gray-shade-1000) !important;
}

.hover-gray-1100:hover {
  color: var(--gray-shade-1100) !important;
}

.hover-gray-1200:hover {
  color: var(--gray-shade-1200) !important;
}

.hover-fill-gray-100:hover {
  fill: var(--gray-shade-100) !important;
}

.hover-fill-gray-200:hover {
  fill: var(--gray-shade-200) !important;
}

.hover-fill-gray-300:hover {
  fill: var(--gray-shade-300) !important;
}

.hover-fill-gray-400:hover {
  fill: var(--gray-shade-400) !important;
}

.hover-fill-gray-500:hover {
  fill: var(--gray-shade-500) !important;
}

.hover-fill-gray-600:hover {
  fill: var(--gray-shade-600) !important;
}

.hover-fill-gray-700:hover {
  fill: var(--gray-shade-700) !important;
}

.hover-fill-gray-800:hover {
  fill: var(--gray-shade-800) !important;
}

.hover-fill-gray-900:hover {
  fill: var(--gray-shade-900) !important;
}

.hover-fill-gray-1000:hover {
  fill: var(--gray-shade-1000) !important;
}

.hover-fill-gray-1100:hover {
  fill: var(--gray-shade-1100) !important;
}

.hover-fill-gray-1200:hover {
  fill: var(--gray-shade-1200) !important;
}

.hover-fill-primary:hover {
  fill: #3d70b2 !important;
}

.hover-fill-secondary:hover {
  fill: #74808f !important;
}

.hover-fill-success:hover {
  fill: #00af12 !important;
}

.hover-fill-info:hover {
  fill: #008bdf !important;
}

.hover-fill-warning:hover {
  fill: #ff973d !important;
}

.hover-fill-danger:hover {
  fill: #a12626 !important;
}

.hover-fill-light:hover {
  fill: #f7f9fa !important;
}

.hover-fill-dark:hover {
  fill: #1f262e !important;
}

.hover-bg-gray-100:hover {
  background: var(--gray-shade-100) !important;
}

.hover-bg-gray-200:hover {
  background: var(--gray-shade-200) !important;
}

.hover-bg-gray-300:hover {
  background: var(--gray-shade-300) !important;
}

.hover-bg-gray-400:hover {
  background: var(--gray-shade-400) !important;
}

.hover-bg-gray-500:hover {
  background: var(--gray-shade-500) !important;
}

.hover-bg-gray-600:hover {
  background: var(--gray-shade-600) !important;
}

.hover-bg-gray-700:hover {
  background: var(--gray-shade-700) !important;
}

.hover-bg-gray-800:hover {
  background: var(--gray-shade-800) !important;
}

.hover-bg-gray-900:hover {
  background: var(--gray-shade-900) !important;
}

.hover-bg-gray-1000:hover {
  background: var(--gray-shade-1000) !important;
}

.hover-bg-gray-1100:hover {
  background: var(--gray-shade-1100) !important;
}

.hover-bg-gray-1200:hover {
  background: var(--gray-shade-1200) !important;
}

.hover-bg-primary-5:hover {
  background: rgba(var(--bs-primary-rgb), 0.05) !important;
}

.hover-bg-primary-10:hover {
  background: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.hover-bg-primary-15:hover {
  background: rgba(var(--bs-primary-rgb), 0.15) !important;
}

.hover-bg-primary-20:hover {
  background: rgba(var(--bs-primary-rgb), 0.2) !important;
}

.hover-bg-primary-25:hover {
  background: rgba(var(--bs-primary-rgb), 0.25) !important;
}

.hover-bg-primary-30:hover {
  background: rgba(var(--bs-primary-rgb), 0.3) !important;
}

.hover-bg-primary-35:hover {
  background: rgba(var(--bs-primary-rgb), 0.35) !important;
}

.hover-bg-primary-40:hover {
  background: rgba(var(--bs-primary-rgb), 0.4) !important;
}

.hover-bg-primary-45:hover {
  background: rgba(var(--bs-primary-rgb), 0.45) !important;
}

.hover-bg-primary-50:hover {
  background: rgba(var(--bs-primary-rgb), 0.5) !important;
}

.hover-bg-primary-55:hover {
  background: rgba(var(--bs-primary-rgb), 0.55) !important;
}

.hover-bg-primary-60:hover {
  background: rgba(var(--bs-primary-rgb), 0.6) !important;
}

.hover-bg-primary-65:hover {
  background: rgba(var(--bs-primary-rgb), 0.65) !important;
}

.hover-bg-primary-70:hover {
  background: rgba(var(--bs-primary-rgb), 0.7) !important;
}

.hover-bg-primary-75:hover {
  background: rgba(var(--bs-primary-rgb), 0.75) !important;
}

.hover-bg-primary-80:hover {
  background: rgba(var(--bs-primary-rgb), 0.8) !important;
}

.hover-bg-primary-85:hover {
  background: rgba(var(--bs-primary-rgb), 0.85) !important;
}

.hover-bg-primary-90:hover {
  background: rgba(var(--bs-primary-rgb), 0.9) !important;
}

.hover-bg-primary-95:hover {
  background: rgba(var(--bs-primary-rgb), 0.95) !important;
}

.hover-bg-black-50:hover {
  background: var(--black-50) !important;
}

.hover-bg-black-100:hover {
  background: var(--black-100) !important;
}

.hover-bg-black-200:hover {
  background: var(--black-200) !important;
}

.hover-bg-black-300:hover {
  background: var(--black-300) !important;
}

.hover-bg-black-400:hover {
  background: var(--black-400) !important;
}

.hover-bg-black-500:hover {
  background: var(--black-500) !important;
}

.hover-bg-black-600:hover {
  background: var(--black-600) !important;
}

.hover-bg-black-700:hover {
  background: var(--black-700) !important;
}

.hover-bg-black-800:hover {
  background: var(--black-800) !important;
}

.hover-bg-black-900:hover {
  background: var(--black-900) !important;
}

.hover-shadow-sm:hover {
  box-shadow: 0px 1px 4px #15223214 !important;
}

.hover-shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

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

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

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

.hover-fw-regular:hover {
  font-weight: 400 !important;
}

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

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

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

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

.hover-fw-extrabold:hover {
  font-weight: 800 !important;
}

.hover-fw-black:hover {
  font-weight: 900 !important;
}

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

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

.fill-white {
  fill: white;
}

.bg-primary-light {
  background: #ebf0f7 !important;
}

.hover-bg-gray-light:hover {
  background: #fafafa !important;
}

.color-inherit {
  color: inherit !important;
}

.hover-bg-dark-light:hover {
  background: rgba(31, 38, 46, 0.08) !important;
}

.bg-striped {
  background: repeating-linear-gradient(-45deg, #dee3f0, #dee3f0 6px, #f0f2f8 6px, #f0f2f8 12px);
}

.hover-visible:hover i {
  visibility: visible !important;
}

.hover-block-child:hover .hover-block {
  display: block !important;
}

.hover-flex-child:hover .hover-flex {
  display: flex !important;
}

.hover-none-child:hover .hover-none {
  display: none !important;
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.p-header-sticky-70 .p-accordion-header {
  position: sticky;
  top: 70px;
  z-index: 99;
}

.bottom-n1 {
  bottom: -1px !important;
}

.top-n20 {
  top: -20px !important;
}

.start-n18 {
  inset-inline-start: -18px !important;
}

.end-n4 {
  inset-inline-end: -4px !important;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.z-index-1002 {
  z-index: 1002 !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

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

@media (min-width: 1600px) {
  .max-w-xxxl-unset {
    max-width: unset !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .max-w-xxxl-unset {
    max-width: unset !important;
  }
  .min-w-xxxl-unset {
    min-width: unset !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
}

.mt-n2 {
  margin-top: -2px !important;
}

.ms-n8 {
  margin-left: -8px !important;
}

planning-portal-import-from-ams mfe-lib-area-layers lib-controls-container .vh-238 {
  height: calc(100vh - 60px - 80px - 309px) !important;
}

planning-portal-import-from-ams mfe-lib-area-layers lib-controls-container .vh-318 {
  height: calc(100vh - 60px - 80px - 60px - 328px) !important;
}

planning-portal-import-from-ams mfe-lib-area-layers lib-controls-container .vh-494 {
  height: calc(100vh - 60px - 80px - 60px - 70px - 434px) !important;
}

planning-portal-import-from-ams mfe-lib-area-layers lib-controls-container .p-accordionpanel .p-accordioncontent-content {
  height: 0px;
  padding-bottom: 0px;
  visibility: hidden;
}

planning-portal-import-from-ams mfe-lib-area-layers lib-controls-container .p-accordionpanel.p-accordionpanel-active .p-accordioncontent-content {
  height: auto !important;
  visibility: visible;
}

::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px;
  background-color: var(--scrollbar-bg);
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: transparent;
  border: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--scrollbar-thumb-bg);
  border: 1px solid var(--scrollbar-thumb-border);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-bg);
}

* {
  scrollbar-width: thin;
}

.p-scrollpanel .p-scrollpanel-content {
  padding-right: 12px;
}

.p-scrollpanel .p-scrollpanel-bar {
  background-color: #ccd5e0 !important;
  border-radius: 5px;
}

.p-scrollpanel-bar-y {
  width: 6px !important;
}

.panel-collapsed .p-scrollpanel-bar {
  right: -56px !important;
}

.scrollPanel-vh-294 .p-scrollpanel {
  height: calc(100vh - 60px - 80px - 88px - 69px) !important;
}

.scrollPanel-vh-228 .p-scrollpanel {
  height: calc(100vh - 60px - 80px - 88px) !important;
}

.scrollbar-gutter-both-edges {
  scrollbar-gutter: stable both-edges;
}

.slide-container {
  overflow-x: auto;
  cursor: grab;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.slide-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

.slide-container:active {
  cursor: grabbing;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

.dark-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--black-600) var(--black-900);
}

.dark-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dark-scrollbar::-webkit-scrollbar-track {
  background: var(--black-900);
}

.dark-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--black-600);
  border-radius: 10px;
}

.dark-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--black-500);
}

.icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--icon-fill);
}

.icon svg:hover {
  fill: #575757;
}

.icon img {
  width: 0.79375rem;
  height: 0.79375rem;
  fill: var(--icon-fill);
}

.icon img:hover {
  fill: #575757;
}

.icon.icon-md svg {
  width: 3.125rem;
  height: 3.125rem;
}

.illustration svg {
  width: 2.5rem;
  height: 2.5rem;
}

.illustration.primary svg {
  fill: var(--primary);
}

.illustration.primary svg .colored {
  fill: var(--primary);
}

.illustration.active svg {
  fill: #575757;
}

.illustration.small svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.illustration.medium svg {
  width: 3.125rem;
  height: 3.125rem;
}

.illustration.large svg {
  width: 6.25rem;
  height: 6.25rem;
}

.illustration.xlarge svg {
  width: 12.5rem;
  height: 9.375rem;
}

.illustration.xxlarge svg {
  width: 18.75rem;
  height: 15.625rem;
}

.illustration.xxxlarge svg {
  width: 28.125rem;
  height: 25rem;
}

.svg-primary {
  fill: var(--primary);
}

.icon-primary {
  color: var(--primary);
}

.status-icon {
  background: var(--secondary);
  border: 0.125rem solid white;
  border-radius: 3.125rem;
  height: 0.9375rem;
  width: 0.9375rem;
  position: absolute;
  bottom: -3px;
  right: -2px;
}

.status-icon.top-right {
  top: -2px;
  bottom: unset;
  right: -3px;
}

.status-active {
  background: #00af12;
}

.status-away {
  background: #ff973d;
}

.status-inactive {
  background: #b10003;
}

i {
  cursor: pointer;
}

.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}

p-sortIcon.icon-me-2 svg {
  margin-inline-end: 8px !important;
}

p-sortIcon.icon-flex .p-icon-wrapper {
  display: flex !important;
}

p-sortIcon.icon-me-0 svg {
  margin-inline-end: 0 !important;
}

.fa-rotate-140 {
  rotate: 140deg;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md, .brand-color-picker .color-block.selected, .brand-color-picker .color-block:hover, .brand-color-picker .color-block.selected .header:after, content section {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-md--footer {
  box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-xxl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0px 1px 4px #15223214 !important;
}

.outline-0 {
  outline: 0;
}

html {
  scroll-behavior: smooth;
  font-variant-numeric: tabular-nums;
  font-size: 100%;
  scrollbar-width: thin;
}

body {
  color: var(--text-color);
  background: var(--body-bg);
  font-family: var(--bs-body-font-family);
  font-size: 0.9375rem;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  line-height: var(--bs-body-line-height);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(15, 20, 28, 0);
  scroll-behavior: smooth;
}

body.freeze {
  overflow: hidden;
}

* {
  letter-spacing: 0 !important;
}

p {
  font-size: calc(0.9375rem * 0.934);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--gray-shade-600);
}

small, .small {
  font-size: calc(0.9375rem * 0.85) !important;
}

a {
  color: #3d70b2;
}

strong {
  font-size: 0.9375rem;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

main {
  display: flex;
  flex-direction: row;
  margin-top: 3.75rem;
}

content {
  height: 100%;
  width: 100%;
  padding-inline: 1rem;
}

@media (min-width: 992px) {
  content {
    padding-left: calc(3.75rem + 0.9375rem);
    padding-right: 0.9375rem;
    transition: all 0.5s;
  }
}

content section {
  margin: 0.9375rem;
  margin-bottom: 0;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  content section {
    margin: 0.625rem;
  }
}

.menus-sidebar content {
  padding-inline-start: 15px;
}

.map-layout content {
  display: block;
  padding-inline: 0 !important;
}

.sidebar-start-opened content {
  padding-left: calc(16.875rem + 0.9375rem);
}

@media (max-width: 991.98px) {
  .sidebar-start-opened content {
    padding-left: 0;
  }
}

.sidebar-start-opened.menus-sidebar.menus-sidebar-opened content {
  padding-left: calc(16.875rem - 2.625rem);
}

@media (max-width: 991.98px) {
  .sidebar-start-opened .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 12;
    display: block;
    cursor: move;
    transition: all 0.2s ease-out;
  }
}

.sidebar-start-opened .map-layout content {
  display: block;
  padding-left: calc(16.875rem - 3.725rem) !important;
}

.sidebar-end-opened content {
  padding-right: calc(16.875rem + 0.9375rem);
}

@media (max-width: 991.98px) {
  .sidebar-end-opened content {
    padding-right: 0;
  }
}

pre[class*="language-"] {
  max-height: 350px;
  background: black;
  color: #a0e6b5;
}

hr {
  border: 0;
  border-bottom: 0.0625rem solid rgba(191, 204, 212, 0.2);
}

#spriteWrapper {
  display: none;
}

.empty-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.empty-state .illustration {
  background: var(--illustration-bg-color);
}

.empty-state svg {
  display: inline-block;
}

.empty-state.grid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.map-vh-300 .leaflet-container {
  height: calc(100vh - 80px - 60px - 80px - 80px) !important;
}

.bg-body-color {
  background: var(--body-bg) !important;
}

.coreui-container app-area-management-mfe-entry content {
  display: block;
  padding: unset !important;
}

.coreui-container planning-portal-mfe-layout content,
.coreui-container master-locations-mfe-layout content {
  display: inline-block;
  padding: unset !important;
}

header {
  height: 3.75rem;
  background-color: var(--header-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  border-bottom: 0.0625rem solid var(--gray-shade-300);
  z-index: 2000;
}

header.sticky {
  position: sticky;
  top: 0;
  z-index: 2000;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 16.875rem;
  right: 0;
}

@media (max-width: 991.98px) {
  header.fixed {
    left: 3.75rem;
  }
}

header .form-control {
  padding-left: 2.1875rem;
}

@media (min-width: 992px) {
  header .form-control {
    width: 18.75rem;
  }
}

header .nav-search-icon {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  transform: translateY(-50%) !important;
}

header .search-opened {
  position: absolute !important;
  top: 0%;
  left: 0;
  right: 0%;
  width: 100%;
  height: 3.75rem;
  background-clip: padding-box;
  display: flex !important;
  z-index: 1;
  align-items: center;
  justify-content: start;
  padding: 0 1rem;
  transition: all .5s;
  animation: DropDownSlide 0.3s both 1;
}

header .search-opened .nav-search-icon {
  left: 0.9375rem;
}

header .search-opened .nav-search-icon-close {
  right: 0.9375rem;
  left: auto;
}

.sidebar-start-opened header {
  left: 13.125rem;
  transition: all .5s;
}

@media (max-width: 991.98px) {
  .sidebar-start-opened header {
    left: 16.875rem;
  }
}

.sidebar-common, .sidebar-start, .sidebar-start-parent, .sidebar-start-parent .nav-toggle-box, .sidebar-start-child, .sidebar-start-child .brand-logo, .sidebar-end {
  position: fixed;
  top: 0;
  background-color: var(--sidebar-bg);
  background-clip: padding-box;
  transition: all 0.5s;
}

.sidebar-start {
  left: calc(-16.875rem + 3.75rem);
  width: 16.875rem;
  height: 100%;
  border-right: 0.0625rem solid var(--gray-shade-300);
  z-index: 2000;
}

@media (max-width: 991.98px) {
  .sidebar-start {
    left: -18.75rem;
  }
}

.sidebar-start-parent {
  left: 0;
  bottom: 0;
  width: 3.75rem;
  height: calc(100% - 0px);
  border-right: 0.0625rem solid var(--gray-shade-300);
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 17;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .sidebar-start-parent {
    position: absolute;
  }
}

.sidebar-start-parent .nav-toggle-box {
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid var(--gray-shade-300);
  z-index: 1;
}

.sidebar-start-parent ul.nav {
  margin-top: 3.75rem;
  border-top: 0.0625rem solid var(--gray-shade-300);
}

.sidebar-start-parent .nav-pills .nav-link {
  padding: 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-left: 0.125rem;
}

.sidebar-start-parent .nav-pills .nav-link.active svg {
  fill: white;
}

.sidebar-start-parent .nav-pills .nav-link.active:hover svg {
  fill: white;
}

.sidebar-start-parent .nav-pills .nav-link:hover svg {
  fill: var(--primary);
}

.sidebar-start-child {
  bottom: 0;
  width: 13.125rem;
  height: 100%;
  border-right: 0.0625rem solid var(--gray-shade-300);
  z-index: 15;
  overflow-y: auto;
  background: var(--gray-shade-100);
}

@media (max-width: 991.98px) {
  .sidebar-start-child {
    position: absolute;
  }
}

.sidebar-start-child .brand-logo {
  left: 3.75rem;
  width: 13.125rem;
  height: 3.75rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  border-right: 0.0625rem solid var(--gray-shade-300);
  border-bottom: 0.0625rem solid var(--gray-shade-300);
  z-index: 16;
}

@media (max-width: 991.98px) {
  .sidebar-start-child .brand-logo {
    border-bottom: none;
  }
}

@media (max-width: 575.98px) {
  .sidebar-start-child .brand-logo {
    width: 5.625rem;
    padding: 0 0.5rem;
    border-right: none;
  }
}

.sidebar-start-child .brand-logo img {
  max-width: 100%;
  max-height: 1.875rem;
  object-fit: contain;
  object-position: left;
}

.sidebar-start-child .brand-logo .logo {
  width: 8.125rem;
}

.sidebar-start-child .brand-logo .logo .logo-text {
  fill: var(--logo-text-color);
}

.sidebar-start-child .tab-content {
  margin-top: 3.75rem;
}

.sidebar-start-child .list-group .list-group-item {
  background-color: transparent;
  border-bottom: 0.0625rem solid var(--gray-shade-300);
  color: var(--gray-shade-1100);
  padding-left: 0.5rem;
  padding-block: 1rem;
}

.sidebar-start-child .list-group .list-group-item svg {
  color: var(--gray-shade-600);
  fill: var(--gray-shade-600);
}

.sidebar-start-child .list-group .list-group-item.active {
  color: var(--primary);
  border-top: none;
}

.sidebar-start-child .list-group .list-group-item.active svg {
  color: var(--primary);
  fill: var(--primary);
}

.sidebar-start-child .list-group .list-group-item:hover {
  color: rgba(var(--bs-primary-rgb), 0.85);
}

.sidebar-start-child .list-group .list-group-item:hover svg {
  fill: rgba(var(--bs-primary-rgb), 0.85);
  color: rgba(var(--bs-primary-rgb), 0.85);
}

.sidebar-start-child .list-group .list-group-item i {
  margin-inline-end: 0.625rem;
  margin-inline-start: 0.625rem;
  font-size: calc(0.9375rem * 0.85);
}

.sidebar-start .footer {
  position: absolute;
  bottom: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.625rem 0;
  background: var(--sidebar-bg);
}

.sidebar-start .footer p {
  width: 100%;
  text-align: center;
  margin-bottom: 0.3125rem;
}

.sidebar-start .footer .logo-sm {
  width: 4.6875rem;
}

.sidebar-start-opened .sidebar-start {
  left: 3.75rem;
  width: calc(16.875rem - 16.875rem);
}

@media (max-width: 991.98px) {
  .sidebar-start-opened .sidebar-start .sidebar-start-child .brand-logo {
    left: 3.75rem;
  }
}

@media (max-width: 991.98px) {
  .sidebar-start-opened .sidebar-start .sidebar-start-child {
    left: 3.75rem;
  }
}

@media (max-width: 991.98px) {
  .sidebar-start-opened .sidebar-start {
    left: 0;
  }
}

.sidebar-end {
  right: calc(-16.875rem + 3.75rem);
  width: 16.875rem;
  height: 100%;
  display: flex;
  background-color: var(--sidebar-end-bg);
  z-index: 2000;
}

@media (max-width: 991.98px) {
  .sidebar-end {
    right: -16.875rem;
  }
}

.sidebar-end-parent {
  width: 3.75rem;
  border-right: 0.0625rem solid var(--gray-shade-300);
  border-left: 0.0625rem solid var(--gray-shade-300);
  margin-top: 3.75rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-end-parent .nav-toggle-box {
  height: 3.75rem;
  width: 3.75rem;
  background-color: var(--sidebar-end-bg);
  border-left: 0.0625rem solid var(--gray-shade-300);
  border-bottom: 0.0625rem solid var(--gray-shade-300);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
}

.sidebar-end-parent .nav .nav-item .nav-link {
  padding: 0.5rem;
  border-bottom: 0.0625rem solid var(--gray-shade-300);
}

.sidebar-end-parent .nav .nav-item .nav-link.active svg {
  fill: var(--primary);
}

.sidebar-end-child {
  width: 13.125rem;
  padding: 0.625rem;
  margin-top: 3.75rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-end-opened .sidebar-end {
  right: 0;
}

.scrollspy-sidenav {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 2;
  height: calc(100vh - 8rem);
}

.scrollspy-sidenav .nav .nav-link {
  color: #74808f;
  margin-bottom: 0.625rem;
  padding: 0;
}

.scrollspy-sidenav .nav .nav-link:hover {
  color: #38414d;
  text-decoration: underline;
}

.scrollspy-sidenav .nav .nav-link.active {
  background: inherit;
  color: #74808f;
}

.menus-sidebar .sidebar-start {
  width: unset;
}

.menus-sidebar .sidebar-start-child .brand-logo {
  left: 0;
  padding-inline-start: 8px;
}

.menus-sidebar .sidebar-start-child .brand-logo img {
  max-height: 27px;
  padding-inline-start: 16px;
}

.menus-sidebar .sidebar-start-child .brand-logo .nav-toggle-box {
  padding-inline-end: 0.5rem;
  display: flex;
  align-items: center;
  height: 3.625rem;
  border-inline-end: 1px solid;
  border-color: var(--gray-shade-300);
}

.menus-sidebar header.fixed {
  left: 210px;
}

.sidebar-start-opened.menus-sidebar.menus-sidebar-opened .sidebar-start {
  left: 0;
}

/*# sourceMappingURL=maps/style.css.map */
