@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap";

/* node_modules/pace-js/templates/pace-theme-flash.tmpl.css */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: `args.color || "#29d"`;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px ` args . color | | "#29d" `, 0 0 5px ` args . color | | "#29d" `;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: `args.color || "#29d"`;
  border-left-color: `args.color || "#29d"`;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/app/styles/styles.scss */
.egg,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.egg.egg-arrow-down,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-down.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-down.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-down.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-down.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-down.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-down.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-arrow-down {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  background-color: currentColor;
}
.egg.egg-angle-up,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-up.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-up.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-up.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-up.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-up.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-up.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-angle-up {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  transform: rotate(180deg);
  background-color: currentColor;
}
.egg.egg-angle-down,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-down.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-down.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-down.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-down.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-down.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-down.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-angle-down {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  background-color: currentColor;
}
.egg.egg-angle-left,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-left.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-left.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-left.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-left.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-left.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-left.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-angle-left {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  transform: rotate(90deg);
  background-color: currentColor;
}
.egg.egg-angle-right,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-right.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-right.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-right.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-right.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-right.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-angle-right.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-angle-right {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  mask-image: url(/assets/lib-components/icons/arrow-down.svg);
  transform: rotate(-90deg);
  background-color: currentColor;
}
.egg.egg-help,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-help.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-help.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-help.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-help.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-help.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-help.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-help {
  -webkit-mask-image: url(/assets/lib-components/icons/help.svg);
  mask-image: url(/assets/lib-components/icons/help.svg);
  background-color: currentColor;
}
.egg.egg-arrow,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-arrow {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow.svg);
  mask-image: url(/assets/lib-components/icons/arrow.svg);
  background-color: currentColor;
}
.egg.egg-arrow-right,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-right.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-right.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-right.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-right.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-right.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-arrow-right.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-arrow-right {
  -webkit-mask-image: url(/assets/lib-components/icons/arrow.svg);
  mask-image: url(/assets/lib-components/icons/arrow.svg);
  background-color: currentColor;
  transform: rotate(180deg);
}
.egg.egg-info,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-info {
  -webkit-mask-image: url(/assets/lib-components/icons/info.svg);
  mask-image: url(/assets/lib-components/icons/info.svg);
  background-color: currentColor;
}
.egg.egg-info-ic,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info-ic.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info-ic.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info-ic.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info-ic.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info-ic.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-info-ic.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-info-ic {
  -webkit-mask-image: url(/assets/lib-components/icons/info_ic.svg);
  mask-image: url(/assets/lib-components/icons/info_ic.svg);
  background-color: currentColor;
}
.egg.egg-remote,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-remote.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-remote.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-remote.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-remote.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-remote.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-remote.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-remote {
  -webkit-mask-image: url(/assets/lib-components/icons/remote.svg);
  mask-image: url(/assets/lib-components/icons/remote.svg);
  background-color: currentColor;
}
.egg.egg-history,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-history.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-history.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-history.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-history.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-history.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-history.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-history {
  -webkit-mask-image: url(/assets/lib-components/icons/history.svg);
  mask-image: url(/assets/lib-components/icons/history.svg);
  background-color: currentColor;
}
.egg.egg-people,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-people.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-people.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-people.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-people.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-people.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-people.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-people {
  -webkit-mask-image: url(/assets/lib-components/icons/customers.svg);
  mask-image: url(/assets/lib-components/icons/customers.svg);
  background-color: currentColor;
}
.egg.egg-back,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-back {
  -webkit-mask-image: url(/assets/lib-components/icons/back.svg);
  mask-image: url(/assets/lib-components/icons/back.svg);
  background-color: currentColor;
}
.egg.egg-back-small,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back-small.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back-small.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back-small.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back-small.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back-small.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-back-small.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-back-small {
  -webkit-mask-image: url(/assets/lib-components/icons/back-small.svg);
  mask-image: url(/assets/lib-components/icons/back-small.svg);
  background-color: currentColor;
}
.egg.egg-forward,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-forward {
  -webkit-mask-image: url(/assets/lib-components/icons/forward.svg);
  mask-image: url(/assets/lib-components/icons/forward.svg);
  background-color: currentColor;
}
.egg.egg-forward-small,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward-small.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward-small.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward-small.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward-small.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward-small.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-forward-small.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-forward-small {
  -webkit-mask-image: url(/assets/lib-components/icons/forward-small.svg);
  mask-image: url(/assets/lib-components/icons/forward-small.svg);
  background-color: currentColor;
}
.egg.egg-settings,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-settings.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-settings.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-settings.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-settings.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-settings.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-settings.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-settings {
  -webkit-mask-image: url(/assets/lib-components/icons/settings.svg);
  mask-image: url(/assets/lib-components/icons/settings.svg);
  background-color: currentColor;
}
.egg.egg-logout,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-logout.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-logout.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-logout.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-logout.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-logout.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-logout.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-logout {
  -webkit-mask-image: url(/assets/lib-components/icons/logout.svg);
  mask-image: url(/assets/lib-components/icons/logout.svg);
  background-color: currentColor;
}
.egg.egg-avatar,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-avatar.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-avatar.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-avatar.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-avatar.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-avatar.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-avatar.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-avatar {
  -webkit-mask-image: url(/assets/lib-components/icons/avatar.svg);
  mask-image: url(/assets/lib-components/icons/avatar.svg);
  background-color: currentColor;
}
.egg.egg-shop,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-shop.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-shop.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-shop.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-shop.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-shop.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-shop.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-shop {
  -webkit-mask-image: url(/assets/lib-components/icons/shop.svg);
  mask-image: url(/assets/lib-components/icons/shop.svg);
  background-color: currentColor;
}
.egg.egg-LTE,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-LTE.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-LTE.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-LTE.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-LTE.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-LTE.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-LTE.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-LTE {
  -webkit-mask-image: url(/assets/lib-components/icons/LTE.svg);
  mask-image: url(/assets/lib-components/icons/LTE.svg);
  background-color: currentColor;
}
.egg.egg-filter,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-filter.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-filter.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-filter.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-filter.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-filter.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-filter.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-filter {
  -webkit-mask-image: url(/assets/lib-components/icons/filter.svg);
  mask-image: url(/assets/lib-components/icons/filter.svg);
  background-color: currentColor;
}
.egg.egg-cross,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cross.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cross.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cross.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cross.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cross.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cross.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-cross,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg.p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg.p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg.p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg.p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg.p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg.p-icon,
.p-dialog.egg-dialog .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button svg.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg {
  -webkit-mask-image: url(/assets/lib-components/icons/cross.svg);
  mask-image: url(/assets/lib-components/icons/cross.svg);
  background-color: currentColor;
}
.egg.egg-edit,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-edit.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-edit.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-edit.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-edit.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-edit.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-edit.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-edit {
  -webkit-mask-image: url(/assets/lib-components/icons/edit.svg);
  mask-image: url(/assets/lib-components/icons/edit.svg);
  background-color: currentColor;
}
.egg.egg-delete,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-delete.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-delete.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-delete.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-delete.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-delete.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-delete.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-delete {
  -webkit-mask-image: url(/assets/lib-components/icons/delete.svg);
  mask-image: url(/assets/lib-components/icons/delete.svg);
  background-color: currentColor;
}
.egg.egg-joystick,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-joystick.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-joystick.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-joystick.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-joystick.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-joystick.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-joystick.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-joystick {
  -webkit-mask-image: url(/assets/lib-components/icons/joystick.svg);
  mask-image: url(/assets/lib-components/icons/joystick.svg);
  background-color: currentColor;
}
.egg.egg-download,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-download.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-download.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-download.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-download.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-download.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-download.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-download {
  -webkit-mask-image: url(/assets/lib-components/icons/download.svg);
  mask-image: url(/assets/lib-components/icons/download.svg);
  background-color: currentColor;
}
.egg.egg-add,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-add.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-add.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-add.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-add.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-add.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-add.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-add {
  -webkit-mask-image: url(/assets/lib-components/icons/add.svg);
  mask-image: url(/assets/lib-components/icons/add.svg);
  background-color: currentColor;
}
.egg.egg-subtract,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-subtract.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-subtract.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-subtract.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-subtract.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-subtract.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-subtract.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-subtract {
  -webkit-mask-image: url(/assets/lib-components/icons/subtract.svg);
  mask-image: url(/assets/lib-components/icons/subtract.svg);
  background-color: currentColor;
}
.egg.egg-copy,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-copy.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-copy.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-copy.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-copy.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-copy.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-copy.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-copy {
  -webkit-mask-image: url(/assets/lib-components/icons/copy.svg);
  mask-image: url(/assets/lib-components/icons/copy.svg);
  background-color: currentColor;
}
.egg.egg-cards,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cards.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cards.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cards.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cards.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cards.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cards.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-cards {
  -webkit-mask-image: url(/assets/lib-components/icons/cards.svg);
  mask-image: url(/assets/lib-components/icons/cards.svg);
  background-color: currentColor;
}
.egg.egg-listing,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-listing.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-listing.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-listing.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-listing.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-listing.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-listing.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-listing {
  -webkit-mask-image: url(/assets/lib-components/icons/listing.svg);
  mask-image: url(/assets/lib-components/icons/listing.svg);
  background-color: currentColor;
}
.egg.egg-dots,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-dots.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-dots.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-dots.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-dots.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-dots.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-dots.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-dots {
  -webkit-mask-image: url(/assets/lib-components/icons/dots.svg);
  mask-image: url(/assets/lib-components/icons/dots.svg);
  background-color: currentColor;
}
.egg.egg-check,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-check.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-check.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-check.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-check.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-check.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-check.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-check {
  -webkit-mask-image: url(/assets/lib-components/icons/check.svg);
  mask-image: url(/assets/lib-components/icons/check.svg);
  background-color: currentColor;
}
.egg.egg-upload,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-upload.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-upload.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-upload.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-upload.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-upload.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-upload.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-upload {
  -webkit-mask-image: url(/assets/lib-components/icons/upload.svg);
  mask-image: url(/assets/lib-components/icons/upload.svg);
  background-color: currentColor;
}
.egg.egg-warning,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-warning.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-warning.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-warning.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-warning.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-warning.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-warning.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-warning {
  -webkit-mask-image: url(/assets/lib-components/icons/warning.svg);
  mask-image: url(/assets/lib-components/icons/warning.svg);
  background-color: currentColor;
}
.egg.egg-hand-bell,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hand-bell.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hand-bell.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hand-bell.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hand-bell.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hand-bell.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hand-bell.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-hand-bell {
  -webkit-mask-image: url(/assets/lib-components/icons/hand-bell.svg);
  mask-image: url(/assets/lib-components/icons/hand-bell.svg);
  background-color: currentColor;
}
.egg.egg-manufacturing,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-manufacturing.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-manufacturing.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-manufacturing.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-manufacturing.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-manufacturing.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-manufacturing.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-manufacturing {
  -webkit-mask-image: url(/assets/lib-components/icons/manufacturing.svg);
  mask-image: url(/assets/lib-components/icons/manufacturing.svg);
  background-color: currentColor;
}
.egg.egg-sync-saved,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-sync-saved.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-sync-saved.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-sync-saved.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-sync-saved.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-sync-saved.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-sync-saved.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-sync-saved {
  -webkit-mask-image: url(/assets/lib-components/icons/sync-saved.svg);
  mask-image: url(/assets/lib-components/icons/sync-saved.svg);
  background-color: currentColor;
}
.egg.egg-incomplete-action,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-incomplete-action.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-incomplete-action.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-incomplete-action.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-incomplete-action.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-incomplete-action.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-incomplete-action.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-incomplete-action {
  -webkit-mask-image: url(/assets/lib-components/icons/incomplete-action.svg);
  mask-image: url(/assets/lib-components/icons/incomplete-action.svg);
  background-color: currentColor;
}
.egg.egg-refresh,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-refresh.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-refresh.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-refresh.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-refresh.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-refresh.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-refresh.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-refresh {
  -webkit-mask-image: url(/assets/lib-components/icons/refresh.svg);
  mask-image: url(/assets/lib-components/icons/refresh.svg);
  background-color: currentColor;
}
.egg.egg-status,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-status.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-status.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-status.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-status.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-status.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-status.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-status {
  -webkit-mask-image: url(/assets/lib-components/icons/status.svg);
  mask-image: url(/assets/lib-components/icons/status.svg);
  background-color: currentColor;
}
.egg.egg-users,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-users.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-users.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-users.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-users.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-users.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-users.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-users {
  -webkit-mask-image: url(/assets/lib-components/icons/users.svg);
  mask-image: url(/assets/lib-components/icons/users.svg);
  background-color: currentColor;
}
.egg.egg-calendar,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-calendar.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-calendar.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-calendar.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-calendar.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-calendar.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-calendar.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-calendar {
  -webkit-mask-image: url(/assets/lib-components/icons/calendar.svg);
  mask-image: url(/assets/lib-components/icons/calendar.svg);
  background-color: currentColor;
}
.egg.egg-flip,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-flip.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-flip.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-flip.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-flip.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-flip.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-flip.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-flip {
  -webkit-mask-image: url(/assets/lib-components/icons/flip.svg);
  mask-image: url(/assets/lib-components/icons/flip.svg);
  background-color: currentColor;
}
.egg.egg-hourglass,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hourglass.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hourglass.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hourglass.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hourglass.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hourglass.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-hourglass.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-hourglass {
  -webkit-mask-image: url(/assets/lib-components/icons/hourglass.svg);
  mask-image: url(/assets/lib-components/icons/hourglass.svg);
  background-color: currentColor;
}
.egg.egg-search,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-search.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-search.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-search.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-search.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-search.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-search.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-search {
  -webkit-mask-image: url(/assets/lib-components/icons/search.svg);
  mask-image: url(/assets/lib-components/icons/search.svg);
  background-color: currentColor;
}
.egg.egg-light,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-light.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-light.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-light.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-light.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-light.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-light.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-light {
  -webkit-mask-image: url(/assets/lib-components/icons/light.svg);
  mask-image: url(/assets/lib-components/icons/light.svg);
  background-color: currentColor;
}
.egg.egg-menu,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-menu.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-menu.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-menu.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-menu.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-menu.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-menu.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-menu {
  -webkit-mask-image: url(/assets/lib-components/icons/menu.svg);
  mask-image: url(/assets/lib-components/icons/menu.svg);
  background-color: currentColor;
}
.egg.egg-keyboard,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-keyboard.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-keyboard.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-keyboard.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-keyboard.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-keyboard.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-keyboard.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-keyboard {
  -webkit-mask-image: url(/assets/lib-components/icons/keyboard.svg);
  mask-image: url(/assets/lib-components/icons/keyboard.svg);
  background-color: currentColor;
}
.egg.egg-active-customers,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-customers.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-customers.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-customers.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-customers.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-customers.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-customers.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-active-customers {
  -webkit-mask-image: url(/assets/lib-components/icons/active-customers.svg);
  mask-image: url(/assets/lib-components/icons/active-customers.svg);
  background-color: currentColor;
}
.egg.egg-active-services,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-services.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-services.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-services.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-services.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-services.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-active-services.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-active-services {
  -webkit-mask-image: url(/assets/lib-components/icons/active-services.svg);
  mask-image: url(/assets/lib-components/icons/active-services.svg);
  background-color: currentColor;
}
.egg.egg-customer,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-customer.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-customer.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-customer.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-customer.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-customer.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-customer.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-customer {
  -webkit-mask-image: url(/assets/lib-components/icons/customer.svg);
  mask-image: url(/assets/lib-components/icons/customer.svg);
  background-color: currentColor;
}
.egg.egg-expired-customers,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-customers.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-customers.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-customers.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-customers.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-customers.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-customers.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-expired-customers {
  -webkit-mask-image: url(/assets/lib-components/icons/expired-customers.svg);
  mask-image: url(/assets/lib-components/icons/expired-customers.svg);
  background-color: currentColor;
}
.egg.egg-expired-services,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-services.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-services.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-services.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-services.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-services.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-expired-services.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-expired-services {
  -webkit-mask-image: url(/assets/lib-components/icons/expired-services.svg);
  mask-image: url(/assets/lib-components/icons/expired-services.svg);
  background-color: currentColor;
}
.egg.egg-offline-devices,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-offline-devices.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-offline-devices.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-offline-devices.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-offline-devices.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-offline-devices.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-offline-devices.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-offline-devices {
  -webkit-mask-image: url(/assets/lib-components/icons/offline-devices.svg);
  mask-image: url(/assets/lib-components/icons/offline-devices.svg);
  background-color: currentColor;
}
.egg.egg-service-time,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-service-time.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-service-time.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-service-time.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-service-time.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-service-time.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-service-time.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-service-time {
  -webkit-mask-image: url(/assetsexpandIcon/lib-components/icons/service-time.svg);
  mask-image: url(/assetsexpandIcon/lib-components/icons/service-time.svg);
  background-color: currentColor;
}
.egg.egg-location,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-location.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-location.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-location.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-location.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-location.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-location.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-location {
  -webkit-mask-image: url(/assets/lib-components/icons/location.svg);
  mask-image: url(/assets/lib-components/icons/location.svg);
  background-color: currentColor;
}
.egg.egg-parchment,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-parchment.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-parchment.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-parchment.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-parchment.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-parchment.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-parchment.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-parchment {
  -webkit-mask-image: url(/assets/lib-components/icons/parchment.svg);
  mask-image: url(/assets/lib-components/icons/parchment.svg);
  background-color: currentColor;
}
.egg.egg-graphics,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-graphics.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-graphics.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-graphics.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-graphics.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-graphics.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-graphics.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-graphics {
  -webkit-mask-image: url(/assets/lib-components/icons/graphics.svg);
  mask-image: url(/assets/lib-components/icons/graphics.svg);
  background-color: currentColor;
}
.egg.egg-home,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-home.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-home.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-home.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-home.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-home.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-home.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-home {
  -webkit-mask-image: url(/assets/lib-components/icons/home.svg);
  mask-image: url(/assets/lib-components/icons/home.svg);
  background-color: currentColor;
}
.egg.egg-coding,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-coding.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-coding.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-coding.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-coding.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-coding.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-coding.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-coding {
  -webkit-mask-image: url(/assets/lib-components/icons/coding.svg);
  mask-image: url(/assets/lib-components/icons/coding.svg);
  background-color: currentColor;
}
.egg.egg-diamond,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-diamond.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-diamond.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-diamond.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-diamond.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-diamond.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-diamond.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-diamond {
  -webkit-mask-image: url(/assets/lib-components/icons/diamond.svg);
  mask-image: url(/assets/lib-components/icons/diamond.svg);
  background-color: currentColor;
}
.egg.egg-bell,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-bell.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-bell.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-bell.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-bell.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-bell.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-bell.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-bell {
  -webkit-mask-image: url(/assets/lib-components/icons/bell.svg);
  mask-image: url(/assets/lib-components/icons/bell.svg);
  background-color: currentColor;
}
.egg.egg-cloud,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cloud.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cloud.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cloud.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cloud.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cloud.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-cloud.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-cloud {
  -webkit-mask-image: url(/assets/lib-components/icons/cloud.svg);
  mask-image: url(/assets/lib-components/icons/cloud.svg);
  background-color: currentColor;
}
.egg.egg-folders,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-folders.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-folders.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-folders.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-folders.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-folders.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-folders.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-folders {
  -webkit-mask-image: url(/assets/lib-components/icons/folders.svg);
  mask-image: url(/assets/lib-components/icons/folders.svg);
  background-color: currentColor;
}
.egg.egg-live-view,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-live-view.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-live-view.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-live-view.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-live-view.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-live-view.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-live-view.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-live-view {
  -webkit-mask-image: url(/assets/lib-components/icons/live-view.svg);
  mask-image: url(/assets/lib-components/icons/live-view.svg);
  background-color: currentColor;
}
.egg.egg-puzzle,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-puzzle.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-puzzle.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-puzzle.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-puzzle.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-puzzle.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-puzzle.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-puzzle {
  -webkit-mask-image: url(/assets/lib-components/icons/puzzle.svg);
  mask-image: url(/assets/lib-components/icons/puzzle.svg);
  background-color: currentColor;
}
.egg.egg-restricted,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-restricted.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-restricted.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-restricted.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-restricted.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-restricted.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-restricted.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-restricted {
  -webkit-mask-image: url(/assets/lib-components/icons/restricted.svg);
  mask-image: url(/assets/lib-components/icons/restricted.svg);
  background-color: currentColor;
}
.egg.egg-standard,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-standard.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-standard.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-standard.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-standard.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-standard.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-standard.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-standard {
  -webkit-mask-image: url(/assets/lib-components/icons/standard.svg);
  mask-image: url(/assets/lib-components/icons/standard.svg);
  background-color: currentColor;
}
.egg.egg-trusted,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-trusted.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-trusted.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-trusted.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-trusted.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-trusted.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-trusted.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-trusted {
  -webkit-mask-image: url(/assets/lib-components/icons/trusted.svg);
  mask-image: url(/assets/lib-components/icons/trusted.svg);
  background-color: currentColor;
}
.egg.egg-device-in,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-in.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-in.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-in.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-in.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-in.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-in.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-device-in {
  -webkit-mask-image: url(/assets/lib-components/icons/device-in.svg);
  mask-image: url(/assets/lib-components/icons/device-in.svg);
  background-color: currentColor;
}
.egg.egg-drag,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-drag.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-drag.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-drag.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-drag.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-drag.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-drag.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-drag {
  -webkit-mask-image: url(/assets/lib-components/icons/drag.svg);
  mask-image: url(/assets/lib-components/icons/drag.svg);
  background-color: currentColor;
}
.egg.egg-device-out,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-out.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-out.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-out.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-out.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-out.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-device-out.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-device-out {
  -webkit-mask-image: url(/assets/lib-components/icons/device-out.svg);
  mask-image: url(/assets/lib-components/icons/device-out.svg);
  background-color: currentColor;
}
.egg.egg-mail,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-mail.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-mail.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-mail.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-mail.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-mail.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-mail.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-mail {
  -webkit-mask-image: url(/assets/lib-components/icons/mail.svg);
  mask-image: url(/assets/lib-components/icons/mail.svg);
  background-color: currentColor;
}
.egg.egg-robotic-arm,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-robotic-arm.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-robotic-arm.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-robotic-arm.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-robotic-arm.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-robotic-arm.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-robotic-arm.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-robotic-arm {
  -webkit-mask-image: url(/assets/lib-components/icons/egg-robotic-arm.svg);
  mask-image: url(/assets/lib-components/icons/egg-robotic-arm.svg);
  background-color: currentColor;
}
.egg.egg-ic-add,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-add.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-add.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-add.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-add.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-add.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-add.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-ic-add {
  background-image: url(/assets/lib-components/icons/IC_add.svg);
}
.egg.egg-ic-subtract,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-subtract.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-subtract.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-subtract.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-subtract.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-subtract.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-ic-subtract.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-ic-subtract {
  background-image: url(/assets/lib-components/icons/IC_subtract.svg);
}
.egg.egg-wallet,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-wallet.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-wallet.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-wallet.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-wallet.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-wallet.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-wallet.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-wallet {
  -webkit-mask-image: url(/assets/lib-components/icons/wallet.svg);
  mask-image: url(/assets/lib-components/icons/wallet.svg);
  background-color: currentColor;
}
.egg.egg-firmware-download,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-firmware-download.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-firmware-download.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-firmware-download.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-firmware-download.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-firmware-download.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-firmware-download.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-firmware-download {
  -webkit-mask-image: url(/assets/lib-components/icons/firmware-download.svg);
  mask-image: url(/assets/lib-components/icons/firmware-download.svg);
  background-color: currentColor;
}
.egg.egg-organization,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-organization.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-organization.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-organization.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-organization.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-organization.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-organization.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-organization {
  -webkit-mask-image: url(/assets/lib-components/icons/organization.svg);
  mask-image: url(/assets/lib-components/icons/organization.svg);
  background-color: currentColor;
}
.egg.egg-services,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-services.p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-services.p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-services.p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-services.p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-services.p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-services.p-icon,
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg.egg-services {
  -webkit-mask-image: url(/assets/lib-components/icons/services.svg);
  mask-image: url(/assets/lib-components/icons/services.svg);
  background-color: currentColor;
}
.body-emphasized-default,
.egg-dropdown .p-menu .p-menuitem-content .p-element .p-menuitem-text {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-small);
  font-weight: var(--egg-body-font-weight-strong);
}
.body-emphasized-small {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
}
.body-emphasized-small-bold {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-bold);
}
.body-emphasized-link {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-small);
  font-weight: var(--egg-body-font-weight-strong);
  text-decoration: underline;
}
.body-emphasized-secondary-link {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
  text-decoration: underline;
}
.subheading-bold {
  font-family: var(--egg-subheading-font-family);
  font-size: var(--egg-subheading-size-small);
  font-weight: var(--egg-subheading-bold);
}
.subheading-regular {
  font-family: var(--egg-subheading-font-family);
  font-size: var(--egg-subheading-size-small);
  font-weight: var(--egg-subheading-regular);
}
.body-default-default {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-small);
  font-weight: 400;
}
.body-default-small {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-extra-small);
  font-weight: 400;
}
.body-default-small-italic {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-extra-small);
  font-weight: 400;
  font-style: italic;
}
.body-default-min {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-min);
  font-weight: 400;
}
.body-emphasized-small-italic {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
  font-style: italic;
}
.didascalia {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-tip-size);
  font-weight: var(--egg-tip-font-weight);
}
.heading {
  font-family: var(--egg-heading-font-family);
  font-size: var(--egg-heading-size-base);
  font-weight: var(--egg-heading-font-weight);
  letter-spacing: -0.02em;
}
.title-page {
  font-family: var(--egg-heading-font-family);
  font-size: var(--egg-heading-size-small);
  font-weight: 700;
}
.title-reg {
  font-family: var(--egg-heading-font-family);
  font-size: var(--egg-title-page-size-small);
  font-weight: var(--egg-body-font-weight-regular);
}
.page-title {
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #343A40;
}
.title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
  color: #343A40;
  line-height: 1;
}
.subtitle,
.subtitle-bold {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #343A40;
}
.subtitle-bold {
  font-weight: 700;
}
.text-body,
.text-body-semibold {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #343A40;
}
.text-body-semibold {
  font-weight: 600;
}
.text-body-secondary,
.text-body-secondary-semibold {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #343A40;
}
.text-body-secondary-semibold {
  font-weight: 600;
}
label,
.label {
  color: var(--egg-text-neutral-default);
  font-family: var(--egg-tip-font-family);
  font-weight: var(--egg-tip-font-weight);
  font-size: var(--egg-tip-size);
  text-transform: uppercase;
  text-align: left;
}
.mo-link-underlined {
  color: #4A4A50 !important;
  text-decoration: underline;
}
.mo-link-underlined:hover {
  color: inherit !important;
}
.mo-link {
  color: #6D96FF;
  text-decoration: none;
  cursor: pointer;
}
.mo-link:hover {
  color: rgb(58, 113.3219178082, 255);
  text-decoration: none;
}
.mo-link:visited {
  color: #6D96FF;
  text-decoration: none;
}
.mo-link:active {
  color: rgb(7, 76.6438356164, 255);
  text-decoration: none;
}
.auth-link {
  color: var(--egg-brand-600);
}
.empty {
  color: #777779;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.loading-container {
  color: #777779;
}
.egg-btn,
.egg-icon-btn-danger-m,
.egg-icon-btn-danger-xl,
.egg-icon-btn-m,
.egg-icon-btn-xl,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.egg-btn-s,
.egg-btn-m,
.egg-btn-xl,
.egg-btn-danger,
.egg-btn-warning,
.egg-btn-positive,
.egg-btn-tertiary,
.egg-btn-secondary,
.egg-btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
  font-family: var(--egg-body-font-family);
  font-weight: var(--egg-body-font-weight-strong);
  background-color: transparent;
  color: var(--egg-text-neutral-secondary);
  border-radius: var(--egg-radius-300);
  font-size: var(--egg-body-size-small);
}
.egg-btn:disabled,
.egg-icon-btn-danger-m:disabled,
.egg-icon-btn-danger-xl:disabled,
.egg-icon-btn-m:disabled,
.egg-icon-btn-xl:disabled,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.egg-btn-s:disabled,
.egg-btn-m:disabled,
.egg-btn-xl:disabled,
.egg-btn-danger:disabled,
.egg-btn-warning:disabled,
.egg-btn-positive:disabled,
.egg-btn-tertiary:disabled,
.egg-btn-secondary:disabled,
.egg-btn-main:disabled {
  background-color: var(--egg-background-disabled-default);
  color: var(--egg-text-neutral-tertiary);
  cursor: default;
  pointer-events: none;
}
.egg-btn:enabled:focus,
.egg-icon-btn-danger-m:enabled:focus,
.egg-icon-btn-danger-xl:enabled:focus,
.egg-icon-btn-m:enabled:focus,
.egg-icon-btn-xl:enabled:focus,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.egg-btn-s:enabled:focus,
.egg-btn-m:enabled:focus,
.egg-btn-xl:enabled:focus,
.egg-btn-danger:enabled:focus,
.egg-btn-warning:enabled:focus,
.egg-btn-positive:enabled:focus,
.egg-btn-tertiary:enabled:focus,
.egg-btn-secondary:enabled:focus,
.egg-btn-main:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-text-neutral-secondary) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn:enabled:hover,
.egg-icon-btn-danger-m:enabled:hover,
.egg-icon-btn-danger-xl:enabled:hover,
.egg-icon-btn-m:enabled:hover,
.egg-icon-btn-xl:enabled:hover,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.egg-btn-s:enabled:hover,
.egg-btn-m:enabled:hover,
.egg-btn-xl:enabled:hover,
.egg-btn-danger:enabled:hover,
.egg-btn-warning:enabled:hover,
.egg-btn-positive:enabled:hover,
.egg-btn-tertiary:enabled:hover,
.egg-btn-secondary:enabled:hover,
.egg-btn-main:enabled:hover {
  background-color: var(--egg-background-neutral-default);
  color: var(--egg-text-neutral-default);
}
.egg-btn:enabled:active,
.egg-icon-btn-danger-m:enabled:active,
.egg-icon-btn-danger-xl:enabled:active,
.egg-icon-btn-m:enabled:active,
.egg-icon-btn-xl:enabled:active,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.egg-btn-s:enabled:active,
.egg-btn-m:enabled:active,
.egg-btn-xl:enabled:active,
.egg-btn-danger:enabled:active,
.egg-btn-warning:enabled:active,
.egg-btn-positive:enabled:active,
.egg-btn-tertiary:enabled:active,
.egg-btn-secondary:enabled:active,
.egg-btn-main:enabled:active {
  background-color: var(--egg-background-neutral-hover);
  color: var(--egg-text-neutral-default);
}
.egg-btn-main {
  background-color: var(--egg-background-brand-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-main:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-text-brand-default) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn-main:enabled:hover {
  background-color: var(--egg-background-brand-hover);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-main:enabled:active {
  background-color: var(--egg-background-brand-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-secondary {
  background-color: var(--egg-background-brand-secondary);
  color: var(--egg-text-brand-default);
}
.egg-btn-secondary:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-text-brand-default) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn-secondary:enabled:hover {
  background-color: var(--egg-background-brand-secondary-hover);
  color: var(--egg-text-brand-default);
}
.egg-btn-secondary:enabled:active {
  background-color: var(--egg-background-brand-secondary);
  color: var(--egg-text-brand-default);
}
.egg-btn-tertiary {
  background-color: var(--egg-background-brand-tertiary);
  color: var(--egg-text-brand-default);
}
.egg-btn-tertiary:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-text-brand-default) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn-tertiary:enabled:hover {
  background-color: var(--egg-background-brand-tertiary);
  color: var(--egg-text-brand-on-brand);
}
.egg-btn-tertiary:enabled:active {
  background-color: var(--egg-background-brand-tertiary);
  color: var(--egg-background-brand-default);
}
.egg-btn-positive {
  background-color: var(--egg-background-positive-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-positive:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-background-positive-default) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn-positive:enabled:hover {
  background-color: var(--egg-background-positive-hover);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-positive:enabled:active {
  background-color: var(--egg-background-positive-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-warning {
  background-color: var(--egg-background-warning-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-warning:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-background-warning-default) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn-warning:enabled:hover {
  background-color: var(--egg-background-warning-hover);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-warning:enabled:active {
  background-color: var(--egg-background-warning-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-danger {
  background-color: var(--egg-background-danger-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-danger:enabled:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 5px color-mix(in srgb, var(--egg-background-danger-default) 50%, transparent),
    0 1px 2px 0 black;
}
.egg-btn-danger:enabled:hover {
  background-color: var(--egg-background-danger-hover);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-danger:enabled:active {
  background-color: var(--egg-background-danger-default);
  color: var(--egg-text-neutral-tertiary);
}
.egg-btn-full-rounded {
  border-radius: var(--egg-radius-rounded);
}
.egg-btn-full-rounded egg-lib-icon .egg,
.egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-full-rounded egg-lib-icon .p-icon,
.egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-full-rounded egg-lib-icon .p-icon,
.egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-full-rounded egg-lib-icon .p-icon,
.egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-full-rounded egg-lib-icon .p-icon,
.egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-full-rounded egg-lib-icon .p-icon,
.egg-btn-full-rounded egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-full-rounded egg-lib-icon .p-icon,
.egg-btn-full-rounded .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-full-rounded egg-lib-icon .p-icon-wrapper svg {
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.egg-btn-xl {
  padding: 0 var(--egg-space-600);
  min-height: var(--egg-icon-large);
}
.egg-btn-xl egg-lib-icon .egg,
.egg-btn-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl egg-lib-icon .p-icon,
.egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl egg-lib-icon .p-icon,
.egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl egg-lib-icon .p-icon,
.egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl egg-lib-icon .p-icon,
.egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl egg-lib-icon .p-icon,
.egg-btn-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl egg-lib-icon .p-icon,
.egg-btn-xl .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-xl egg-lib-icon .p-icon-wrapper svg {
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.egg-btn-xl:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: var(--egg-space-400);
}
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .egg,
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-xl:has(.egg-btn-content) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-xl:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper svg {
  margin-right: calc(var(--egg-space-300) / 2);
}
.egg-btn-xl:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: var(--egg-icon-large);
  width: var(--egg-icon-large);
  padding: 0;
}
.egg-btn-m {
  padding: 0 var(--egg-space-400);
  min-height: var(--egg-icon-medium);
}
.egg-btn-m egg-lib-icon .egg,
.egg-btn-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m egg-lib-icon .p-icon,
.egg-btn-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m egg-lib-icon .p-icon,
.egg-btn-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m egg-lib-icon .p-icon,
.egg-btn-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m egg-lib-icon .p-icon,
.egg-btn-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m egg-lib-icon .p-icon,
.egg-btn-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m egg-lib-icon .p-icon,
.egg-btn-m .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-m egg-lib-icon .p-icon-wrapper svg {
  width: calc(var(--egg-icon-small) / 1.2);
  height: calc(var(--egg-icon-small) / 1.2);
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.egg-btn-m:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: var(--egg-space-300);
}
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .egg,
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-m:has(.egg-btn-content) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-m:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper svg {
  margin-right: calc(var(--egg-space-300) / 2);
}
.egg-btn-m:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: var(--egg-icon-medium);
  width: var(--egg-icon-medium);
  padding: 0;
}
.egg-btn-s {
  font-size: var(--egg-body-size-extra-small);
  padding: 0 var(--egg-space-300);
  min-height: var(--egg-icon-small);
}
.egg-btn-s egg-lib-icon .egg,
.egg-btn-s egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s egg-lib-icon .p-icon,
.egg-btn-s egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s egg-lib-icon .p-icon,
.egg-btn-s egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s egg-lib-icon .p-icon,
.egg-btn-s egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s egg-lib-icon .p-icon,
.egg-btn-s egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s egg-lib-icon .p-icon,
.egg-btn-s egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s egg-lib-icon .p-icon,
.egg-btn-s .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-s egg-lib-icon .p-icon-wrapper svg {
  width: calc(var(--egg-icon-small) / 1.5);
  height: calc(var(--egg-icon-small) / 1.5);
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.egg-btn-s:has(.egg-btn-content):has(egg-lib-icon) {
  padding-left: var(--egg-space-200);
}
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .egg,
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon,
.egg-btn-s:has(.egg-btn-content) .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-btn-s:has(.egg-btn-content) egg-lib-icon .p-icon-wrapper svg {
  margin-right: calc(var(--egg-space-200) / 2);
}
.egg-btn-s:has(egg-lib-icon):not(:has(.egg-btn-content)) {
  height: var(--egg-icon-small);
  width: var(--egg-icon-small);
  padding: 0;
}
.egg-icon-btn,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
  background-color: var(--egg-background-neutral-default);
  color: var(--egg-icon-neutral-secondary);
  border-radius: var(--egg-radius-300);
}
.egg-icon-btn:disabled,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:disabled {
  background-color: var(--egg-background-neutral-default);
  color: var(--egg-icon-neutral-secondary);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.egg-icon-btn:enabled:focus,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:focus {
  box-shadow: none;
}
.egg-icon-btn:enabled:hover,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:hover {
  background-color: var(--egg-background-neutral-hover);
  color: var(--egg-icon-neutral-default);
}
.egg-icon-btn:enabled:active,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled:active,
.egg-icon-btn:enabled.active,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled.active,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled.active,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled.active,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled.active,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled.active,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button:enabled.active {
  background-color: var(--egg-background-neutral-secondary);
  color: var(--egg-icon-neutral-default);
}
.egg-icon-btn-xl,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button {
  width: var(--egg-icon-medium);
  height: var(--egg-icon-medium);
  padding: 0;
}
.egg-icon-btn-xl egg-lib-icon .egg,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .egg,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .egg,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .egg,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .egg,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .egg,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .egg,
.egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon,
.egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon,
.egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon,
.egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon,
.egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon,
.egg-icon-btn-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon,
.egg-icon-btn-xl .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-icon-btn-xl egg-lib-icon .p-icon-wrapper svg,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon-wrapper svg,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon-wrapper svg,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon-wrapper svg,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon-wrapper svg,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon-wrapper svg,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button egg-lib-icon .p-icon-wrapper svg {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
}
.egg-icon-btn-m {
  border-radius: var(--egg-radius-200);
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
  padding: 0;
}
.egg-icon-btn-m egg-lib-icon .egg,
.egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-m egg-lib-icon .p-icon,
.egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-m egg-lib-icon .p-icon,
.egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-m egg-lib-icon .p-icon,
.egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-m egg-lib-icon .p-icon,
.egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-m egg-lib-icon .p-icon,
.egg-icon-btn-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-m egg-lib-icon .p-icon,
.egg-icon-btn-m .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-icon-btn-m egg-lib-icon .p-icon-wrapper svg {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
}
.egg-icon-btn-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 200ms;
  width: 100%;
  background-color: var(--egg-background-neutral-default);
  color: var(--egg-icon-neutral-secondary);
  border-radius: var(--egg-radius-300);
}
.egg-icon-btn-danger:disabled {
  background-color: var(--egg-background-neutral-default);
  color: var(--egg-icon-neutral-secondary);
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.egg-icon-btn-danger:enabled:focus {
  box-shadow: none;
}
.egg-icon-btn-danger:enabled:hover {
  background-color: var(--egg-background-danger-secondary);
  color: var(--egg-icon-danger-default);
}
.egg-icon-btn-danger:enabled:active,
.egg-icon-btn-danger:enabled.active {
  background-color: var(--egg-background-danger-secondary-hover);
  color: var(--egg-icon-danger-default);
}
.egg-icon-btn-danger-xl {
  width: var(--egg-icon-medium);
  height: var(--egg-icon-medium);
  padding: 0;
}
.egg-icon-btn-danger-xl egg-lib-icon .egg,
.egg-icon-btn-danger-xl egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-xl egg-lib-icon .p-icon,
.egg-icon-btn-danger-xl egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-xl egg-lib-icon .p-icon,
.egg-icon-btn-danger-xl egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-xl egg-lib-icon .p-icon,
.egg-icon-btn-danger-xl egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-xl egg-lib-icon .p-icon,
.egg-icon-btn-danger-xl egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-xl egg-lib-icon .p-icon,
.egg-icon-btn-danger-xl egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-xl egg-lib-icon .p-icon,
.egg-icon-btn-danger-xl .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-icon-btn-danger-xl egg-lib-icon .p-icon-wrapper svg {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
}
.egg-icon-btn-danger-m {
  border-radius: var(--egg-radius-200);
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
  padding: 0;
}
.egg-icon-btn-danger-m egg-lib-icon .egg,
.egg-icon-btn-danger-m egg-lib-icon .p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-m egg-lib-icon .p-icon,
.egg-icon-btn-danger-m egg-lib-icon .p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-m egg-lib-icon .p-icon,
.egg-icon-btn-danger-m egg-lib-icon .p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-m egg-lib-icon .p-icon,
.egg-icon-btn-danger-m egg-lib-icon .p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-m egg-lib-icon .p-icon,
.egg-icon-btn-danger-m egg-lib-icon .p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-m egg-lib-icon .p-icon,
.egg-icon-btn-danger-m egg-lib-icon .p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .egg-icon-btn-danger-m egg-lib-icon .p-icon,
.egg-icon-btn-danger-m .egg-text-input.p-autocomplete egg-lib-icon .p-icon-wrapper svg,
.egg-text-input.p-autocomplete .egg-icon-btn-danger-m egg-lib-icon .p-icon-wrapper svg {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
}
.egg-btn-loader {
  margin-right: var(--egg-space-200);
  width: var(--egg-scale-03) !important;
  height: var(--egg-scale-03) !important;
  color: white !important;
}
.egg-btn-s .egg-btn-loader {
  width: var(--egg-scale-01) !important;
  height: var(--egg-scale-01) !important;
}
.mo-chip {
  padding: 5px 16px 7px;
  border-radius: 160px;
  background: #1D1D1F !important;
  color: white !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 72px;
  min-height: 31px;
}
.mo-chip-outline {
  background-color: transparent;
  border: 1px solid #000000;
  color: var(--egg-gray-1000);
}
.mo-chip-disabled {
  background: transparent;
  color: black;
  padding: 5px 16px 7px;
  border-radius: 160px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 72px;
  min-height: 31px;
}
.egg-dropdown .p-menu {
  background-color: var(--egg-background-default-secondary);
  border-radius: var(--egg-radius-400);
  padding: var(--egg-space-200);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.egg-dropdown .p-menu .p-menu-list {
  padding: 0;
  margin: 0;
}
.egg-dropdown .p-menu .p-menuitem-content {
  background-color: transparent;
}
.egg-dropdown .p-menu .p-menuitem-content .p-element {
  padding: 0;
  text-decoration: none;
  background-color: transparent;
}
.egg-dropdown .p-menu .p-menuitem-content .p-element .p-menuitem-text {
}
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 0;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #E6E6E6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  border-radius: 11px;
  background-color: #e6e6e6;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
@keyframes toggle-spinner {
  to {
    transform: translate3d(4px, 4px, 0) rotate(360deg);
  }
}
@keyframes toggle-spinner-checked {
  to {
    transform: translate3d(24px, 4px, 0) rotate(360deg);
  }
}
.form-switch input:checked + i {
  background-color: var(--egg-brand-600);
}
.form-switch.loading {
  pointer-events: none;
  cursor: not-allowed;
}
.form-switch.loading i {
  background-color: #e1e1e1 !important;
}
.form-switch.loading i::after {
  background-color: #dcdcdc !important;
}
.form-switch.loading input:checked + i {
  background-color: #bbbbbb !important;
}
.form-switch.loading span.toggle-spinner {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0.7;
  z-index: 1;
  border: 0.2em solid var(--egg-brand-700);
  border-right-color: transparent;
  border-radius: 50%;
  background-color: transparent;
  transform: translate3d(4px, 4px, 0);
  animation: toggle-spinner 0.75s linear infinite;
}
.form-switch input {
  display: none;
}
.form-switch input.toggle-disabled + i,
.form-switch input.toggle-disabled + i::before {
  background-color: var(--egg-background-disabled-default);
}
.form-switch input.toggle-disabled + i::after {
  background-color: var(--egg-icon-disabled-default);
  box-shadow: none;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.form-switch.loading input:checked + i span.toggle-spinner {
  transform: translate3d(24px, 4px, 0);
  animation: toggle-spinner-checked 0.75s linear infinite;
}
.form-switch.no-active-animation:active i::after {
  width: 22px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch.no-active-animation:active input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.form-switch.is-invalid input:checked + i {
  background-color: rgba(255, 15, 15, 0.5);
}
.mo-inner-card {
  border-radius: 24px;
  padding: 24px 24px 24px 32px;
  cursor: pointer;
}
.mo-inner-card-no-padding {
  padding: 0 !important;
}
.mo-inner-card-padding-16px {
  padding: 16px !important;
}
.mo-inner-card-base {
  border: 2px solid #D2D2DC;
}
.mo-inner-card-selected {
  background-color: color-mix(in srgb, var(--egg-background-brand-secondary-hover) 50%, transparent);
  border: solid 2px color-mix(in srgb, var(--egg-border-brand-default) 80%, transparent);
}
.mo-inner-card-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.egg-text-input.p-autocomplete input.p-autocomplete-input,
.egg-text-input.p-datepicker input.p-inputtext,
input.egg-text-input:not([type=color]),
textarea.egg-text-input {
  width: 100%;
  box-shadow: none;
  outline: none;
  color: var(--egg-text-default-default);
  background-color: var(--egg-background-default-default);
  border: 1px solid var(--egg-border-neutral-tertiary);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-200) var(--egg-space-300);
  font-family: var(--egg-body-font-family);
  font-weight: var(--egg-body-font-weight-regular);
  font-size: var(--egg-body-size-small);
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.egg-text-input.p-autocomplete input.p-autocomplete-input:disabled,
.egg-text-input.p-datepicker input.p-inputtext:disabled,
input.egg-text-input:disabled:not([type=color]),
textarea.egg-text-input:disabled {
  color: var(--egg-text-default-secondary);
  border: 1px solid transparent;
  pointer-events: none;
  resize: none;
}
.egg-text-input.p-autocomplete input.p-autocomplete-input:enabled:active,
.egg-text-input.p-datepicker input.p-inputtext:enabled:active,
input.egg-text-input:enabled:active:not([type=color]),
textarea.egg-text-input:enabled:active,
.egg-text-input.p-autocomplete input.p-autocomplete-input:enabled:focus,
.egg-text-input.p-datepicker input.p-inputtext:enabled:focus,
input.egg-text-input:enabled:focus:not([type=color]),
textarea.egg-text-input:enabled:focus,
.egg-text-input.p-autocomplete input.p-autocomplete-input:enabled:hover,
.egg-text-input.p-datepicker input.p-inputtext:enabled:hover,
input.egg-text-input:enabled:hover:not([type=color]),
textarea.egg-text-input:enabled:hover {
  border: 1px solid var(--egg-border-brand-default);
}
.egg-text-input.p-autocomplete input.p-autocomplete-input::placeholder,
.egg-text-input.p-datepicker input.p-inputtext::placeholder,
input.egg-text-input:not([type=color])::placeholder,
textarea.egg-text-input::placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
  opacity: 1;
}
.egg-text-input.p-autocomplete input.p-autocomplete-input:-ms-input-placeholder,
.egg-text-input.p-datepicker input.p-inputtext:-ms-input-placeholder,
input.egg-text-input:-ms-input-placeholder:not([type=color]),
textarea.egg-text-input:-ms-input-placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
}
.egg-text-input.p-autocomplete input.p-autocomplete-input:read-only,
.egg-text-input.p-datepicker input.p-inputtext:read-only,
input.egg-text-input:read-only:not([type=color]),
textarea.egg-text-input:read-only {
  border: 1px solid transparent !important;
  pointer-events: none;
  resize: none;
}
.egg-text-input.p-autocomplete input.p-disabled.p-autocomplete-input,
.egg-text-input.p-datepicker input.p-disabled.p-inputtext,
input.p-disabled.egg-text-input:not([type=color]),
textarea.p-disabled.egg-text-input,
.egg-text-input.p-autocomplete input.p-component.p-autocomplete-input:disabled,
.egg-text-input.p-datepicker input.p-component.p-inputtext:disabled,
input.p-component.egg-text-input:disabled:not([type=color]),
textarea.p-component.egg-text-input:disabled {
  opacity: 1;
}
input.egg-text-input[type=color] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 26px;
  width: 28px;
  border: none;
  cursor: pointer;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}
input.egg-text-input[type=color]::-webkit-color-swatch {
  border-radius: 50%;
  border: none;
}
input.egg-text-input[type=color]::-moz-color-swatch {
  border-radius: 50%;
  border: none;
}
.egg-text-input.p-datepicker {
  width: 100%;
}
.egg-p-datepicker.p-datepicker {
  border-radius: var(--egg-radius-300);
  text-align: center;
}
.egg-p-datepicker.p-datepicker table td span,
.egg-p-datepicker.p-datepicker .p-yearpicker-year,
.egg-p-datepicker.p-datepicker .p-monthpicker-month {
  box-shadow: none;
}
.egg-p-datepicker.p-datepicker .p-highlight {
  background-color: var(--egg-background-brand-secondary);
}
.egg-p-datepicker.p-datepicker .p-datepicker-year,
.egg-p-datepicker.p-datepicker .p-datepicker-month {
  display: inline;
}
.egg-p-datepicker.p-datepicker .p-highlight,
.egg-p-datepicker.p-datepicker .p-datepicker-year:enabled:hover,
.egg-p-datepicker.p-datepicker .p-datepicker-month:enabled:hover {
  color: var(--egg-text-brand-default);
}
.egg-p-datepicker.p-datepicker .p-datepicker-prev,
.egg-p-datepicker.p-datepicker .p-datepicker-next {
  border-radius: var(--egg-radius-300);
}
.egg-p-datepicker.p-datepicker .p-datepicker-prev:hover,
.egg-p-datepicker.p-datepicker .p-datepicker-next:hover {
  background-color: var(--egg-background-neutral-hover);
  color: var(--egg-icon-neutral-default);
}
.p-popover,
.p-popover .p-select-panel,
.p-popover .p-select-items-wrapper,
.p-popover .p-select-items,
.p-popover .p-autocomplete-panel,
.p-popover .p-autocomplete-items {
  border-radius: var(--egg-radius-300);
}
.p-popover .p-select-items,
.p-popover .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.p-popover .p-select-items .p-select-item,
.p-popover .p-autocomplete-items .p-autocomplete-item,
.p-popover .p-select-items .p-select-empty-message,
.p-popover .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-small);
}
.p-popover .p-select-item.p-highlight,
.p-popover .p-autocomplete-item.p-highlight {
  background-color: var(--egg-background-brand-secondary);
  color: var(--egg-text-brand-default);
}
.egg-text-input.p-autocomplete {
  width: 100%;
}
.egg-text-input.p-autocomplete input.p-autocomplete-input {
  padding-right: 35px;
}
.egg-text-input.p-autocomplete.p-disabled,
.egg-text-input.p-autocomplete.p-component:disabled {
  opacity: 1;
}
.egg-text-input.p-autocomplete.p-disabled input.p-autocomplete-input,
.egg-text-input.p-autocomplete.p-component:disabled input.p-autocomplete-input {
  padding-right: 10px;
}
.egg-text-input.p-autocomplete :not(spinnericon) .p-icon-wrapper svg {
  width: 16px;
  height: 16px;
}
.egg-text-input.p-autocomplete,
.egg-text-input.p-autocomplete .p-select-panel,
.egg-text-input.p-autocomplete .p-select-items-wrapper,
.egg-text-input.p-autocomplete .p-select-items,
.egg-text-input.p-autocomplete .p-autocomplete-panel,
.egg-text-input.p-autocomplete .p-autocomplete-items {
  border-radius: var(--egg-radius-300);
}
.egg-text-input.p-autocomplete .p-select-items,
.egg-text-input.p-autocomplete .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.egg-text-input.p-autocomplete .p-select-items .p-select-item,
.egg-text-input.p-autocomplete .p-autocomplete-items .p-autocomplete-item,
.egg-text-input.p-autocomplete .p-select-items .p-select-empty-message,
.egg-text-input.p-autocomplete .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-small);
}
.egg-text-input.p-autocomplete .p-select-item.p-highlight,
.egg-text-input.p-autocomplete .p-autocomplete-item.p-highlight {
  background-color: var(--egg-background-brand-secondary);
  color: var(--egg-text-brand-default);
}
.p-datatable-filter .p-inputtext {
  width: 100%;
  box-shadow: none;
  outline: none;
  color: var(--egg-text-default-default);
  background-color: var(--egg-background-default-default);
  border: 1px solid var(--egg-border-neutral-tertiary);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-200) var(--egg-space-300);
  font-family: var(--egg-body-font-family);
  font-weight: var(--egg-body-font-weight-regular);
  font-size: var(--egg-body-size-small);
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  width: auto;
  background-color: var(--egg-background-default-secondary);
}
.p-datatable-filter .p-inputtext:disabled {
  color: var(--egg-text-default-secondary);
  border: 1px solid transparent;
  pointer-events: none;
  resize: none;
}
.p-datatable-filter .p-inputtext:enabled:active,
.p-datatable-filter .p-inputtext:enabled:focus,
.p-datatable-filter .p-inputtext:enabled:hover {
  border: 1px solid var(--egg-border-brand-default);
}
.p-datatable-filter .p-inputtext::placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
  opacity: 1;
}
.p-datatable-filter .p-inputtext:-ms-input-placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
}
p-select {
  font-size: var(--egg-body-size-small);
}
p-select .p-placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
}
p-select .p-select-label {
  display: flex;
  align-items: center;
}
p-select.p-disabled {
  border: 1px solid transparent;
}
.p-select-list {
  line-height: 1;
  font-size: var(--egg-body-size-small);
  margin: 0;
}
p-autocomplete button {
  background-color: transparent;
  border: none;
  color: #757575;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
p-autocomplete button:focus,
p-autocomplete button:focus-visible {
  outline: none;
  box-shadow: none;
}
p-autocomplete button .p-icon-wrapper {
  cursor: pointer;
}
p-autocomplete button .p-icon-wrapper svg {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  background-color: transparent !important;
  width: var(--egg-space-300) !important;
}
.p-autocomplete-dropdown .p-iconwrapper,
.p-select-dropdown .p-select-dropdown-icon {
  width: 12px;
}
.p-select-dropdown {
  margin-right: var(--egg-space-300) !important;
  position: relative;
}
.p-select-dropdown .p-select-dropdown-icon {
  height: var(--egg-space-300) !important;
}
.p-select-overlay {
  overflow: hidden;
}
.p-popover,
.p-popover .p-select-panel,
.p-popover .p-select-items-wrapper,
.p-popover .p-select-items,
.p-popover .p-autocomplete-panel,
.p-popover .p-autocomplete-items {
  border-radius: var(--egg-radius-300);
}
.p-popover .p-select-items,
.p-popover .p-autocomplete-items {
  padding: 0;
  margin: 0;
}
.p-popover .p-select-items .p-select-item,
.p-popover .p-autocomplete-items .p-autocomplete-item,
.p-popover .p-select-items .p-select-empty-message,
.p-popover .p-autocomplete-items .p-autocomplete-empty-message {
  font-family: var(--egg-body-font-family);
  font-size: var(--egg-body-size-small);
}
.p-popover .p-select-item.p-highlight,
.p-popover .p-autocomplete-item.p-highlight {
  background-color: var(--egg-background-brand-secondary);
  color: var(--egg-text-brand-default);
}
.p-popover .p-popover-content {
  padding: 0;
}
.p-select:hover .p-select-dropdown,
.p-autocomplete .p-autocomplete-dropdown:hover {
  margin-top: 1px !important;
  transition: margin-top 0.2s ease;
}
.egg-select-input-wrapper {
  position: relative;
}
.egg-select-input-wrapper label,
.egg-select-input-wrapper .label {
  block-progression: true;
}
.egg-select-input-wrapper:has(select.egg-select-input)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--egg-space-300);
  width: 12px;
  height: 10px;
  background-color: var(--egg-icon-default-secondary);
  transform: translateY(-50%);
  mask: url(/assets/lib-components/components/input/select-input-arrow.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}
.egg-select-input-wrapper:has(select.egg-select-input:disabled)::after {
  background-color: var(--egg-icon-default-tertiary);
}
.egg-select-input-wrapper:has(select.egg-select-input.read-only)::after {
  background-color: transparent;
}
.egg-select-input-wrapper select.egg-select-input {
  width: 100%;
  box-shadow: none;
  outline: none;
  color: var(--egg-text-default-default);
  background-color: var(--egg-background-default-default);
  border: 1px solid var(--egg-border-neutral-tertiary);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-200) var(--egg-space-300);
  font-family: var(--egg-body-font-family);
  font-weight: var(--egg-body-font-weight-regular);
  font-size: var(--egg-body-size-small);
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  appearance: none;
}
.egg-select-input-wrapper select.egg-select-input:disabled {
  color: var(--egg-text-default-secondary);
  border: 1px solid transparent;
  pointer-events: none;
  resize: none;
}
.egg-select-input-wrapper select.egg-select-input:enabled:active,
.egg-select-input-wrapper select.egg-select-input:enabled:focus,
.egg-select-input-wrapper select.egg-select-input:enabled:hover {
  border: 1px solid var(--egg-border-brand-default);
}
.egg-select-input-wrapper select.egg-select-input::placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
  opacity: 1;
}
.egg-select-input-wrapper select.egg-select-input:-ms-input-placeholder {
  color: var(--egg-text-neutral-on-neutral-secondary);
}
.egg-select-input-wrapper select.egg-select-input.read-only {
  border: 1px solid transparent !important;
  pointer-events: none;
  color: var(--egg-text-neutral-on-neutral-secondary);
  background-image: none;
}
.egg-select-input-wrapper select.egg-select-input.transparent {
  cursor: pointer;
  border: 1px solid transparent !important;
  background-color: transparent;
}
.egg-select-input-wrapper select.egg-select-input.semitransparent {
  cursor: pointer;
  border: 1px solid transparent !important;
  background-color: var(--egg-background-neutral-quaternary);
  color: var(--egg-text-neutral-tertiary);
}
.mo-modal-xl .row,
.mo-modal-lg .row,
.mo-modal-md .row,
.mo-modal-sm .row,
.mo-modal-xs .row {
  margin-left: 0;
  margin-right: 0;
}
.mo-modal-body-p-40x {
  padding: 0 40px;
}
.mo-modal-body-p-24x-10y {
  padding: 8px 24px 24px;
}
.mo-modal-body-p-24x {
  padding: 24px;
}
.mo-modal-title {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 500px;
}
.mo-modal-mobile {
  border-radius: 1.5rem;
  background-color: white;
}
.p-dialog.mo-modal,
.p-dialog.mo-modal-xl,
.p-dialog.mo-modal-lg,
.p-dialog.mo-modal-md,
.p-dialog.mo-modal-sm,
.p-dialog.mo-modal-xs {
  border-radius: 16px;
  width: fit-content;
}
.p-dialog.mo-modal .p-dialog-header,
.p-dialog.mo-modal-xl .p-dialog-header,
.p-dialog.mo-modal-lg .p-dialog-header,
.p-dialog.mo-modal-md .p-dialog-header,
.p-dialog.mo-modal-sm .p-dialog-header,
.p-dialog.mo-modal-xs .p-dialog-header {
  padding: 16px 16px 16px 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.p-dialog.mo-modal .p-dialog-header .p-dialog-title,
.p-dialog.mo-modal-xl .p-dialog-header .p-dialog-title,
.p-dialog.mo-modal-lg .p-dialog-header .p-dialog-title,
.p-dialog.mo-modal-md .p-dialog-header .p-dialog-title,
.p-dialog.mo-modal-sm .p-dialog-header .p-dialog-title,
.p-dialog.mo-modal-xs .p-dialog-header .p-dialog-title {
  font-weight: 700;
  font-size: 24px;
  color: #1D1D1F;
}
.p-dialog.mo-modal .p-dialog-header .p-dialog-header-icon,
.p-dialog.mo-modal-xl .p-dialog-header .p-dialog-header-icon,
.p-dialog.mo-modal-lg .p-dialog-header .p-dialog-header-icon,
.p-dialog.mo-modal-md .p-dialog-header .p-dialog-header-icon,
.p-dialog.mo-modal-sm .p-dialog-header .p-dialog-header-icon,
.p-dialog.mo-modal-xs .p-dialog-header .p-dialog-header-icon {
  padding: 0;
}
.p-dialog.mo-modal .p-dialog-content,
.p-dialog.mo-modal-xl .p-dialog-content,
.p-dialog.mo-modal-lg .p-dialog-content,
.p-dialog.mo-modal-md .p-dialog-content,
.p-dialog.mo-modal-sm .p-dialog-content,
.p-dialog.mo-modal-xs .p-dialog-content {
  padding: 8px 24px;
  font-weight: 300;
  font-size: 16px;
  color: #1D1D1F;
}
.p-dialog.mo-modal .p-dialog-content .p-confirm-dialog-message,
.p-dialog.mo-modal-xl .p-dialog-content .p-confirm-dialog-message,
.p-dialog.mo-modal-lg .p-dialog-content .p-confirm-dialog-message,
.p-dialog.mo-modal-md .p-dialog-content .p-confirm-dialog-message,
.p-dialog.mo-modal-sm .p-dialog-content .p-confirm-dialog-message,
.p-dialog.mo-modal-xs .p-dialog-content .p-confirm-dialog-message {
  font-weight: 300;
  font-size: 16px;
  line-height: 25.6px;
  color: #1D1D1F;
  margin: 0;
}
.p-dialog.mo-modal .p-dialog-footer,
.p-dialog.mo-modal-xl .p-dialog-footer,
.p-dialog.mo-modal-lg .p-dialog-footer,
.p-dialog.mo-modal-md .p-dialog-footer,
.p-dialog.mo-modal-sm .p-dialog-footer,
.p-dialog.mo-modal-xs .p-dialog-footer {
  padding: 8px 24px 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 16px;
}
.p-dialog.mo-modal .p-dialog-footer button,
.p-dialog.mo-modal-xl .p-dialog-footer button,
.p-dialog.mo-modal-lg .p-dialog-footer button,
.p-dialog.mo-modal-md .p-dialog-footer button,
.p-dialog.mo-modal-sm .p-dialog-footer button,
.p-dialog.mo-modal-xs .p-dialog-footer button {
  margin: 0;
}
.p-dialog.mo-modal .p-dialog-footer button .p-icon-wrapper,
.p-dialog.mo-modal-xl .p-dialog-footer button .p-icon-wrapper,
.p-dialog.mo-modal-lg .p-dialog-footer button .p-icon-wrapper,
.p-dialog.mo-modal-md .p-dialog-footer button .p-icon-wrapper,
.p-dialog.mo-modal-sm .p-dialog-footer button .p-icon-wrapper,
.p-dialog.mo-modal-xs .p-dialog-footer button .p-icon-wrapper {
  display: none;
}
.p-dialog.mo-modal-xs {
  width: 440px;
}
.p-dialog.mo-modal-sm {
  width: 600px;
}
.p-dialog.mo-modal-md {
  width: 760px;
}
.p-dialog.mo-modal-lg {
  width: 760px;
}
.p-dialog.mo-modal-xl {
  width: 1086px;
}
.p-dialog.mo-modal-no-footer .p-dialog-content {
  padding-bottom: 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.p-dialog.mo-modal-no-header .p-dialog-content {
  padding-top: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.p-dialog.mo-modal-no-footer.mo-modal-no-header .p-dialog-content {
  padding: 0;
  border-radius: 16px;
}
.mo-modal-body-text {
  color: #1D1D1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}
.p-paginator.egg-paginator {
  gap: var(--egg-space-200);
  background-color: transparent;
}
.p-paginator.egg-paginator .p-paginator-next {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: var(--egg-body-font-family);
  height: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-100) var(--egg-space-200);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
  gap: var(--egg-space-200);
  color: var(--egg-text-neutral-default);
  width: var(--egg-icon-medium);
  min-width: var(--egg-icon-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.p-paginator.egg-paginator .p-paginator-next:hover {
  background-color: var(--egg-background-default-default-hover);
}
.p-paginator.egg-paginator .p-paginator-next:disabled {
  color: var(--egg-text-neutral-secondary);
}
.p-paginator.egg-paginator .p-paginator-next .p-icon-wrapper {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-paginator.egg-paginator .p-paginator-next .p-paginator-icon {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  -webkit-mask-image: url(/assets/lib-components/components/pagination/paginator-next-arrow.svg);
  mask-image: url(/assets/lib-components/components/pagination/paginator-next-arrow.svg);
  background-color: currentColor;
  width: 12px;
  height: 12px;
}
.p-paginator.egg-paginator .p-paginator-next:has(.next-text) {
  width: auto;
  min-width: unset;
  padding-left: var(--egg-space-300);
}
.p-paginator.egg-paginator .p-paginator-last {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: var(--egg-body-font-family);
  height: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-100) var(--egg-space-200);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
  gap: var(--egg-space-200);
  color: var(--egg-text-neutral-default);
  width: var(--egg-icon-medium);
  min-width: var(--egg-icon-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.p-paginator.egg-paginator .p-paginator-last:hover {
  background-color: var(--egg-background-default-default-hover);
}
.p-paginator.egg-paginator .p-paginator-last:disabled {
  color: var(--egg-text-neutral-secondary);
}
.p-paginator.egg-paginator .p-paginator-last .p-icon-wrapper {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-paginator.egg-paginator .p-paginator-last .p-paginator-icon {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  -webkit-mask-image: url(/assets/lib-components/components/pagination/paginator-last-arrow.svg);
  mask-image: url(/assets/lib-components/components/pagination/paginator-last-arrow.svg);
  background-color: currentColor;
  width: 12px;
  height: 12px;
}
.p-paginator.egg-paginator .p-paginator-last:has(.last-text) {
  width: auto;
  min-width: unset;
  padding-left: var(--egg-space-300);
}
.p-paginator.egg-paginator .p-paginator-prev {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: var(--egg-body-font-family);
  height: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-100) var(--egg-space-200);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
  gap: var(--egg-space-200);
  color: var(--egg-text-neutral-default);
  width: var(--egg-icon-medium);
  min-width: var(--egg-icon-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.p-paginator.egg-paginator .p-paginator-prev:hover {
  background-color: var(--egg-background-default-default-hover);
}
.p-paginator.egg-paginator .p-paginator-prev:disabled {
  color: var(--egg-text-neutral-secondary);
}
.p-paginator.egg-paginator .p-paginator-prev .p-icon-wrapper {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-paginator.egg-paginator .p-paginator-prev .p-paginator-icon {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  -webkit-mask-image: url(/assets/lib-components/components/pagination/paginator-prev-arrow.svg);
  mask-image: url(/assets/lib-components/components/pagination/paginator-prev-arrow.svg);
  background-color: currentColor;
  width: 12px;
  height: 12px;
}
.p-paginator.egg-paginator .p-paginator-prev:has(.prev-text) {
  width: auto;
  min-width: unset;
  padding-right: var(--egg-space-300);
}
.p-paginator.egg-paginator .p-paginator-first {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: var(--egg-body-font-family);
  height: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  border-radius: var(--egg-radius-300);
  padding: var(--egg-space-100) var(--egg-space-200);
  font-size: var(--egg-body-size-extra-small);
  font-weight: var(--egg-body-font-weight-strong);
  gap: var(--egg-space-200);
  color: var(--egg-text-neutral-default);
  width: var(--egg-icon-medium);
  min-width: var(--egg-icon-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: color 0.2s;
}
.p-paginator.egg-paginator .p-paginator-first:hover {
  background-color: var(--egg-background-default-default-hover);
}
.p-paginator.egg-paginator .p-paginator-first:disabled {
  color: var(--egg-text-neutral-secondary);
}
.p-paginator.egg-paginator .p-paginator-first .p-icon-wrapper {
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-paginator.egg-paginator .p-paginator-first .p-paginator-icon {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  -webkit-mask-image: url(/assets/lib-components/components/pagination/paginator-first-arrow.svg);
  mask-image: url(/assets/lib-components/components/pagination/paginator-first-arrow.svg);
  background-color: currentColor;
  width: 12px;
  height: 12px;
}
.p-paginator.egg-paginator .p-paginator-first:has(.first-text) {
  width: auto;
  min-width: unset;
  padding-right: var(--egg-space-300);
}
.p-paginator.egg-paginator .p-paginator-pages {
  display: flex;
  gap: var(--egg-space-200);
}
.p-paginator.egg-paginator .p-paginator-pages .p-paginator-page {
  cursor: pointer;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: var(--egg-body-font-family);
  height: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  border-radius: var(--egg-radius-200);
  font-size: var(--egg-body-size-small);
  font-weight: var(--egg-body-font-weight-strong);
  color: var(--egg-text-neutral-default);
  width: var(--egg-icon-medium);
  min-width: var(--egg-icon-medium);
}
.p-paginator.egg-paginator .p-paginator-pages .p-paginator-page:hover {
  background-color: var(--egg-background-default-default-hover);
}
.p-paginator.egg-paginator .p-paginator-pages .p-paginator-page.p-paginator-page-selected {
  color: var(--egg-text-neutral-tertiary);
  background-color: var(--egg-background-brand-default);
}
.p-paginator.egg-paginator .p-paginator-pages .p-paginator-page.p-paginator-page-selected:hover {
  background-color: var(--egg-background-brand-hover);
}
.p-paginator.egg-paginator .p-select.egg-select-input {
  height: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
}
.mo-bg-panel {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: white;
  margin-bottom: 1rem;
}
.p-datatable.egg-table {
  font-size: 14px;
}
.p-datatable.egg-table p-sorticon {
  display: inline-flex;
  vertical-align: middle;
}
.p-datatable.egg-table .p-datatable-filter p-fluid input,
.p-datatable.egg-table .p-datatable-filter p-fluid .p-inputtext {
  border-radius: var(--egg-radius-300);
}
.p-datatable.egg-table .p-datatable-filter .p-select {
  line-height: normal;
  background-color: var(--egg-white-1000);
}
.p-datatable.egg-table .p-fluid .p-inputtext::placeholder {
  color: #999999;
  opacity: 1;
}
.p-datatable.egg-table .p-fluid .p-inputtext:hover,
.p-datatable.egg-table .p-fluid .p-inputtext:focus {
  border-color: var(--egg-border-brand-default);
  outline: none;
  box-shadow: none;
}
.p-datatable.egg-table .p-column-filter-menu-button.p-column-filter-menu-button-active,
.p-datatable.egg-table .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  color: var(--egg-text-brand-default);
}
.p-datatable.egg-table .p-datatable-tbody > tr.p-highlight,
.p-datatable.egg-table.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  color: var(--egg-text-brand-default);
}
.p-datatable.egg-table > .p-datatable-wrapper {
  overflow: auto !important;
}
.p-datatable.egg-table .p-datatable-loading-overlay.p-component-overlay {
  background-color: transparent;
  margin: 0 !important;
}
.p-datatable.egg-table .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: var(--egg-text-neutral-on-neutral);
  background-color: var(--egg-background-neutral-default);
}
.p-datatable.egg-table .p-column-filter-row p-columnfilterformelement {
  max-width: 200px !important;
}
.p-datatable.egg-table .p-sortable-column:focus {
  box-shadow: none;
}
.p-datatable.egg-table .p-sortable-column.p-highlight {
  background: none;
  color: var(--egg-text-brand-default);
}
.p-datatable.egg-table .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: var(--egg-text-brand-default);
  background-color: transparent;
}
.p-datatable.egg-table .p-sortable-column.p-highlight:hover,
.p-datatable.egg-table .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  background-color: transparent;
  color: var(--egg-text-brand-default);
}
.p-datatable.egg-table .p-sortable-column:not(.p-highlight):hover,
.p-datatable.egg-table .p-select:not(.p-disabled):hover {
  background: transparent;
}
.p-datatable.egg-table .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: var(--egg-text-brand-default);
}
.p-datatable.egg-table .p-datatable-thead > tr > th {
  background-color: transparent;
}
.p-datatable.egg-table .p-datatable-tbody > tr {
  color: #495057;
  transition: box-shadow 0.2s;
  background-color: transparent !important;
  border: none !important;
}
.p-datatable.egg-table .p-datatable-tbody > tr:nth-child(even) {
  background-color: var(--egg-background-default-default) !important;
}
.p-datatable.egg-table.p-datatable-sm .p-datatable-thead > tr > th,
.p-datatable.egg-table.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem;
  background-color: transparent;
  border: none;
}
.p-datatable.egg-table .p-select:not(.p-disabled).p-focus {
  border-color: var(--egg-border-brand-default);
}
.p-datatable.egg-table .p-select-panel {
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.p-datatable.egg-table .p-select-panel .p-select-items .p-select-item.p-highlight {
  color: black;
  font-weight: 600;
  background-color: rgb(250, 250, 250);
}
.p-datatable.egg-table .p-popover.p-component {
  background-color: white;
}
.p-tabs {
  font-size: var(--egg-body-size-small);
  display: flex;
  flex-direction: column;
  gap: var(--egg-space-400);
}
.p-tabs .p-tablist .p-tablist-nav-button,
.p-tabs .p-tablist .p-tablist-next-button {
  background-color: var(--egg-white-1000);
}
.p-tabs .p-tablist-content {
  position: relative;
}
.p-tabs .p-tablist-content .p-tablist-tab-list {
  display: flex;
  gap: var(--egg-space-200);
  background: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.p-tabs .p-tablist-content .p-tablist-tab-list .p-tab {
  background-color: var(--egg-background-neutral-default);
  border: none;
  font-family: var(--egg-body-font-family), serif;
  font-weight: var(--egg-body-font-weight-strong);
  font-size: var(--egg-body-size-small);
  padding: var(--egg-space-100) var(--egg-space-400);
  border-radius: var(--egg-radius-full);
  text-decoration: none;
  z-index: 2;
  display: block;
  text-align: center;
  margin-bottom: 0;
  transition: color 300ms, background-color 300ms;
}
.p-tabs .p-tablist-content .p-tablist-tab-list .p-tab:hover {
  background-color: var(--egg-background-neutral-hover);
  color: var(--egg-text-neutral-on-neutral);
}
.p-tabs .p-tablist-content .p-tablist-tab-list .p-tab.p-tab-active {
  color: var(--egg-text-brand-default);
}
.p-tabs .p-tablist-content .p-tablist-nav-button {
  color: var(--egg-text-neutral-secondary);
  transition: color 250ms;
  z-index: 3;
  background: none;
  border: none;
}
.p-tabs .p-tablist-content .p-tablist-nav-button:hover {
  color: var(--egg-text-neutral-on-neutral);
}
.p-tabs .p-tablist-content .p-tablist-nav-button .p-icon {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  background-color: currentcolor;
  width: var(--egg-icon-small);
  height: var(--egg-icon-small);
}
.p-tabs .p-tablist-content .p-tablist-prev-button .p-icon {
  -webkit-mask-image: url(/assets/lib-components/icons/back.svg);
  mask-image: url(/assets/lib-components/icons/back.svg);
}
.p-tabs .p-tablist-content .p-tablist-next-button .p-icon {
  -webkit-mask-image: url(/assets/lib-components/icons/forward.svg);
  mask-image: url(/assets/lib-components/icons/forward.svg);
}
.p-tabs .p-tablist-content .p-tablist-active-bar {
  display: block;
  position: absolute;
  margin: 0;
  border: 0;
  border-radius: var(--egg-radius-full);
  min-height: 100%;
  background-color: color-mix(in srgb, var(--egg-background-brand-secondary) 30%, transparent);
  z-index: 3;
  transition: all 500ms cubic-bezier(0.35, 0, 0.25, 1);
}
.p-tabs .p-tabpanels {
  margin-top: 0;
  padding: 0;
}
.p-tabs p-select {
  line-height: 1;
}
.tabs-card {
  background-color: var(--egg-white-1000);
  border-radius: var(--egg-radius-600);
  padding: var(--egg-space-600);
}
.egg-dialog-xl .row,
.egg-dialog-lg .row,
.egg-dialog-md .row,
.egg-dialog-sm .row,
.egg-dialog-xs .row {
  margin-left: 0;
  margin-right: 0;
}
.egg-dialog-body-p-40x {
  padding: 0 40px;
}
.egg-dialog-body-p-24x-10y {
  padding: 8px 24px 24px;
}
.egg-dialog-body-p-24x {
  padding: 24px;
}
.p-dialog.egg-dialog,
.p-dialog.egg-dialog-xl,
.p-dialog.egg-dialog-lg,
.p-dialog.egg-dialog-md,
.p-dialog.egg-dialog-sm,
.p-dialog.egg-dialog-xs {
  border-radius: 16px;
  width: fit-content;
}
.p-dialog.egg-dialog .p-dialog-footer,
.p-dialog.egg-dialog-xl .p-dialog-footer,
.p-dialog.egg-dialog-lg .p-dialog-footer,
.p-dialog.egg-dialog-md .p-dialog-footer,
.p-dialog.egg-dialog-sm .p-dialog-footer,
.p-dialog.egg-dialog-xs .p-dialog-footer {
  padding: var(--egg-space-800) var(--egg-space-600) var(--egg-space-600) var(--egg-space-600);
  border-bottom-left-radius: var(--egg-radius-400);
  border-bottom-right-radius: var(--egg-radius-400);
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: var(--egg-space-200);
}
.p-dialog.egg-dialog .p-dialog-footer button,
.p-dialog.egg-dialog-xl .p-dialog-footer button,
.p-dialog.egg-dialog-lg .p-dialog-footer button,
.p-dialog.egg-dialog-md .p-dialog-footer button,
.p-dialog.egg-dialog-sm .p-dialog-footer button,
.p-dialog.egg-dialog-xs .p-dialog-footer button {
  margin: 0;
}
.p-dialog.egg-dialog .p-dialog-footer button .p-icon-wrapper,
.p-dialog.egg-dialog-xl .p-dialog-footer button .p-icon-wrapper,
.p-dialog.egg-dialog-lg .p-dialog-footer button .p-icon-wrapper,
.p-dialog.egg-dialog-md .p-dialog-footer button .p-icon-wrapper,
.p-dialog.egg-dialog-sm .p-dialog-footer button .p-icon-wrapper,
.p-dialog.egg-dialog-xs .p-dialog-footer button .p-icon-wrapper {
  display: none;
}
.p-dialog.egg-dialog .p-dialog-header,
.p-dialog.egg-dialog-xl .p-dialog-header,
.p-dialog.egg-dialog-lg .p-dialog-header,
.p-dialog.egg-dialog-md .p-dialog-header,
.p-dialog.egg-dialog-sm .p-dialog-header,
.p-dialog.egg-dialog-xs .p-dialog-header {
  padding: var(--egg-space-400) var(--egg-space-600) var(--egg-space-600) var(--egg-space-600);
  border-top-left-radius: var(--egg-radius-400);
  border-top-right-radius: var(--egg-radius-400);
}
.p-dialog.egg-dialog .p-dialog-header .p-dialog-title,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-title,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-title,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-title,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-title,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-title {
  font-family: var(--egg-heading-font-family);
  font-weight: var(--egg-heading-font-weight);
  font-size: var(--egg-heading-size-base);
  line-height: 38.4px;
  color: var(--egg-text-neutral-default);
}
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button {
}
.p-dialog.egg-dialog .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xl .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-lg .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-md .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-sm .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon,
.p-dialog.egg-dialog-xs .p-dialog-header .p-dialog-header-actions .p-dialog-close-button .p-icon {
}
.p-dialog.egg-dialog .p-dialog-content,
.p-dialog.egg-dialog-xl .p-dialog-content,
.p-dialog.egg-dialog-lg .p-dialog-content,
.p-dialog.egg-dialog-md .p-dialog-content,
.p-dialog.egg-dialog-sm .p-dialog-content,
.p-dialog.egg-dialog-xs .p-dialog-content {
  padding: 0 var(--egg-space-600);
  font-weight: var(--egg-body-font-weight-regular);
  font-size: var(--egg-body-size-medium);
  color: var(--egg-text-neutral-default);
}
.p-dialog.egg-dialog .p-dialog-content .p-confirm-dialog-message,
.p-dialog.egg-dialog-xl .p-dialog-content .p-confirm-dialog-message,
.p-dialog.egg-dialog-lg .p-dialog-content .p-confirm-dialog-message,
.p-dialog.egg-dialog-md .p-dialog-content .p-confirm-dialog-message,
.p-dialog.egg-dialog-sm .p-dialog-content .p-confirm-dialog-message,
.p-dialog.egg-dialog-xs .p-dialog-content .p-confirm-dialog-message {
  font-weight: var(--egg-body-font-weight-regular);
  font-size: var(--egg-body-size-medium);
  line-height: 25.6px;
  color: var(--egg-text-neutral-default);
  margin: 0;
}
.p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-header),
.p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-header),
.p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-header),
.p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-header),
.p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-header),
.p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-header) {
  padding-top: 0;
  border-top-left-radius: var(--egg-radius-400);
  border-top-right-radius: var(--egg-radius-400);
}
.p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-header) .p-dialog-header,
.p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-header) .p-dialog-header,
.p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-header) .p-dialog-header,
.p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-header) .p-dialog-header,
.p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-header) .p-dialog-header,
.p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-header) .p-dialog-header {
  padding-left: 0;
  padding-right: 0;
}
.p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-footer),
.p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-footer),
.p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-footer),
.p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-footer),
.p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-footer),
.p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-footer) {
  padding-bottom: 0;
  border-bottom-left-radius: var(--egg-radius-400);
  border-bottom-right-radius: var(--egg-radius-400);
}
.p-dialog.egg-dialog .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer,
.p-dialog.egg-dialog-xl .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer,
.p-dialog.egg-dialog-lg .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer,
.p-dialog.egg-dialog-md .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer,
.p-dialog.egg-dialog-sm .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer,
.p-dialog.egg-dialog-xs .p-dialog-content:has(.p-dialog-footer) .p-dialog-footer {
  padding-left: 0;
  padding-right: 0;
}
.p-dialog.egg-dialog:not(:has(.p-dialog-header)) .p-dialog-content,
.p-dialog.egg-dialog-xl:not(:has(.p-dialog-header)) .p-dialog-content,
.p-dialog.egg-dialog-lg:not(:has(.p-dialog-header)) .p-dialog-content,
.p-dialog.egg-dialog-md:not(:has(.p-dialog-header)) .p-dialog-content,
.p-dialog.egg-dialog-sm:not(:has(.p-dialog-header)) .p-dialog-content,
.p-dialog.egg-dialog-xs:not(:has(.p-dialog-header)) .p-dialog-content {
  padding-top: var(--egg-space-400);
  border-top-left-radius: var(--egg-radius-400);
  border-top-right-radius: var(--egg-radius-400);
}
.p-dialog.egg-dialog:not(:has(.p-dialog-footer)) .p-dialog-content,
.p-dialog.egg-dialog-xl:not(:has(.p-dialog-footer)) .p-dialog-content,
.p-dialog.egg-dialog-lg:not(:has(.p-dialog-footer)) .p-dialog-content,
.p-dialog.egg-dialog-md:not(:has(.p-dialog-footer)) .p-dialog-content,
.p-dialog.egg-dialog-sm:not(:has(.p-dialog-footer)) .p-dialog-content,
.p-dialog.egg-dialog-xs:not(:has(.p-dialog-footer)) .p-dialog-content {
  padding-bottom: var(--egg-space-600);
  border-bottom-left-radius: var(--egg-radius-400);
  border-bottom-right-radius: var(--egg-radius-400);
}
.p-dialog.egg-dialog-xs {
  width: 440px;
}
.p-dialog.egg-dialog-sm {
  width: 600px;
}
.p-dialog.egg-dialog-md {
  width: 760px;
}
.p-dialog.egg-dialog-lg {
  width: 760px;
}
.p-dialog.egg-dialog-xl {
  width: 1086px;
}
.egg-dialog-body-text {
  color: #1D1D1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}
.egg-p-datepicker.p-datepicker {
  z-index: 2054 !important;
}
egg-lib-tag .egg-tag {
  font-family: var(--egg-body-font-family);
  font-weight: var(--egg-body-font-weight-strong);
  font-size: var(--egg-body-size-extra-small);
  padding: var(--egg-space-050) var(--egg-space-200) var(--egg-space-100) var(--egg-space-200);
  border-radius: var(--egg-radius-200);
  line-height: normal;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
}
egg-lib-tag .egg-tag::before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.2;
  z-index: 2;
}
egg-lib-status-light {
  display: flex;
  align-items: center;
  gap: var(--egg-space-400);
}
egg-lib-status-light .egg-status-light {
  width: 1rem;
  height: 1rem;
  border-radius: var(--egg-radius-rounded);
  transition: background-color 300ms;
}
egg-lib-status-light .egg-status-light-online {
  background-color: var(--egg-background-positive-default);
}
egg-lib-status-light .egg-status-light-danger {
  background-color: var(--egg-background-danger-default);
}
egg-lib-status-light .egg-status-light-offline {
  background-color: var(--egg-background-disabled-default);
}
egg-lib-header .header {
  width: 100%;
  height: 48px;
  padding: 0 var(--egg-space-400) 0 var(--egg-space-400);
  gap: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--egg-background-brand-default);
}
egg-lib-breadcrumb .egg-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--egg-space-200);
  padding-bottom: var(--egg-space-400);
  font-style: var(--egg-heading-font-family);
  font-weight: var(--egg-heading-font-weight);
  font-size: var(--egg-heading-size-small);
}
egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-item,
egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-divider {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--egg-text-default-tertiary);
}
egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-item:nth-last-of-type(1),
egg-lib-breadcrumb .egg-breadcrumb .egg-breadcrumb-divider:nth-last-of-type(1) {
  color: var(--egg-text-default-secondary);
}
egg-lib-iconed-label button {
  background-color: transparent;
  border: 0;
  border: none;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  padding: var(--egg-space-100) var(--egg-space-200);
  transition: all 0.2s linear 0s;
  gap: 6px;
  border-radius: var(--egg-radius-200);
}
egg-lib-iconed-label button:hover {
  background-color: var(--egg-background-neutral-default);
  color: var(--egg-text-neutral-default);
  border-radius: var(--egg-radius-200);
}
egg-lib-iconed-label button.active {
  background-color: var(--egg-background-brand-secondary);
}
egg-lib-iconed-label button.collapsed {
  padding: var(--egg-space-100);
}
egg-lib-iconed-label button:not(.active):hover .icon {
  color: var(--egg-icon-neutral-default);
}
egg-lib-iconed-label button:not(.active):hover .text {
  color: var(--egg-text-neutral-on-neutral);
}
egg-lib-iconed-label .icon {
  color: var(--egg-icon-neutral-secondary);
  transition: color 0.3s;
}
egg-lib-iconed-label .icon.active {
  color: var(--egg-icon-brand-default);
}
egg-lib-iconed-label .text {
  color: var(--egg-text-neutral-secondary);
  transition: all 0.3s;
}
egg-lib-iconed-label .text.active {
  color: var(--egg-text-brand-default);
}
egg-lib-iconed-label .text.collapsed {
  width: 0;
  opacity: 0;
}
egg-lib-iconed-label .toggle-icon:hover {
  opacity: 0.8;
}
egg-lib-sidebar .sidebar {
  height: 100%;
  width: 200px;
  background: var(--egg-background-default-secondary);
  border-right: 0.3px solid var(--egg-border-default-default);
  padding: var(--egg-space-200);
  gap: var(--egg-space-400);
  transition: width 0.3s ease;
  overflow: hidden auto;
  position: relative;
}
egg-lib-sidebar .sidebar ::-webkit-scrollbar {
  display: none;
}
egg-lib-sidebar .sidebar.collapsed {
  width: 81px;
  transition: width 0.3s ease;
}
egg-lib-sidebar .sidebar.hidden {
  width: 0;
  padding: 0;
  transition: all 0.1s linear;
  overflow: hidden;
}
egg-lib-sidebar .section-title {
  padding: var(--egg-space-200);
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}
egg-lib-sidebar .section-title.invisible {
  opacity: 0;
  left: -20px;
}
egg-lib-sidebar .subsection-body {
  padding-top: 2px;
  padding-left: var(--egg-space-800);
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
  border-radius: 10px;
}
egg-lib-sidebar .sidebar-action-component {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: var(--egg-space-300);
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
}
i {
  transform: rotate(0deg);
  transition: transform 0.1s ease-in-out;
}
i.rotate {
  transform: rotate(180deg);
}
egg-lib-avatar-dropdown .size-lg {
  min-width: var(--egg-icon-large);
  min-height: var(--egg-icon-large);
  max-width: var(--egg-icon-large);
  max-height: var(--egg-icon-large);
}
egg-lib-avatar-dropdown .size-md {
  min-width: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  max-width: var(--egg-icon-medium);
  max-height: var(--egg-icon-medium);
}
egg-lib-avatar-dropdown .size-sm {
  min-width: var(--egg-icon-small);
  min-height: var(--egg-icon-small);
  max-width: var(--egg-icon-small);
  max-height: var(--egg-icon-small);
}
egg-lib-avatar-dropdown .dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--egg-space-100);
  border-radius: 100px;
  background-color: var(--egg-background-neutral-quaternary);
  width: fit-content;
}
egg-lib-avatar-dropdown .dropdown-wrapper egg-lib-avatar-icon .icon {
  background-color: transparent;
}
egg-lib-avatar-icon .size-lg {
  min-width: var(--egg-icon-large);
  min-height: var(--egg-icon-large);
  max-width: var(--egg-icon-large);
  max-height: var(--egg-icon-large);
}
egg-lib-avatar-icon .size-md {
  min-width: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  max-width: var(--egg-icon-medium);
  max-height: var(--egg-icon-medium);
}
egg-lib-avatar-icon .icon {
  background-color: #bdbdbd;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
egg-lib-avatar-name .size-lg {
  min-width: var(--egg-icon-large);
  min-height: var(--egg-icon-large);
  max-width: var(--egg-icon-large);
  max-height: var(--egg-icon-large);
}
egg-lib-avatar-name .size-md {
  min-width: var(--egg-icon-medium);
  min-height: var(--egg-icon-medium);
  max-width: var(--egg-icon-medium);
  max-height: var(--egg-icon-medium);
}
egg-lib-avatar-name .icon {
  background-color: #bdbdbd;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
egg-lib-avatar-name .avatar-name-container {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--egg-space-100);
  border-radius: 80px;
  gap: var(--egg-space-200);
}
p-checkbox + label {
  cursor: pointer;
}
.egg-checkbox-input .p-checkbox-box,
.egg-table .p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  color: #495057;
  border-radius: 6px;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  background-color: transparent;
}
.egg-checkbox-input.p-checkbox-checked .p-checkbox-box,
.egg-checkbox-input.p-checkbox-checked.p-highlight .p-checkbox-box,
.egg-table .p-checkbox.p-checkbox-checked .p-checkbox-box,
.egg-table .p-checkbox.p-checkbox-checked.p-highlight .p-checkbox-box {
  border-color: var(--egg-background-brand-secondary);
  background-color: var(--egg-background-brand-secondary);
}
.egg-checkbox-input.p-checkbox-checked .p-checkbox-icon,
.egg-checkbox-input.p-checkbox-checked.p-highlight .p-checkbox-icon,
.egg-table .p-checkbox.p-checkbox-checked .p-checkbox-icon,
.egg-table .p-checkbox.p-checkbox-checked.p-highlight .p-checkbox-icon {
  color: var(--egg-icon-brand-on-brand);
}
.egg-checkbox-input.p-checkbox-checked:not(.p-checkbox-disabled) .p-checkbox-box:hover,
.egg-checkbox-input.p-checkbox-checked:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,
.egg-table .p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled) .p-checkbox-box:hover,
.egg-table .p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  border-color: var(--egg-background-brand-secondary);
}
.egg-checkbox-input.p-checkbox-checked:not(.p-checkbox-disabled) .p-checkbox-box.p-focus,
.egg-table .p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  box-shadow: 0 0 0 3px rgba(0, 125, 255, 0.2);
}
.egg-checkbox-input.p-checkbox-checked.p-checkbox-disabled .p-checkbox-box,
.egg-table .p-checkbox.p-checkbox-checked.p-checkbox-disabled .p-checkbox-box {
  border-color: var(--egg-border-disabled-secondary);
  background-color: var(--egg-background-disabled-default);
}
.egg-checkbox-input.p-checkbox-checked.p-checkbox-disabled .p-checkbox-icon,
.egg-table .p-checkbox.p-checkbox-checked.p-checkbox-disabled .p-checkbox-icon {
  color: var(--egg-icon-disabled-default);
}
.egg-checkbox-input .p-checkbox-label,
.egg-table .p-checkbox .p-checkbox-label {
  margin-left: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
egg-lib-progress-bar .working {
  background-color: rgba(96, 242, 255, 0.3019607843);
}
egg-lib-progress-bar .working * {
  color: #00C8FF;
}
egg-lib-progress-bar .working .inner-bar {
  position: absolute;
  height: 100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 200, 255, 0.5019607843);
}
egg-lib-progress-bar .background-warning-secondary * {
  color: var(--egg-text-warning-tertiary);
}
egg-lib-progress-bar .background-warning-secondary .inner-bar {
  position: absolute;
  height: 100%;
  transition: all 0.3s ease;
  background-color: var(--egg-background-warning-default);
}
egg-lib-progress-bar .progress-bar-component {
  height: 32px;
  display: flex;
  align-items: center;
}
egg-lib-progress-bar .outer-bar {
  transition: all 0.3s ease;
  width: 160px;
  height: 8px;
  overflow: hidden;
}
@media only screen and (width <= 750px) {
  egg-lib-progress-bar .progress-container {
    width: 100%;
  }
  egg-lib-progress-bar .outer-bar {
    transition: all 0.3s ease;
    width: 100% !important;
  }
  egg-lib-progress-bar .progress-message {
    display: none;
  }
}
.progress-container-compact {
  background-color: rgba(50, 146, 135, 0.2);
  border: 1px solid rgb(50, 146, 135);
  border-radius: var(--egg-radius-300);
  padding-left: var(--egg-space-100);
  color: rgb(50, 146, 135);
}
.progress-container-compact-warning {
  background-color: var(--egg-background-warning-secondary) !important;
  border: 1px solid var(--egg-border-warning-tertiary) !important;
  color: var(--egg-text-warning-tertiary) !important;
}
.cursor-pointer {
  cursor: pointer;
}
.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.animation-fade-in {
  opacity: 1;
  animation: fadein 0.15s ease-in;
}
.push:active {
  animation: pulse 0.3s linear 1;
}
@keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@layer bootstrap {
  /*!
   * Bootstrap  v5.3.7 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :root,
  [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb:
      13,
      110,
      253;
    --bs-secondary-rgb:
      108,
      117,
      125;
    --bs-success-rgb:
      25,
      135,
      84;
    --bs-info-rgb:
      13,
      202,
      240;
    --bs-warning-rgb:
      255,
      193,
      7;
    --bs-danger-rgb:
      220,
      53,
      69;
    --bs-light-rgb:
      248,
      249,
      250;
    --bs-dark-rgb:
      33,
      37,
      41;
    --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(10, 54, 33.6);
    --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
    --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
    --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(209, 231, 220.8);
    --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
    --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
    --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(163, 207, 186.6);
    --bs-info-border-subtle: rgb(158.2, 233.8, 249);
    --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
    --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb:
      255,
      255,
      255;
    --bs-black-rgb:
      0,
      0,
      0;
    --bs-font-sans-serif:
      system-ui,
      -apple-system,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      "Liberation Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --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: #212529;
    --bs-body-color-rgb:
      33,
      37,
      41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb:
      255,
      255,
      255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb:
      0,
      0,
      0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb:
      33,
      37,
      41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb:
      233,
      236,
      239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb:
      33,
      37,
      41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb:
      248,
      249,
      250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb:
      13,
      110,
      253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(10.4, 88, 202.4);
    --bs-link-hover-color-rgb:
      10,
      88,
      202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(255, 242.6, 205.4);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }
  [data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb:
      222,
      226,
      230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb:
      33,
      37,
      41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb:
      255,
      255,
      255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb:
      222,
      226,
      230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb:
      52,
      58,
      64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb:
      222,
      226,
      230;
    --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
    --bs-tertiary-bg-rgb:
      43,
      48,
      53;
    --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
    --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
    --bs-success-text-emphasis: rgb(117, 183, 152.4);
    --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
    --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
    --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
    --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
    --bs-success-bg-subtle: rgb(5, 27, 16.8);
    --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
    --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
    --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
    --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
    --bs-success-border-subtle: rgb(15, 81, 50.4);
    --bs-info-border-subtle: rgb(7.8, 121.2, 144);
    --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
    --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(109.8, 168, 253.8);
    --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
    --bs-link-color-rgb:
      110,
      168,
      254;
    --bs-link-hover-color-rgb:
      139,
      185,
      254;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(102, 77.2, 2.8);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 183, 152.4);
    --bs-form-valid-border-color: rgb(117, 183, 152.4);
    --bs-form-invalid-color: rgb(234, 133.8, 143.4);
    --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
  }
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }
  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] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul {
    padding-left: 2rem;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small,
  .small {
    font-size: 0.875em;
  }
  mark,
  .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
  }
  sub,
  sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
  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;
  }
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 1em;
  }
  figure {
    margin: 0 0 1rem;
  }
  img,
  svg {
    vertical-align: middle;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
  }
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  label {
    display: inline-block;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  select {
    text-transform: none;
  }
  [role=button] {
    cursor: pointer;
  }
  select {
    word-wrap: normal;
  }
  select:disabled {
    opacity: 1;
  }
  [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  textarea {
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    line-height: inherit;
    font-size: calc(1.275rem + 0.3vw);
  }
  @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] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  ::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  iframe {
    border: 0;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  progress {
    vertical-align: baseline;
  }
  [hidden] {
    display: none !important;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.625rem + 4.5vw);
  }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem;
    }
  }
  .display-2 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.575rem + 3.9vw);
  }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
    }
  }
  .display-3 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.525rem + 3.3vw);
  }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
    }
  }
  .display-4 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw);
  }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem;
    }
  }
  .display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.425rem + 2.1vw);
  }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem;
    }
  }
  .display-6 {
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw);
  }
  @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: #6c757d;
  }
  .blockquote-footer::before {
    content: "\2014\a0";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    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: var(--bs-secondary-color);
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container-sm,
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
      max-width: 1320px;
    }
  }
  :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }
  .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(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
  }
  .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.66666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  @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.33333333%;
    }
    .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.66666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
    .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;
    }
  }
  @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.33333333%;
    }
    .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.66666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
    .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;
    }
  }
  @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.33333333%;
    }
    .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.66666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
    .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;
    }
  }
  @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.33333333%;
    }
    .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.66666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
    .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;
    }
  }
  @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.33333333%;
    }
    .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.66666667%;
    }
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xxl-0 {
      margin-left: 0;
    }
    .offset-xxl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
      margin-left: 25%;
    }
    .offset-xxl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
      margin-left: 50%;
    }
    .offset-xxl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
      margin-left: 75%;
    }
    .offset-xxl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
      margin-left: 91.66666667%;
    }
    .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;
    }
  }
  .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  }
  .caption-top {
    caption-side: top;
  }
  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }
  .table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
  }
  .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-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
  }
  .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
  }
  .table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 226, 254.6);
    --bs-table-border-color: rgb(165.28, 180.8, 203.68);
    --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-border-color: rgb(180.48, 181.92, 183.2);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(209, 231, 220.8);
    --bs-table-border-color: rgb(167.2, 184.8, 176.64);
    --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(165.28, 195.52, 201.6);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(204, 194.08, 164.32);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(248, 214.6, 217.8);
    --bs-table-border-color: rgb(198.4, 171.68, 174.24);
    --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(198.4, 199.2, 200);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(77.4, 80.6, 83.8);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .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;
    }
  }
  .form-label {
    margin-bottom: 0.5rem;
  }
  .col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  .col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
  }
  .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
  }
  .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    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(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
  }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
  }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
  }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
      transition: none;
    }
  }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
  }
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
  }
  .form-control-plaintext:focus {
    outline: 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 + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
  }
  .form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
  }
  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
  }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none;
    }
  }
  .form-select:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-select[multiple],
  .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
  }
  .form-select:disabled {
    background-color: var(--bs-secondary-bg);
  }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
  }
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }
  .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  [data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
  }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
  }
  .form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
  }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
  }
  .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .form-check-input[type=checkbox] {
    border-radius: 0.25em;
  }
  .form-check-input[type=radio] {
    border-radius: 50%;
  }
  .form-check-input:active {
    filter: brightness(90%);
  }
  .form-check-input:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  }
  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
  }
  .form-switch {
    padding-left: 2.5em;
  }
  .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
      transition: none;
    }
  }
  .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
  }
  .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
  }
  .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
  }
  .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .btn-check[disabled] + .btn,
  .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
  }
  [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
  }
  .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
    background-color: transparent;
  }
  .form-range:focus {
    outline: 0;
  }
  .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range::-moz-focus-outer {
    border: 0;
  }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  .form-range::-webkit-slider-thumb:active {
    background-color: rgb(182.4, 211.5, 254.4);
  }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
      transition: none;
    }
  }
  .form-range::-moz-range-thumb:active {
    background-color: rgb(182.4, 211.5, 254.4);
  }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range:disabled {
    pointer-events: none;
  }
  .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-floating {
    position: relative;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
  }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), 0.65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) 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,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
  }
  .form-floating > .form-control::placeholder,
  .form-floating > .form-control-plaintext::placeholder {
    color: transparent;
  }
  .form-floating > .form-control:focus,
  .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:-webkit-autofill,
  .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > textarea:focus ~ label::after,
  .form-floating > textarea:not(:placeholder-shown) ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
  }
  .form-floating > textarea:disabled ~ label::after {
    background-color: var(--bs-secondary-bg);
  }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
  }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group .btn:focus {
    z-index: 5;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
  }
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .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: var(--bs-border-radius-sm);
  }
  .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):not(.form-floating),
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(-1 * var(--bs-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .form-floating:not(:first-child) > .form-control,
  .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
  }
  .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: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:valid:focus,
  .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
  }
  .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"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    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: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-control-color:valid,
  .form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:valid,
  .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-check-input:valid:checked,
  .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
  }
  .was-validated .form-check-input:valid:focus,
  .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-check-input:valid ~ .form-check-label,
  .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
  }
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):valid,
  .input-group > .form-control:not(:focus).is-valid,
  .was-validated .input-group > .form-select:not(:focus):valid,
  .input-group > .form-select:not(:focus).is-valid,
  .was-validated .input-group > .form-floating:not(:focus-within):valid,
  .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
  }
  .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: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:invalid:focus,
  .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
  }
  .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"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    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: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-control-color:invalid,
  .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:invalid,
  .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-check-input:invalid:checked,
  .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
  }
  .was-validated .form-check-input:invalid:focus,
  .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-check-input:invalid ~ .form-check-label,
  .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
  }
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):invalid,
  .input-group > .form-control:not(:focus).is-invalid,
  .was-validated .input-group > .form-select:not(:focus):invalid,
  .input-group > .form-select:not(:focus).is-invalid,
  .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
  }
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
  }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active,
  .btn:first-child:active,
  .btn.active,
  .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
  }
  .btn-check:checked + .btn:focus-visible,
  :not(.btn-check) + .btn:active:focus-visible,
  .btn:first-child:active:focus-visible,
  .btn.active:focus-visible,
  .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn:disabled,
  .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
  }
  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
    --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
    --bs-btn-focus-shadow-rgb:
      49,
      132,
      253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(10.4, 88, 202.4);
    --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
  }
  .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb:
      130,
      138,
      145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
  }
  .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
    --bs-btn-hover-border-color: rgb(20, 108, 67.2);
    --bs-btn-focus-shadow-rgb:
      60,
      153,
      110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 108, 67.2);
    --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
  }
  .btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb:
      11,
      172,
      204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
  }
  .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb:
      217,
      164,
      6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
  }
  .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
    --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
    --bs-btn-focus-shadow-rgb:
      225,
      83,
      97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(176, 42.4, 55.2);
    --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
  }
  .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb:
      211,
      212,
      213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
  }
  .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb:
      66,
      70,
      73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
  }
  .btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb:
      13,
      110,
      253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
  }
  .btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb:
      108,
      117,
      125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
  }
  .btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb:
      25,
      135,
      84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
  }
  .btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb:
      13,
      202,
      240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
  }
  .btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb:
      255,
      193,
      7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
  }
  .btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb:
      220,
      53,
      69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
  }
  .btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb:
      248,
      249,
      250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
  }
  .btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb:
      33,
      37,
      41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
  }
  .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb:
      49,
      132,
      253;
    text-decoration: underline;
  }
  .btn-link:focus-visible {
    color: var(--bs-btn-color);
  }
  .btn-link:hover {
    color: var(--bs-btn-hover-color);
  }
  .btn-lg,
  .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  .btn-sm,
  .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
  .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;
    }
  }
  .dropup,
  .dropend,
  .dropdown,
  .dropstart,
  .dropup-center,
  .dropdown-center {
    position: relative;
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
  }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
  }
  .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: var(--bs-dropdown-spacer);
  }
  .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: var(--bs-dropdown-spacer);
  }
  .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;
  }
  .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
  }
  .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .dropstart .dropdown-toggle::after {
    display: none;
  }
  .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  .dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle::before {
    vertical-align: 0;
  }
  .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
  }
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
  }
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
  }
  .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
  }
  .dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
  }
  .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 {
    border-radius: var(--bs-border-radius);
  }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(-1 * var(--bs-border-width));
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:nth-child(n+3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .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.375rem;
    padding-left: 0.375rem;
  }
  .btn-lg + .dropdown-toggle-split,
  .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .btn-group-vertical {
    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: calc(-1 * var(--bs-border-width));
  }
  .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:nth-child(n+3),
  .btn-group-vertical > :not(.btn-check) + .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    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: var(--bs-nav-link-hover-color);
  }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .nav-link.disabled,
  .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
  }
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
  }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
  }
  .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
  }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  }
  .nav-underline .nav-link:hover,
  .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
  }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
  }
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    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;
  }
  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  }
  .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: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
  }
  .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
  }
  .navbar-nav .dropdown-menu {
    position: static;
  }
  .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
  }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color);
  }
  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  @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 var(--bs-navbar-toggler-focus-width);
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    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: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .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 {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .navbar-dark,
  .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: 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");
  }
  [data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: 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");
  }
  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
  }
  .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: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }
  .card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
  }
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  }
  .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }
  .card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
  }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
  }
  .card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  .card-img,
  .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
  }
  @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 {
      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 {
      border-bottom-left-radius: 0;
    }
  }
  .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  }
  .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-collapse,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button,
  .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
  }
  [data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%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-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%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-.708'/%3e%3c/svg%3e");
  }
  .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
  }
  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }
  .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
  }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
  }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
  }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
  }
  .page-item:not(:first-child) .page-link {
    margin-left: calc(-1 * var(--bs-border-width));
  }
  .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }
  .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
  }
  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
  }
  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
  }
  .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
  }
  .alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  .alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
  }
  .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  }
  .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
  }
  .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
  }
  .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
  }
  .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
  }
  .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
  }
  .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: var(--bs-progress-height);
    }
  }
  .progress,
  .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
  }
  @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: var(--bs-progress-height) var(--bs-progress-height);
  }
  .progress-stacked > .progress {
    overflow: visible;
  }
  .progress-stacked > .progress > .progress-bar {
    width: 100%;
  }
  .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none;
    }
  }
  .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
  }
  .list-group-numbered {
    list-style-type: none;
    counter-reset: section;
  }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
  }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
  }
  .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
  }
  .list-group-item-action:not(.active):hover,
  .list-group-item-action:not(.active):focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
  }
  .list-group-item-action:not(.active):active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
  }
  .list-group-horizontal {
    flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1400px) {
    .list-group-horizontal-xxl {
      flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  .list-group-flush {
    border-radius: 0;
  }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
  }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
  }
  .list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
  }
  .list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
  }
  .list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
  }
  .list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
  }
  .list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
  }
  .list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
  }
  .list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
  }
  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }
  .btn-close:disabled,
  .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
  }
  .btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
  }
  :root,
  [data-bs-theme=light] {
    --bs-btn-close-filter: ;
  }
  [data-bs-theme=dark] {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
  }
  .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
  }
  .toast.showing {
    opacity: 0;
  }
  .toast:not(.show) {
    display: none;
  }
  .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
  }
  .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  }
  .toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
  }
  .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
  }
  .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
  }
  @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% - var(--bs-modal-margin) * 2);
  }
  .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% - var(--bs-modal-margin) * 2);
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
    margin-left: auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      --bs-modal-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,
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  @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,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
  @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,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
  }
  .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity);
  }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
  }
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-top .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-top .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
  }
  .bs-tooltip-end .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-end .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
  }
  .bs-tooltip-bottom .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-bottom .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
  }
  .bs-tooltip-start .tooltip-arrow,
  .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-start .tooltip-arrow::before,
  .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
  }
  .tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
  }
  .popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    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;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
  }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
  }
  .popover .popover-arrow::before,
  .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
  }
  .bs-popover-top > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-top > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
  .bs-popover-top > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-top > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-top > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
  }
  .bs-popover-end > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-end > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
  .bs-popover-end > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-end > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-end > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
  }
  .bs-popover-bottom > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-bottom > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
  .bs-popover-bottom > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-bottom > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-bottom > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
  }
  .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: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  }
  .bs-popover-start > .popover-arrow,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-start > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
  .bs-popover-start > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-start > .popover-arrow::before,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-start > .popover-arrow::after,
  .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
  }
  .popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
  }
  .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;
  }
  .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%);
  }
  .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: #fff;
    text-align: center;
    background: none;
    filter: var(--bs-carousel-control-icon-filter);
    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: #fff;
    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%;
  }
  .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='%23fff'%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 0'/%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='%23fff'%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-.708'/%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%;
  }
  .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: var(--bs-carousel-indicator-active-bg);
    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: var(--bs-carousel-caption-color);
    text-align: center;
  }
  .carousel-dark {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100);
  }
  :root,
  [data-bs-theme=light] {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter: ;
  }
  [data-bs-theme=dark] {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100);
  }
  .spinner-grow,
  .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }
  .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
  }
  .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
  }
  .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
      --bs-spinner-animation-speed: 1.5s;
    }
  }
  .offcanvas,
  .offcanvas-xxl,
  .offcanvas-xl,
  .offcanvas-lg,
  .offcanvas-md,
  .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none;
    }
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
      visibility: visible;
    }
  }
  @media (min-width: 576px) {
    .offcanvas-sm {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
      display: none;
    }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
      visibility: visible;
    }
  }
  @media (min-width: 768px) {
    .offcanvas-md {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
      display: none;
    }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
      visibility: visible;
    }
  }
  @media (min-width: 992px) {
    .offcanvas-lg {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
      display: none;
    }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1200px) {
    .offcanvas-xl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
      display: none;
    }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1400px) {
    .offcanvas-xxl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
      display: none;
    }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none;
    }
  }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas.showing,
  .offcanvas.show:not(.hiding) {
    transform: none;
  }
  .offcanvas.showing,
  .offcanvas.hiding,
  .offcanvas.show {
    visibility: visible;
  }
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  .offcanvas-backdrop.show {
    opacity: 0.5;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-left: auto;
  }
  .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
  }
  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
  }
  .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: 0.6em;
  }
  .placeholder-sm {
    min-height: 0.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 {
    -webkit-mask-image:
      linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%);
    mask-image:
      linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
  }
  @keyframes placeholder-wave {
    100% {
      -webkit-mask-position: -200% 0%;
      mask-position: -200% 0%;
    }
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-primary:hover,
  .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary:hover,
  .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success:hover,
  .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info:hover,
  .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning:hover,
  .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger:hover,
  .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light:hover,
  .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark:hover,
  .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis:hover,
  .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  }
  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }
  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }
  .icon-link-hover:hover > .bi,
  .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }
  .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: 75%;
  }
  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .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;
  }
  .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-sm-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-md-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-lg-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xxl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  .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;
  }
  .visually-hidden,
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
    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;
  }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
  }
  .visually-hidden *,
  .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !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;
  }
  .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }
  .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;
  }
  .object-fit-contain {
    object-fit: contain !important;
  }
  .object-fit-cover {
    object-fit: cover !important;
  }
  .object-fit-fill {
    object-fit: fill !important;
  }
  .object-fit-scale {
    object-fit: scale-down !important;
  }
  .object-fit-none {
    object-fit: none !important;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-25 {
    opacity: 0.25 !important;
  }
  .opacity-50 {
    opacity: 0.5 !important;
  }
  .opacity-75 {
    opacity: 0.75 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .overflow-auto {
    overflow: auto !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-visible {
    overflow: visible !important;
  }
  .overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-auto {
    overflow-x: auto !important;
  }
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-visible {
    overflow-x: visible !important;
  }
  .overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-auto {
    overflow-y: auto !important;
  }
  .overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-grid {
    display: grid !important;
  }
  .d-inline-grid {
    display: inline-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;
  }
  .shadow {
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
  .top-0 {
    top: 0 !important;
  }
  .top-50 {
    top: 50% !important;
  }
  .top-100 {
    top: 100% !important;
  }
  .bottom-0 {
    bottom: 0 !important;
  }
  .bottom-50 {
    bottom: 50% !important;
  }
  .bottom-100 {
    bottom: 100% !important;
  }
  .start-0 {
    left: 0 !important;
  }
  .start-50 {
    left: 50% !important;
  }
  .start-100 {
    left: 100% !important;
  }
  .end-0 {
    right: 0 !important;
  }
  .end-50 {
    right: 50% !important;
  }
  .end-100 {
    right: 100% !important;
  }
  .translate-middle {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-y {
    transform: translateY(-50%) !important;
  }
  .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-0 {
    border-top: 0 !important;
  }
  .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-0 {
    border-left: 0 !important;
  }
  .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-1 {
    border-width: 1px !important;
  }
  .border-2 {
    border-width: 2px !important;
  }
  .border-3 {
    border-width: 3px !important;
  }
  .border-4 {
    border-width: 4px !important;
  }
  .border-5 {
    border-width: 5px !important;
  }
  .border-opacity-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-100 {
    --bs-border-opacity: 1;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto !important;
  }
  .mw-100 {
    max-width: 100% !important;
  }
  .vw-100 {
    width: 100vw !important;
  }
  .min-vw-100 {
    min-width: 100vw !important;
  }
  .h-25 {
    height: 25% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .h-75 {
    height: 75% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-auto {
    height: auto !important;
  }
  .mh-100 {
    max-height: 100% !important;
  }
  .vh-100 {
    height: 100vh !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .flex-fill {
    flex: 1 1 auto !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;
  }
  .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-auto {
    margin: auto !important;
  }
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 3rem !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .me-0 {
    margin-right: 0 !important;
  }
  .me-1 {
    margin-right: 0.25rem !important;
  }
  .me-2 {
    margin-right: 0.5rem !important;
  }
  .me-3 {
    margin-right: 1rem !important;
  }
  .me-4 {
    margin-right: 1.5rem !important;
  }
  .me-5 {
    margin-right: 3rem !important;
  }
  .me-auto {
    margin-right: auto !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .ms-0 {
    margin-left: 0 !important;
  }
  .ms-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3 {
    margin-left: 1rem !important;
  }
  .ms-4 {
    margin-left: 1.5rem !important;
  }
  .ms-5 {
    margin-left: 3rem !important;
  }
  .ms-auto {
    margin-left: auto !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;
  }
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3 {
    padding-top: 1rem !important;
  }
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  .pt-5 {
    padding-top: 3rem !important;
  }
  .pe-0 {
    padding-right: 0 !important;
  }
  .pe-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3 {
    padding-right: 1rem !important;
  }
  .pe-4 {
    padding-right: 1.5rem !important;
  }
  .pe-5 {
    padding-right: 3rem !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  .ps-0 {
    padding-left: 0 !important;
  }
  .ps-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3 {
    padding-left: 1rem !important;
  }
  .ps-4 {
    padding-left: 1.5rem !important;
  }
  .ps-5 {
    padding-left: 3rem !important;
  }
  .gap-0 {
    gap: 0 !important;
  }
  .gap-1 {
    gap: 0.25rem !important;
  }
  .gap-2 {
    gap: 0.5rem !important;
  }
  .gap-3 {
    gap: 1rem !important;
  }
  .gap-4 {
    gap: 1.5rem !important;
  }
  .gap-5 {
    gap: 3rem !important;
  }
  .row-gap-0 {
    row-gap: 0 !important;
  }
  .row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-3 {
    row-gap: 1rem !important;
  }
  .row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-5 {
    row-gap: 3rem !important;
  }
  .column-gap-0 {
    column-gap: 0 !important;
  }
  .column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-3 {
    column-gap: 1rem !important;
  }
  .column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-5 {
    column-gap: 3rem !important;
  }
  .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;
  }
  .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-normal {
    font-weight: 400 !important;
  }
  .fw-medium {
    font-weight: 500 !important;
  }
  .fw-semibold {
    font-weight: 600 !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }
  .fw-bolder {
    font-weight: bolder !important;
  }
  .lh-1 {
    line-height: 1 !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: left !important;
  }
  .text-end {
    text-align: right !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-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  .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 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  }
  .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !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(--bs-secondary-color) !important;
  }
  .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
  }
  .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
  }
  .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !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;
  }
  .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
  }
  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
  }
  .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
  }
  .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
  }
  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
  }
  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
  }
  .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
  }
  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
  }
  .link-opacity-10 {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-25 {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-50 {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-75 {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-100 {
    --bs-link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
  }
  .link-offset-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    --bs-link-underline-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-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
  }
  .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
  }
  .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
  }
  .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
  }
  .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
  }
  .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
  }
  .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
  }
  .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
  }
  .bg-gradient {
    background-image: var(--bs-gradient) !important;
  }
  .user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .pe-none {
    pointer-events: none !important;
  }
  .pe-auto {
    pointer-events: auto !important;
  }
  .rounded {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  .z-n1 {
    z-index: -1 !important;
  }
  .z-0 {
    z-index: 0 !important;
  }
  .z-1 {
    z-index: 1 !important;
  }
  .z-2 {
    z-index: 2 !important;
  }
  .z-3 {
    z-index: 3 !important;
  }
  @media (min-width: 576px) {
    .float-sm-start {
      float: left !important;
    }
    .float-sm-end {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
    .object-fit-sm-contain {
      object-fit: contain !important;
    }
    .object-fit-sm-cover {
      object-fit: cover !important;
    }
    .object-fit-sm-fill {
      object-fit: fill !important;
    }
    .object-fit-sm-scale {
      object-fit: scale-down !important;
    }
    .object-fit-sm-none {
      object-fit: none !important;
    }
    .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-inline-grid {
      display: inline-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;
    }
    .flex-sm-fill {
      flex: 1 1 auto !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;
    }
    .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-auto {
      margin: auto !important;
    }
    .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
      margin-top: 3rem !important;
    }
    .mt-sm-auto {
      margin-top: auto !important;
    }
    .me-sm-0 {
      margin-right: 0 !important;
    }
    .me-sm-1 {
      margin-right: 0.25rem !important;
    }
    .me-sm-2 {
      margin-right: 0.5rem !important;
    }
    .me-sm-3 {
      margin-right: 1rem !important;
    }
    .me-sm-4 {
      margin-right: 1.5rem !important;
    }
    .me-sm-5 {
      margin-right: 3rem !important;
    }
    .me-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
    .ms-sm-0 {
      margin-left: 0 !important;
    }
    .ms-sm-1 {
      margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
      margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
      margin-left: 1rem !important;
    }
    .ms-sm-4 {
      margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
      margin-left: 3rem !important;
    }
    .ms-sm-auto {
      margin-left: auto !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;
    }
    .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
      padding-top: 0 !important;
    }
    .pt-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
      padding-top: 1rem !important;
    }
    .pt-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
      padding-top: 3rem !important;
    }
    .pe-sm-0 {
      padding-right: 0 !important;
    }
    .pe-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
      padding-right: 1rem !important;
    }
    .pe-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-0 {
      padding-bottom: 0 !important;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
      padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
      padding-left: 0 !important;
    }
    .ps-sm-1 {
      padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
      padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
      padding-left: 1rem !important;
    }
    .ps-sm-4 {
      padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
      padding-left: 3rem !important;
    }
    .gap-sm-0 {
      gap: 0 !important;
    }
    .gap-sm-1 {
      gap: 0.25rem !important;
    }
    .gap-sm-2 {
      gap: 0.5rem !important;
    }
    .gap-sm-3 {
      gap: 1rem !important;
    }
    .gap-sm-4 {
      gap: 1.5rem !important;
    }
    .gap-sm-5 {
      gap: 3rem !important;
    }
    .row-gap-sm-0 {
      row-gap: 0 !important;
    }
    .row-gap-sm-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
      row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
      row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
      column-gap: 0 !important;
    }
    .column-gap-sm-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
      column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
      column-gap: 3rem !important;
    }
    .text-sm-start {
      text-align: left !important;
    }
    .text-sm-end {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-start {
      float: left !important;
    }
    .float-md-end {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
    .object-fit-md-contain {
      object-fit: contain !important;
    }
    .object-fit-md-cover {
      object-fit: cover !important;
    }
    .object-fit-md-fill {
      object-fit: fill !important;
    }
    .object-fit-md-scale {
      object-fit: scale-down !important;
    }
    .object-fit-md-none {
      object-fit: none !important;
    }
    .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-inline-grid {
      display: inline-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;
    }
    .flex-md-fill {
      flex: 1 1 auto !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;
    }
    .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-auto {
      margin: auto !important;
    }
    .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mt-md-1 {
      margin-top: 0.25rem !important;
    }
    .mt-md-2 {
      margin-top: 0.5rem !important;
    }
    .mt-md-3 {
      margin-top: 1rem !important;
    }
    .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .mt-md-5 {
      margin-top: 3rem !important;
    }
    .mt-md-auto {
      margin-top: auto !important;
    }
    .me-md-0 {
      margin-right: 0 !important;
    }
    .me-md-1 {
      margin-right: 0.25rem !important;
    }
    .me-md-2 {
      margin-right: 0.5rem !important;
    }
    .me-md-3 {
      margin-right: 1rem !important;
    }
    .me-md-4 {
      margin-right: 1.5rem !important;
    }
    .me-md-5 {
      margin-right: 3rem !important;
    }
    .me-md-auto {
      margin-right: auto !important;
    }
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
    .mb-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
      margin-bottom: 1rem !important;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
      margin-bottom: 3rem !important;
    }
    .mb-md-auto {
      margin-bottom: auto !important;
    }
    .ms-md-0 {
      margin-left: 0 !important;
    }
    .ms-md-1 {
      margin-left: 0.25rem !important;
    }
    .ms-md-2 {
      margin-left: 0.5rem !important;
    }
    .ms-md-3 {
      margin-left: 1rem !important;
    }
    .ms-md-4 {
      margin-left: 1.5rem !important;
    }
    .ms-md-5 {
      margin-left: 3rem !important;
    }
    .ms-md-auto {
      margin-left: auto !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;
    }
    .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-md-0 {
      padding-top: 0 !important;
    }
    .pt-md-1 {
      padding-top: 0.25rem !important;
    }
    .pt-md-2 {
      padding-top: 0.5rem !important;
    }
    .pt-md-3 {
      padding-top: 1rem !important;
    }
    .pt-md-4 {
      padding-top: 1.5rem !important;
    }
    .pt-md-5 {
      padding-top: 3rem !important;
    }
    .pe-md-0 {
      padding-right: 0 !important;
    }
    .pe-md-1 {
      padding-right: 0.25rem !important;
    }
    .pe-md-2 {
      padding-right: 0.5rem !important;
    }
    .pe-md-3 {
      padding-right: 1rem !important;
    }
    .pe-md-4 {
      padding-right: 1.5rem !important;
    }
    .pe-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-0 {
      padding-bottom: 0 !important;
    }
    .pb-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
      padding-bottom: 1rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
      padding-bottom: 3rem !important;
    }
    .ps-md-0 {
      padding-left: 0 !important;
    }
    .ps-md-1 {
      padding-left: 0.25rem !important;
    }
    .ps-md-2 {
      padding-left: 0.5rem !important;
    }
    .ps-md-3 {
      padding-left: 1rem !important;
    }
    .ps-md-4 {
      padding-left: 1.5rem !important;
    }
    .ps-md-5 {
      padding-left: 3rem !important;
    }
    .gap-md-0 {
      gap: 0 !important;
    }
    .gap-md-1 {
      gap: 0.25rem !important;
    }
    .gap-md-2 {
      gap: 0.5rem !important;
    }
    .gap-md-3 {
      gap: 1rem !important;
    }
    .gap-md-4 {
      gap: 1.5rem !important;
    }
    .gap-md-5 {
      gap: 3rem !important;
    }
    .row-gap-md-0 {
      row-gap: 0 !important;
    }
    .row-gap-md-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
      row-gap: 1rem !important;
    }
    .row-gap-md-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
      row-gap: 3rem !important;
    }
    .column-gap-md-0 {
      column-gap: 0 !important;
    }
    .column-gap-md-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
      column-gap: 1rem !important;
    }
    .column-gap-md-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
      column-gap: 3rem !important;
    }
    .text-md-start {
      text-align: left !important;
    }
    .text-md-end {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-start {
      float: left !important;
    }
    .float-lg-end {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
    .object-fit-lg-contain {
      object-fit: contain !important;
    }
    .object-fit-lg-cover {
      object-fit: cover !important;
    }
    .object-fit-lg-fill {
      object-fit: fill !important;
    }
    .object-fit-lg-scale {
      object-fit: scale-down !important;
    }
    .object-fit-lg-none {
      object-fit: none !important;
    }
    .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-inline-grid {
      display: inline-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;
    }
    .flex-lg-fill {
      flex: 1 1 auto !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;
    }
    .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-auto {
      margin: auto !important;
    }
    .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-lg-0 {
      margin-top: 0 !important;
    }
    .mt-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
      margin-top: 1rem !important;
    }
    .mt-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
      margin-top: 3rem !important;
    }
    .mt-lg-auto {
      margin-top: auto !important;
    }
    .me-lg-0 {
      margin-right: 0 !important;
    }
    .me-lg-1 {
      margin-right: 0.25rem !important;
    }
    .me-lg-2 {
      margin-right: 0.5rem !important;
    }
    .me-lg-3 {
      margin-right: 1rem !important;
    }
    .me-lg-4 {
      margin-right: 1.5rem !important;
    }
    .me-lg-5 {
      margin-right: 3rem !important;
    }
    .me-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .mb-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
      margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
      margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
      margin-bottom: auto !important;
    }
    .ms-lg-0 {
      margin-left: 0 !important;
    }
    .ms-lg-1 {
      margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
      margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
      margin-left: 1rem !important;
    }
    .ms-lg-4 {
      margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
      margin-left: 3rem !important;
    }
    .ms-lg-auto {
      margin-left: auto !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;
    }
    .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
      padding-top: 0 !important;
    }
    .pt-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
      padding-top: 1rem !important;
    }
    .pt-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
      padding-top: 3rem !important;
    }
    .pe-lg-0 {
      padding-right: 0 !important;
    }
    .pe-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
      padding-right: 1rem !important;
    }
    .pe-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
    .pb-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
      padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
      padding-left: 0 !important;
    }
    .ps-lg-1 {
      padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
      padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
      padding-left: 1rem !important;
    }
    .ps-lg-4 {
      padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
      padding-left: 3rem !important;
    }
    .gap-lg-0 {
      gap: 0 !important;
    }
    .gap-lg-1 {
      gap: 0.25rem !important;
    }
    .gap-lg-2 {
      gap: 0.5rem !important;
    }
    .gap-lg-3 {
      gap: 1rem !important;
    }
    .gap-lg-4 {
      gap: 1.5rem !important;
    }
    .gap-lg-5 {
      gap: 3rem !important;
    }
    .row-gap-lg-0 {
      row-gap: 0 !important;
    }
    .row-gap-lg-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
      row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
      row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
      column-gap: 0 !important;
    }
    .column-gap-lg-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
      column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
      column-gap: 3rem !important;
    }
    .text-lg-start {
      text-align: left !important;
    }
    .text-lg-end {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-start {
      float: left !important;
    }
    .float-xl-end {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
    .object-fit-xl-contain {
      object-fit: contain !important;
    }
    .object-fit-xl-cover {
      object-fit: cover !important;
    }
    .object-fit-xl-fill {
      object-fit: fill !important;
    }
    .object-fit-xl-scale {
      object-fit: scale-down !important;
    }
    .object-fit-xl-none {
      object-fit: none !important;
    }
    .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-inline-grid {
      display: inline-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;
    }
    .flex-xl-fill {
      flex: 1 1 auto !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;
    }
    .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-auto {
      margin: auto !important;
    }
    .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xl-0 {
      margin-top: 0 !important;
    }
    .mt-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
      margin-top: 1rem !important;
    }
    .mt-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
      margin-top: 3rem !important;
    }
    .mt-xl-auto {
      margin-top: auto !important;
    }
    .me-xl-0 {
      margin-right: 0 !important;
    }
    .me-xl-1 {
      margin-right: 0.25rem !important;
    }
    .me-xl-2 {
      margin-right: 0.5rem !important;
    }
    .me-xl-3 {
      margin-right: 1rem !important;
    }
    .me-xl-4 {
      margin-right: 1.5rem !important;
    }
    .me-xl-5 {
      margin-right: 3rem !important;
    }
    .me-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
      margin-bottom: auto !important;
    }
    .ms-xl-0 {
      margin-left: 0 !important;
    }
    .ms-xl-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
      margin-left: 1rem !important;
    }
    .ms-xl-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
      margin-left: 3rem !important;
    }
    .ms-xl-auto {
      margin-left: auto !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;
    }
    .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
      padding-top: 0 !important;
    }
    .pt-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
      padding-top: 1rem !important;
    }
    .pt-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
      padding-top: 3rem !important;
    }
    .pe-xl-0 {
      padding-right: 0 !important;
    }
    .pe-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
      padding-right: 1rem !important;
    }
    .pe-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
      padding-left: 0 !important;
    }
    .ps-xl-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
      padding-left: 1rem !important;
    }
    .ps-xl-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
      padding-left: 3rem !important;
    }
    .gap-xl-0 {
      gap: 0 !important;
    }
    .gap-xl-1 {
      gap: 0.25rem !important;
    }
    .gap-xl-2 {
      gap: 0.5rem !important;
    }
    .gap-xl-3 {
      gap: 1rem !important;
    }
    .gap-xl-4 {
      gap: 1.5rem !important;
    }
    .gap-xl-5 {
      gap: 3rem !important;
    }
    .row-gap-xl-0 {
      row-gap: 0 !important;
    }
    .row-gap-xl-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
      column-gap: 0 !important;
    }
    .column-gap-xl-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
      column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
      column-gap: 3rem !important;
    }
    .text-xl-start {
      text-align: left !important;
    }
    .text-xl-end {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1400px) {
    .float-xxl-start {
      float: left !important;
    }
    .float-xxl-end {
      float: right !important;
    }
    .float-xxl-none {
      float: none !important;
    }
    .object-fit-xxl-contain {
      object-fit: contain !important;
    }
    .object-fit-xxl-cover {
      object-fit: cover !important;
    }
    .object-fit-xxl-fill {
      object-fit: fill !important;
    }
    .object-fit-xxl-scale {
      object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
      object-fit: none !important;
    }
    .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-inline-grid {
      display: inline-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;
    }
    .flex-xxl-fill {
      flex: 1 1 auto !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;
    }
    .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-auto {
      margin: auto !important;
    }
    .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xxl-0 {
      margin-top: 0 !important;
    }
    .mt-xxl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
      margin-top: 1rem !important;
    }
    .mt-xxl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
      margin-top: 3rem !important;
    }
    .mt-xxl-auto {
      margin-top: auto !important;
    }
    .me-xxl-0 {
      margin-right: 0 !important;
    }
    .me-xxl-1 {
      margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
      margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
      margin-right: 1rem !important;
    }
    .me-xxl-4 {
      margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
      margin-right: 3rem !important;
    }
    .me-xxl-auto {
      margin-right: auto !important;
    }
    .mb-xxl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
      margin-bottom: auto !important;
    }
    .ms-xxl-0 {
      margin-left: 0 !important;
    }
    .ms-xxl-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
      margin-left: 1rem !important;
    }
    .ms-xxl-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
      margin-left: 3rem !important;
    }
    .ms-xxl-auto {
      margin-left: auto !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;
    }
    .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
      padding-top: 0 !important;
    }
    .pt-xxl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
      padding-top: 1rem !important;
    }
    .pt-xxl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
      padding-top: 3rem !important;
    }
    .pe-xxl-0 {
      padding-right: 0 !important;
    }
    .pe-xxl-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
      padding-right: 1rem !important;
    }
    .pe-xxl-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
      padding-right: 3rem !important;
    }
    .pb-xxl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
      padding-left: 0 !important;
    }
    .ps-xxl-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
      padding-left: 1rem !important;
    }
    .ps-xxl-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
      padding-left: 3rem !important;
    }
    .gap-xxl-0 {
      gap: 0 !important;
    }
    .gap-xxl-1 {
      gap: 0.25rem !important;
    }
    .gap-xxl-2 {
      gap: 0.5rem !important;
    }
    .gap-xxl-3 {
      gap: 1rem !important;
    }
    .gap-xxl-4 {
      gap: 1.5rem !important;
    }
    .gap-xxl-5 {
      gap: 3rem !important;
    }
    .row-gap-xxl-0 {
      row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
      column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
      column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
      column-gap: 3rem !important;
    }
    .text-xxl-start {
      text-align: left !important;
    }
    .text-xxl-end {
      text-align: right !important;
    }
    .text-xxl-center {
      text-align: center !important;
    }
  }
  @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-inline-grid {
      display: inline-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;
    }
  }
}
@layer bootstrap, defaults, primeng;
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-7 {
  column-gap: 1.75rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-9 {
  column-gap: 2.25rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.mo-z-1 {
  z-index: 1;
}
.mo-z-2 {
  z-index: 2;
}
.mo-z-3 {
  z-index: 3;
}
.mo-z-4 {
  z-index: 4;
}
.mo-z-5 {
  z-index: 5;
}
.mo-z-6 {
  z-index: 6;
}
.mo-z-7 {
  z-index: 7;
}
.mo-z-8 {
  z-index: 8;
}
.mo-z-9 {
  z-index: 9;
}
.mo-z-10 {
  z-index: 10;
}
.mo-z-11 {
  z-index: 11;
}
.mo-z-12 {
  z-index: 12;
}
.mo-z-13 {
  z-index: 13;
}
.mo-z-14 {
  z-index: 14;
}
.mo-z-15 {
  z-index: 15;
}
.mo-z-16 {
  z-index: 16;
}
.mo-z-17 {
  z-index: 17;
}
.mo-z-18 {
  z-index: 18;
}
.mo-z-19 {
  z-index: 19;
}
.mo-z-20 {
  z-index: 20;
}
.mo-z-21 {
  z-index: 21;
}
.mo-z-22 {
  z-index: 22;
}
.mo-z-23 {
  z-index: 23;
}
.mo-z-24 {
  z-index: 24;
}
.mo-z-25 {
  z-index: 25;
}
.mo-z-26 {
  z-index: 26;
}
.mo-z-27 {
  z-index: 27;
}
.mo-z-28 {
  z-index: 28;
}
.mo-z-29 {
  z-index: 29;
}
.mo-z-30 {
  z-index: 30;
}
.mo-z-31 {
  z-index: 31;
}
.mo-z-32 {
  z-index: 32;
}
.mo-z-33 {
  z-index: 33;
}
.mo-z-34 {
  z-index: 34;
}
.mo-z-35 {
  z-index: 35;
}
.mo-z-36 {
  z-index: 36;
}
.mo-z-37 {
  z-index: 37;
}
.mo-z-38 {
  z-index: 38;
}
.mo-z-39 {
  z-index: 39;
}
.mo-z-40 {
  z-index: 40;
}
.mo-z-41 {
  z-index: 41;
}
.mo-z-42 {
  z-index: 42;
}
.mo-z-43 {
  z-index: 43;
}
.mo-z-44 {
  z-index: 44;
}
.mo-z-45 {
  z-index: 45;
}
.mo-z-46 {
  z-index: 46;
}
.mo-z-47 {
  z-index: 47;
}
.mo-z-48 {
  z-index: 48;
}
.mo-z-49 {
  z-index: 49;
}
.mo-z-50 {
  z-index: 50;
}
.mo-z-51 {
  z-index: 51;
}
.mo-z-52 {
  z-index: 52;
}
.mo-z-53 {
  z-index: 53;
}
.mo-z-54 {
  z-index: 54;
}
.mo-z-55 {
  z-index: 55;
}
.mo-z-56 {
  z-index: 56;
}
.mo-z-57 {
  z-index: 57;
}
.mo-z-58 {
  z-index: 58;
}
.mo-z-59 {
  z-index: 59;
}
.mo-z-60 {
  z-index: 60;
}
.mo-z-61 {
  z-index: 61;
}
.mo-z-62 {
  z-index: 62;
}
.mo-z-63 {
  z-index: 63;
}
.mo-z-64 {
  z-index: 64;
}
.mo-z-65 {
  z-index: 65;
}
.mo-z-66 {
  z-index: 66;
}
.mo-z-67 {
  z-index: 67;
}
.mo-z-68 {
  z-index: 68;
}
.mo-z-69 {
  z-index: 69;
}
.mo-z-70 {
  z-index: 70;
}
.mo-z-71 {
  z-index: 71;
}
.mo-z-72 {
  z-index: 72;
}
.mo-z-73 {
  z-index: 73;
}
.mo-z-74 {
  z-index: 74;
}
.mo-z-75 {
  z-index: 75;
}
.mo-z-76 {
  z-index: 76;
}
.mo-z-77 {
  z-index: 77;
}
.mo-z-78 {
  z-index: 78;
}
.mo-z-79 {
  z-index: 79;
}
.mo-z-80 {
  z-index: 80;
}
.mo-z-81 {
  z-index: 81;
}
.mo-z-82 {
  z-index: 82;
}
.mo-z-83 {
  z-index: 83;
}
.mo-z-84 {
  z-index: 84;
}
.mo-z-85 {
  z-index: 85;
}
.mo-z-86 {
  z-index: 86;
}
.mo-z-87 {
  z-index: 87;
}
.mo-z-88 {
  z-index: 88;
}
.mo-z-89 {
  z-index: 89;
}
.mo-z-90 {
  z-index: 90;
}
.mo-z-91 {
  z-index: 91;
}
.mo-z-92 {
  z-index: 92;
}
.mo-z-93 {
  z-index: 93;
}
.mo-z-94 {
  z-index: 94;
}
.mo-z-95 {
  z-index: 95;
}
.mo-z-96 {
  z-index: 96;
}
.mo-z-97 {
  z-index: 97;
}
.mo-z-98 {
  z-index: 98;
}
.mo-z-99 {
  z-index: 99;
}
.mo-z-100 {
  z-index: 100;
}
.mo-z-101 {
  z-index: 101;
}
.mo-z-102 {
  z-index: 102;
}
.mo-z-103 {
  z-index: 103;
}
.mo-z-104 {
  z-index: 104;
}
.mo-z-105 {
  z-index: 105;
}
.mo-z-106 {
  z-index: 106;
}
.mo-z-107 {
  z-index: 107;
}
.mo-z-108 {
  z-index: 108;
}
.mo-z-109 {
  z-index: 109;
}
.mo-z-110 {
  z-index: 110;
}
.mo-z-111 {
  z-index: 111;
}
.mo-z-112 {
  z-index: 112;
}
.mo-z-113 {
  z-index: 113;
}
.mo-z-114 {
  z-index: 114;
}
.mo-z-115 {
  z-index: 115;
}
.mo-z-116 {
  z-index: 116;
}
.mo-z-117 {
  z-index: 117;
}
.mo-z-118 {
  z-index: 118;
}
.mo-z-119 {
  z-index: 119;
}
.mo-z-120 {
  z-index: 120;
}
.mo-z-121 {
  z-index: 121;
}
.mo-z-122 {
  z-index: 122;
}
.mo-z-123 {
  z-index: 123;
}
.mo-z-124 {
  z-index: 124;
}
.mo-z-125 {
  z-index: 125;
}
.mo-z-126 {
  z-index: 126;
}
.mo-z-127 {
  z-index: 127;
}
.mo-z-128 {
  z-index: 128;
}
.mo-z-129 {
  z-index: 129;
}
.mo-z-130 {
  z-index: 130;
}
.mo-z-131 {
  z-index: 131;
}
.mo-z-132 {
  z-index: 132;
}
.mo-z-133 {
  z-index: 133;
}
.mo-z-134 {
  z-index: 134;
}
.mo-z-135 {
  z-index: 135;
}
.mo-z-136 {
  z-index: 136;
}
.mo-z-137 {
  z-index: 137;
}
.mo-z-138 {
  z-index: 138;
}
.mo-z-139 {
  z-index: 139;
}
.mo-z-140 {
  z-index: 140;
}
.mo-z-141 {
  z-index: 141;
}
.mo-z-142 {
  z-index: 142;
}
.mo-z-143 {
  z-index: 143;
}
.mo-z-144 {
  z-index: 144;
}
.mo-z-145 {
  z-index: 145;
}
.mo-z-146 {
  z-index: 146;
}
.mo-z-147 {
  z-index: 147;
}
.mo-z-148 {
  z-index: 148;
}
.mo-z-149 {
  z-index: 149;
}
.mo-z-150 {
  z-index: 150;
}
.mo-z-151 {
  z-index: 151;
}
.mo-z-152 {
  z-index: 152;
}
.mo-z-153 {
  z-index: 153;
}
.mo-z-154 {
  z-index: 154;
}
.mo-z-155 {
  z-index: 155;
}
.mo-z-156 {
  z-index: 156;
}
.mo-z-157 {
  z-index: 157;
}
.mo-z-158 {
  z-index: 158;
}
.mo-z-159 {
  z-index: 159;
}
.mo-z-160 {
  z-index: 160;
}
.mo-z-161 {
  z-index: 161;
}
.mo-z-162 {
  z-index: 162;
}
.mo-z-163 {
  z-index: 163;
}
.mo-z-164 {
  z-index: 164;
}
.mo-z-165 {
  z-index: 165;
}
.mo-z-166 {
  z-index: 166;
}
.mo-z-167 {
  z-index: 167;
}
.mo-z-168 {
  z-index: 168;
}
.mo-z-169 {
  z-index: 169;
}
.mo-z-170 {
  z-index: 170;
}
.mo-z-171 {
  z-index: 171;
}
.mo-z-172 {
  z-index: 172;
}
.mo-z-173 {
  z-index: 173;
}
.mo-z-174 {
  z-index: 174;
}
.mo-z-175 {
  z-index: 175;
}
.mo-z-176 {
  z-index: 176;
}
.mo-z-177 {
  z-index: 177;
}
.mo-z-178 {
  z-index: 178;
}
.mo-z-179 {
  z-index: 179;
}
.mo-z-180 {
  z-index: 180;
}
.mo-z-181 {
  z-index: 181;
}
.mo-z-182 {
  z-index: 182;
}
.mo-z-183 {
  z-index: 183;
}
.mo-z-184 {
  z-index: 184;
}
.mo-z-185 {
  z-index: 185;
}
.mo-z-186 {
  z-index: 186;
}
.mo-z-187 {
  z-index: 187;
}
.mo-z-188 {
  z-index: 188;
}
.mo-z-189 {
  z-index: 189;
}
.mo-z-190 {
  z-index: 190;
}
.mo-z-191 {
  z-index: 191;
}
.mo-z-192 {
  z-index: 192;
}
.mo-z-193 {
  z-index: 193;
}
.mo-z-194 {
  z-index: 194;
}
.mo-z-195 {
  z-index: 195;
}
.mo-z-196 {
  z-index: 196;
}
.mo-z-197 {
  z-index: 197;
}
.mo-z-198 {
  z-index: 198;
}
.mo-z-199 {
  z-index: 199;
}
.mo-z-200 {
  z-index: 200;
}
.mo-z-201 {
  z-index: 201;
}
.mo-z-202 {
  z-index: 202;
}
.mo-z-203 {
  z-index: 203;
}
.mo-z-204 {
  z-index: 204;
}
.mo-z-205 {
  z-index: 205;
}
.mo-z-206 {
  z-index: 206;
}
.mo-z-207 {
  z-index: 207;
}
.mo-z-208 {
  z-index: 208;
}
.mo-z-209 {
  z-index: 209;
}
.mo-z-210 {
  z-index: 210;
}
.mo-z-211 {
  z-index: 211;
}
.mo-z-212 {
  z-index: 212;
}
.mo-z-213 {
  z-index: 213;
}
.mo-z-214 {
  z-index: 214;
}
.mo-z-215 {
  z-index: 215;
}
.mo-z-216 {
  z-index: 216;
}
.mo-z-217 {
  z-index: 217;
}
.mo-z-218 {
  z-index: 218;
}
.mo-z-219 {
  z-index: 219;
}
.mo-z-220 {
  z-index: 220;
}
.mo-z-221 {
  z-index: 221;
}
.mo-z-222 {
  z-index: 222;
}
.mo-z-223 {
  z-index: 223;
}
.mo-z-224 {
  z-index: 224;
}
.mo-z-225 {
  z-index: 225;
}
.mo-z-226 {
  z-index: 226;
}
.mo-z-227 {
  z-index: 227;
}
.mo-z-228 {
  z-index: 228;
}
.mo-z-229 {
  z-index: 229;
}
.mo-z-230 {
  z-index: 230;
}
.mo-z-231 {
  z-index: 231;
}
.mo-z-232 {
  z-index: 232;
}
.mo-z-233 {
  z-index: 233;
}
.mo-z-234 {
  z-index: 234;
}
.mo-z-235 {
  z-index: 235;
}
.mo-z-236 {
  z-index: 236;
}
.mo-z-237 {
  z-index: 237;
}
.mo-z-238 {
  z-index: 238;
}
.mo-z-239 {
  z-index: 239;
}
.mo-z-240 {
  z-index: 240;
}
.mo-z-241 {
  z-index: 241;
}
.mo-z-242 {
  z-index: 242;
}
.mo-z-243 {
  z-index: 243;
}
.mo-z-244 {
  z-index: 244;
}
.mo-z-245 {
  z-index: 245;
}
.mo-z-246 {
  z-index: 246;
}
.mo-z-247 {
  z-index: 247;
}
.mo-z-248 {
  z-index: 248;
}
.mo-z-249 {
  z-index: 249;
}
.mo-z-250 {
  z-index: 250;
}
.mo-z-251 {
  z-index: 251;
}
.mo-z-252 {
  z-index: 252;
}
.mo-z-253 {
  z-index: 253;
}
.mo-z-254 {
  z-index: 254;
}
.mo-z-255 {
  z-index: 255;
}
.mo-z-256 {
  z-index: 256;
}
.mo-z-257 {
  z-index: 257;
}
.mo-z-258 {
  z-index: 258;
}
.mo-z-259 {
  z-index: 259;
}
.mo-z-260 {
  z-index: 260;
}
.mo-z-261 {
  z-index: 261;
}
.mo-z-262 {
  z-index: 262;
}
.mo-z-263 {
  z-index: 263;
}
.mo-z-264 {
  z-index: 264;
}
.mo-z-265 {
  z-index: 265;
}
.mo-z-266 {
  z-index: 266;
}
.mo-z-267 {
  z-index: 267;
}
.mo-z-268 {
  z-index: 268;
}
.mo-z-269 {
  z-index: 269;
}
.mo-z-270 {
  z-index: 270;
}
.mo-z-271 {
  z-index: 271;
}
.mo-z-272 {
  z-index: 272;
}
.mo-z-273 {
  z-index: 273;
}
.mo-z-274 {
  z-index: 274;
}
.mo-z-275 {
  z-index: 275;
}
.mo-z-276 {
  z-index: 276;
}
.mo-z-277 {
  z-index: 277;
}
.mo-z-278 {
  z-index: 278;
}
.mo-z-279 {
  z-index: 279;
}
.mo-z-280 {
  z-index: 280;
}
.mo-z-281 {
  z-index: 281;
}
.mo-z-282 {
  z-index: 282;
}
.mo-z-283 {
  z-index: 283;
}
.mo-z-284 {
  z-index: 284;
}
.mo-z-285 {
  z-index: 285;
}
.mo-z-286 {
  z-index: 286;
}
.mo-z-287 {
  z-index: 287;
}
.mo-z-288 {
  z-index: 288;
}
.mo-z-289 {
  z-index: 289;
}
.mo-z-290 {
  z-index: 290;
}
.mo-z-291 {
  z-index: 291;
}
.mo-z-292 {
  z-index: 292;
}
.mo-z-293 {
  z-index: 293;
}
.mo-z-294 {
  z-index: 294;
}
.mo-z-295 {
  z-index: 295;
}
.mo-z-296 {
  z-index: 296;
}
.mo-z-297 {
  z-index: 297;
}
.mo-z-298 {
  z-index: 298;
}
.mo-z-299 {
  z-index: 299;
}
.mo-z-300 {
  z-index: 300;
}
.mo-z-301 {
  z-index: 301;
}
.mo-z-302 {
  z-index: 302;
}
.mo-z-303 {
  z-index: 303;
}
.mo-z-304 {
  z-index: 304;
}
.mo-z-305 {
  z-index: 305;
}
.mo-z-306 {
  z-index: 306;
}
.mo-z-307 {
  z-index: 307;
}
.mo-z-308 {
  z-index: 308;
}
.mo-z-309 {
  z-index: 309;
}
.mo-z-310 {
  z-index: 310;
}
.mo-z-311 {
  z-index: 311;
}
.mo-z-312 {
  z-index: 312;
}
.mo-z-313 {
  z-index: 313;
}
.mo-z-314 {
  z-index: 314;
}
.mo-z-315 {
  z-index: 315;
}
.mo-z-316 {
  z-index: 316;
}
.mo-z-317 {
  z-index: 317;
}
.mo-z-318 {
  z-index: 318;
}
.mo-z-319 {
  z-index: 319;
}
.mo-z-320 {
  z-index: 320;
}
.mo-z-321 {
  z-index: 321;
}
.mo-z-322 {
  z-index: 322;
}
.mo-z-323 {
  z-index: 323;
}
.mo-z-324 {
  z-index: 324;
}
.mo-z-325 {
  z-index: 325;
}
.mo-z-326 {
  z-index: 326;
}
.mo-z-327 {
  z-index: 327;
}
.mo-z-328 {
  z-index: 328;
}
.mo-z-329 {
  z-index: 329;
}
.mo-z-330 {
  z-index: 330;
}
.mo-z-331 {
  z-index: 331;
}
.mo-z-332 {
  z-index: 332;
}
.mo-z-333 {
  z-index: 333;
}
.mo-z-334 {
  z-index: 334;
}
.mo-z-335 {
  z-index: 335;
}
.mo-z-336 {
  z-index: 336;
}
.mo-z-337 {
  z-index: 337;
}
.mo-z-338 {
  z-index: 338;
}
.mo-z-339 {
  z-index: 339;
}
.mo-z-340 {
  z-index: 340;
}
.mo-z-341 {
  z-index: 341;
}
.mo-z-342 {
  z-index: 342;
}
.mo-z-343 {
  z-index: 343;
}
.mo-z-344 {
  z-index: 344;
}
.mo-z-345 {
  z-index: 345;
}
.mo-z-346 {
  z-index: 346;
}
.mo-z-347 {
  z-index: 347;
}
.mo-z-348 {
  z-index: 348;
}
.mo-z-349 {
  z-index: 349;
}
.mo-z-350 {
  z-index: 350;
}
.mo-z-351 {
  z-index: 351;
}
.mo-z-352 {
  z-index: 352;
}
.mo-z-353 {
  z-index: 353;
}
.mo-z-354 {
  z-index: 354;
}
.mo-z-355 {
  z-index: 355;
}
.mo-z-356 {
  z-index: 356;
}
.mo-z-357 {
  z-index: 357;
}
.mo-z-358 {
  z-index: 358;
}
.mo-z-359 {
  z-index: 359;
}
.mo-z-360 {
  z-index: 360;
}
.mo-z-361 {
  z-index: 361;
}
.mo-z-362 {
  z-index: 362;
}
.mo-z-363 {
  z-index: 363;
}
.mo-z-364 {
  z-index: 364;
}
.mo-z-365 {
  z-index: 365;
}
.mo-z-366 {
  z-index: 366;
}
.mo-z-367 {
  z-index: 367;
}
.mo-z-368 {
  z-index: 368;
}
.mo-z-369 {
  z-index: 369;
}
.mo-z-370 {
  z-index: 370;
}
.mo-z-371 {
  z-index: 371;
}
.mo-z-372 {
  z-index: 372;
}
.mo-z-373 {
  z-index: 373;
}
.mo-z-374 {
  z-index: 374;
}
.mo-z-375 {
  z-index: 375;
}
.mo-z-376 {
  z-index: 376;
}
.mo-z-377 {
  z-index: 377;
}
.mo-z-378 {
  z-index: 378;
}
.mo-z-379 {
  z-index: 379;
}
.mo-z-380 {
  z-index: 380;
}
.mo-z-381 {
  z-index: 381;
}
.mo-z-382 {
  z-index: 382;
}
.mo-z-383 {
  z-index: 383;
}
.mo-z-384 {
  z-index: 384;
}
.mo-z-385 {
  z-index: 385;
}
.mo-z-386 {
  z-index: 386;
}
.mo-z-387 {
  z-index: 387;
}
.mo-z-388 {
  z-index: 388;
}
.mo-z-389 {
  z-index: 389;
}
.mo-z-390 {
  z-index: 390;
}
.mo-z-391 {
  z-index: 391;
}
.mo-z-392 {
  z-index: 392;
}
.mo-z-393 {
  z-index: 393;
}
.mo-z-394 {
  z-index: 394;
}
.mo-z-395 {
  z-index: 395;
}
.mo-z-396 {
  z-index: 396;
}
.mo-z-397 {
  z-index: 397;
}
.mo-z-398 {
  z-index: 398;
}
.mo-z-399 {
  z-index: 399;
}
.mo-z-400 {
  z-index: 400;
}
.mo-z-401 {
  z-index: 401;
}
.mo-z-402 {
  z-index: 402;
}
.mo-z-403 {
  z-index: 403;
}
.mo-z-404 {
  z-index: 404;
}
.mo-z-405 {
  z-index: 405;
}
.mo-z-406 {
  z-index: 406;
}
.mo-z-407 {
  z-index: 407;
}
.mo-z-408 {
  z-index: 408;
}
.mo-z-409 {
  z-index: 409;
}
.mo-z-410 {
  z-index: 410;
}
.mo-z-411 {
  z-index: 411;
}
.mo-z-412 {
  z-index: 412;
}
.mo-z-413 {
  z-index: 413;
}
.mo-z-414 {
  z-index: 414;
}
.mo-z-415 {
  z-index: 415;
}
.mo-z-416 {
  z-index: 416;
}
.mo-z-417 {
  z-index: 417;
}
.mo-z-418 {
  z-index: 418;
}
.mo-z-419 {
  z-index: 419;
}
.mo-z-420 {
  z-index: 420;
}
.mo-z-421 {
  z-index: 421;
}
.mo-z-422 {
  z-index: 422;
}
.mo-z-423 {
  z-index: 423;
}
.mo-z-424 {
  z-index: 424;
}
.mo-z-425 {
  z-index: 425;
}
.mo-z-426 {
  z-index: 426;
}
.mo-z-427 {
  z-index: 427;
}
.mo-z-428 {
  z-index: 428;
}
.mo-z-429 {
  z-index: 429;
}
.mo-z-430 {
  z-index: 430;
}
.mo-z-431 {
  z-index: 431;
}
.mo-z-432 {
  z-index: 432;
}
.mo-z-433 {
  z-index: 433;
}
.mo-z-434 {
  z-index: 434;
}
.mo-z-435 {
  z-index: 435;
}
.mo-z-436 {
  z-index: 436;
}
.mo-z-437 {
  z-index: 437;
}
.mo-z-438 {
  z-index: 438;
}
.mo-z-439 {
  z-index: 439;
}
.mo-z-440 {
  z-index: 440;
}
.mo-z-441 {
  z-index: 441;
}
.mo-z-442 {
  z-index: 442;
}
.mo-z-443 {
  z-index: 443;
}
.mo-z-444 {
  z-index: 444;
}
.mo-z-445 {
  z-index: 445;
}
.mo-z-446 {
  z-index: 446;
}
.mo-z-447 {
  z-index: 447;
}
.mo-z-448 {
  z-index: 448;
}
.mo-z-449 {
  z-index: 449;
}
.mo-z-450 {
  z-index: 450;
}
.mo-z-451 {
  z-index: 451;
}
.mo-z-452 {
  z-index: 452;
}
.mo-z-453 {
  z-index: 453;
}
.mo-z-454 {
  z-index: 454;
}
.mo-z-455 {
  z-index: 455;
}
.mo-z-456 {
  z-index: 456;
}
.mo-z-457 {
  z-index: 457;
}
.mo-z-458 {
  z-index: 458;
}
.mo-z-459 {
  z-index: 459;
}
.mo-z-460 {
  z-index: 460;
}
.mo-z-461 {
  z-index: 461;
}
.mo-z-462 {
  z-index: 462;
}
.mo-z-463 {
  z-index: 463;
}
.mo-z-464 {
  z-index: 464;
}
.mo-z-465 {
  z-index: 465;
}
.mo-z-466 {
  z-index: 466;
}
.mo-z-467 {
  z-index: 467;
}
.mo-z-468 {
  z-index: 468;
}
.mo-z-469 {
  z-index: 469;
}
.mo-z-470 {
  z-index: 470;
}
.mo-z-471 {
  z-index: 471;
}
.mo-z-472 {
  z-index: 472;
}
.mo-z-473 {
  z-index: 473;
}
.mo-z-474 {
  z-index: 474;
}
.mo-z-475 {
  z-index: 475;
}
.mo-z-476 {
  z-index: 476;
}
.mo-z-477 {
  z-index: 477;
}
.mo-z-478 {
  z-index: 478;
}
.mo-z-479 {
  z-index: 479;
}
.mo-z-480 {
  z-index: 480;
}
.mo-z-481 {
  z-index: 481;
}
.mo-z-482 {
  z-index: 482;
}
.mo-z-483 {
  z-index: 483;
}
.mo-z-484 {
  z-index: 484;
}
.mo-z-485 {
  z-index: 485;
}
.mo-z-486 {
  z-index: 486;
}
.mo-z-487 {
  z-index: 487;
}
.mo-z-488 {
  z-index: 488;
}
.mo-z-489 {
  z-index: 489;
}
.mo-z-490 {
  z-index: 490;
}
.mo-z-491 {
  z-index: 491;
}
.mo-z-492 {
  z-index: 492;
}
.mo-z-493 {
  z-index: 493;
}
.mo-z-494 {
  z-index: 494;
}
.mo-z-495 {
  z-index: 495;
}
.mo-z-496 {
  z-index: 496;
}
.mo-z-497 {
  z-index: 497;
}
.mo-z-498 {
  z-index: 498;
}
.mo-z-499 {
  z-index: 499;
}
.mo-z-500 {
  z-index: 500;
}
.mo-z-501 {
  z-index: 501;
}
.mo-z-502 {
  z-index: 502;
}
.mo-z-503 {
  z-index: 503;
}
.mo-z-504 {
  z-index: 504;
}
.mo-z-505 {
  z-index: 505;
}
.mo-z-506 {
  z-index: 506;
}
.mo-z-507 {
  z-index: 507;
}
.mo-z-508 {
  z-index: 508;
}
.mo-z-509 {
  z-index: 509;
}
.mo-z-510 {
  z-index: 510;
}
.mo-z-511 {
  z-index: 511;
}
.mo-z-512 {
  z-index: 512;
}
.mo-z-513 {
  z-index: 513;
}
.mo-z-514 {
  z-index: 514;
}
.mo-z-515 {
  z-index: 515;
}
.mo-z-516 {
  z-index: 516;
}
.mo-z-517 {
  z-index: 517;
}
.mo-z-518 {
  z-index: 518;
}
.mo-z-519 {
  z-index: 519;
}
.mo-z-520 {
  z-index: 520;
}
.mo-z-521 {
  z-index: 521;
}
.mo-z-522 {
  z-index: 522;
}
.mo-z-523 {
  z-index: 523;
}
.mo-z-524 {
  z-index: 524;
}
.mo-z-525 {
  z-index: 525;
}
.mo-z-526 {
  z-index: 526;
}
.mo-z-527 {
  z-index: 527;
}
.mo-z-528 {
  z-index: 528;
}
.mo-z-529 {
  z-index: 529;
}
.mo-z-530 {
  z-index: 530;
}
.mo-z-531 {
  z-index: 531;
}
.mo-z-532 {
  z-index: 532;
}
.mo-z-533 {
  z-index: 533;
}
.mo-z-534 {
  z-index: 534;
}
.mo-z-535 {
  z-index: 535;
}
.mo-z-536 {
  z-index: 536;
}
.mo-z-537 {
  z-index: 537;
}
.mo-z-538 {
  z-index: 538;
}
.mo-z-539 {
  z-index: 539;
}
.mo-z-540 {
  z-index: 540;
}
.mo-z-541 {
  z-index: 541;
}
.mo-z-542 {
  z-index: 542;
}
.mo-z-543 {
  z-index: 543;
}
.mo-z-544 {
  z-index: 544;
}
.mo-z-545 {
  z-index: 545;
}
.mo-z-546 {
  z-index: 546;
}
.mo-z-547 {
  z-index: 547;
}
.mo-z-548 {
  z-index: 548;
}
.mo-z-549 {
  z-index: 549;
}
.mo-z-550 {
  z-index: 550;
}
.mo-z-551 {
  z-index: 551;
}
.mo-z-552 {
  z-index: 552;
}
.mo-z-553 {
  z-index: 553;
}
.mo-z-554 {
  z-index: 554;
}
.mo-z-555 {
  z-index: 555;
}
.mo-z-556 {
  z-index: 556;
}
.mo-z-557 {
  z-index: 557;
}
.mo-z-558 {
  z-index: 558;
}
.mo-z-559 {
  z-index: 559;
}
.mo-z-560 {
  z-index: 560;
}
.mo-z-561 {
  z-index: 561;
}
.mo-z-562 {
  z-index: 562;
}
.mo-z-563 {
  z-index: 563;
}
.mo-z-564 {
  z-index: 564;
}
.mo-z-565 {
  z-index: 565;
}
.mo-z-566 {
  z-index: 566;
}
.mo-z-567 {
  z-index: 567;
}
.mo-z-568 {
  z-index: 568;
}
.mo-z-569 {
  z-index: 569;
}
.mo-z-570 {
  z-index: 570;
}
.mo-z-571 {
  z-index: 571;
}
.mo-z-572 {
  z-index: 572;
}
.mo-z-573 {
  z-index: 573;
}
.mo-z-574 {
  z-index: 574;
}
.mo-z-575 {
  z-index: 575;
}
.mo-z-576 {
  z-index: 576;
}
.mo-z-577 {
  z-index: 577;
}
.mo-z-578 {
  z-index: 578;
}
.mo-z-579 {
  z-index: 579;
}
.mo-z-580 {
  z-index: 580;
}
.mo-z-581 {
  z-index: 581;
}
.mo-z-582 {
  z-index: 582;
}
.mo-z-583 {
  z-index: 583;
}
.mo-z-584 {
  z-index: 584;
}
.mo-z-585 {
  z-index: 585;
}
.mo-z-586 {
  z-index: 586;
}
.mo-z-587 {
  z-index: 587;
}
.mo-z-588 {
  z-index: 588;
}
.mo-z-589 {
  z-index: 589;
}
.mo-z-590 {
  z-index: 590;
}
.mo-z-591 {
  z-index: 591;
}
.mo-z-592 {
  z-index: 592;
}
.mo-z-593 {
  z-index: 593;
}
.mo-z-594 {
  z-index: 594;
}
.mo-z-595 {
  z-index: 595;
}
.mo-z-596 {
  z-index: 596;
}
.mo-z-597 {
  z-index: 597;
}
.mo-z-598 {
  z-index: 598;
}
.mo-z-599 {
  z-index: 599;
}
.mo-z-600 {
  z-index: 600;
}
.mo-z-601 {
  z-index: 601;
}
.mo-z-602 {
  z-index: 602;
}
.mo-z-603 {
  z-index: 603;
}
.mo-z-604 {
  z-index: 604;
}
.mo-z-605 {
  z-index: 605;
}
.mo-z-606 {
  z-index: 606;
}
.mo-z-607 {
  z-index: 607;
}
.mo-z-608 {
  z-index: 608;
}
.mo-z-609 {
  z-index: 609;
}
.mo-z-610 {
  z-index: 610;
}
.mo-z-611 {
  z-index: 611;
}
.mo-z-612 {
  z-index: 612;
}
.mo-z-613 {
  z-index: 613;
}
.mo-z-614 {
  z-index: 614;
}
.mo-z-615 {
  z-index: 615;
}
.mo-z-616 {
  z-index: 616;
}
.mo-z-617 {
  z-index: 617;
}
.mo-z-618 {
  z-index: 618;
}
.mo-z-619 {
  z-index: 619;
}
.mo-z-620 {
  z-index: 620;
}
.mo-z-621 {
  z-index: 621;
}
.mo-z-622 {
  z-index: 622;
}
.mo-z-623 {
  z-index: 623;
}
.mo-z-624 {
  z-index: 624;
}
.mo-z-625 {
  z-index: 625;
}
.mo-z-626 {
  z-index: 626;
}
.mo-z-627 {
  z-index: 627;
}
.mo-z-628 {
  z-index: 628;
}
.mo-z-629 {
  z-index: 629;
}
.mo-z-630 {
  z-index: 630;
}
.mo-z-631 {
  z-index: 631;
}
.mo-z-632 {
  z-index: 632;
}
.mo-z-633 {
  z-index: 633;
}
.mo-z-634 {
  z-index: 634;
}
.mo-z-635 {
  z-index: 635;
}
.mo-z-636 {
  z-index: 636;
}
.mo-z-637 {
  z-index: 637;
}
.mo-z-638 {
  z-index: 638;
}
.mo-z-639 {
  z-index: 639;
}
.mo-z-640 {
  z-index: 640;
}
.mo-z-641 {
  z-index: 641;
}
.mo-z-642 {
  z-index: 642;
}
.mo-z-643 {
  z-index: 643;
}
.mo-z-644 {
  z-index: 644;
}
.mo-z-645 {
  z-index: 645;
}
.mo-z-646 {
  z-index: 646;
}
.mo-z-647 {
  z-index: 647;
}
.mo-z-648 {
  z-index: 648;
}
.mo-z-649 {
  z-index: 649;
}
.mo-z-650 {
  z-index: 650;
}
.mo-z-651 {
  z-index: 651;
}
.mo-z-652 {
  z-index: 652;
}
.mo-z-653 {
  z-index: 653;
}
.mo-z-654 {
  z-index: 654;
}
.mo-z-655 {
  z-index: 655;
}
.mo-z-656 {
  z-index: 656;
}
.mo-z-657 {
  z-index: 657;
}
.mo-z-658 {
  z-index: 658;
}
.mo-z-659 {
  z-index: 659;
}
.mo-z-660 {
  z-index: 660;
}
.mo-z-661 {
  z-index: 661;
}
.mo-z-662 {
  z-index: 662;
}
.mo-z-663 {
  z-index: 663;
}
.mo-z-664 {
  z-index: 664;
}
.mo-z-665 {
  z-index: 665;
}
.mo-z-666 {
  z-index: 666;
}
.mo-z-667 {
  z-index: 667;
}
.mo-z-668 {
  z-index: 668;
}
.mo-z-669 {
  z-index: 669;
}
.mo-z-670 {
  z-index: 670;
}
.mo-z-671 {
  z-index: 671;
}
.mo-z-672 {
  z-index: 672;
}
.mo-z-673 {
  z-index: 673;
}
.mo-z-674 {
  z-index: 674;
}
.mo-z-675 {
  z-index: 675;
}
.mo-z-676 {
  z-index: 676;
}
.mo-z-677 {
  z-index: 677;
}
.mo-z-678 {
  z-index: 678;
}
.mo-z-679 {
  z-index: 679;
}
.mo-z-680 {
  z-index: 680;
}
.mo-z-681 {
  z-index: 681;
}
.mo-z-682 {
  z-index: 682;
}
.mo-z-683 {
  z-index: 683;
}
.mo-z-684 {
  z-index: 684;
}
.mo-z-685 {
  z-index: 685;
}
.mo-z-686 {
  z-index: 686;
}
.mo-z-687 {
  z-index: 687;
}
.mo-z-688 {
  z-index: 688;
}
.mo-z-689 {
  z-index: 689;
}
.mo-z-690 {
  z-index: 690;
}
.mo-z-691 {
  z-index: 691;
}
.mo-z-692 {
  z-index: 692;
}
.mo-z-693 {
  z-index: 693;
}
.mo-z-694 {
  z-index: 694;
}
.mo-z-695 {
  z-index: 695;
}
.mo-z-696 {
  z-index: 696;
}
.mo-z-697 {
  z-index: 697;
}
.mo-z-698 {
  z-index: 698;
}
.mo-z-699 {
  z-index: 699;
}
.mo-z-700 {
  z-index: 700;
}
.mo-z-701 {
  z-index: 701;
}
.mo-z-702 {
  z-index: 702;
}
.mo-z-703 {
  z-index: 703;
}
.mo-z-704 {
  z-index: 704;
}
.mo-z-705 {
  z-index: 705;
}
.mo-z-706 {
  z-index: 706;
}
.mo-z-707 {
  z-index: 707;
}
.mo-z-708 {
  z-index: 708;
}
.mo-z-709 {
  z-index: 709;
}
.mo-z-710 {
  z-index: 710;
}
.mo-z-711 {
  z-index: 711;
}
.mo-z-712 {
  z-index: 712;
}
.mo-z-713 {
  z-index: 713;
}
.mo-z-714 {
  z-index: 714;
}
.mo-z-715 {
  z-index: 715;
}
.mo-z-716 {
  z-index: 716;
}
.mo-z-717 {
  z-index: 717;
}
.mo-z-718 {
  z-index: 718;
}
.mo-z-719 {
  z-index: 719;
}
.mo-z-720 {
  z-index: 720;
}
.mo-z-721 {
  z-index: 721;
}
.mo-z-722 {
  z-index: 722;
}
.mo-z-723 {
  z-index: 723;
}
.mo-z-724 {
  z-index: 724;
}
.mo-z-725 {
  z-index: 725;
}
.mo-z-726 {
  z-index: 726;
}
.mo-z-727 {
  z-index: 727;
}
.mo-z-728 {
  z-index: 728;
}
.mo-z-729 {
  z-index: 729;
}
.mo-z-730 {
  z-index: 730;
}
.mo-z-731 {
  z-index: 731;
}
.mo-z-732 {
  z-index: 732;
}
.mo-z-733 {
  z-index: 733;
}
.mo-z-734 {
  z-index: 734;
}
.mo-z-735 {
  z-index: 735;
}
.mo-z-736 {
  z-index: 736;
}
.mo-z-737 {
  z-index: 737;
}
.mo-z-738 {
  z-index: 738;
}
.mo-z-739 {
  z-index: 739;
}
.mo-z-740 {
  z-index: 740;
}
.mo-z-741 {
  z-index: 741;
}
.mo-z-742 {
  z-index: 742;
}
.mo-z-743 {
  z-index: 743;
}
.mo-z-744 {
  z-index: 744;
}
.mo-z-745 {
  z-index: 745;
}
.mo-z-746 {
  z-index: 746;
}
.mo-z-747 {
  z-index: 747;
}
.mo-z-748 {
  z-index: 748;
}
.mo-z-749 {
  z-index: 749;
}
.mo-z-750 {
  z-index: 750;
}
.mo-z-751 {
  z-index: 751;
}
.mo-z-752 {
  z-index: 752;
}
.mo-z-753 {
  z-index: 753;
}
.mo-z-754 {
  z-index: 754;
}
.mo-z-755 {
  z-index: 755;
}
.mo-z-756 {
  z-index: 756;
}
.mo-z-757 {
  z-index: 757;
}
.mo-z-758 {
  z-index: 758;
}
.mo-z-759 {
  z-index: 759;
}
.mo-z-760 {
  z-index: 760;
}
.mo-z-761 {
  z-index: 761;
}
.mo-z-762 {
  z-index: 762;
}
.mo-z-763 {
  z-index: 763;
}
.mo-z-764 {
  z-index: 764;
}
.mo-z-765 {
  z-index: 765;
}
.mo-z-766 {
  z-index: 766;
}
.mo-z-767 {
  z-index: 767;
}
.mo-z-768 {
  z-index: 768;
}
.mo-z-769 {
  z-index: 769;
}
.mo-z-770 {
  z-index: 770;
}
.mo-z-771 {
  z-index: 771;
}
.mo-z-772 {
  z-index: 772;
}
.mo-z-773 {
  z-index: 773;
}
.mo-z-774 {
  z-index: 774;
}
.mo-z-775 {
  z-index: 775;
}
.mo-z-776 {
  z-index: 776;
}
.mo-z-777 {
  z-index: 777;
}
.mo-z-778 {
  z-index: 778;
}
.mo-z-779 {
  z-index: 779;
}
.mo-z-780 {
  z-index: 780;
}
.mo-z-781 {
  z-index: 781;
}
.mo-z-782 {
  z-index: 782;
}
.mo-z-783 {
  z-index: 783;
}
.mo-z-784 {
  z-index: 784;
}
.mo-z-785 {
  z-index: 785;
}
.mo-z-786 {
  z-index: 786;
}
.mo-z-787 {
  z-index: 787;
}
.mo-z-788 {
  z-index: 788;
}
.mo-z-789 {
  z-index: 789;
}
.mo-z-790 {
  z-index: 790;
}
.mo-z-791 {
  z-index: 791;
}
.mo-z-792 {
  z-index: 792;
}
.mo-z-793 {
  z-index: 793;
}
.mo-z-794 {
  z-index: 794;
}
.mo-z-795 {
  z-index: 795;
}
.mo-z-796 {
  z-index: 796;
}
.mo-z-797 {
  z-index: 797;
}
.mo-z-798 {
  z-index: 798;
}
.mo-z-799 {
  z-index: 799;
}
.mo-z-800 {
  z-index: 800;
}
.mo-z-801 {
  z-index: 801;
}
.mo-z-802 {
  z-index: 802;
}
.mo-z-803 {
  z-index: 803;
}
.mo-z-804 {
  z-index: 804;
}
.mo-z-805 {
  z-index: 805;
}
.mo-z-806 {
  z-index: 806;
}
.mo-z-807 {
  z-index: 807;
}
.mo-z-808 {
  z-index: 808;
}
.mo-z-809 {
  z-index: 809;
}
.mo-z-810 {
  z-index: 810;
}
.mo-z-811 {
  z-index: 811;
}
.mo-z-812 {
  z-index: 812;
}
.mo-z-813 {
  z-index: 813;
}
.mo-z-814 {
  z-index: 814;
}
.mo-z-815 {
  z-index: 815;
}
.mo-z-816 {
  z-index: 816;
}
.mo-z-817 {
  z-index: 817;
}
.mo-z-818 {
  z-index: 818;
}
.mo-z-819 {
  z-index: 819;
}
.mo-z-820 {
  z-index: 820;
}
.mo-z-821 {
  z-index: 821;
}
.mo-z-822 {
  z-index: 822;
}
.mo-z-823 {
  z-index: 823;
}
.mo-z-824 {
  z-index: 824;
}
.mo-z-825 {
  z-index: 825;
}
.mo-z-826 {
  z-index: 826;
}
.mo-z-827 {
  z-index: 827;
}
.mo-z-828 {
  z-index: 828;
}
.mo-z-829 {
  z-index: 829;
}
.mo-z-830 {
  z-index: 830;
}
.mo-z-831 {
  z-index: 831;
}
.mo-z-832 {
  z-index: 832;
}
.mo-z-833 {
  z-index: 833;
}
.mo-z-834 {
  z-index: 834;
}
.mo-z-835 {
  z-index: 835;
}
.mo-z-836 {
  z-index: 836;
}
.mo-z-837 {
  z-index: 837;
}
.mo-z-838 {
  z-index: 838;
}
.mo-z-839 {
  z-index: 839;
}
.mo-z-840 {
  z-index: 840;
}
.mo-z-841 {
  z-index: 841;
}
.mo-z-842 {
  z-index: 842;
}
.mo-z-843 {
  z-index: 843;
}
.mo-z-844 {
  z-index: 844;
}
.mo-z-845 {
  z-index: 845;
}
.mo-z-846 {
  z-index: 846;
}
.mo-z-847 {
  z-index: 847;
}
.mo-z-848 {
  z-index: 848;
}
.mo-z-849 {
  z-index: 849;
}
.mo-z-850 {
  z-index: 850;
}
.mo-z-851 {
  z-index: 851;
}
.mo-z-852 {
  z-index: 852;
}
.mo-z-853 {
  z-index: 853;
}
.mo-z-854 {
  z-index: 854;
}
.mo-z-855 {
  z-index: 855;
}
.mo-z-856 {
  z-index: 856;
}
.mo-z-857 {
  z-index: 857;
}
.mo-z-858 {
  z-index: 858;
}
.mo-z-859 {
  z-index: 859;
}
.mo-z-860 {
  z-index: 860;
}
.mo-z-861 {
  z-index: 861;
}
.mo-z-862 {
  z-index: 862;
}
.mo-z-863 {
  z-index: 863;
}
.mo-z-864 {
  z-index: 864;
}
.mo-z-865 {
  z-index: 865;
}
.mo-z-866 {
  z-index: 866;
}
.mo-z-867 {
  z-index: 867;
}
.mo-z-868 {
  z-index: 868;
}
.mo-z-869 {
  z-index: 869;
}
.mo-z-870 {
  z-index: 870;
}
.mo-z-871 {
  z-index: 871;
}
.mo-z-872 {
  z-index: 872;
}
.mo-z-873 {
  z-index: 873;
}
.mo-z-874 {
  z-index: 874;
}
.mo-z-875 {
  z-index: 875;
}
.mo-z-876 {
  z-index: 876;
}
.mo-z-877 {
  z-index: 877;
}
.mo-z-878 {
  z-index: 878;
}
.mo-z-879 {
  z-index: 879;
}
.mo-z-880 {
  z-index: 880;
}
.mo-z-881 {
  z-index: 881;
}
.mo-z-882 {
  z-index: 882;
}
.mo-z-883 {
  z-index: 883;
}
.mo-z-884 {
  z-index: 884;
}
.mo-z-885 {
  z-index: 885;
}
.mo-z-886 {
  z-index: 886;
}
.mo-z-887 {
  z-index: 887;
}
.mo-z-888 {
  z-index: 888;
}
.mo-z-889 {
  z-index: 889;
}
.mo-z-890 {
  z-index: 890;
}
.mo-z-891 {
  z-index: 891;
}
.mo-z-892 {
  z-index: 892;
}
.mo-z-893 {
  z-index: 893;
}
.mo-z-894 {
  z-index: 894;
}
.mo-z-895 {
  z-index: 895;
}
.mo-z-896 {
  z-index: 896;
}
.mo-z-897 {
  z-index: 897;
}
.mo-z-898 {
  z-index: 898;
}
.mo-z-899 {
  z-index: 899;
}
.mo-z-900 {
  z-index: 900;
}
.mo-z-901 {
  z-index: 901;
}
.mo-z-902 {
  z-index: 902;
}
.mo-z-903 {
  z-index: 903;
}
.mo-z-904 {
  z-index: 904;
}
.mo-z-905 {
  z-index: 905;
}
.mo-z-906 {
  z-index: 906;
}
.mo-z-907 {
  z-index: 907;
}
.mo-z-908 {
  z-index: 908;
}
.mo-z-909 {
  z-index: 909;
}
.mo-z-910 {
  z-index: 910;
}
.mo-z-911 {
  z-index: 911;
}
.mo-z-912 {
  z-index: 912;
}
.mo-z-913 {
  z-index: 913;
}
.mo-z-914 {
  z-index: 914;
}
.mo-z-915 {
  z-index: 915;
}
.mo-z-916 {
  z-index: 916;
}
.mo-z-917 {
  z-index: 917;
}
.mo-z-918 {
  z-index: 918;
}
.mo-z-919 {
  z-index: 919;
}
.mo-z-920 {
  z-index: 920;
}
.mo-z-921 {
  z-index: 921;
}
.mo-z-922 {
  z-index: 922;
}
.mo-z-923 {
  z-index: 923;
}
.mo-z-924 {
  z-index: 924;
}
.mo-z-925 {
  z-index: 925;
}
.mo-z-926 {
  z-index: 926;
}
.mo-z-927 {
  z-index: 927;
}
.mo-z-928 {
  z-index: 928;
}
.mo-z-929 {
  z-index: 929;
}
.mo-z-930 {
  z-index: 930;
}
.mo-z-931 {
  z-index: 931;
}
.mo-z-932 {
  z-index: 932;
}
.mo-z-933 {
  z-index: 933;
}
.mo-z-934 {
  z-index: 934;
}
.mo-z-935 {
  z-index: 935;
}
.mo-z-936 {
  z-index: 936;
}
.mo-z-937 {
  z-index: 937;
}
.mo-z-938 {
  z-index: 938;
}
.mo-z-939 {
  z-index: 939;
}
.mo-z-940 {
  z-index: 940;
}
.mo-z-941 {
  z-index: 941;
}
.mo-z-942 {
  z-index: 942;
}
.mo-z-943 {
  z-index: 943;
}
.mo-z-944 {
  z-index: 944;
}
.mo-z-945 {
  z-index: 945;
}
.mo-z-946 {
  z-index: 946;
}
.mo-z-947 {
  z-index: 947;
}
.mo-z-948 {
  z-index: 948;
}
.mo-z-949 {
  z-index: 949;
}
.mo-z-950 {
  z-index: 950;
}
.mo-z-951 {
  z-index: 951;
}
.mo-z-952 {
  z-index: 952;
}
.mo-z-953 {
  z-index: 953;
}
.mo-z-954 {
  z-index: 954;
}
.mo-z-955 {
  z-index: 955;
}
.mo-z-956 {
  z-index: 956;
}
.mo-z-957 {
  z-index: 957;
}
.mo-z-958 {
  z-index: 958;
}
.mo-z-959 {
  z-index: 959;
}
.mo-z-960 {
  z-index: 960;
}
.mo-z-961 {
  z-index: 961;
}
.mo-z-962 {
  z-index: 962;
}
.mo-z-963 {
  z-index: 963;
}
.mo-z-964 {
  z-index: 964;
}
.mo-z-965 {
  z-index: 965;
}
.mo-z-966 {
  z-index: 966;
}
.mo-z-967 {
  z-index: 967;
}
.mo-z-968 {
  z-index: 968;
}
.mo-z-969 {
  z-index: 969;
}
.mo-z-970 {
  z-index: 970;
}
.mo-z-971 {
  z-index: 971;
}
.mo-z-972 {
  z-index: 972;
}
.mo-z-973 {
  z-index: 973;
}
.mo-z-974 {
  z-index: 974;
}
.mo-z-975 {
  z-index: 975;
}
.mo-z-976 {
  z-index: 976;
}
.mo-z-977 {
  z-index: 977;
}
.mo-z-978 {
  z-index: 978;
}
.mo-z-979 {
  z-index: 979;
}
.mo-z-980 {
  z-index: 980;
}
.mo-z-981 {
  z-index: 981;
}
.mo-z-982 {
  z-index: 982;
}
.mo-z-983 {
  z-index: 983;
}
.mo-z-984 {
  z-index: 984;
}
.mo-z-985 {
  z-index: 985;
}
.mo-z-986 {
  z-index: 986;
}
.mo-z-987 {
  z-index: 987;
}
.mo-z-988 {
  z-index: 988;
}
.mo-z-989 {
  z-index: 989;
}
.mo-z-990 {
  z-index: 990;
}
.mo-z-991 {
  z-index: 991;
}
.mo-z-992 {
  z-index: 992;
}
.mo-z-993 {
  z-index: 993;
}
.mo-z-994 {
  z-index: 994;
}
.mo-z-995 {
  z-index: 995;
}
.mo-z-996 {
  z-index: 996;
}
.mo-z-997 {
  z-index: 997;
}
.mo-z-998 {
  z-index: 998;
}
.mo-z-999 {
  z-index: 999;
}
.mo-z-1000 {
  z-index: 1000;
}
.mo-z-1001 {
  z-index: 1001;
}
.mo-z-1002 {
  z-index: 1002;
}
.mo-z-1003 {
  z-index: 1003;
}
.mo-z-1004 {
  z-index: 1004;
}
.mo-z-1005 {
  z-index: 1005;
}
.mo-z-1006 {
  z-index: 1006;
}
.mo-z-1007 {
  z-index: 1007;
}
.mo-z-1008 {
  z-index: 1008;
}
.mo-z-1009 {
  z-index: 1009;
}
.mo-z-1010 {
  z-index: 1010;
}
.mo-z-1011 {
  z-index: 1011;
}
.mo-z-1012 {
  z-index: 1012;
}
.mo-z-1013 {
  z-index: 1013;
}
.mo-z-1014 {
  z-index: 1014;
}
.mo-z-1015 {
  z-index: 1015;
}
.mo-z-1016 {
  z-index: 1016;
}
.mo-z-1017 {
  z-index: 1017;
}
.mo-z-1018 {
  z-index: 1018;
}
.mo-z-1019 {
  z-index: 1019;
}
.mo-z-1020 {
  z-index: 1020;
}
.mo-z-1021 {
  z-index: 1021;
}
.mo-z-1022 {
  z-index: 1022;
}
.mo-z-1023 {
  z-index: 1023;
}
.mo-z-1024 {
  z-index: 1024;
}
.mo-z-1025 {
  z-index: 1025;
}
.mo-z-1026 {
  z-index: 1026;
}
.mo-z-1027 {
  z-index: 1027;
}
.mo-z-1028 {
  z-index: 1028;
}
.mo-z-1029 {
  z-index: 1029;
}
.mo-z-1030 {
  z-index: 1030;
}
.mo-z-1031 {
  z-index: 1031;
}
.mo-z-1032 {
  z-index: 1032;
}
.mo-z-1033 {
  z-index: 1033;
}
.mo-z-1034 {
  z-index: 1034;
}
.mo-z-1035 {
  z-index: 1035;
}
.mo-z-1036 {
  z-index: 1036;
}
.mo-z-1037 {
  z-index: 1037;
}
.mo-z-1038 {
  z-index: 1038;
}
.mo-z-1039 {
  z-index: 1039;
}
.mo-z-1040 {
  z-index: 1040;
}
.mo-z-1041 {
  z-index: 1041;
}
.mo-z-1042 {
  z-index: 1042;
}
.mo-z-1043 {
  z-index: 1043;
}
.mo-z-1044 {
  z-index: 1044;
}
.mo-z-1045 {
  z-index: 1045;
}
.mo-z-1046 {
  z-index: 1046;
}
.mo-z-1047 {
  z-index: 1047;
}
.mo-z-1048 {
  z-index: 1048;
}
.mo-z-1049 {
  z-index: 1049;
}
.mo-z-1050 {
  z-index: 1050;
}
.mo-z-1051 {
  z-index: 1051;
}
.mo-z-1052 {
  z-index: 1052;
}
.mo-z-1053 {
  z-index: 1053;
}
.mo-z-1054 {
  z-index: 1054;
}
.mo-z-1055 {
  z-index: 1055;
}
.mo-z-1056 {
  z-index: 1056;
}
.mo-z-1057 {
  z-index: 1057;
}
.mo-z-1058 {
  z-index: 1058;
}
.mo-z-1059 {
  z-index: 1059;
}
.mo-z-1060 {
  z-index: 1060;
}
.mo-z-1061 {
  z-index: 1061;
}
.mo-z-1062 {
  z-index: 1062;
}
.mo-z-1063 {
  z-index: 1063;
}
.mo-z-1064 {
  z-index: 1064;
}
.mo-z-1065 {
  z-index: 1065;
}
.mo-z-1066 {
  z-index: 1066;
}
.mo-z-1067 {
  z-index: 1067;
}
.mo-z-1068 {
  z-index: 1068;
}
.mo-z-1069 {
  z-index: 1069;
}
.mo-z-1070 {
  z-index: 1070;
}
.mo-z-1071 {
  z-index: 1071;
}
.mo-z-1072 {
  z-index: 1072;
}
.mo-z-1073 {
  z-index: 1073;
}
.mo-z-1074 {
  z-index: 1074;
}
.mo-z-1075 {
  z-index: 1075;
}
.mo-z-1076 {
  z-index: 1076;
}
.mo-z-1077 {
  z-index: 1077;
}
.mo-z-1078 {
  z-index: 1078;
}
.mo-z-1079 {
  z-index: 1079;
}
.mo-z-1080 {
  z-index: 1080;
}
.mo-z-1081 {
  z-index: 1081;
}
.mo-z-1082 {
  z-index: 1082;
}
.mo-z-1083 {
  z-index: 1083;
}
.mo-z-1084 {
  z-index: 1084;
}
.mo-z-1085 {
  z-index: 1085;
}
.mo-z-1086 {
  z-index: 1086;
}
.mo-z-1087 {
  z-index: 1087;
}
.mo-z-1088 {
  z-index: 1088;
}
.mo-z-1089 {
  z-index: 1089;
}
.mo-z-1090 {
  z-index: 1090;
}
.mo-z-1091 {
  z-index: 1091;
}
.mo-z-1092 {
  z-index: 1092;
}
.mo-z-1093 {
  z-index: 1093;
}
.mo-z-1094 {
  z-index: 1094;
}
.mo-z-1095 {
  z-index: 1095;
}
.mo-z-1096 {
  z-index: 1096;
}
.mo-z-1097 {
  z-index: 1097;
}
.mo-z-1098 {
  z-index: 1098;
}
.mo-z-1099 {
  z-index: 1099;
}
.mo-z-1100 {
  z-index: 1100;
}
.mo-z-1101 {
  z-index: 1101;
}
.mo-z-1102 {
  z-index: 1102;
}
.mo-z-1103 {
  z-index: 1103;
}
.mo-z-1104 {
  z-index: 1104;
}
.mo-z-1105 {
  z-index: 1105;
}
.mo-z-1106 {
  z-index: 1106;
}
.mo-z-1107 {
  z-index: 1107;
}
.mo-z-1108 {
  z-index: 1108;
}
.mo-z-1109 {
  z-index: 1109;
}
.mo-z-1110 {
  z-index: 1110;
}
.mo-z-1111 {
  z-index: 1111;
}
.mo-z-1112 {
  z-index: 1112;
}
.mo-z-1113 {
  z-index: 1113;
}
.mo-z-1114 {
  z-index: 1114;
}
.mo-z-1115 {
  z-index: 1115;
}
.mo-z-1116 {
  z-index: 1116;
}
.mo-z-1117 {
  z-index: 1117;
}
.mo-z-1118 {
  z-index: 1118;
}
.mo-z-1119 {
  z-index: 1119;
}
.mo-z-1120 {
  z-index: 1120;
}
.mo-z-1121 {
  z-index: 1121;
}
.mo-z-1122 {
  z-index: 1122;
}
.mo-z-1123 {
  z-index: 1123;
}
.mo-z-1124 {
  z-index: 1124;
}
.mo-z-1125 {
  z-index: 1125;
}
.mo-z-1126 {
  z-index: 1126;
}
.mo-z-1127 {
  z-index: 1127;
}
.mo-z-1128 {
  z-index: 1128;
}
.mo-z-1129 {
  z-index: 1129;
}
.mo-z-1130 {
  z-index: 1130;
}
.mo-z-1131 {
  z-index: 1131;
}
.mo-z-1132 {
  z-index: 1132;
}
.mo-z-1133 {
  z-index: 1133;
}
.mo-z-1134 {
  z-index: 1134;
}
.mo-z-1135 {
  z-index: 1135;
}
.mo-z-1136 {
  z-index: 1136;
}
.mo-z-1137 {
  z-index: 1137;
}
.mo-z-1138 {
  z-index: 1138;
}
.mo-z-1139 {
  z-index: 1139;
}
.mo-z-1140 {
  z-index: 1140;
}
.mo-z-1141 {
  z-index: 1141;
}
.mo-z-1142 {
  z-index: 1142;
}
.mo-z-1143 {
  z-index: 1143;
}
.mo-z-1144 {
  z-index: 1144;
}
.mo-z-1145 {
  z-index: 1145;
}
.mo-z-1146 {
  z-index: 1146;
}
.mo-z-1147 {
  z-index: 1147;
}
.mo-z-1148 {
  z-index: 1148;
}
.mo-z-1149 {
  z-index: 1149;
}
.mo-z-1150 {
  z-index: 1150;
}
.mo-z-1151 {
  z-index: 1151;
}
.mo-z-1152 {
  z-index: 1152;
}
.mo-z-1153 {
  z-index: 1153;
}
.mo-z-1154 {
  z-index: 1154;
}
.mo-z-1155 {
  z-index: 1155;
}
.mo-z-1156 {
  z-index: 1156;
}
.mo-z-1157 {
  z-index: 1157;
}
.mo-z-1158 {
  z-index: 1158;
}
.mo-z-1159 {
  z-index: 1159;
}
.mo-z-1160 {
  z-index: 1160;
}
.mo-z-1161 {
  z-index: 1161;
}
.mo-z-1162 {
  z-index: 1162;
}
.mo-z-1163 {
  z-index: 1163;
}
.mo-z-1164 {
  z-index: 1164;
}
.mo-z-1165 {
  z-index: 1165;
}
.mo-z-1166 {
  z-index: 1166;
}
.mo-z-1167 {
  z-index: 1167;
}
.mo-z-1168 {
  z-index: 1168;
}
.mo-z-1169 {
  z-index: 1169;
}
.mo-z-1170 {
  z-index: 1170;
}
.mo-z-1171 {
  z-index: 1171;
}
.mo-z-1172 {
  z-index: 1172;
}
.mo-z-1173 {
  z-index: 1173;
}
.mo-z-1174 {
  z-index: 1174;
}
.mo-z-1175 {
  z-index: 1175;
}
.mo-z-1176 {
  z-index: 1176;
}
.mo-z-1177 {
  z-index: 1177;
}
.mo-z-1178 {
  z-index: 1178;
}
.mo-z-1179 {
  z-index: 1179;
}
.mo-z-1180 {
  z-index: 1180;
}
.mo-z-1181 {
  z-index: 1181;
}
.mo-z-1182 {
  z-index: 1182;
}
.mo-z-1183 {
  z-index: 1183;
}
.mo-z-1184 {
  z-index: 1184;
}
.mo-z-1185 {
  z-index: 1185;
}
.mo-z-1186 {
  z-index: 1186;
}
.mo-z-1187 {
  z-index: 1187;
}
.mo-z-1188 {
  z-index: 1188;
}
.mo-z-1189 {
  z-index: 1189;
}
.mo-z-1190 {
  z-index: 1190;
}
.mo-z-1191 {
  z-index: 1191;
}
.mo-z-1192 {
  z-index: 1192;
}
.mo-z-1193 {
  z-index: 1193;
}
.mo-z-1194 {
  z-index: 1194;
}
.mo-z-1195 {
  z-index: 1195;
}
.mo-z-1196 {
  z-index: 1196;
}
.mo-z-1197 {
  z-index: 1197;
}
.mo-z-1198 {
  z-index: 1198;
}
.mo-z-1199 {
  z-index: 1199;
}
.mo-z-1200 {
  z-index: 1200;
}
.mo-z-1201 {
  z-index: 1201;
}
.mo-z-1202 {
  z-index: 1202;
}
.mo-z-1203 {
  z-index: 1203;
}
.mo-z-1204 {
  z-index: 1204;
}
.mo-z-1205 {
  z-index: 1205;
}
.mo-z-1206 {
  z-index: 1206;
}
.mo-z-1207 {
  z-index: 1207;
}
.mo-z-1208 {
  z-index: 1208;
}
.mo-z-1209 {
  z-index: 1209;
}
.mo-z-1210 {
  z-index: 1210;
}
.mo-z-1211 {
  z-index: 1211;
}
.mo-z-1212 {
  z-index: 1212;
}
.mo-z-1213 {
  z-index: 1213;
}
.mo-z-1214 {
  z-index: 1214;
}
.mo-z-1215 {
  z-index: 1215;
}
.mo-z-1216 {
  z-index: 1216;
}
.mo-z-1217 {
  z-index: 1217;
}
.mo-z-1218 {
  z-index: 1218;
}
.mo-z-1219 {
  z-index: 1219;
}
.mo-z-1220 {
  z-index: 1220;
}
.mo-z-1221 {
  z-index: 1221;
}
.mo-z-1222 {
  z-index: 1222;
}
.mo-z-1223 {
  z-index: 1223;
}
.mo-z-1224 {
  z-index: 1224;
}
.mo-z-1225 {
  z-index: 1225;
}
.mo-z-1226 {
  z-index: 1226;
}
.mo-z-1227 {
  z-index: 1227;
}
.mo-z-1228 {
  z-index: 1228;
}
.mo-z-1229 {
  z-index: 1229;
}
.mo-z-1230 {
  z-index: 1230;
}
.mo-z-1231 {
  z-index: 1231;
}
.mo-z-1232 {
  z-index: 1232;
}
.mo-z-1233 {
  z-index: 1233;
}
.mo-z-1234 {
  z-index: 1234;
}
.mo-z-1235 {
  z-index: 1235;
}
.mo-z-1236 {
  z-index: 1236;
}
.mo-z-1237 {
  z-index: 1237;
}
.mo-z-1238 {
  z-index: 1238;
}
.mo-z-1239 {
  z-index: 1239;
}
.mo-z-1240 {
  z-index: 1240;
}
.mo-z-1241 {
  z-index: 1241;
}
.mo-z-1242 {
  z-index: 1242;
}
.mo-z-1243 {
  z-index: 1243;
}
.mo-z-1244 {
  z-index: 1244;
}
.mo-z-1245 {
  z-index: 1245;
}
.mo-z-1246 {
  z-index: 1246;
}
.mo-z-1247 {
  z-index: 1247;
}
.mo-z-1248 {
  z-index: 1248;
}
.mo-z-1249 {
  z-index: 1249;
}
.mo-z-1250 {
  z-index: 1250;
}
.mo-z-1251 {
  z-index: 1251;
}
.mo-z-1252 {
  z-index: 1252;
}
.mo-z-1253 {
  z-index: 1253;
}
.mo-z-1254 {
  z-index: 1254;
}
.mo-z-1255 {
  z-index: 1255;
}
.mo-z-1256 {
  z-index: 1256;
}
.mo-z-1257 {
  z-index: 1257;
}
.mo-z-1258 {
  z-index: 1258;
}
.mo-z-1259 {
  z-index: 1259;
}
.mo-z-1260 {
  z-index: 1260;
}
.mo-z-1261 {
  z-index: 1261;
}
.mo-z-1262 {
  z-index: 1262;
}
.mo-z-1263 {
  z-index: 1263;
}
.mo-z-1264 {
  z-index: 1264;
}
.mo-z-1265 {
  z-index: 1265;
}
.mo-z-1266 {
  z-index: 1266;
}
.mo-z-1267 {
  z-index: 1267;
}
.mo-z-1268 {
  z-index: 1268;
}
.mo-z-1269 {
  z-index: 1269;
}
.mo-z-1270 {
  z-index: 1270;
}
.mo-z-1271 {
  z-index: 1271;
}
.mo-z-1272 {
  z-index: 1272;
}
.mo-z-1273 {
  z-index: 1273;
}
.mo-z-1274 {
  z-index: 1274;
}
.mo-z-1275 {
  z-index: 1275;
}
.mo-z-1276 {
  z-index: 1276;
}
.mo-z-1277 {
  z-index: 1277;
}
.mo-z-1278 {
  z-index: 1278;
}
.mo-z-1279 {
  z-index: 1279;
}
.mo-z-1280 {
  z-index: 1280;
}
.mo-z-1281 {
  z-index: 1281;
}
.mo-z-1282 {
  z-index: 1282;
}
.mo-z-1283 {
  z-index: 1283;
}
.mo-z-1284 {
  z-index: 1284;
}
.mo-z-1285 {
  z-index: 1285;
}
.mo-z-1286 {
  z-index: 1286;
}
.mo-z-1287 {
  z-index: 1287;
}
.mo-z-1288 {
  z-index: 1288;
}
.mo-z-1289 {
  z-index: 1289;
}
.mo-z-1290 {
  z-index: 1290;
}
.mo-z-1291 {
  z-index: 1291;
}
.mo-z-1292 {
  z-index: 1292;
}
.mo-z-1293 {
  z-index: 1293;
}
.mo-z-1294 {
  z-index: 1294;
}
.mo-z-1295 {
  z-index: 1295;
}
.mo-z-1296 {
  z-index: 1296;
}
.mo-z-1297 {
  z-index: 1297;
}
.mo-z-1298 {
  z-index: 1298;
}
.mo-z-1299 {
  z-index: 1299;
}
.mo-z-1300 {
  z-index: 1300;
}
.mo-z-1301 {
  z-index: 1301;
}
.mo-z-1302 {
  z-index: 1302;
}
.mo-z-1303 {
  z-index: 1303;
}
.mo-z-1304 {
  z-index: 1304;
}
.mo-z-1305 {
  z-index: 1305;
}
.mo-z-1306 {
  z-index: 1306;
}
.mo-z-1307 {
  z-index: 1307;
}
.mo-z-1308 {
  z-index: 1308;
}
.mo-z-1309 {
  z-index: 1309;
}
.mo-z-1310 {
  z-index: 1310;
}
.mo-z-1311 {
  z-index: 1311;
}
.mo-z-1312 {
  z-index: 1312;
}
.mo-z-1313 {
  z-index: 1313;
}
.mo-z-1314 {
  z-index: 1314;
}
.mo-z-1315 {
  z-index: 1315;
}
.mo-z-1316 {
  z-index: 1316;
}
.mo-z-1317 {
  z-index: 1317;
}
.mo-z-1318 {
  z-index: 1318;
}
.mo-z-1319 {
  z-index: 1319;
}
.mo-z-1320 {
  z-index: 1320;
}
.mo-z-1321 {
  z-index: 1321;
}
.mo-z-1322 {
  z-index: 1322;
}
.mo-z-1323 {
  z-index: 1323;
}
.mo-z-1324 {
  z-index: 1324;
}
.mo-z-1325 {
  z-index: 1325;
}
.mo-z-1326 {
  z-index: 1326;
}
.mo-z-1327 {
  z-index: 1327;
}
.mo-z-1328 {
  z-index: 1328;
}
.mo-z-1329 {
  z-index: 1329;
}
.mo-z-1330 {
  z-index: 1330;
}
.mo-z-1331 {
  z-index: 1331;
}
.mo-z-1332 {
  z-index: 1332;
}
.mo-z-1333 {
  z-index: 1333;
}
.mo-z-1334 {
  z-index: 1334;
}
.mo-z-1335 {
  z-index: 1335;
}
.mo-z-1336 {
  z-index: 1336;
}
.mo-z-1337 {
  z-index: 1337;
}
.mo-z-1338 {
  z-index: 1338;
}
.mo-z-1339 {
  z-index: 1339;
}
.mo-z-1340 {
  z-index: 1340;
}
.mo-z-1341 {
  z-index: 1341;
}
.mo-z-1342 {
  z-index: 1342;
}
.mo-z-1343 {
  z-index: 1343;
}
.mo-z-1344 {
  z-index: 1344;
}
.mo-z-1345 {
  z-index: 1345;
}
.mo-z-1346 {
  z-index: 1346;
}
.mo-z-1347 {
  z-index: 1347;
}
.mo-z-1348 {
  z-index: 1348;
}
.mo-z-1349 {
  z-index: 1349;
}
.mo-z-1350 {
  z-index: 1350;
}
.mo-z-1351 {
  z-index: 1351;
}
.mo-z-1352 {
  z-index: 1352;
}
.mo-z-1353 {
  z-index: 1353;
}
.mo-z-1354 {
  z-index: 1354;
}
.mo-z-1355 {
  z-index: 1355;
}
.mo-z-1356 {
  z-index: 1356;
}
.mo-z-1357 {
  z-index: 1357;
}
.mo-z-1358 {
  z-index: 1358;
}
.mo-z-1359 {
  z-index: 1359;
}
.mo-z-1360 {
  z-index: 1360;
}
.mo-z-1361 {
  z-index: 1361;
}
.mo-z-1362 {
  z-index: 1362;
}
.mo-z-1363 {
  z-index: 1363;
}
.mo-z-1364 {
  z-index: 1364;
}
.mo-z-1365 {
  z-index: 1365;
}
.mo-z-1366 {
  z-index: 1366;
}
.mo-z-1367 {
  z-index: 1367;
}
.mo-z-1368 {
  z-index: 1368;
}
.mo-z-1369 {
  z-index: 1369;
}
.mo-z-1370 {
  z-index: 1370;
}
.mo-z-1371 {
  z-index: 1371;
}
.mo-z-1372 {
  z-index: 1372;
}
.mo-z-1373 {
  z-index: 1373;
}
.mo-z-1374 {
  z-index: 1374;
}
.mo-z-1375 {
  z-index: 1375;
}
.mo-z-1376 {
  z-index: 1376;
}
.mo-z-1377 {
  z-index: 1377;
}
.mo-z-1378 {
  z-index: 1378;
}
.mo-z-1379 {
  z-index: 1379;
}
.mo-z-1380 {
  z-index: 1380;
}
.mo-z-1381 {
  z-index: 1381;
}
.mo-z-1382 {
  z-index: 1382;
}
.mo-z-1383 {
  z-index: 1383;
}
.mo-z-1384 {
  z-index: 1384;
}
.mo-z-1385 {
  z-index: 1385;
}
.mo-z-1386 {
  z-index: 1386;
}
.mo-z-1387 {
  z-index: 1387;
}
.mo-z-1388 {
  z-index: 1388;
}
.mo-z-1389 {
  z-index: 1389;
}
.mo-z-1390 {
  z-index: 1390;
}
.mo-z-1391 {
  z-index: 1391;
}
.mo-z-1392 {
  z-index: 1392;
}
.mo-z-1393 {
  z-index: 1393;
}
.mo-z-1394 {
  z-index: 1394;
}
.mo-z-1395 {
  z-index: 1395;
}
.mo-z-1396 {
  z-index: 1396;
}
.mo-z-1397 {
  z-index: 1397;
}
.mo-z-1398 {
  z-index: 1398;
}
.mo-z-1399 {
  z-index: 1399;
}
.mo-z-1400 {
  z-index: 1400;
}
.mo-z-1401 {
  z-index: 1401;
}
.mo-z-1402 {
  z-index: 1402;
}
.mo-z-1403 {
  z-index: 1403;
}
.mo-z-1404 {
  z-index: 1404;
}
.mo-z-1405 {
  z-index: 1405;
}
.mo-z-1406 {
  z-index: 1406;
}
.mo-z-1407 {
  z-index: 1407;
}
.mo-z-1408 {
  z-index: 1408;
}
.mo-z-1409 {
  z-index: 1409;
}
.mo-z-1410 {
  z-index: 1410;
}
.mo-z-1411 {
  z-index: 1411;
}
.mo-z-1412 {
  z-index: 1412;
}
.mo-z-1413 {
  z-index: 1413;
}
.mo-z-1414 {
  z-index: 1414;
}
.mo-z-1415 {
  z-index: 1415;
}
.mo-z-1416 {
  z-index: 1416;
}
.mo-z-1417 {
  z-index: 1417;
}
.mo-z-1418 {
  z-index: 1418;
}
.mo-z-1419 {
  z-index: 1419;
}
.mo-z-1420 {
  z-index: 1420;
}
.mo-z-1421 {
  z-index: 1421;
}
.mo-z-1422 {
  z-index: 1422;
}
.mo-z-1423 {
  z-index: 1423;
}
.mo-z-1424 {
  z-index: 1424;
}
.mo-z-1425 {
  z-index: 1425;
}
.mo-z-1426 {
  z-index: 1426;
}
.mo-z-1427 {
  z-index: 1427;
}
.mo-z-1428 {
  z-index: 1428;
}
.mo-z-1429 {
  z-index: 1429;
}
.mo-z-1430 {
  z-index: 1430;
}
.mo-z-1431 {
  z-index: 1431;
}
.mo-z-1432 {
  z-index: 1432;
}
.mo-z-1433 {
  z-index: 1433;
}
.mo-z-1434 {
  z-index: 1434;
}
.mo-z-1435 {
  z-index: 1435;
}
.mo-z-1436 {
  z-index: 1436;
}
.mo-z-1437 {
  z-index: 1437;
}
.mo-z-1438 {
  z-index: 1438;
}
.mo-z-1439 {
  z-index: 1439;
}
.mo-z-1440 {
  z-index: 1440;
}
.mo-z-1441 {
  z-index: 1441;
}
.mo-z-1442 {
  z-index: 1442;
}
.mo-z-1443 {
  z-index: 1443;
}
.mo-z-1444 {
  z-index: 1444;
}
.mo-z-1445 {
  z-index: 1445;
}
.mo-z-1446 {
  z-index: 1446;
}
.mo-z-1447 {
  z-index: 1447;
}
.mo-z-1448 {
  z-index: 1448;
}
.mo-z-1449 {
  z-index: 1449;
}
.mo-z-1450 {
  z-index: 1450;
}
.mo-z-1451 {
  z-index: 1451;
}
.mo-z-1452 {
  z-index: 1452;
}
.mo-z-1453 {
  z-index: 1453;
}
.mo-z-1454 {
  z-index: 1454;
}
.mo-z-1455 {
  z-index: 1455;
}
.mo-z-1456 {
  z-index: 1456;
}
.mo-z-1457 {
  z-index: 1457;
}
.mo-z-1458 {
  z-index: 1458;
}
.mo-z-1459 {
  z-index: 1459;
}
.mo-z-1460 {
  z-index: 1460;
}
.mo-z-1461 {
  z-index: 1461;
}
.mo-z-1462 {
  z-index: 1462;
}
.mo-z-1463 {
  z-index: 1463;
}
.mo-z-1464 {
  z-index: 1464;
}
.mo-z-1465 {
  z-index: 1465;
}
.mo-z-1466 {
  z-index: 1466;
}
.mo-z-1467 {
  z-index: 1467;
}
.mo-z-1468 {
  z-index: 1468;
}
.mo-z-1469 {
  z-index: 1469;
}
.mo-z-1470 {
  z-index: 1470;
}
.mo-z-1471 {
  z-index: 1471;
}
.mo-z-1472 {
  z-index: 1472;
}
.mo-z-1473 {
  z-index: 1473;
}
.mo-z-1474 {
  z-index: 1474;
}
.mo-z-1475 {
  z-index: 1475;
}
.mo-z-1476 {
  z-index: 1476;
}
.mo-z-1477 {
  z-index: 1477;
}
.mo-z-1478 {
  z-index: 1478;
}
.mo-z-1479 {
  z-index: 1479;
}
.mo-z-1480 {
  z-index: 1480;
}
.mo-z-1481 {
  z-index: 1481;
}
.mo-z-1482 {
  z-index: 1482;
}
.mo-z-1483 {
  z-index: 1483;
}
.mo-z-1484 {
  z-index: 1484;
}
.mo-z-1485 {
  z-index: 1485;
}
.mo-z-1486 {
  z-index: 1486;
}
.mo-z-1487 {
  z-index: 1487;
}
.mo-z-1488 {
  z-index: 1488;
}
.mo-z-1489 {
  z-index: 1489;
}
.mo-z-1490 {
  z-index: 1490;
}
.mo-z-1491 {
  z-index: 1491;
}
.mo-z-1492 {
  z-index: 1492;
}
.mo-z-1493 {
  z-index: 1493;
}
.mo-z-1494 {
  z-index: 1494;
}
.mo-z-1495 {
  z-index: 1495;
}
.mo-z-1496 {
  z-index: 1496;
}
.mo-z-1497 {
  z-index: 1497;
}
.mo-z-1498 {
  z-index: 1498;
}
.mo-z-1499 {
  z-index: 1499;
}
.mo-z-1500 {
  z-index: 1500;
}
.mo-z-1501 {
  z-index: 1501;
}
.mo-z-1502 {
  z-index: 1502;
}
.mo-z-1503 {
  z-index: 1503;
}
.mo-z-1504 {
  z-index: 1504;
}
.mo-z-1505 {
  z-index: 1505;
}
.mo-z-1506 {
  z-index: 1506;
}
.mo-z-1507 {
  z-index: 1507;
}
.mo-z-1508 {
  z-index: 1508;
}
.mo-z-1509 {
  z-index: 1509;
}
.mo-z-1510 {
  z-index: 1510;
}
.mo-z-1511 {
  z-index: 1511;
}
.mo-z-1512 {
  z-index: 1512;
}
.mo-z-1513 {
  z-index: 1513;
}
.mo-z-1514 {
  z-index: 1514;
}
.mo-z-1515 {
  z-index: 1515;
}
.mo-z-1516 {
  z-index: 1516;
}
.mo-z-1517 {
  z-index: 1517;
}
.mo-z-1518 {
  z-index: 1518;
}
.mo-z-1519 {
  z-index: 1519;
}
.mo-z-1520 {
  z-index: 1520;
}
.mo-z-1521 {
  z-index: 1521;
}
.mo-z-1522 {
  z-index: 1522;
}
.mo-z-1523 {
  z-index: 1523;
}
.mo-z-1524 {
  z-index: 1524;
}
.mo-z-1525 {
  z-index: 1525;
}
.mo-z-1526 {
  z-index: 1526;
}
.mo-z-1527 {
  z-index: 1527;
}
.mo-z-1528 {
  z-index: 1528;
}
.mo-z-1529 {
  z-index: 1529;
}
.mo-z-1530 {
  z-index: 1530;
}
.mo-z-1531 {
  z-index: 1531;
}
.mo-z-1532 {
  z-index: 1532;
}
.mo-z-1533 {
  z-index: 1533;
}
.mo-z-1534 {
  z-index: 1534;
}
.mo-z-1535 {
  z-index: 1535;
}
.mo-z-1536 {
  z-index: 1536;
}
.mo-z-1537 {
  z-index: 1537;
}
.mo-z-1538 {
  z-index: 1538;
}
.mo-z-1539 {
  z-index: 1539;
}
.mo-z-1540 {
  z-index: 1540;
}
.mo-z-1541 {
  z-index: 1541;
}
.mo-z-1542 {
  z-index: 1542;
}
.mo-z-1543 {
  z-index: 1543;
}
.mo-z-1544 {
  z-index: 1544;
}
.mo-z-1545 {
  z-index: 1545;
}
.mo-z-1546 {
  z-index: 1546;
}
.mo-z-1547 {
  z-index: 1547;
}
.mo-z-1548 {
  z-index: 1548;
}
.mo-z-1549 {
  z-index: 1549;
}
.mo-z-1550 {
  z-index: 1550;
}
.mo-z-1551 {
  z-index: 1551;
}
.mo-z-1552 {
  z-index: 1552;
}
.mo-z-1553 {
  z-index: 1553;
}
.mo-z-1554 {
  z-index: 1554;
}
.mo-z-1555 {
  z-index: 1555;
}
.mo-z-1556 {
  z-index: 1556;
}
.mo-z-1557 {
  z-index: 1557;
}
.mo-z-1558 {
  z-index: 1558;
}
.mo-z-1559 {
  z-index: 1559;
}
.mo-z-1560 {
  z-index: 1560;
}
.mo-z-1561 {
  z-index: 1561;
}
.mo-z-1562 {
  z-index: 1562;
}
.mo-z-1563 {
  z-index: 1563;
}
.mo-z-1564 {
  z-index: 1564;
}
.mo-z-1565 {
  z-index: 1565;
}
.mo-z-1566 {
  z-index: 1566;
}
.mo-z-1567 {
  z-index: 1567;
}
.mo-z-1568 {
  z-index: 1568;
}
.mo-z-1569 {
  z-index: 1569;
}
.mo-z-1570 {
  z-index: 1570;
}
.mo-z-1571 {
  z-index: 1571;
}
.mo-z-1572 {
  z-index: 1572;
}
.mo-z-1573 {
  z-index: 1573;
}
.mo-z-1574 {
  z-index: 1574;
}
.mo-z-1575 {
  z-index: 1575;
}
.mo-z-1576 {
  z-index: 1576;
}
.mo-z-1577 {
  z-index: 1577;
}
.mo-z-1578 {
  z-index: 1578;
}
.mo-z-1579 {
  z-index: 1579;
}
.mo-z-1580 {
  z-index: 1580;
}
.mo-z-1581 {
  z-index: 1581;
}
.mo-z-1582 {
  z-index: 1582;
}
.mo-z-1583 {
  z-index: 1583;
}
.mo-z-1584 {
  z-index: 1584;
}
.mo-z-1585 {
  z-index: 1585;
}
.mo-z-1586 {
  z-index: 1586;
}
.mo-z-1587 {
  z-index: 1587;
}
.mo-z-1588 {
  z-index: 1588;
}
.mo-z-1589 {
  z-index: 1589;
}
.mo-z-1590 {
  z-index: 1590;
}
.mo-z-1591 {
  z-index: 1591;
}
.mo-z-1592 {
  z-index: 1592;
}
.mo-z-1593 {
  z-index: 1593;
}
.mo-z-1594 {
  z-index: 1594;
}
.mo-z-1595 {
  z-index: 1595;
}
.mo-z-1596 {
  z-index: 1596;
}
.mo-z-1597 {
  z-index: 1597;
}
.mo-z-1598 {
  z-index: 1598;
}
.mo-z-1599 {
  z-index: 1599;
}
.mo-z-1600 {
  z-index: 1600;
}
.mo-z-1601 {
  z-index: 1601;
}
.mo-z-1602 {
  z-index: 1602;
}
.mo-z-1603 {
  z-index: 1603;
}
.mo-z-1604 {
  z-index: 1604;
}
.mo-z-1605 {
  z-index: 1605;
}
.mo-z-1606 {
  z-index: 1606;
}
.mo-z-1607 {
  z-index: 1607;
}
.mo-z-1608 {
  z-index: 1608;
}
.mo-z-1609 {
  z-index: 1609;
}
.mo-z-1610 {
  z-index: 1610;
}
.mo-z-1611 {
  z-index: 1611;
}
.mo-z-1612 {
  z-index: 1612;
}
.mo-z-1613 {
  z-index: 1613;
}
.mo-z-1614 {
  z-index: 1614;
}
.mo-z-1615 {
  z-index: 1615;
}
.mo-z-1616 {
  z-index: 1616;
}
.mo-z-1617 {
  z-index: 1617;
}
.mo-z-1618 {
  z-index: 1618;
}
.mo-z-1619 {
  z-index: 1619;
}
.mo-z-1620 {
  z-index: 1620;
}
.mo-z-1621 {
  z-index: 1621;
}
.mo-z-1622 {
  z-index: 1622;
}
.mo-z-1623 {
  z-index: 1623;
}
.mo-z-1624 {
  z-index: 1624;
}
.mo-z-1625 {
  z-index: 1625;
}
.mo-z-1626 {
  z-index: 1626;
}
.mo-z-1627 {
  z-index: 1627;
}
.mo-z-1628 {
  z-index: 1628;
}
.mo-z-1629 {
  z-index: 1629;
}
.mo-z-1630 {
  z-index: 1630;
}
.mo-z-1631 {
  z-index: 1631;
}
.mo-z-1632 {
  z-index: 1632;
}
.mo-z-1633 {
  z-index: 1633;
}
.mo-z-1634 {
  z-index: 1634;
}
.mo-z-1635 {
  z-index: 1635;
}
.mo-z-1636 {
  z-index: 1636;
}
.mo-z-1637 {
  z-index: 1637;
}
.mo-z-1638 {
  z-index: 1638;
}
.mo-z-1639 {
  z-index: 1639;
}
.mo-z-1640 {
  z-index: 1640;
}
.mo-z-1641 {
  z-index: 1641;
}
.mo-z-1642 {
  z-index: 1642;
}
.mo-z-1643 {
  z-index: 1643;
}
.mo-z-1644 {
  z-index: 1644;
}
.mo-z-1645 {
  z-index: 1645;
}
.mo-z-1646 {
  z-index: 1646;
}
.mo-z-1647 {
  z-index: 1647;
}
.mo-z-1648 {
  z-index: 1648;
}
.mo-z-1649 {
  z-index: 1649;
}
.mo-z-1650 {
  z-index: 1650;
}
.mo-z-1651 {
  z-index: 1651;
}
.mo-z-1652 {
  z-index: 1652;
}
.mo-z-1653 {
  z-index: 1653;
}
.mo-z-1654 {
  z-index: 1654;
}
.mo-z-1655 {
  z-index: 1655;
}
.mo-z-1656 {
  z-index: 1656;
}
.mo-z-1657 {
  z-index: 1657;
}
.mo-z-1658 {
  z-index: 1658;
}
.mo-z-1659 {
  z-index: 1659;
}
.mo-z-1660 {
  z-index: 1660;
}
.mo-z-1661 {
  z-index: 1661;
}
.mo-z-1662 {
  z-index: 1662;
}
.mo-z-1663 {
  z-index: 1663;
}
.mo-z-1664 {
  z-index: 1664;
}
.mo-z-1665 {
  z-index: 1665;
}
.mo-z-1666 {
  z-index: 1666;
}
.mo-z-1667 {
  z-index: 1667;
}
.mo-z-1668 {
  z-index: 1668;
}
.mo-z-1669 {
  z-index: 1669;
}
.mo-z-1670 {
  z-index: 1670;
}
.mo-z-1671 {
  z-index: 1671;
}
.mo-z-1672 {
  z-index: 1672;
}
.mo-z-1673 {
  z-index: 1673;
}
.mo-z-1674 {
  z-index: 1674;
}
.mo-z-1675 {
  z-index: 1675;
}
.mo-z-1676 {
  z-index: 1676;
}
.mo-z-1677 {
  z-index: 1677;
}
.mo-z-1678 {
  z-index: 1678;
}
.mo-z-1679 {
  z-index: 1679;
}
.mo-z-1680 {
  z-index: 1680;
}
.mo-z-1681 {
  z-index: 1681;
}
.mo-z-1682 {
  z-index: 1682;
}
.mo-z-1683 {
  z-index: 1683;
}
.mo-z-1684 {
  z-index: 1684;
}
.mo-z-1685 {
  z-index: 1685;
}
.mo-z-1686 {
  z-index: 1686;
}
.mo-z-1687 {
  z-index: 1687;
}
.mo-z-1688 {
  z-index: 1688;
}
.mo-z-1689 {
  z-index: 1689;
}
.mo-z-1690 {
  z-index: 1690;
}
.mo-z-1691 {
  z-index: 1691;
}
.mo-z-1692 {
  z-index: 1692;
}
.mo-z-1693 {
  z-index: 1693;
}
.mo-z-1694 {
  z-index: 1694;
}
.mo-z-1695 {
  z-index: 1695;
}
.mo-z-1696 {
  z-index: 1696;
}
.mo-z-1697 {
  z-index: 1697;
}
.mo-z-1698 {
  z-index: 1698;
}
.mo-z-1699 {
  z-index: 1699;
}
.mo-z-1700 {
  z-index: 1700;
}
.mo-z-1701 {
  z-index: 1701;
}
.mo-z-1702 {
  z-index: 1702;
}
.mo-z-1703 {
  z-index: 1703;
}
.mo-z-1704 {
  z-index: 1704;
}
.mo-z-1705 {
  z-index: 1705;
}
.mo-z-1706 {
  z-index: 1706;
}
.mo-z-1707 {
  z-index: 1707;
}
.mo-z-1708 {
  z-index: 1708;
}
.mo-z-1709 {
  z-index: 1709;
}
.mo-z-1710 {
  z-index: 1710;
}
.mo-z-1711 {
  z-index: 1711;
}
.mo-z-1712 {
  z-index: 1712;
}
.mo-z-1713 {
  z-index: 1713;
}
.mo-z-1714 {
  z-index: 1714;
}
.mo-z-1715 {
  z-index: 1715;
}
.mo-z-1716 {
  z-index: 1716;
}
.mo-z-1717 {
  z-index: 1717;
}
.mo-z-1718 {
  z-index: 1718;
}
.mo-z-1719 {
  z-index: 1719;
}
.mo-z-1720 {
  z-index: 1720;
}
.mo-z-1721 {
  z-index: 1721;
}
.mo-z-1722 {
  z-index: 1722;
}
.mo-z-1723 {
  z-index: 1723;
}
.mo-z-1724 {
  z-index: 1724;
}
.mo-z-1725 {
  z-index: 1725;
}
.mo-z-1726 {
  z-index: 1726;
}
.mo-z-1727 {
  z-index: 1727;
}
.mo-z-1728 {
  z-index: 1728;
}
.mo-z-1729 {
  z-index: 1729;
}
.mo-z-1730 {
  z-index: 1730;
}
.mo-z-1731 {
  z-index: 1731;
}
.mo-z-1732 {
  z-index: 1732;
}
.mo-z-1733 {
  z-index: 1733;
}
.mo-z-1734 {
  z-index: 1734;
}
.mo-z-1735 {
  z-index: 1735;
}
.mo-z-1736 {
  z-index: 1736;
}
.mo-z-1737 {
  z-index: 1737;
}
.mo-z-1738 {
  z-index: 1738;
}
.mo-z-1739 {
  z-index: 1739;
}
.mo-z-1740 {
  z-index: 1740;
}
.mo-z-1741 {
  z-index: 1741;
}
.mo-z-1742 {
  z-index: 1742;
}
.mo-z-1743 {
  z-index: 1743;
}
.mo-z-1744 {
  z-index: 1744;
}
.mo-z-1745 {
  z-index: 1745;
}
.mo-z-1746 {
  z-index: 1746;
}
.mo-z-1747 {
  z-index: 1747;
}
.mo-z-1748 {
  z-index: 1748;
}
.mo-z-1749 {
  z-index: 1749;
}
.mo-z-1750 {
  z-index: 1750;
}
.mo-z-1751 {
  z-index: 1751;
}
.mo-z-1752 {
  z-index: 1752;
}
.mo-z-1753 {
  z-index: 1753;
}
.mo-z-1754 {
  z-index: 1754;
}
.mo-z-1755 {
  z-index: 1755;
}
.mo-z-1756 {
  z-index: 1756;
}
.mo-z-1757 {
  z-index: 1757;
}
.mo-z-1758 {
  z-index: 1758;
}
.mo-z-1759 {
  z-index: 1759;
}
.mo-z-1760 {
  z-index: 1760;
}
.mo-z-1761 {
  z-index: 1761;
}
.mo-z-1762 {
  z-index: 1762;
}
.mo-z-1763 {
  z-index: 1763;
}
.mo-z-1764 {
  z-index: 1764;
}
.mo-z-1765 {
  z-index: 1765;
}
.mo-z-1766 {
  z-index: 1766;
}
.mo-z-1767 {
  z-index: 1767;
}
.mo-z-1768 {
  z-index: 1768;
}
.mo-z-1769 {
  z-index: 1769;
}
.mo-z-1770 {
  z-index: 1770;
}
.mo-z-1771 {
  z-index: 1771;
}
.mo-z-1772 {
  z-index: 1772;
}
.mo-z-1773 {
  z-index: 1773;
}
.mo-z-1774 {
  z-index: 1774;
}
.mo-z-1775 {
  z-index: 1775;
}
.mo-z-1776 {
  z-index: 1776;
}
.mo-z-1777 {
  z-index: 1777;
}
.mo-z-1778 {
  z-index: 1778;
}
.mo-z-1779 {
  z-index: 1779;
}
.mo-z-1780 {
  z-index: 1780;
}
.mo-z-1781 {
  z-index: 1781;
}
.mo-z-1782 {
  z-index: 1782;
}
.mo-z-1783 {
  z-index: 1783;
}
.mo-z-1784 {
  z-index: 1784;
}
.mo-z-1785 {
  z-index: 1785;
}
.mo-z-1786 {
  z-index: 1786;
}
.mo-z-1787 {
  z-index: 1787;
}
.mo-z-1788 {
  z-index: 1788;
}
.mo-z-1789 {
  z-index: 1789;
}
.mo-z-1790 {
  z-index: 1790;
}
.mo-z-1791 {
  z-index: 1791;
}
.mo-z-1792 {
  z-index: 1792;
}
.mo-z-1793 {
  z-index: 1793;
}
.mo-z-1794 {
  z-index: 1794;
}
.mo-z-1795 {
  z-index: 1795;
}
.mo-z-1796 {
  z-index: 1796;
}
.mo-z-1797 {
  z-index: 1797;
}
.mo-z-1798 {
  z-index: 1798;
}
.mo-z-1799 {
  z-index: 1799;
}
.mo-z-1800 {
  z-index: 1800;
}
.mo-z-1801 {
  z-index: 1801;
}
.mo-z-1802 {
  z-index: 1802;
}
.mo-z-1803 {
  z-index: 1803;
}
.mo-z-1804 {
  z-index: 1804;
}
.mo-z-1805 {
  z-index: 1805;
}
.mo-z-1806 {
  z-index: 1806;
}
.mo-z-1807 {
  z-index: 1807;
}
.mo-z-1808 {
  z-index: 1808;
}
.mo-z-1809 {
  z-index: 1809;
}
.mo-z-1810 {
  z-index: 1810;
}
.mo-z-1811 {
  z-index: 1811;
}
.mo-z-1812 {
  z-index: 1812;
}
.mo-z-1813 {
  z-index: 1813;
}
.mo-z-1814 {
  z-index: 1814;
}
.mo-z-1815 {
  z-index: 1815;
}
.mo-z-1816 {
  z-index: 1816;
}
.mo-z-1817 {
  z-index: 1817;
}
.mo-z-1818 {
  z-index: 1818;
}
.mo-z-1819 {
  z-index: 1819;
}
.mo-z-1820 {
  z-index: 1820;
}
.mo-z-1821 {
  z-index: 1821;
}
.mo-z-1822 {
  z-index: 1822;
}
.mo-z-1823 {
  z-index: 1823;
}
.mo-z-1824 {
  z-index: 1824;
}
.mo-z-1825 {
  z-index: 1825;
}
.mo-z-1826 {
  z-index: 1826;
}
.mo-z-1827 {
  z-index: 1827;
}
.mo-z-1828 {
  z-index: 1828;
}
.mo-z-1829 {
  z-index: 1829;
}
.mo-z-1830 {
  z-index: 1830;
}
.mo-z-1831 {
  z-index: 1831;
}
.mo-z-1832 {
  z-index: 1832;
}
.mo-z-1833 {
  z-index: 1833;
}
.mo-z-1834 {
  z-index: 1834;
}
.mo-z-1835 {
  z-index: 1835;
}
.mo-z-1836 {
  z-index: 1836;
}
.mo-z-1837 {
  z-index: 1837;
}
.mo-z-1838 {
  z-index: 1838;
}
.mo-z-1839 {
  z-index: 1839;
}
.mo-z-1840 {
  z-index: 1840;
}
.mo-z-1841 {
  z-index: 1841;
}
.mo-z-1842 {
  z-index: 1842;
}
.mo-z-1843 {
  z-index: 1843;
}
.mo-z-1844 {
  z-index: 1844;
}
.mo-z-1845 {
  z-index: 1845;
}
.mo-z-1846 {
  z-index: 1846;
}
.mo-z-1847 {
  z-index: 1847;
}
.mo-z-1848 {
  z-index: 1848;
}
.mo-z-1849 {
  z-index: 1849;
}
.mo-z-1850 {
  z-index: 1850;
}
.mo-z-1851 {
  z-index: 1851;
}
.mo-z-1852 {
  z-index: 1852;
}
.mo-z-1853 {
  z-index: 1853;
}
.mo-z-1854 {
  z-index: 1854;
}
.mo-z-1855 {
  z-index: 1855;
}
.mo-z-1856 {
  z-index: 1856;
}
.mo-z-1857 {
  z-index: 1857;
}
.mo-z-1858 {
  z-index: 1858;
}
.mo-z-1859 {
  z-index: 1859;
}
.mo-z-1860 {
  z-index: 1860;
}
.mo-z-1861 {
  z-index: 1861;
}
.mo-z-1862 {
  z-index: 1862;
}
.mo-z-1863 {
  z-index: 1863;
}
.mo-z-1864 {
  z-index: 1864;
}
.mo-z-1865 {
  z-index: 1865;
}
.mo-z-1866 {
  z-index: 1866;
}
.mo-z-1867 {
  z-index: 1867;
}
.mo-z-1868 {
  z-index: 1868;
}
.mo-z-1869 {
  z-index: 1869;
}
.mo-z-1870 {
  z-index: 1870;
}
.mo-z-1871 {
  z-index: 1871;
}
.mo-z-1872 {
  z-index: 1872;
}
.mo-z-1873 {
  z-index: 1873;
}
.mo-z-1874 {
  z-index: 1874;
}
.mo-z-1875 {
  z-index: 1875;
}
.mo-z-1876 {
  z-index: 1876;
}
.mo-z-1877 {
  z-index: 1877;
}
.mo-z-1878 {
  z-index: 1878;
}
.mo-z-1879 {
  z-index: 1879;
}
.mo-z-1880 {
  z-index: 1880;
}
.mo-z-1881 {
  z-index: 1881;
}
.mo-z-1882 {
  z-index: 1882;
}
.mo-z-1883 {
  z-index: 1883;
}
.mo-z-1884 {
  z-index: 1884;
}
.mo-z-1885 {
  z-index: 1885;
}
.mo-z-1886 {
  z-index: 1886;
}
.mo-z-1887 {
  z-index: 1887;
}
.mo-z-1888 {
  z-index: 1888;
}
.mo-z-1889 {
  z-index: 1889;
}
.mo-z-1890 {
  z-index: 1890;
}
.mo-z-1891 {
  z-index: 1891;
}
.mo-z-1892 {
  z-index: 1892;
}
.mo-z-1893 {
  z-index: 1893;
}
.mo-z-1894 {
  z-index: 1894;
}
.mo-z-1895 {
  z-index: 1895;
}
.mo-z-1896 {
  z-index: 1896;
}
.mo-z-1897 {
  z-index: 1897;
}
.mo-z-1898 {
  z-index: 1898;
}
.mo-z-1899 {
  z-index: 1899;
}
.mo-z-1900 {
  z-index: 1900;
}
.mo-z-1901 {
  z-index: 1901;
}
.mo-z-1902 {
  z-index: 1902;
}
.mo-z-1903 {
  z-index: 1903;
}
.mo-z-1904 {
  z-index: 1904;
}
.mo-z-1905 {
  z-index: 1905;
}
.mo-z-1906 {
  z-index: 1906;
}
.mo-z-1907 {
  z-index: 1907;
}
.mo-z-1908 {
  z-index: 1908;
}
.mo-z-1909 {
  z-index: 1909;
}
.mo-z-1910 {
  z-index: 1910;
}
.mo-z-1911 {
  z-index: 1911;
}
.mo-z-1912 {
  z-index: 1912;
}
.mo-z-1913 {
  z-index: 1913;
}
.mo-z-1914 {
  z-index: 1914;
}
.mo-z-1915 {
  z-index: 1915;
}
.mo-z-1916 {
  z-index: 1916;
}
.mo-z-1917 {
  z-index: 1917;
}
.mo-z-1918 {
  z-index: 1918;
}
.mo-z-1919 {
  z-index: 1919;
}
.mo-z-1920 {
  z-index: 1920;
}
.mo-z-1921 {
  z-index: 1921;
}
.mo-z-1922 {
  z-index: 1922;
}
.mo-z-1923 {
  z-index: 1923;
}
.mo-z-1924 {
  z-index: 1924;
}
.mo-z-1925 {
  z-index: 1925;
}
.mo-z-1926 {
  z-index: 1926;
}
.mo-z-1927 {
  z-index: 1927;
}
.mo-z-1928 {
  z-index: 1928;
}
.mo-z-1929 {
  z-index: 1929;
}
.mo-z-1930 {
  z-index: 1930;
}
.mo-z-1931 {
  z-index: 1931;
}
.mo-z-1932 {
  z-index: 1932;
}
.mo-z-1933 {
  z-index: 1933;
}
.mo-z-1934 {
  z-index: 1934;
}
.mo-z-1935 {
  z-index: 1935;
}
.mo-z-1936 {
  z-index: 1936;
}
.mo-z-1937 {
  z-index: 1937;
}
.mo-z-1938 {
  z-index: 1938;
}
.mo-z-1939 {
  z-index: 1939;
}
.mo-z-1940 {
  z-index: 1940;
}
.mo-z-1941 {
  z-index: 1941;
}
.mo-z-1942 {
  z-index: 1942;
}
.mo-z-1943 {
  z-index: 1943;
}
.mo-z-1944 {
  z-index: 1944;
}
.mo-z-1945 {
  z-index: 1945;
}
.mo-z-1946 {
  z-index: 1946;
}
.mo-z-1947 {
  z-index: 1947;
}
.mo-z-1948 {
  z-index: 1948;
}
.mo-z-1949 {
  z-index: 1949;
}
.mo-z-1950 {
  z-index: 1950;
}
.mo-z-1951 {
  z-index: 1951;
}
.mo-z-1952 {
  z-index: 1952;
}
.mo-z-1953 {
  z-index: 1953;
}
.mo-z-1954 {
  z-index: 1954;
}
.mo-z-1955 {
  z-index: 1955;
}
.mo-z-1956 {
  z-index: 1956;
}
.mo-z-1957 {
  z-index: 1957;
}
.mo-z-1958 {
  z-index: 1958;
}
.mo-z-1959 {
  z-index: 1959;
}
.mo-z-1960 {
  z-index: 1960;
}
.mo-z-1961 {
  z-index: 1961;
}
.mo-z-1962 {
  z-index: 1962;
}
.mo-z-1963 {
  z-index: 1963;
}
.mo-z-1964 {
  z-index: 1964;
}
.mo-z-1965 {
  z-index: 1965;
}
.mo-z-1966 {
  z-index: 1966;
}
.mo-z-1967 {
  z-index: 1967;
}
.mo-z-1968 {
  z-index: 1968;
}
.mo-z-1969 {
  z-index: 1969;
}
.mo-z-1970 {
  z-index: 1970;
}
.mo-z-1971 {
  z-index: 1971;
}
.mo-z-1972 {
  z-index: 1972;
}
.mo-z-1973 {
  z-index: 1973;
}
.mo-z-1974 {
  z-index: 1974;
}
.mo-z-1975 {
  z-index: 1975;
}
.mo-z-1976 {
  z-index: 1976;
}
.mo-z-1977 {
  z-index: 1977;
}
.mo-z-1978 {
  z-index: 1978;
}
.mo-z-1979 {
  z-index: 1979;
}
.mo-z-1980 {
  z-index: 1980;
}
.mo-z-1981 {
  z-index: 1981;
}
.mo-z-1982 {
  z-index: 1982;
}
.mo-z-1983 {
  z-index: 1983;
}
.mo-z-1984 {
  z-index: 1984;
}
.mo-z-1985 {
  z-index: 1985;
}
.mo-z-1986 {
  z-index: 1986;
}
.mo-z-1987 {
  z-index: 1987;
}
.mo-z-1988 {
  z-index: 1988;
}
.mo-z-1989 {
  z-index: 1989;
}
.mo-z-1990 {
  z-index: 1990;
}
.mo-z-1991 {
  z-index: 1991;
}
.mo-z-1992 {
  z-index: 1992;
}
.mo-z-1993 {
  z-index: 1993;
}
.mo-z-1994 {
  z-index: 1994;
}
.mo-z-1995 {
  z-index: 1995;
}
.mo-z-1996 {
  z-index: 1996;
}
.mo-z-1997 {
  z-index: 1997;
}
.mo-z-1998 {
  z-index: 1998;
}
.mo-z-1999 {
  z-index: 1999;
}
.mo-z-2000 {
  z-index: 2000;
}
.mo-z-2001 {
  z-index: 2001;
}
.mo-z-2002 {
  z-index: 2002;
}
.mo-z-2003 {
  z-index: 2003;
}
.mo-z-2004 {
  z-index: 2004;
}
.mo-z-2005 {
  z-index: 2005;
}
.mo-z-2006 {
  z-index: 2006;
}
.mo-z-2007 {
  z-index: 2007;
}
.mo-z-2008 {
  z-index: 2008;
}
.mo-z-2009 {
  z-index: 2009;
}
.mo-z-2010 {
  z-index: 2010;
}
.mo-z-2011 {
  z-index: 2011;
}
.mo-z-2012 {
  z-index: 2012;
}
.mo-z-2013 {
  z-index: 2013;
}
.mo-z-2014 {
  z-index: 2014;
}
.mo-z-2015 {
  z-index: 2015;
}
.mo-z-2016 {
  z-index: 2016;
}
.mo-z-2017 {
  z-index: 2017;
}
.mo-z-2018 {
  z-index: 2018;
}
.mo-z-2019 {
  z-index: 2019;
}
.mo-z-2020 {
  z-index: 2020;
}
.mo-z-2021 {
  z-index: 2021;
}
.mo-z-2022 {
  z-index: 2022;
}
.mo-z-2023 {
  z-index: 2023;
}
.mo-z-2024 {
  z-index: 2024;
}
.mo-z-2025 {
  z-index: 2025;
}
.mo-z-2026 {
  z-index: 2026;
}
.mo-z-2027 {
  z-index: 2027;
}
.mo-z-2028 {
  z-index: 2028;
}
.mo-z-2029 {
  z-index: 2029;
}
.mo-z-2030 {
  z-index: 2030;
}
.mo-z-2031 {
  z-index: 2031;
}
.mo-z-2032 {
  z-index: 2032;
}
.mo-z-2033 {
  z-index: 2033;
}
.mo-z-2034 {
  z-index: 2034;
}
.mo-z-2035 {
  z-index: 2035;
}
.mo-z-2036 {
  z-index: 2036;
}
.mo-z-2037 {
  z-index: 2037;
}
.mo-z-2038 {
  z-index: 2038;
}
.mo-z-2039 {
  z-index: 2039;
}
.mo-z-2040 {
  z-index: 2040;
}
.mo-z-2041 {
  z-index: 2041;
}
.mo-z-2042 {
  z-index: 2042;
}
.mo-z-2043 {
  z-index: 2043;
}
.mo-z-2044 {
  z-index: 2044;
}
.mo-z-2045 {
  z-index: 2045;
}
.mo-z-2046 {
  z-index: 2046;
}
.mo-z-2047 {
  z-index: 2047;
}
.mo-z-2048 {
  z-index: 2048;
}
.mo-z-2049 {
  z-index: 2049;
}
.mo-z-2050 {
  z-index: 2050;
}
.mo-z-2051 {
  z-index: 2051;
}
.mo-z-2052 {
  z-index: 2052;
}
.mo-z-2053 {
  z-index: 2053;
}
.mo-z-2054 {
  z-index: 2054;
}
.mo-z-2055 {
  z-index: 2055;
}
.mo-z-2056 {
  z-index: 2056;
}
.mo-z-2057 {
  z-index: 2057;
}
.mo-z-2058 {
  z-index: 2058;
}
.mo-z-2059 {
  z-index: 2059;
}
.mo-z-2060 {
  z-index: 2060;
}
.mo-z-2061 {
  z-index: 2061;
}
.mo-z-2062 {
  z-index: 2062;
}
.mo-z-2063 {
  z-index: 2063;
}
.mo-z-2064 {
  z-index: 2064;
}
.mo-z-2065 {
  z-index: 2065;
}
.mo-z-2066 {
  z-index: 2066;
}
.mo-z-2067 {
  z-index: 2067;
}
.mo-z-2068 {
  z-index: 2068;
}
.mo-z-2069 {
  z-index: 2069;
}
.mo-z-2070 {
  z-index: 2070;
}
.mo-z-2071 {
  z-index: 2071;
}
.mo-z-2072 {
  z-index: 2072;
}
.mo-z-2073 {
  z-index: 2073;
}
.mo-z-2074 {
  z-index: 2074;
}
.mo-z-2075 {
  z-index: 2075;
}
.mo-z-2076 {
  z-index: 2076;
}
.mo-z-2077 {
  z-index: 2077;
}
.mo-z-2078 {
  z-index: 2078;
}
.mo-z-2079 {
  z-index: 2079;
}
.mo-z-2080 {
  z-index: 2080;
}
.mo-z-2081 {
  z-index: 2081;
}
.mo-z-2082 {
  z-index: 2082;
}
.mo-z-2083 {
  z-index: 2083;
}
.mo-z-2084 {
  z-index: 2084;
}
.mo-z-2085 {
  z-index: 2085;
}
.mo-z-2086 {
  z-index: 2086;
}
.mo-z-2087 {
  z-index: 2087;
}
.mo-z-2088 {
  z-index: 2088;
}
.mo-z-2089 {
  z-index: 2089;
}
.mo-z-2090 {
  z-index: 2090;
}
.mo-z-2091 {
  z-index: 2091;
}
.mo-z-2092 {
  z-index: 2092;
}
.mo-z-2093 {
  z-index: 2093;
}
.mo-z-2094 {
  z-index: 2094;
}
.mo-z-2095 {
  z-index: 2095;
}
.mo-z-2096 {
  z-index: 2096;
}
.mo-z-2097 {
  z-index: 2097;
}
.mo-z-2098 {
  z-index: 2098;
}
.mo-z-2099 {
  z-index: 2099;
}
.mo-z-2100 {
  z-index: 2100;
}
.mo-z-2101 {
  z-index: 2101;
}
.mo-z-2102 {
  z-index: 2102;
}
.mo-z-2103 {
  z-index: 2103;
}
.mo-z-2104 {
  z-index: 2104;
}
.mo-z-2105 {
  z-index: 2105;
}
.mo-z-2106 {
  z-index: 2106;
}
.mo-z-2107 {
  z-index: 2107;
}
.mo-z-2108 {
  z-index: 2108;
}
.mo-z-2109 {
  z-index: 2109;
}
.mo-z-2110 {
  z-index: 2110;
}
.mo-z-2111 {
  z-index: 2111;
}
.mo-z-2112 {
  z-index: 2112;
}
.mo-z-2113 {
  z-index: 2113;
}
.mo-z-2114 {
  z-index: 2114;
}
.mo-z-2115 {
  z-index: 2115;
}
.mo-z-2116 {
  z-index: 2116;
}
.mo-z-2117 {
  z-index: 2117;
}
.mo-z-2118 {
  z-index: 2118;
}
.mo-z-2119 {
  z-index: 2119;
}
.mo-z-2120 {
  z-index: 2120;
}
.mo-z-2121 {
  z-index: 2121;
}
.mo-z-2122 {
  z-index: 2122;
}
.mo-z-2123 {
  z-index: 2123;
}
.mo-z-2124 {
  z-index: 2124;
}
.mo-z-2125 {
  z-index: 2125;
}
.mo-z-2126 {
  z-index: 2126;
}
.mo-z-2127 {
  z-index: 2127;
}
.mo-z-2128 {
  z-index: 2128;
}
.mo-z-2129 {
  z-index: 2129;
}
.mo-z-2130 {
  z-index: 2130;
}
.mo-z-2131 {
  z-index: 2131;
}
.mo-z-2132 {
  z-index: 2132;
}
.mo-z-2133 {
  z-index: 2133;
}
.mo-z-2134 {
  z-index: 2134;
}
.mo-z-2135 {
  z-index: 2135;
}
.mo-z-2136 {
  z-index: 2136;
}
.mo-z-2137 {
  z-index: 2137;
}
.mo-z-2138 {
  z-index: 2138;
}
.mo-z-2139 {
  z-index: 2139;
}
.mo-z-2140 {
  z-index: 2140;
}
.mo-z-2141 {
  z-index: 2141;
}
.mo-z-2142 {
  z-index: 2142;
}
.mo-z-2143 {
  z-index: 2143;
}
.mo-z-2144 {
  z-index: 2144;
}
.mo-z-2145 {
  z-index: 2145;
}
.mo-z-2146 {
  z-index: 2146;
}
.mo-z-2147 {
  z-index: 2147;
}
.mo-z-2148 {
  z-index: 2148;
}
.mo-z-2149 {
  z-index: 2149;
}
.mo-z-2150 {
  z-index: 2150;
}
.mo-z-2151 {
  z-index: 2151;
}
.mo-z-2152 {
  z-index: 2152;
}
.mo-z-2153 {
  z-index: 2153;
}
.mo-z-2154 {
  z-index: 2154;
}
.mo-z-2155 {
  z-index: 2155;
}
.mo-z-2156 {
  z-index: 2156;
}
.mo-z-2157 {
  z-index: 2157;
}
.mo-z-2158 {
  z-index: 2158;
}
.mo-z-2159 {
  z-index: 2159;
}
.mo-z-2160 {
  z-index: 2160;
}
.mo-z-2161 {
  z-index: 2161;
}
.mo-z-2162 {
  z-index: 2162;
}
.mo-z-2163 {
  z-index: 2163;
}
.mo-z-2164 {
  z-index: 2164;
}
.mo-z-2165 {
  z-index: 2165;
}
.mo-z-2166 {
  z-index: 2166;
}
.mo-z-2167 {
  z-index: 2167;
}
.mo-z-2168 {
  z-index: 2168;
}
.mo-z-2169 {
  z-index: 2169;
}
.mo-z-2170 {
  z-index: 2170;
}
.mo-z-2171 {
  z-index: 2171;
}
.mo-z-2172 {
  z-index: 2172;
}
.mo-z-2173 {
  z-index: 2173;
}
.mo-z-2174 {
  z-index: 2174;
}
.mo-z-2175 {
  z-index: 2175;
}
.mo-z-2176 {
  z-index: 2176;
}
.mo-z-2177 {
  z-index: 2177;
}
.mo-z-2178 {
  z-index: 2178;
}
.mo-z-2179 {
  z-index: 2179;
}
.mo-z-2180 {
  z-index: 2180;
}
.mo-z-2181 {
  z-index: 2181;
}
.mo-z-2182 {
  z-index: 2182;
}
.mo-z-2183 {
  z-index: 2183;
}
.mo-z-2184 {
  z-index: 2184;
}
.mo-z-2185 {
  z-index: 2185;
}
.mo-z-2186 {
  z-index: 2186;
}
.mo-z-2187 {
  z-index: 2187;
}
.mo-z-2188 {
  z-index: 2188;
}
.mo-z-2189 {
  z-index: 2189;
}
.mo-z-2190 {
  z-index: 2190;
}
.mo-z-2191 {
  z-index: 2191;
}
.mo-z-2192 {
  z-index: 2192;
}
.mo-z-2193 {
  z-index: 2193;
}
.mo-z-2194 {
  z-index: 2194;
}
.mo-z-2195 {
  z-index: 2195;
}
.mo-z-2196 {
  z-index: 2196;
}
.mo-z-2197 {
  z-index: 2197;
}
.mo-z-2198 {
  z-index: 2198;
}
.mo-z-2199 {
  z-index: 2199;
}
.mo-z-2200 {
  z-index: 2200;
}
.mo-z-2201 {
  z-index: 2201;
}
.mo-z-2202 {
  z-index: 2202;
}
.mo-z-2203 {
  z-index: 2203;
}
.mo-z-2204 {
  z-index: 2204;
}
.mo-z-2205 {
  z-index: 2205;
}
.mo-z-2206 {
  z-index: 2206;
}
.mo-z-2207 {
  z-index: 2207;
}
.mo-z-2208 {
  z-index: 2208;
}
.mo-z-2209 {
  z-index: 2209;
}
.mo-z-2210 {
  z-index: 2210;
}
.mo-z-2211 {
  z-index: 2211;
}
.mo-z-2212 {
  z-index: 2212;
}
.mo-z-2213 {
  z-index: 2213;
}
.mo-z-2214 {
  z-index: 2214;
}
.mo-z-2215 {
  z-index: 2215;
}
.mo-z-2216 {
  z-index: 2216;
}
.mo-z-2217 {
  z-index: 2217;
}
.mo-z-2218 {
  z-index: 2218;
}
.mo-z-2219 {
  z-index: 2219;
}
.mo-z-2220 {
  z-index: 2220;
}
.mo-z-2221 {
  z-index: 2221;
}
.mo-z-2222 {
  z-index: 2222;
}
.mo-z-2223 {
  z-index: 2223;
}
.mo-z-2224 {
  z-index: 2224;
}
.mo-z-2225 {
  z-index: 2225;
}
.mo-z-2226 {
  z-index: 2226;
}
.mo-z-2227 {
  z-index: 2227;
}
.mo-z-2228 {
  z-index: 2228;
}
.mo-z-2229 {
  z-index: 2229;
}
.mo-z-2230 {
  z-index: 2230;
}
.mo-z-2231 {
  z-index: 2231;
}
.mo-z-2232 {
  z-index: 2232;
}
.mo-z-2233 {
  z-index: 2233;
}
.mo-z-2234 {
  z-index: 2234;
}
.mo-z-2235 {
  z-index: 2235;
}
.mo-z-2236 {
  z-index: 2236;
}
.mo-z-2237 {
  z-index: 2237;
}
.mo-z-2238 {
  z-index: 2238;
}
.mo-z-2239 {
  z-index: 2239;
}
.mo-z-2240 {
  z-index: 2240;
}
.mo-z-2241 {
  z-index: 2241;
}
.mo-z-2242 {
  z-index: 2242;
}
.mo-z-2243 {
  z-index: 2243;
}
.mo-z-2244 {
  z-index: 2244;
}
.mo-z-2245 {
  z-index: 2245;
}
.mo-z-2246 {
  z-index: 2246;
}
.mo-z-2247 {
  z-index: 2247;
}
.mo-z-2248 {
  z-index: 2248;
}
.mo-z-2249 {
  z-index: 2249;
}
.mo-z-2250 {
  z-index: 2250;
}
.mo-z-2251 {
  z-index: 2251;
}
.mo-z-2252 {
  z-index: 2252;
}
.mo-z-2253 {
  z-index: 2253;
}
.mo-z-2254 {
  z-index: 2254;
}
.mo-z-2255 {
  z-index: 2255;
}
.mo-z-2256 {
  z-index: 2256;
}
.mo-z-2257 {
  z-index: 2257;
}
.mo-z-2258 {
  z-index: 2258;
}
.mo-z-2259 {
  z-index: 2259;
}
.mo-z-2260 {
  z-index: 2260;
}
.mo-z-2261 {
  z-index: 2261;
}
.mo-z-2262 {
  z-index: 2262;
}
.mo-z-2263 {
  z-index: 2263;
}
.mo-z-2264 {
  z-index: 2264;
}
.mo-z-2265 {
  z-index: 2265;
}
.mo-z-2266 {
  z-index: 2266;
}
.mo-z-2267 {
  z-index: 2267;
}
.mo-z-2268 {
  z-index: 2268;
}
.mo-z-2269 {
  z-index: 2269;
}
.mo-z-2270 {
  z-index: 2270;
}
.mo-z-2271 {
  z-index: 2271;
}
.mo-z-2272 {
  z-index: 2272;
}
.mo-z-2273 {
  z-index: 2273;
}
.mo-z-2274 {
  z-index: 2274;
}
.mo-z-2275 {
  z-index: 2275;
}
.mo-z-2276 {
  z-index: 2276;
}
.mo-z-2277 {
  z-index: 2277;
}
.mo-z-2278 {
  z-index: 2278;
}
.mo-z-2279 {
  z-index: 2279;
}
.mo-z-2280 {
  z-index: 2280;
}
.mo-z-2281 {
  z-index: 2281;
}
.mo-z-2282 {
  z-index: 2282;
}
.mo-z-2283 {
  z-index: 2283;
}
.mo-z-2284 {
  z-index: 2284;
}
.mo-z-2285 {
  z-index: 2285;
}
.mo-z-2286 {
  z-index: 2286;
}
.mo-z-2287 {
  z-index: 2287;
}
.mo-z-2288 {
  z-index: 2288;
}
.mo-z-2289 {
  z-index: 2289;
}
.mo-z-2290 {
  z-index: 2290;
}
.mo-z-2291 {
  z-index: 2291;
}
.mo-z-2292 {
  z-index: 2292;
}
.mo-z-2293 {
  z-index: 2293;
}
.mo-z-2294 {
  z-index: 2294;
}
.mo-z-2295 {
  z-index: 2295;
}
.mo-z-2296 {
  z-index: 2296;
}
.mo-z-2297 {
  z-index: 2297;
}
.mo-z-2298 {
  z-index: 2298;
}
.mo-z-2299 {
  z-index: 2299;
}
.mo-z-2300 {
  z-index: 2300;
}
.mo-z-2301 {
  z-index: 2301;
}
.mo-z-2302 {
  z-index: 2302;
}
.mo-z-2303 {
  z-index: 2303;
}
.mo-z-2304 {
  z-index: 2304;
}
.mo-z-2305 {
  z-index: 2305;
}
.mo-z-2306 {
  z-index: 2306;
}
.mo-z-2307 {
  z-index: 2307;
}
.mo-z-2308 {
  z-index: 2308;
}
.mo-z-2309 {
  z-index: 2309;
}
.mo-z-2310 {
  z-index: 2310;
}
.mo-z-2311 {
  z-index: 2311;
}
.mo-z-2312 {
  z-index: 2312;
}
.mo-z-2313 {
  z-index: 2313;
}
.mo-z-2314 {
  z-index: 2314;
}
.mo-z-2315 {
  z-index: 2315;
}
.mo-z-2316 {
  z-index: 2316;
}
.mo-z-2317 {
  z-index: 2317;
}
.mo-z-2318 {
  z-index: 2318;
}
.mo-z-2319 {
  z-index: 2319;
}
.mo-z-2320 {
  z-index: 2320;
}
.mo-z-2321 {
  z-index: 2321;
}
.mo-z-2322 {
  z-index: 2322;
}
.mo-z-2323 {
  z-index: 2323;
}
.mo-z-2324 {
  z-index: 2324;
}
.mo-z-2325 {
  z-index: 2325;
}
.mo-z-2326 {
  z-index: 2326;
}
.mo-z-2327 {
  z-index: 2327;
}
.mo-z-2328 {
  z-index: 2328;
}
.mo-z-2329 {
  z-index: 2329;
}
.mo-z-2330 {
  z-index: 2330;
}
.mo-z-2331 {
  z-index: 2331;
}
.mo-z-2332 {
  z-index: 2332;
}
.mo-z-2333 {
  z-index: 2333;
}
.mo-z-2334 {
  z-index: 2334;
}
.mo-z-2335 {
  z-index: 2335;
}
.mo-z-2336 {
  z-index: 2336;
}
.mo-z-2337 {
  z-index: 2337;
}
.mo-z-2338 {
  z-index: 2338;
}
.mo-z-2339 {
  z-index: 2339;
}
.mo-z-2340 {
  z-index: 2340;
}
.mo-z-2341 {
  z-index: 2341;
}
.mo-z-2342 {
  z-index: 2342;
}
.mo-z-2343 {
  z-index: 2343;
}
.mo-z-2344 {
  z-index: 2344;
}
.mo-z-2345 {
  z-index: 2345;
}
.mo-z-2346 {
  z-index: 2346;
}
.mo-z-2347 {
  z-index: 2347;
}
.mo-z-2348 {
  z-index: 2348;
}
.mo-z-2349 {
  z-index: 2349;
}
.mo-z-2350 {
  z-index: 2350;
}
.mo-z-2351 {
  z-index: 2351;
}
.mo-z-2352 {
  z-index: 2352;
}
.mo-z-2353 {
  z-index: 2353;
}
.mo-z-2354 {
  z-index: 2354;
}
.mo-z-2355 {
  z-index: 2355;
}
.mo-z-2356 {
  z-index: 2356;
}
.mo-z-2357 {
  z-index: 2357;
}
.mo-z-2358 {
  z-index: 2358;
}
.mo-z-2359 {
  z-index: 2359;
}
.mo-z-2360 {
  z-index: 2360;
}
.mo-z-2361 {
  z-index: 2361;
}
.mo-z-2362 {
  z-index: 2362;
}
.mo-z-2363 {
  z-index: 2363;
}
.mo-z-2364 {
  z-index: 2364;
}
.mo-z-2365 {
  z-index: 2365;
}
.mo-z-2366 {
  z-index: 2366;
}
.mo-z-2367 {
  z-index: 2367;
}
.mo-z-2368 {
  z-index: 2368;
}
.mo-z-2369 {
  z-index: 2369;
}
.mo-z-2370 {
  z-index: 2370;
}
.mo-z-2371 {
  z-index: 2371;
}
.mo-z-2372 {
  z-index: 2372;
}
.mo-z-2373 {
  z-index: 2373;
}
.mo-z-2374 {
  z-index: 2374;
}
.mo-z-2375 {
  z-index: 2375;
}
.mo-z-2376 {
  z-index: 2376;
}
.mo-z-2377 {
  z-index: 2377;
}
.mo-z-2378 {
  z-index: 2378;
}
.mo-z-2379 {
  z-index: 2379;
}
.mo-z-2380 {
  z-index: 2380;
}
.mo-z-2381 {
  z-index: 2381;
}
.mo-z-2382 {
  z-index: 2382;
}
.mo-z-2383 {
  z-index: 2383;
}
.mo-z-2384 {
  z-index: 2384;
}
.mo-z-2385 {
  z-index: 2385;
}
.mo-z-2386 {
  z-index: 2386;
}
.mo-z-2387 {
  z-index: 2387;
}
.mo-z-2388 {
  z-index: 2388;
}
.mo-z-2389 {
  z-index: 2389;
}
.mo-z-2390 {
  z-index: 2390;
}
.mo-z-2391 {
  z-index: 2391;
}
.mo-z-2392 {
  z-index: 2392;
}
.mo-z-2393 {
  z-index: 2393;
}
.mo-z-2394 {
  z-index: 2394;
}
.mo-z-2395 {
  z-index: 2395;
}
.mo-z-2396 {
  z-index: 2396;
}
.mo-z-2397 {
  z-index: 2397;
}
.mo-z-2398 {
  z-index: 2398;
}
.mo-z-2399 {
  z-index: 2399;
}
.mo-z-2400 {
  z-index: 2400;
}
.mo-z-2401 {
  z-index: 2401;
}
.mo-z-2402 {
  z-index: 2402;
}
.mo-z-2403 {
  z-index: 2403;
}
.mo-z-2404 {
  z-index: 2404;
}
.mo-z-2405 {
  z-index: 2405;
}
.mo-z-2406 {
  z-index: 2406;
}
.mo-z-2407 {
  z-index: 2407;
}
.mo-z-2408 {
  z-index: 2408;
}
.mo-z-2409 {
  z-index: 2409;
}
.mo-z-2410 {
  z-index: 2410;
}
.mo-z-2411 {
  z-index: 2411;
}
.mo-z-2412 {
  z-index: 2412;
}
.mo-z-2413 {
  z-index: 2413;
}
.mo-z-2414 {
  z-index: 2414;
}
.mo-z-2415 {
  z-index: 2415;
}
.mo-z-2416 {
  z-index: 2416;
}
.mo-z-2417 {
  z-index: 2417;
}
.mo-z-2418 {
  z-index: 2418;
}
.mo-z-2419 {
  z-index: 2419;
}
.mo-z-2420 {
  z-index: 2420;
}
.mo-z-2421 {
  z-index: 2421;
}
.mo-z-2422 {
  z-index: 2422;
}
.mo-z-2423 {
  z-index: 2423;
}
.mo-z-2424 {
  z-index: 2424;
}
.mo-z-2425 {
  z-index: 2425;
}
.mo-z-2426 {
  z-index: 2426;
}
.mo-z-2427 {
  z-index: 2427;
}
.mo-z-2428 {
  z-index: 2428;
}
.mo-z-2429 {
  z-index: 2429;
}
.mo-z-2430 {
  z-index: 2430;
}
.mo-z-2431 {
  z-index: 2431;
}
.mo-z-2432 {
  z-index: 2432;
}
.mo-z-2433 {
  z-index: 2433;
}
.mo-z-2434 {
  z-index: 2434;
}
.mo-z-2435 {
  z-index: 2435;
}
.mo-z-2436 {
  z-index: 2436;
}
.mo-z-2437 {
  z-index: 2437;
}
.mo-z-2438 {
  z-index: 2438;
}
.mo-z-2439 {
  z-index: 2439;
}
.mo-z-2440 {
  z-index: 2440;
}
.mo-z-2441 {
  z-index: 2441;
}
.mo-z-2442 {
  z-index: 2442;
}
.mo-z-2443 {
  z-index: 2443;
}
.mo-z-2444 {
  z-index: 2444;
}
.mo-z-2445 {
  z-index: 2445;
}
.mo-z-2446 {
  z-index: 2446;
}
.mo-z-2447 {
  z-index: 2447;
}
.mo-z-2448 {
  z-index: 2448;
}
.mo-z-2449 {
  z-index: 2449;
}
.mo-z-2450 {
  z-index: 2450;
}
.mo-z-2451 {
  z-index: 2451;
}
.mo-z-2452 {
  z-index: 2452;
}
.mo-z-2453 {
  z-index: 2453;
}
.mo-z-2454 {
  z-index: 2454;
}
.mo-z-2455 {
  z-index: 2455;
}
.mo-z-2456 {
  z-index: 2456;
}
.mo-z-2457 {
  z-index: 2457;
}
.mo-z-2458 {
  z-index: 2458;
}
.mo-z-2459 {
  z-index: 2459;
}
.mo-z-2460 {
  z-index: 2460;
}
.mo-z-2461 {
  z-index: 2461;
}
.mo-z-2462 {
  z-index: 2462;
}
.mo-z-2463 {
  z-index: 2463;
}
.mo-z-2464 {
  z-index: 2464;
}
.mo-z-2465 {
  z-index: 2465;
}
.mo-z-2466 {
  z-index: 2466;
}
.mo-z-2467 {
  z-index: 2467;
}
.mo-z-2468 {
  z-index: 2468;
}
.mo-z-2469 {
  z-index: 2469;
}
.mo-z-2470 {
  z-index: 2470;
}
.mo-z-2471 {
  z-index: 2471;
}
.mo-z-2472 {
  z-index: 2472;
}
.mo-z-2473 {
  z-index: 2473;
}
.mo-z-2474 {
  z-index: 2474;
}
.mo-z-2475 {
  z-index: 2475;
}
.mo-z-2476 {
  z-index: 2476;
}
.mo-z-2477 {
  z-index: 2477;
}
.mo-z-2478 {
  z-index: 2478;
}
.mo-z-2479 {
  z-index: 2479;
}
.mo-z-2480 {
  z-index: 2480;
}
.mo-z-2481 {
  z-index: 2481;
}
.mo-z-2482 {
  z-index: 2482;
}
.mo-z-2483 {
  z-index: 2483;
}
.mo-z-2484 {
  z-index: 2484;
}
.mo-z-2485 {
  z-index: 2485;
}
.mo-z-2486 {
  z-index: 2486;
}
.mo-z-2487 {
  z-index: 2487;
}
.mo-z-2488 {
  z-index: 2488;
}
.mo-z-2489 {
  z-index: 2489;
}
.mo-z-2490 {
  z-index: 2490;
}
.mo-z-2491 {
  z-index: 2491;
}
.mo-z-2492 {
  z-index: 2492;
}
.mo-z-2493 {
  z-index: 2493;
}
.mo-z-2494 {
  z-index: 2494;
}
.mo-z-2495 {
  z-index: 2495;
}
.mo-z-2496 {
  z-index: 2496;
}
.mo-z-2497 {
  z-index: 2497;
}
.mo-z-2498 {
  z-index: 2498;
}
.mo-z-2499 {
  z-index: 2499;
}
.mo-z-2500 {
  z-index: 2500;
}
.mo-z-2501 {
  z-index: 2501;
}
.mo-z-2502 {
  z-index: 2502;
}
.mo-z-2503 {
  z-index: 2503;
}
.mo-z-2504 {
  z-index: 2504;
}
.mo-z-2505 {
  z-index: 2505;
}
.mo-z-2506 {
  z-index: 2506;
}
.mo-z-2507 {
  z-index: 2507;
}
.mo-z-2508 {
  z-index: 2508;
}
.mo-z-2509 {
  z-index: 2509;
}
.mo-z-2510 {
  z-index: 2510;
}
.mo-z-2511 {
  z-index: 2511;
}
.mo-z-2512 {
  z-index: 2512;
}
.mo-z-2513 {
  z-index: 2513;
}
.mo-z-2514 {
  z-index: 2514;
}
.mo-z-2515 {
  z-index: 2515;
}
.mo-z-2516 {
  z-index: 2516;
}
.mo-z-2517 {
  z-index: 2517;
}
.mo-z-2518 {
  z-index: 2518;
}
.mo-z-2519 {
  z-index: 2519;
}
.mo-z-2520 {
  z-index: 2520;
}
.mo-z-2521 {
  z-index: 2521;
}
.mo-z-2522 {
  z-index: 2522;
}
.mo-z-2523 {
  z-index: 2523;
}
.mo-z-2524 {
  z-index: 2524;
}
.mo-z-2525 {
  z-index: 2525;
}
.mo-z-2526 {
  z-index: 2526;
}
.mo-z-2527 {
  z-index: 2527;
}
.mo-z-2528 {
  z-index: 2528;
}
.mo-z-2529 {
  z-index: 2529;
}
.mo-z-2530 {
  z-index: 2530;
}
.mo-z-2531 {
  z-index: 2531;
}
.mo-z-2532 {
  z-index: 2532;
}
.mo-z-2533 {
  z-index: 2533;
}
.mo-z-2534 {
  z-index: 2534;
}
.mo-z-2535 {
  z-index: 2535;
}
.mo-z-2536 {
  z-index: 2536;
}
.mo-z-2537 {
  z-index: 2537;
}
.mo-z-2538 {
  z-index: 2538;
}
.mo-z-2539 {
  z-index: 2539;
}
.mo-z-2540 {
  z-index: 2540;
}
.mo-z-2541 {
  z-index: 2541;
}
.mo-z-2542 {
  z-index: 2542;
}
.mo-z-2543 {
  z-index: 2543;
}
.mo-z-2544 {
  z-index: 2544;
}
.mo-z-2545 {
  z-index: 2545;
}
.mo-z-2546 {
  z-index: 2546;
}
.mo-z-2547 {
  z-index: 2547;
}
.mo-z-2548 {
  z-index: 2548;
}
.mo-z-2549 {
  z-index: 2549;
}
.mo-z-2550 {
  z-index: 2550;
}
.mo-z-2551 {
  z-index: 2551;
}
.mo-z-2552 {
  z-index: 2552;
}
.mo-z-2553 {
  z-index: 2553;
}
.mo-z-2554 {
  z-index: 2554;
}
.mo-z-2555 {
  z-index: 2555;
}
.mo-z-2556 {
  z-index: 2556;
}
.mo-z-2557 {
  z-index: 2557;
}
.mo-z-2558 {
  z-index: 2558;
}
.mo-z-2559 {
  z-index: 2559;
}
.mo-z-2560 {
  z-index: 2560;
}
.mo-z-2561 {
  z-index: 2561;
}
.mo-z-2562 {
  z-index: 2562;
}
.mo-z-2563 {
  z-index: 2563;
}
.mo-z-2564 {
  z-index: 2564;
}
.mo-z-2565 {
  z-index: 2565;
}
.mo-z-2566 {
  z-index: 2566;
}
.mo-z-2567 {
  z-index: 2567;
}
.mo-z-2568 {
  z-index: 2568;
}
.mo-z-2569 {
  z-index: 2569;
}
.mo-z-2570 {
  z-index: 2570;
}
.mo-z-2571 {
  z-index: 2571;
}
.mo-z-2572 {
  z-index: 2572;
}
.mo-z-2573 {
  z-index: 2573;
}
.mo-z-2574 {
  z-index: 2574;
}
.mo-z-2575 {
  z-index: 2575;
}
.mo-z-2576 {
  z-index: 2576;
}
.mo-z-2577 {
  z-index: 2577;
}
.mo-z-2578 {
  z-index: 2578;
}
.mo-z-2579 {
  z-index: 2579;
}
.mo-z-2580 {
  z-index: 2580;
}
.mo-z-2581 {
  z-index: 2581;
}
.mo-z-2582 {
  z-index: 2582;
}
.mo-z-2583 {
  z-index: 2583;
}
.mo-z-2584 {
  z-index: 2584;
}
.mo-z-2585 {
  z-index: 2585;
}
.mo-z-2586 {
  z-index: 2586;
}
.mo-z-2587 {
  z-index: 2587;
}
.mo-z-2588 {
  z-index: 2588;
}
.mo-z-2589 {
  z-index: 2589;
}
.mo-z-2590 {
  z-index: 2590;
}
.mo-z-2591 {
  z-index: 2591;
}
.mo-z-2592 {
  z-index: 2592;
}
.mo-z-2593 {
  z-index: 2593;
}
.mo-z-2594 {
  z-index: 2594;
}
.mo-z-2595 {
  z-index: 2595;
}
.mo-z-2596 {
  z-index: 2596;
}
.mo-z-2597 {
  z-index: 2597;
}
.mo-z-2598 {
  z-index: 2598;
}
.mo-z-2599 {
  z-index: 2599;
}
.mo-z-2600 {
  z-index: 2600;
}
.mo-z-2601 {
  z-index: 2601;
}
.mo-z-2602 {
  z-index: 2602;
}
.mo-z-2603 {
  z-index: 2603;
}
.mo-z-2604 {
  z-index: 2604;
}
.mo-z-2605 {
  z-index: 2605;
}
.mo-z-2606 {
  z-index: 2606;
}
.mo-z-2607 {
  z-index: 2607;
}
.mo-z-2608 {
  z-index: 2608;
}
.mo-z-2609 {
  z-index: 2609;
}
.mo-z-2610 {
  z-index: 2610;
}
.mo-z-2611 {
  z-index: 2611;
}
.mo-z-2612 {
  z-index: 2612;
}
.mo-z-2613 {
  z-index: 2613;
}
.mo-z-2614 {
  z-index: 2614;
}
.mo-z-2615 {
  z-index: 2615;
}
.mo-z-2616 {
  z-index: 2616;
}
.mo-z-2617 {
  z-index: 2617;
}
.mo-z-2618 {
  z-index: 2618;
}
.mo-z-2619 {
  z-index: 2619;
}
.mo-z-2620 {
  z-index: 2620;
}
.mo-z-2621 {
  z-index: 2621;
}
.mo-z-2622 {
  z-index: 2622;
}
.mo-z-2623 {
  z-index: 2623;
}
.mo-z-2624 {
  z-index: 2624;
}
.mo-z-2625 {
  z-index: 2625;
}
.mo-z-2626 {
  z-index: 2626;
}
.mo-z-2627 {
  z-index: 2627;
}
.mo-z-2628 {
  z-index: 2628;
}
.mo-z-2629 {
  z-index: 2629;
}
.mo-z-2630 {
  z-index: 2630;
}
.mo-z-2631 {
  z-index: 2631;
}
.mo-z-2632 {
  z-index: 2632;
}
.mo-z-2633 {
  z-index: 2633;
}
.mo-z-2634 {
  z-index: 2634;
}
.mo-z-2635 {
  z-index: 2635;
}
.mo-z-2636 {
  z-index: 2636;
}
.mo-z-2637 {
  z-index: 2637;
}
.mo-z-2638 {
  z-index: 2638;
}
.mo-z-2639 {
  z-index: 2639;
}
.mo-z-2640 {
  z-index: 2640;
}
.mo-z-2641 {
  z-index: 2641;
}
.mo-z-2642 {
  z-index: 2642;
}
.mo-z-2643 {
  z-index: 2643;
}
.mo-z-2644 {
  z-index: 2644;
}
.mo-z-2645 {
  z-index: 2645;
}
.mo-z-2646 {
  z-index: 2646;
}
.mo-z-2647 {
  z-index: 2647;
}
.mo-z-2648 {
  z-index: 2648;
}
.mo-z-2649 {
  z-index: 2649;
}
.mo-z-2650 {
  z-index: 2650;
}
.mo-z-2651 {
  z-index: 2651;
}
.mo-z-2652 {
  z-index: 2652;
}
.mo-z-2653 {
  z-index: 2653;
}
.mo-z-2654 {
  z-index: 2654;
}
.mo-z-2655 {
  z-index: 2655;
}
.mo-z-2656 {
  z-index: 2656;
}
.mo-z-2657 {
  z-index: 2657;
}
.mo-z-2658 {
  z-index: 2658;
}
.mo-z-2659 {
  z-index: 2659;
}
.mo-z-2660 {
  z-index: 2660;
}
.mo-z-2661 {
  z-index: 2661;
}
.mo-z-2662 {
  z-index: 2662;
}
.mo-z-2663 {
  z-index: 2663;
}
.mo-z-2664 {
  z-index: 2664;
}
.mo-z-2665 {
  z-index: 2665;
}
.mo-z-2666 {
  z-index: 2666;
}
.mo-z-2667 {
  z-index: 2667;
}
.mo-z-2668 {
  z-index: 2668;
}
.mo-z-2669 {
  z-index: 2669;
}
.mo-z-2670 {
  z-index: 2670;
}
.mo-z-2671 {
  z-index: 2671;
}
.mo-z-2672 {
  z-index: 2672;
}
.mo-z-2673 {
  z-index: 2673;
}
.mo-z-2674 {
  z-index: 2674;
}
.mo-z-2675 {
  z-index: 2675;
}
.mo-z-2676 {
  z-index: 2676;
}
.mo-z-2677 {
  z-index: 2677;
}
.mo-z-2678 {
  z-index: 2678;
}
.mo-z-2679 {
  z-index: 2679;
}
.mo-z-2680 {
  z-index: 2680;
}
.mo-z-2681 {
  z-index: 2681;
}
.mo-z-2682 {
  z-index: 2682;
}
.mo-z-2683 {
  z-index: 2683;
}
.mo-z-2684 {
  z-index: 2684;
}
.mo-z-2685 {
  z-index: 2685;
}
.mo-z-2686 {
  z-index: 2686;
}
.mo-z-2687 {
  z-index: 2687;
}
.mo-z-2688 {
  z-index: 2688;
}
.mo-z-2689 {
  z-index: 2689;
}
.mo-z-2690 {
  z-index: 2690;
}
.mo-z-2691 {
  z-index: 2691;
}
.mo-z-2692 {
  z-index: 2692;
}
.mo-z-2693 {
  z-index: 2693;
}
.mo-z-2694 {
  z-index: 2694;
}
.mo-z-2695 {
  z-index: 2695;
}
.mo-z-2696 {
  z-index: 2696;
}
.mo-z-2697 {
  z-index: 2697;
}
.mo-z-2698 {
  z-index: 2698;
}
.mo-z-2699 {
  z-index: 2699;
}
.mo-z-2700 {
  z-index: 2700;
}
.mo-z-2701 {
  z-index: 2701;
}
.mo-z-2702 {
  z-index: 2702;
}
.mo-z-2703 {
  z-index: 2703;
}
.mo-z-2704 {
  z-index: 2704;
}
.mo-z-2705 {
  z-index: 2705;
}
.mo-z-2706 {
  z-index: 2706;
}
.mo-z-2707 {
  z-index: 2707;
}
.mo-z-2708 {
  z-index: 2708;
}
.mo-z-2709 {
  z-index: 2709;
}
.mo-z-2710 {
  z-index: 2710;
}
.mo-z-2711 {
  z-index: 2711;
}
.mo-z-2712 {
  z-index: 2712;
}
.mo-z-2713 {
  z-index: 2713;
}
.mo-z-2714 {
  z-index: 2714;
}
.mo-z-2715 {
  z-index: 2715;
}
.mo-z-2716 {
  z-index: 2716;
}
.mo-z-2717 {
  z-index: 2717;
}
.mo-z-2718 {
  z-index: 2718;
}
.mo-z-2719 {
  z-index: 2719;
}
.mo-z-2720 {
  z-index: 2720;
}
.mo-z-2721 {
  z-index: 2721;
}
.mo-z-2722 {
  z-index: 2722;
}
.mo-z-2723 {
  z-index: 2723;
}
.mo-z-2724 {
  z-index: 2724;
}
.mo-z-2725 {
  z-index: 2725;
}
.mo-z-2726 {
  z-index: 2726;
}
.mo-z-2727 {
  z-index: 2727;
}
.mo-z-2728 {
  z-index: 2728;
}
.mo-z-2729 {
  z-index: 2729;
}
.mo-z-2730 {
  z-index: 2730;
}
.mo-z-2731 {
  z-index: 2731;
}
.mo-z-2732 {
  z-index: 2732;
}
.mo-z-2733 {
  z-index: 2733;
}
.mo-z-2734 {
  z-index: 2734;
}
.mo-z-2735 {
  z-index: 2735;
}
.mo-z-2736 {
  z-index: 2736;
}
.mo-z-2737 {
  z-index: 2737;
}
.mo-z-2738 {
  z-index: 2738;
}
.mo-z-2739 {
  z-index: 2739;
}
.mo-z-2740 {
  z-index: 2740;
}
.mo-z-2741 {
  z-index: 2741;
}
.mo-z-2742 {
  z-index: 2742;
}
.mo-z-2743 {
  z-index: 2743;
}
.mo-z-2744 {
  z-index: 2744;
}
.mo-z-2745 {
  z-index: 2745;
}
.mo-z-2746 {
  z-index: 2746;
}
.mo-z-2747 {
  z-index: 2747;
}
.mo-z-2748 {
  z-index: 2748;
}
.mo-z-2749 {
  z-index: 2749;
}
.mo-z-2750 {
  z-index: 2750;
}
.mo-z-2751 {
  z-index: 2751;
}
.mo-z-2752 {
  z-index: 2752;
}
.mo-z-2753 {
  z-index: 2753;
}
.mo-z-2754 {
  z-index: 2754;
}
.mo-z-2755 {
  z-index: 2755;
}
.mo-z-2756 {
  z-index: 2756;
}
.mo-z-2757 {
  z-index: 2757;
}
.mo-z-2758 {
  z-index: 2758;
}
.mo-z-2759 {
  z-index: 2759;
}
.mo-z-2760 {
  z-index: 2760;
}
.mo-z-2761 {
  z-index: 2761;
}
.mo-z-2762 {
  z-index: 2762;
}
.mo-z-2763 {
  z-index: 2763;
}
.mo-z-2764 {
  z-index: 2764;
}
.mo-z-2765 {
  z-index: 2765;
}
.mo-z-2766 {
  z-index: 2766;
}
.mo-z-2767 {
  z-index: 2767;
}
.mo-z-2768 {
  z-index: 2768;
}
.mo-z-2769 {
  z-index: 2769;
}
.mo-z-2770 {
  z-index: 2770;
}
.mo-z-2771 {
  z-index: 2771;
}
.mo-z-2772 {
  z-index: 2772;
}
.mo-z-2773 {
  z-index: 2773;
}
.mo-z-2774 {
  z-index: 2774;
}
.mo-z-2775 {
  z-index: 2775;
}
.mo-z-2776 {
  z-index: 2776;
}
.mo-z-2777 {
  z-index: 2777;
}
.mo-z-2778 {
  z-index: 2778;
}
.mo-z-2779 {
  z-index: 2779;
}
.mo-z-2780 {
  z-index: 2780;
}
.mo-z-2781 {
  z-index: 2781;
}
.mo-z-2782 {
  z-index: 2782;
}
.mo-z-2783 {
  z-index: 2783;
}
.mo-z-2784 {
  z-index: 2784;
}
.mo-z-2785 {
  z-index: 2785;
}
.mo-z-2786 {
  z-index: 2786;
}
.mo-z-2787 {
  z-index: 2787;
}
.mo-z-2788 {
  z-index: 2788;
}
.mo-z-2789 {
  z-index: 2789;
}
.mo-z-2790 {
  z-index: 2790;
}
.mo-z-2791 {
  z-index: 2791;
}
.mo-z-2792 {
  z-index: 2792;
}
.mo-z-2793 {
  z-index: 2793;
}
.mo-z-2794 {
  z-index: 2794;
}
.mo-z-2795 {
  z-index: 2795;
}
.mo-z-2796 {
  z-index: 2796;
}
.mo-z-2797 {
  z-index: 2797;
}
.mo-z-2798 {
  z-index: 2798;
}
.mo-z-2799 {
  z-index: 2799;
}
.mo-z-2800 {
  z-index: 2800;
}
.mo-z-2801 {
  z-index: 2801;
}
.mo-z-2802 {
  z-index: 2802;
}
.mo-z-2803 {
  z-index: 2803;
}
.mo-z-2804 {
  z-index: 2804;
}
.mo-z-2805 {
  z-index: 2805;
}
.mo-z-2806 {
  z-index: 2806;
}
.mo-z-2807 {
  z-index: 2807;
}
.mo-z-2808 {
  z-index: 2808;
}
.mo-z-2809 {
  z-index: 2809;
}
.mo-z-2810 {
  z-index: 2810;
}
.mo-z-2811 {
  z-index: 2811;
}
.mo-z-2812 {
  z-index: 2812;
}
.mo-z-2813 {
  z-index: 2813;
}
.mo-z-2814 {
  z-index: 2814;
}
.mo-z-2815 {
  z-index: 2815;
}
.mo-z-2816 {
  z-index: 2816;
}
.mo-z-2817 {
  z-index: 2817;
}
.mo-z-2818 {
  z-index: 2818;
}
.mo-z-2819 {
  z-index: 2819;
}
.mo-z-2820 {
  z-index: 2820;
}
.mo-z-2821 {
  z-index: 2821;
}
.mo-z-2822 {
  z-index: 2822;
}
.mo-z-2823 {
  z-index: 2823;
}
.mo-z-2824 {
  z-index: 2824;
}
.mo-z-2825 {
  z-index: 2825;
}
.mo-z-2826 {
  z-index: 2826;
}
.mo-z-2827 {
  z-index: 2827;
}
.mo-z-2828 {
  z-index: 2828;
}
.mo-z-2829 {
  z-index: 2829;
}
.mo-z-2830 {
  z-index: 2830;
}
.mo-z-2831 {
  z-index: 2831;
}
.mo-z-2832 {
  z-index: 2832;
}
.mo-z-2833 {
  z-index: 2833;
}
.mo-z-2834 {
  z-index: 2834;
}
.mo-z-2835 {
  z-index: 2835;
}
.mo-z-2836 {
  z-index: 2836;
}
.mo-z-2837 {
  z-index: 2837;
}
.mo-z-2838 {
  z-index: 2838;
}
.mo-z-2839 {
  z-index: 2839;
}
.mo-z-2840 {
  z-index: 2840;
}
.mo-z-2841 {
  z-index: 2841;
}
.mo-z-2842 {
  z-index: 2842;
}
.mo-z-2843 {
  z-index: 2843;
}
.mo-z-2844 {
  z-index: 2844;
}
.mo-z-2845 {
  z-index: 2845;
}
.mo-z-2846 {
  z-index: 2846;
}
.mo-z-2847 {
  z-index: 2847;
}
.mo-z-2848 {
  z-index: 2848;
}
.mo-z-2849 {
  z-index: 2849;
}
.mo-z-2850 {
  z-index: 2850;
}
.mo-z-2851 {
  z-index: 2851;
}
.mo-z-2852 {
  z-index: 2852;
}
.mo-z-2853 {
  z-index: 2853;
}
.mo-z-2854 {
  z-index: 2854;
}
.mo-z-2855 {
  z-index: 2855;
}
.mo-z-2856 {
  z-index: 2856;
}
.mo-z-2857 {
  z-index: 2857;
}
.mo-z-2858 {
  z-index: 2858;
}
.mo-z-2859 {
  z-index: 2859;
}
.mo-z-2860 {
  z-index: 2860;
}
.mo-z-2861 {
  z-index: 2861;
}
.mo-z-2862 {
  z-index: 2862;
}
.mo-z-2863 {
  z-index: 2863;
}
.mo-z-2864 {
  z-index: 2864;
}
.mo-z-2865 {
  z-index: 2865;
}
.mo-z-2866 {
  z-index: 2866;
}
.mo-z-2867 {
  z-index: 2867;
}
.mo-z-2868 {
  z-index: 2868;
}
.mo-z-2869 {
  z-index: 2869;
}
.mo-z-2870 {
  z-index: 2870;
}
.mo-z-2871 {
  z-index: 2871;
}
.mo-z-2872 {
  z-index: 2872;
}
.mo-z-2873 {
  z-index: 2873;
}
.mo-z-2874 {
  z-index: 2874;
}
.mo-z-2875 {
  z-index: 2875;
}
.mo-z-2876 {
  z-index: 2876;
}
.mo-z-2877 {
  z-index: 2877;
}
.mo-z-2878 {
  z-index: 2878;
}
.mo-z-2879 {
  z-index: 2879;
}
.mo-z-2880 {
  z-index: 2880;
}
.mo-z-2881 {
  z-index: 2881;
}
.mo-z-2882 {
  z-index: 2882;
}
.mo-z-2883 {
  z-index: 2883;
}
.mo-z-2884 {
  z-index: 2884;
}
.mo-z-2885 {
  z-index: 2885;
}
.mo-z-2886 {
  z-index: 2886;
}
.mo-z-2887 {
  z-index: 2887;
}
.mo-z-2888 {
  z-index: 2888;
}
.mo-z-2889 {
  z-index: 2889;
}
.mo-z-2890 {
  z-index: 2890;
}
.mo-z-2891 {
  z-index: 2891;
}
.mo-z-2892 {
  z-index: 2892;
}
.mo-z-2893 {
  z-index: 2893;
}
.mo-z-2894 {
  z-index: 2894;
}
.mo-z-2895 {
  z-index: 2895;
}
.mo-z-2896 {
  z-index: 2896;
}
.mo-z-2897 {
  z-index: 2897;
}
.mo-z-2898 {
  z-index: 2898;
}
.mo-z-2899 {
  z-index: 2899;
}
.mo-z-2900 {
  z-index: 2900;
}
.mo-z-2901 {
  z-index: 2901;
}
.mo-z-2902 {
  z-index: 2902;
}
.mo-z-2903 {
  z-index: 2903;
}
.mo-z-2904 {
  z-index: 2904;
}
.mo-z-2905 {
  z-index: 2905;
}
.mo-z-2906 {
  z-index: 2906;
}
.mo-z-2907 {
  z-index: 2907;
}
.mo-z-2908 {
  z-index: 2908;
}
.mo-z-2909 {
  z-index: 2909;
}
.mo-z-2910 {
  z-index: 2910;
}
.mo-z-2911 {
  z-index: 2911;
}
.mo-z-2912 {
  z-index: 2912;
}
.mo-z-2913 {
  z-index: 2913;
}
.mo-z-2914 {
  z-index: 2914;
}
.mo-z-2915 {
  z-index: 2915;
}
.mo-z-2916 {
  z-index: 2916;
}
.mo-z-2917 {
  z-index: 2917;
}
.mo-z-2918 {
  z-index: 2918;
}
.mo-z-2919 {
  z-index: 2919;
}
.mo-z-2920 {
  z-index: 2920;
}
.mo-z-2921 {
  z-index: 2921;
}
.mo-z-2922 {
  z-index: 2922;
}
.mo-z-2923 {
  z-index: 2923;
}
.mo-z-2924 {
  z-index: 2924;
}
.mo-z-2925 {
  z-index: 2925;
}
.mo-z-2926 {
  z-index: 2926;
}
.mo-z-2927 {
  z-index: 2927;
}
.mo-z-2928 {
  z-index: 2928;
}
.mo-z-2929 {
  z-index: 2929;
}
.mo-z-2930 {
  z-index: 2930;
}
.mo-z-2931 {
  z-index: 2931;
}
.mo-z-2932 {
  z-index: 2932;
}
.mo-z-2933 {
  z-index: 2933;
}
.mo-z-2934 {
  z-index: 2934;
}
.mo-z-2935 {
  z-index: 2935;
}
.mo-z-2936 {
  z-index: 2936;
}
.mo-z-2937 {
  z-index: 2937;
}
.mo-z-2938 {
  z-index: 2938;
}
.mo-z-2939 {
  z-index: 2939;
}
.mo-z-2940 {
  z-index: 2940;
}
.mo-z-2941 {
  z-index: 2941;
}
.mo-z-2942 {
  z-index: 2942;
}
.mo-z-2943 {
  z-index: 2943;
}
.mo-z-2944 {
  z-index: 2944;
}
.mo-z-2945 {
  z-index: 2945;
}
.mo-z-2946 {
  z-index: 2946;
}
.mo-z-2947 {
  z-index: 2947;
}
.mo-z-2948 {
  z-index: 2948;
}
.mo-z-2949 {
  z-index: 2949;
}
.mo-z-2950 {
  z-index: 2950;
}
.mo-z-2951 {
  z-index: 2951;
}
.mo-z-2952 {
  z-index: 2952;
}
.mo-z-2953 {
  z-index: 2953;
}
.mo-z-2954 {
  z-index: 2954;
}
.mo-z-2955 {
  z-index: 2955;
}
.mo-z-2956 {
  z-index: 2956;
}
.mo-z-2957 {
  z-index: 2957;
}
.mo-z-2958 {
  z-index: 2958;
}
.mo-z-2959 {
  z-index: 2959;
}
.mo-z-2960 {
  z-index: 2960;
}
.mo-z-2961 {
  z-index: 2961;
}
.mo-z-2962 {
  z-index: 2962;
}
.mo-z-2963 {
  z-index: 2963;
}
.mo-z-2964 {
  z-index: 2964;
}
.mo-z-2965 {
  z-index: 2965;
}
.mo-z-2966 {
  z-index: 2966;
}
.mo-z-2967 {
  z-index: 2967;
}
.mo-z-2968 {
  z-index: 2968;
}
.mo-z-2969 {
  z-index: 2969;
}
.mo-z-2970 {
  z-index: 2970;
}
.mo-z-2971 {
  z-index: 2971;
}
.mo-z-2972 {
  z-index: 2972;
}
.mo-z-2973 {
  z-index: 2973;
}
.mo-z-2974 {
  z-index: 2974;
}
.mo-z-2975 {
  z-index: 2975;
}
.mo-z-2976 {
  z-index: 2976;
}
.mo-z-2977 {
  z-index: 2977;
}
.mo-z-2978 {
  z-index: 2978;
}
.mo-z-2979 {
  z-index: 2979;
}
.mo-z-2980 {
  z-index: 2980;
}
.mo-z-2981 {
  z-index: 2981;
}
.mo-z-2982 {
  z-index: 2982;
}
.mo-z-2983 {
  z-index: 2983;
}
.mo-z-2984 {
  z-index: 2984;
}
.mo-z-2985 {
  z-index: 2985;
}
.mo-z-2986 {
  z-index: 2986;
}
.mo-z-2987 {
  z-index: 2987;
}
.mo-z-2988 {
  z-index: 2988;
}
.mo-z-2989 {
  z-index: 2989;
}
.mo-z-2990 {
  z-index: 2990;
}
.mo-z-2991 {
  z-index: 2991;
}
.mo-z-2992 {
  z-index: 2992;
}
.mo-z-2993 {
  z-index: 2993;
}
.mo-z-2994 {
  z-index: 2994;
}
.mo-z-2995 {
  z-index: 2995;
}
.mo-z-2996 {
  z-index: 2996;
}
.mo-z-2997 {
  z-index: 2997;
}
.mo-z-2998 {
  z-index: 2998;
}
.mo-z-2999 {
  z-index: 2999;
}
.mo-z-3000 {
  z-index: 3000;
}
.mo-z-3001 {
  z-index: 3001;
}
.mo-z-3002 {
  z-index: 3002;
}
.mo-z-3003 {
  z-index: 3003;
}
.mo-z-3004 {
  z-index: 3004;
}
.mo-z-3005 {
  z-index: 3005;
}
.mo-z-3006 {
  z-index: 3006;
}
.mo-z-3007 {
  z-index: 3007;
}
.mo-z-3008 {
  z-index: 3008;
}
.mo-z-3009 {
  z-index: 3009;
}
.mo-z-3010 {
  z-index: 3010;
}
.mo-z-3011 {
  z-index: 3011;
}
.mo-z-3012 {
  z-index: 3012;
}
.mo-z-3013 {
  z-index: 3013;
}
.mo-z-3014 {
  z-index: 3014;
}
.mo-z-3015 {
  z-index: 3015;
}
.mo-z-3016 {
  z-index: 3016;
}
.mo-z-3017 {
  z-index: 3017;
}
.mo-z-3018 {
  z-index: 3018;
}
.mo-z-3019 {
  z-index: 3019;
}
.mo-z-3020 {
  z-index: 3020;
}
.mo-z-3021 {
  z-index: 3021;
}
.mo-z-3022 {
  z-index: 3022;
}
.mo-z-3023 {
  z-index: 3023;
}
.mo-z-3024 {
  z-index: 3024;
}
.mo-z-3025 {
  z-index: 3025;
}
.mo-z-3026 {
  z-index: 3026;
}
.mo-z-3027 {
  z-index: 3027;
}
.mo-z-3028 {
  z-index: 3028;
}
.mo-z-3029 {
  z-index: 3029;
}
.mo-z-3030 {
  z-index: 3030;
}
.mo-z-3031 {
  z-index: 3031;
}
.mo-z-3032 {
  z-index: 3032;
}
.mo-z-3033 {
  z-index: 3033;
}
.mo-z-3034 {
  z-index: 3034;
}
.mo-z-3035 {
  z-index: 3035;
}
.mo-z-3036 {
  z-index: 3036;
}
.mo-z-3037 {
  z-index: 3037;
}
.mo-z-3038 {
  z-index: 3038;
}
.mo-z-3039 {
  z-index: 3039;
}
.mo-z-3040 {
  z-index: 3040;
}
.mo-z-3041 {
  z-index: 3041;
}
.mo-z-3042 {
  z-index: 3042;
}
.mo-z-3043 {
  z-index: 3043;
}
.mo-z-3044 {
  z-index: 3044;
}
.mo-z-3045 {
  z-index: 3045;
}
.mo-z-3046 {
  z-index: 3046;
}
.mo-z-3047 {
  z-index: 3047;
}
.mo-z-3048 {
  z-index: 3048;
}
.mo-z-3049 {
  z-index: 3049;
}
.mo-z-3050 {
  z-index: 3050;
}
.mo-z-3051 {
  z-index: 3051;
}
.mo-z-3052 {
  z-index: 3052;
}
.mo-z-3053 {
  z-index: 3053;
}
.mo-z-3054 {
  z-index: 3054;
}
.mo-z-3055 {
  z-index: 3055;
}
.mo-z-3056 {
  z-index: 3056;
}
.mo-z-3057 {
  z-index: 3057;
}
.mo-z-3058 {
  z-index: 3058;
}
.mo-z-3059 {
  z-index: 3059;
}
.mo-z-3060 {
  z-index: 3060;
}
.mo-z-3061 {
  z-index: 3061;
}
.mo-z-3062 {
  z-index: 3062;
}
.mo-z-3063 {
  z-index: 3063;
}
.mo-z-3064 {
  z-index: 3064;
}
.mo-z-3065 {
  z-index: 3065;
}
.mo-z-3066 {
  z-index: 3066;
}
.mo-z-3067 {
  z-index: 3067;
}
.mo-z-3068 {
  z-index: 3068;
}
.mo-z-3069 {
  z-index: 3069;
}
.mo-z-3070 {
  z-index: 3070;
}
.mo-z-3071 {
  z-index: 3071;
}
.mo-z-3072 {
  z-index: 3072;
}
.mo-z-3073 {
  z-index: 3073;
}
.mo-z-3074 {
  z-index: 3074;
}
.mo-z-3075 {
  z-index: 3075;
}
.mo-z-3076 {
  z-index: 3076;
}
.mo-z-3077 {
  z-index: 3077;
}
.mo-z-3078 {
  z-index: 3078;
}
.mo-z-3079 {
  z-index: 3079;
}
.mo-z-3080 {
  z-index: 3080;
}
.mo-z-3081 {
  z-index: 3081;
}
.mo-z-3082 {
  z-index: 3082;
}
.mo-z-3083 {
  z-index: 3083;
}
.mo-z-3084 {
  z-index: 3084;
}
.mo-z-3085 {
  z-index: 3085;
}
.mo-z-3086 {
  z-index: 3086;
}
.mo-z-3087 {
  z-index: 3087;
}
.mo-z-3088 {
  z-index: 3088;
}
.mo-z-3089 {
  z-index: 3089;
}
.mo-z-3090 {
  z-index: 3090;
}
.mo-z-3091 {
  z-index: 3091;
}
.mo-z-3092 {
  z-index: 3092;
}
.mo-z-3093 {
  z-index: 3093;
}
.mo-z-3094 {
  z-index: 3094;
}
.mo-z-3095 {
  z-index: 3095;
}
.mo-z-3096 {
  z-index: 3096;
}
.mo-z-3097 {
  z-index: 3097;
}
.mo-z-3098 {
  z-index: 3098;
}
.mo-z-3099 {
  z-index: 3099;
}
.mo-z-3100 {
  z-index: 3100;
}
.mo-z-3101 {
  z-index: 3101;
}
.mo-z-3102 {
  z-index: 3102;
}
.mo-z-3103 {
  z-index: 3103;
}
.mo-z-3104 {
  z-index: 3104;
}
.mo-z-3105 {
  z-index: 3105;
}
.mo-z-3106 {
  z-index: 3106;
}
.mo-z-3107 {
  z-index: 3107;
}
.mo-z-3108 {
  z-index: 3108;
}
.mo-z-3109 {
  z-index: 3109;
}
.mo-z-3110 {
  z-index: 3110;
}
.mo-z-3111 {
  z-index: 3111;
}
.mo-z-3112 {
  z-index: 3112;
}
.mo-z-3113 {
  z-index: 3113;
}
.mo-z-3114 {
  z-index: 3114;
}
.mo-z-3115 {
  z-index: 3115;
}
.mo-z-3116 {
  z-index: 3116;
}
.mo-z-3117 {
  z-index: 3117;
}
.mo-z-3118 {
  z-index: 3118;
}
.mo-z-3119 {
  z-index: 3119;
}
.mo-z-3120 {
  z-index: 3120;
}
.mo-z-3121 {
  z-index: 3121;
}
.mo-z-3122 {
  z-index: 3122;
}
.mo-z-3123 {
  z-index: 3123;
}
.mo-z-3124 {
  z-index: 3124;
}
.mo-z-3125 {
  z-index: 3125;
}
.mo-z-3126 {
  z-index: 3126;
}
.mo-z-3127 {
  z-index: 3127;
}
.mo-z-3128 {
  z-index: 3128;
}
.mo-z-3129 {
  z-index: 3129;
}
.mo-z-3130 {
  z-index: 3130;
}
.mo-z-3131 {
  z-index: 3131;
}
.mo-z-3132 {
  z-index: 3132;
}
.mo-z-3133 {
  z-index: 3133;
}
.mo-z-3134 {
  z-index: 3134;
}
.mo-z-3135 {
  z-index: 3135;
}
.mo-z-3136 {
  z-index: 3136;
}
.mo-z-3137 {
  z-index: 3137;
}
.mo-z-3138 {
  z-index: 3138;
}
.mo-z-3139 {
  z-index: 3139;
}
.mo-z-3140 {
  z-index: 3140;
}
.mo-z-3141 {
  z-index: 3141;
}
.mo-z-3142 {
  z-index: 3142;
}
.mo-z-3143 {
  z-index: 3143;
}
.mo-z-3144 {
  z-index: 3144;
}
.mo-z-3145 {
  z-index: 3145;
}
.mo-z-3146 {
  z-index: 3146;
}
.mo-z-3147 {
  z-index: 3147;
}
.mo-z-3148 {
  z-index: 3148;
}
.mo-z-3149 {
  z-index: 3149;
}
.mo-z-3150 {
  z-index: 3150;
}
.mo-z-3151 {
  z-index: 3151;
}
.mo-z-3152 {
  z-index: 3152;
}
.mo-z-3153 {
  z-index: 3153;
}
.mo-z-3154 {
  z-index: 3154;
}
.mo-z-3155 {
  z-index: 3155;
}
.mo-z-3156 {
  z-index: 3156;
}
.mo-z-3157 {
  z-index: 3157;
}
.mo-z-3158 {
  z-index: 3158;
}
.mo-z-3159 {
  z-index: 3159;
}
.mo-z-3160 {
  z-index: 3160;
}
.mo-z-3161 {
  z-index: 3161;
}
.mo-z-3162 {
  z-index: 3162;
}
.mo-z-3163 {
  z-index: 3163;
}
.mo-z-3164 {
  z-index: 3164;
}
.mo-z-3165 {
  z-index: 3165;
}
.mo-z-3166 {
  z-index: 3166;
}
.mo-z-3167 {
  z-index: 3167;
}
.mo-z-3168 {
  z-index: 3168;
}
.mo-z-3169 {
  z-index: 3169;
}
.mo-z-3170 {
  z-index: 3170;
}
.mo-z-3171 {
  z-index: 3171;
}
.mo-z-3172 {
  z-index: 3172;
}
.mo-z-3173 {
  z-index: 3173;
}
.mo-z-3174 {
  z-index: 3174;
}
.mo-z-3175 {
  z-index: 3175;
}
.mo-z-3176 {
  z-index: 3176;
}
.mo-z-3177 {
  z-index: 3177;
}
.mo-z-3178 {
  z-index: 3178;
}
.mo-z-3179 {
  z-index: 3179;
}
.mo-z-3180 {
  z-index: 3180;
}
.mo-z-3181 {
  z-index: 3181;
}
.mo-z-3182 {
  z-index: 3182;
}
.mo-z-3183 {
  z-index: 3183;
}
.mo-z-3184 {
  z-index: 3184;
}
.mo-z-3185 {
  z-index: 3185;
}
.mo-z-3186 {
  z-index: 3186;
}
.mo-z-3187 {
  z-index: 3187;
}
.mo-z-3188 {
  z-index: 3188;
}
.mo-z-3189 {
  z-index: 3189;
}
.mo-z-3190 {
  z-index: 3190;
}
.mo-z-3191 {
  z-index: 3191;
}
.mo-z-3192 {
  z-index: 3192;
}
.mo-z-3193 {
  z-index: 3193;
}
.mo-z-3194 {
  z-index: 3194;
}
.mo-z-3195 {
  z-index: 3195;
}
.mo-z-3196 {
  z-index: 3196;
}
.mo-z-3197 {
  z-index: 3197;
}
.mo-z-3198 {
  z-index: 3198;
}
.mo-z-3199 {
  z-index: 3199;
}
.mo-z-3200 {
  z-index: 3200;
}
.mo-z-3201 {
  z-index: 3201;
}
.mo-z-3202 {
  z-index: 3202;
}
.mo-z-3203 {
  z-index: 3203;
}
.mo-z-3204 {
  z-index: 3204;
}
.mo-z-3205 {
  z-index: 3205;
}
.mo-z-3206 {
  z-index: 3206;
}
.mo-z-3207 {
  z-index: 3207;
}
.mo-z-3208 {
  z-index: 3208;
}
.mo-z-3209 {
  z-index: 3209;
}
.mo-z-3210 {
  z-index: 3210;
}
.mo-z-3211 {
  z-index: 3211;
}
.mo-z-3212 {
  z-index: 3212;
}
.mo-z-3213 {
  z-index: 3213;
}
.mo-z-3214 {
  z-index: 3214;
}
.mo-z-3215 {
  z-index: 3215;
}
.mo-z-3216 {
  z-index: 3216;
}
.mo-z-3217 {
  z-index: 3217;
}
.mo-z-3218 {
  z-index: 3218;
}
.mo-z-3219 {
  z-index: 3219;
}
.mo-z-3220 {
  z-index: 3220;
}
.mo-z-3221 {
  z-index: 3221;
}
.mo-z-3222 {
  z-index: 3222;
}
.mo-z-3223 {
  z-index: 3223;
}
.mo-z-3224 {
  z-index: 3224;
}
.mo-z-3225 {
  z-index: 3225;
}
.mo-z-3226 {
  z-index: 3226;
}
.mo-z-3227 {
  z-index: 3227;
}
.mo-z-3228 {
  z-index: 3228;
}
.mo-z-3229 {
  z-index: 3229;
}
.mo-z-3230 {
  z-index: 3230;
}
.mo-z-3231 {
  z-index: 3231;
}
.mo-z-3232 {
  z-index: 3232;
}
.mo-z-3233 {
  z-index: 3233;
}
.mo-z-3234 {
  z-index: 3234;
}
.mo-z-3235 {
  z-index: 3235;
}
.mo-z-3236 {
  z-index: 3236;
}
.mo-z-3237 {
  z-index: 3237;
}
.mo-z-3238 {
  z-index: 3238;
}
.mo-z-3239 {
  z-index: 3239;
}
.mo-z-3240 {
  z-index: 3240;
}
.mo-z-3241 {
  z-index: 3241;
}
.mo-z-3242 {
  z-index: 3242;
}
.mo-z-3243 {
  z-index: 3243;
}
.mo-z-3244 {
  z-index: 3244;
}
.mo-z-3245 {
  z-index: 3245;
}
.mo-z-3246 {
  z-index: 3246;
}
.mo-z-3247 {
  z-index: 3247;
}
.mo-z-3248 {
  z-index: 3248;
}
.mo-z-3249 {
  z-index: 3249;
}
.mo-z-3250 {
  z-index: 3250;
}
.mo-z-3251 {
  z-index: 3251;
}
.mo-z-3252 {
  z-index: 3252;
}
.mo-z-3253 {
  z-index: 3253;
}
.mo-z-3254 {
  z-index: 3254;
}
.mo-z-3255 {
  z-index: 3255;
}
.mo-z-3256 {
  z-index: 3256;
}
.mo-z-3257 {
  z-index: 3257;
}
.mo-z-3258 {
  z-index: 3258;
}
.mo-z-3259 {
  z-index: 3259;
}
.mo-z-3260 {
  z-index: 3260;
}
.mo-z-3261 {
  z-index: 3261;
}
.mo-z-3262 {
  z-index: 3262;
}
.mo-z-3263 {
  z-index: 3263;
}
.mo-z-3264 {
  z-index: 3264;
}
.mo-z-3265 {
  z-index: 3265;
}
.mo-z-3266 {
  z-index: 3266;
}
.mo-z-3267 {
  z-index: 3267;
}
.mo-z-3268 {
  z-index: 3268;
}
.mo-z-3269 {
  z-index: 3269;
}
.mo-z-3270 {
  z-index: 3270;
}
.mo-z-3271 {
  z-index: 3271;
}
.mo-z-3272 {
  z-index: 3272;
}
.mo-z-3273 {
  z-index: 3273;
}
.mo-z-3274 {
  z-index: 3274;
}
.mo-z-3275 {
  z-index: 3275;
}
.mo-z-3276 {
  z-index: 3276;
}
.mo-z-3277 {
  z-index: 3277;
}
.mo-z-3278 {
  z-index: 3278;
}
.mo-z-3279 {
  z-index: 3279;
}
.mo-z-3280 {
  z-index: 3280;
}
.mo-z-3281 {
  z-index: 3281;
}
.mo-z-3282 {
  z-index: 3282;
}
.mo-z-3283 {
  z-index: 3283;
}
.mo-z-3284 {
  z-index: 3284;
}
.mo-z-3285 {
  z-index: 3285;
}
.mo-z-3286 {
  z-index: 3286;
}
.mo-z-3287 {
  z-index: 3287;
}
.mo-z-3288 {
  z-index: 3288;
}
.mo-z-3289 {
  z-index: 3289;
}
.mo-z-3290 {
  z-index: 3290;
}
.mo-z-3291 {
  z-index: 3291;
}
.mo-z-3292 {
  z-index: 3292;
}
.mo-z-3293 {
  z-index: 3293;
}
.mo-z-3294 {
  z-index: 3294;
}
.mo-z-3295 {
  z-index: 3295;
}
.mo-z-3296 {
  z-index: 3296;
}
.mo-z-3297 {
  z-index: 3297;
}
.mo-z-3298 {
  z-index: 3298;
}
.mo-z-3299 {
  z-index: 3299;
}
.mo-z-3300 {
  z-index: 3300;
}
.mo-z-3301 {
  z-index: 3301;
}
.mo-z-3302 {
  z-index: 3302;
}
.mo-z-3303 {
  z-index: 3303;
}
.mo-z-3304 {
  z-index: 3304;
}
.mo-z-3305 {
  z-index: 3305;
}
.mo-z-3306 {
  z-index: 3306;
}
.mo-z-3307 {
  z-index: 3307;
}
.mo-z-3308 {
  z-index: 3308;
}
.mo-z-3309 {
  z-index: 3309;
}
.mo-z-3310 {
  z-index: 3310;
}
.mo-z-3311 {
  z-index: 3311;
}
.mo-z-3312 {
  z-index: 3312;
}
.mo-z-3313 {
  z-index: 3313;
}
.mo-z-3314 {
  z-index: 3314;
}
.mo-z-3315 {
  z-index: 3315;
}
.mo-z-3316 {
  z-index: 3316;
}
.mo-z-3317 {
  z-index: 3317;
}
.mo-z-3318 {
  z-index: 3318;
}
.mo-z-3319 {
  z-index: 3319;
}
.mo-z-3320 {
  z-index: 3320;
}
.mo-z-3321 {
  z-index: 3321;
}
.mo-z-3322 {
  z-index: 3322;
}
.mo-z-3323 {
  z-index: 3323;
}
.mo-z-3324 {
  z-index: 3324;
}
.mo-z-3325 {
  z-index: 3325;
}
.mo-z-3326 {
  z-index: 3326;
}
.mo-z-3327 {
  z-index: 3327;
}
.mo-z-3328 {
  z-index: 3328;
}
.mo-z-3329 {
  z-index: 3329;
}
.mo-z-3330 {
  z-index: 3330;
}
.mo-z-3331 {
  z-index: 3331;
}
.mo-z-3332 {
  z-index: 3332;
}
.mo-z-3333 {
  z-index: 3333;
}
.mo-z-3334 {
  z-index: 3334;
}
.mo-z-3335 {
  z-index: 3335;
}
.mo-z-3336 {
  z-index: 3336;
}
.mo-z-3337 {
  z-index: 3337;
}
.mo-z-3338 {
  z-index: 3338;
}
.mo-z-3339 {
  z-index: 3339;
}
.mo-z-3340 {
  z-index: 3340;
}
.mo-z-3341 {
  z-index: 3341;
}
.mo-z-3342 {
  z-index: 3342;
}
.mo-z-3343 {
  z-index: 3343;
}
.mo-z-3344 {
  z-index: 3344;
}
.mo-z-3345 {
  z-index: 3345;
}
.mo-z-3346 {
  z-index: 3346;
}
.mo-z-3347 {
  z-index: 3347;
}
.mo-z-3348 {
  z-index: 3348;
}
.mo-z-3349 {
  z-index: 3349;
}
.mo-z-3350 {
  z-index: 3350;
}
.mo-z-3351 {
  z-index: 3351;
}
.mo-z-3352 {
  z-index: 3352;
}
.mo-z-3353 {
  z-index: 3353;
}
.mo-z-3354 {
  z-index: 3354;
}
.mo-z-3355 {
  z-index: 3355;
}
.mo-z-3356 {
  z-index: 3356;
}
.mo-z-3357 {
  z-index: 3357;
}
.mo-z-3358 {
  z-index: 3358;
}
.mo-z-3359 {
  z-index: 3359;
}
.mo-z-3360 {
  z-index: 3360;
}
.mo-z-3361 {
  z-index: 3361;
}
.mo-z-3362 {
  z-index: 3362;
}
.mo-z-3363 {
  z-index: 3363;
}
.mo-z-3364 {
  z-index: 3364;
}
.mo-z-3365 {
  z-index: 3365;
}
.mo-z-3366 {
  z-index: 3366;
}
.mo-z-3367 {
  z-index: 3367;
}
.mo-z-3368 {
  z-index: 3368;
}
.mo-z-3369 {
  z-index: 3369;
}
.mo-z-3370 {
  z-index: 3370;
}
.mo-z-3371 {
  z-index: 3371;
}
.mo-z-3372 {
  z-index: 3372;
}
.mo-z-3373 {
  z-index: 3373;
}
.mo-z-3374 {
  z-index: 3374;
}
.mo-z-3375 {
  z-index: 3375;
}
.mo-z-3376 {
  z-index: 3376;
}
.mo-z-3377 {
  z-index: 3377;
}
.mo-z-3378 {
  z-index: 3378;
}
.mo-z-3379 {
  z-index: 3379;
}
.mo-z-3380 {
  z-index: 3380;
}
.mo-z-3381 {
  z-index: 3381;
}
.mo-z-3382 {
  z-index: 3382;
}
.mo-z-3383 {
  z-index: 3383;
}
.mo-z-3384 {
  z-index: 3384;
}
.mo-z-3385 {
  z-index: 3385;
}
.mo-z-3386 {
  z-index: 3386;
}
.mo-z-3387 {
  z-index: 3387;
}
.mo-z-3388 {
  z-index: 3388;
}
.mo-z-3389 {
  z-index: 3389;
}
.mo-z-3390 {
  z-index: 3390;
}
.mo-z-3391 {
  z-index: 3391;
}
.mo-z-3392 {
  z-index: 3392;
}
.mo-z-3393 {
  z-index: 3393;
}
.mo-z-3394 {
  z-index: 3394;
}
.mo-z-3395 {
  z-index: 3395;
}
.mo-z-3396 {
  z-index: 3396;
}
.mo-z-3397 {
  z-index: 3397;
}
.mo-z-3398 {
  z-index: 3398;
}
.mo-z-3399 {
  z-index: 3399;
}
.mo-z-3400 {
  z-index: 3400;
}
.mo-z-3401 {
  z-index: 3401;
}
.mo-z-3402 {
  z-index: 3402;
}
.mo-z-3403 {
  z-index: 3403;
}
.mo-z-3404 {
  z-index: 3404;
}
.mo-z-3405 {
  z-index: 3405;
}
.mo-z-3406 {
  z-index: 3406;
}
.mo-z-3407 {
  z-index: 3407;
}
.mo-z-3408 {
  z-index: 3408;
}
.mo-z-3409 {
  z-index: 3409;
}
.mo-z-3410 {
  z-index: 3410;
}
.mo-z-3411 {
  z-index: 3411;
}
.mo-z-3412 {
  z-index: 3412;
}
.mo-z-3413 {
  z-index: 3413;
}
.mo-z-3414 {
  z-index: 3414;
}
.mo-z-3415 {
  z-index: 3415;
}
.mo-z-3416 {
  z-index: 3416;
}
.mo-z-3417 {
  z-index: 3417;
}
.mo-z-3418 {
  z-index: 3418;
}
.mo-z-3419 {
  z-index: 3419;
}
.mo-z-3420 {
  z-index: 3420;
}
.mo-z-3421 {
  z-index: 3421;
}
.mo-z-3422 {
  z-index: 3422;
}
.mo-z-3423 {
  z-index: 3423;
}
.mo-z-3424 {
  z-index: 3424;
}
.mo-z-3425 {
  z-index: 3425;
}
.mo-z-3426 {
  z-index: 3426;
}
.mo-z-3427 {
  z-index: 3427;
}
.mo-z-3428 {
  z-index: 3428;
}
.mo-z-3429 {
  z-index: 3429;
}
.mo-z-3430 {
  z-index: 3430;
}
.mo-z-3431 {
  z-index: 3431;
}
.mo-z-3432 {
  z-index: 3432;
}
.mo-z-3433 {
  z-index: 3433;
}
.mo-z-3434 {
  z-index: 3434;
}
.mo-z-3435 {
  z-index: 3435;
}
.mo-z-3436 {
  z-index: 3436;
}
.mo-z-3437 {
  z-index: 3437;
}
.mo-z-3438 {
  z-index: 3438;
}
.mo-z-3439 {
  z-index: 3439;
}
.mo-z-3440 {
  z-index: 3440;
}
.mo-z-3441 {
  z-index: 3441;
}
.mo-z-3442 {
  z-index: 3442;
}
.mo-z-3443 {
  z-index: 3443;
}
.mo-z-3444 {
  z-index: 3444;
}
.mo-z-3445 {
  z-index: 3445;
}
.mo-z-3446 {
  z-index: 3446;
}
.mo-z-3447 {
  z-index: 3447;
}
.mo-z-3448 {
  z-index: 3448;
}
.mo-z-3449 {
  z-index: 3449;
}
.mo-z-3450 {
  z-index: 3450;
}
.mo-z-3451 {
  z-index: 3451;
}
.mo-z-3452 {
  z-index: 3452;
}
.mo-z-3453 {
  z-index: 3453;
}
.mo-z-3454 {
  z-index: 3454;
}
.mo-z-3455 {
  z-index: 3455;
}
.mo-z-3456 {
  z-index: 3456;
}
.mo-z-3457 {
  z-index: 3457;
}
.mo-z-3458 {
  z-index: 3458;
}
.mo-z-3459 {
  z-index: 3459;
}
.mo-z-3460 {
  z-index: 3460;
}
.mo-z-3461 {
  z-index: 3461;
}
.mo-z-3462 {
  z-index: 3462;
}
.mo-z-3463 {
  z-index: 3463;
}
.mo-z-3464 {
  z-index: 3464;
}
.mo-z-3465 {
  z-index: 3465;
}
.mo-z-3466 {
  z-index: 3466;
}
.mo-z-3467 {
  z-index: 3467;
}
.mo-z-3468 {
  z-index: 3468;
}
.mo-z-3469 {
  z-index: 3469;
}
.mo-z-3470 {
  z-index: 3470;
}
.mo-z-3471 {
  z-index: 3471;
}
.mo-z-3472 {
  z-index: 3472;
}
.mo-z-3473 {
  z-index: 3473;
}
.mo-z-3474 {
  z-index: 3474;
}
.mo-z-3475 {
  z-index: 3475;
}
.mo-z-3476 {
  z-index: 3476;
}
.mo-z-3477 {
  z-index: 3477;
}
.mo-z-3478 {
  z-index: 3478;
}
.mo-z-3479 {
  z-index: 3479;
}
.mo-z-3480 {
  z-index: 3480;
}
.mo-z-3481 {
  z-index: 3481;
}
.mo-z-3482 {
  z-index: 3482;
}
.mo-z-3483 {
  z-index: 3483;
}
.mo-z-3484 {
  z-index: 3484;
}
.mo-z-3485 {
  z-index: 3485;
}
.mo-z-3486 {
  z-index: 3486;
}
.mo-z-3487 {
  z-index: 3487;
}
.mo-z-3488 {
  z-index: 3488;
}
.mo-z-3489 {
  z-index: 3489;
}
.mo-z-3490 {
  z-index: 3490;
}
.mo-z-3491 {
  z-index: 3491;
}
.mo-z-3492 {
  z-index: 3492;
}
.mo-z-3493 {
  z-index: 3493;
}
.mo-z-3494 {
  z-index: 3494;
}
.mo-z-3495 {
  z-index: 3495;
}
.mo-z-3496 {
  z-index: 3496;
}
.mo-z-3497 {
  z-index: 3497;
}
.mo-z-3498 {
  z-index: 3498;
}
.mo-z-3499 {
  z-index: 3499;
}
.mo-z-3500 {
  z-index: 3500;
}
.mo-z-3501 {
  z-index: 3501;
}
.mo-z-3502 {
  z-index: 3502;
}
.mo-z-3503 {
  z-index: 3503;
}
.mo-z-3504 {
  z-index: 3504;
}
.mo-z-3505 {
  z-index: 3505;
}
.mo-z-3506 {
  z-index: 3506;
}
.mo-z-3507 {
  z-index: 3507;
}
.mo-z-3508 {
  z-index: 3508;
}
.mo-z-3509 {
  z-index: 3509;
}
.mo-z-3510 {
  z-index: 3510;
}
.mo-z-3511 {
  z-index: 3511;
}
.mo-z-3512 {
  z-index: 3512;
}
.mo-z-3513 {
  z-index: 3513;
}
.mo-z-3514 {
  z-index: 3514;
}
.mo-z-3515 {
  z-index: 3515;
}
.mo-z-3516 {
  z-index: 3516;
}
.mo-z-3517 {
  z-index: 3517;
}
.mo-z-3518 {
  z-index: 3518;
}
.mo-z-3519 {
  z-index: 3519;
}
.mo-z-3520 {
  z-index: 3520;
}
.mo-z-3521 {
  z-index: 3521;
}
.mo-z-3522 {
  z-index: 3522;
}
.mo-z-3523 {
  z-index: 3523;
}
.mo-z-3524 {
  z-index: 3524;
}
.mo-z-3525 {
  z-index: 3525;
}
.mo-z-3526 {
  z-index: 3526;
}
.mo-z-3527 {
  z-index: 3527;
}
.mo-z-3528 {
  z-index: 3528;
}
.mo-z-3529 {
  z-index: 3529;
}
.mo-z-3530 {
  z-index: 3530;
}
.mo-z-3531 {
  z-index: 3531;
}
.mo-z-3532 {
  z-index: 3532;
}
.mo-z-3533 {
  z-index: 3533;
}
.mo-z-3534 {
  z-index: 3534;
}
.mo-z-3535 {
  z-index: 3535;
}
.mo-z-3536 {
  z-index: 3536;
}
.mo-z-3537 {
  z-index: 3537;
}
.mo-z-3538 {
  z-index: 3538;
}
.mo-z-3539 {
  z-index: 3539;
}
.mo-z-3540 {
  z-index: 3540;
}
.mo-z-3541 {
  z-index: 3541;
}
.mo-z-3542 {
  z-index: 3542;
}
.mo-z-3543 {
  z-index: 3543;
}
.mo-z-3544 {
  z-index: 3544;
}
.mo-z-3545 {
  z-index: 3545;
}
.mo-z-3546 {
  z-index: 3546;
}
.mo-z-3547 {
  z-index: 3547;
}
.mo-z-3548 {
  z-index: 3548;
}
.mo-z-3549 {
  z-index: 3549;
}
.mo-z-3550 {
  z-index: 3550;
}
.mo-z-3551 {
  z-index: 3551;
}
.mo-z-3552 {
  z-index: 3552;
}
.mo-z-3553 {
  z-index: 3553;
}
.mo-z-3554 {
  z-index: 3554;
}
.mo-z-3555 {
  z-index: 3555;
}
.mo-z-3556 {
  z-index: 3556;
}
.mo-z-3557 {
  z-index: 3557;
}
.mo-z-3558 {
  z-index: 3558;
}
.mo-z-3559 {
  z-index: 3559;
}
.mo-z-3560 {
  z-index: 3560;
}
.mo-z-3561 {
  z-index: 3561;
}
.mo-z-3562 {
  z-index: 3562;
}
.mo-z-3563 {
  z-index: 3563;
}
.mo-z-3564 {
  z-index: 3564;
}
.mo-z-3565 {
  z-index: 3565;
}
.mo-z-3566 {
  z-index: 3566;
}
.mo-z-3567 {
  z-index: 3567;
}
.mo-z-3568 {
  z-index: 3568;
}
.mo-z-3569 {
  z-index: 3569;
}
.mo-z-3570 {
  z-index: 3570;
}
.mo-z-3571 {
  z-index: 3571;
}
.mo-z-3572 {
  z-index: 3572;
}
.mo-z-3573 {
  z-index: 3573;
}
.mo-z-3574 {
  z-index: 3574;
}
.mo-z-3575 {
  z-index: 3575;
}
.mo-z-3576 {
  z-index: 3576;
}
.mo-z-3577 {
  z-index: 3577;
}
.mo-z-3578 {
  z-index: 3578;
}
.mo-z-3579 {
  z-index: 3579;
}
.mo-z-3580 {
  z-index: 3580;
}
.mo-z-3581 {
  z-index: 3581;
}
.mo-z-3582 {
  z-index: 3582;
}
.mo-z-3583 {
  z-index: 3583;
}
.mo-z-3584 {
  z-index: 3584;
}
.mo-z-3585 {
  z-index: 3585;
}
.mo-z-3586 {
  z-index: 3586;
}
.mo-z-3587 {
  z-index: 3587;
}
.mo-z-3588 {
  z-index: 3588;
}
.mo-z-3589 {
  z-index: 3589;
}
.mo-z-3590 {
  z-index: 3590;
}
.mo-z-3591 {
  z-index: 3591;
}
.mo-z-3592 {
  z-index: 3592;
}
.mo-z-3593 {
  z-index: 3593;
}
.mo-z-3594 {
  z-index: 3594;
}
.mo-z-3595 {
  z-index: 3595;
}
.mo-z-3596 {
  z-index: 3596;
}
.mo-z-3597 {
  z-index: 3597;
}
.mo-z-3598 {
  z-index: 3598;
}
.mo-z-3599 {
  z-index: 3599;
}
.mo-z-3600 {
  z-index: 3600;
}
.mo-z-3601 {
  z-index: 3601;
}
.mo-z-3602 {
  z-index: 3602;
}
.mo-z-3603 {
  z-index: 3603;
}
.mo-z-3604 {
  z-index: 3604;
}
.mo-z-3605 {
  z-index: 3605;
}
.mo-z-3606 {
  z-index: 3606;
}
.mo-z-3607 {
  z-index: 3607;
}
.mo-z-3608 {
  z-index: 3608;
}
.mo-z-3609 {
  z-index: 3609;
}
.mo-z-3610 {
  z-index: 3610;
}
.mo-z-3611 {
  z-index: 3611;
}
.mo-z-3612 {
  z-index: 3612;
}
.mo-z-3613 {
  z-index: 3613;
}
.mo-z-3614 {
  z-index: 3614;
}
.mo-z-3615 {
  z-index: 3615;
}
.mo-z-3616 {
  z-index: 3616;
}
.mo-z-3617 {
  z-index: 3617;
}
.mo-z-3618 {
  z-index: 3618;
}
.mo-z-3619 {
  z-index: 3619;
}
.mo-z-3620 {
  z-index: 3620;
}
.mo-z-3621 {
  z-index: 3621;
}
.mo-z-3622 {
  z-index: 3622;
}
.mo-z-3623 {
  z-index: 3623;
}
.mo-z-3624 {
  z-index: 3624;
}
.mo-z-3625 {
  z-index: 3625;
}
.mo-z-3626 {
  z-index: 3626;
}
.mo-z-3627 {
  z-index: 3627;
}
.mo-z-3628 {
  z-index: 3628;
}
.mo-z-3629 {
  z-index: 3629;
}
.mo-z-3630 {
  z-index: 3630;
}
.mo-z-3631 {
  z-index: 3631;
}
.mo-z-3632 {
  z-index: 3632;
}
.mo-z-3633 {
  z-index: 3633;
}
.mo-z-3634 {
  z-index: 3634;
}
.mo-z-3635 {
  z-index: 3635;
}
.mo-z-3636 {
  z-index: 3636;
}
.mo-z-3637 {
  z-index: 3637;
}
.mo-z-3638 {
  z-index: 3638;
}
.mo-z-3639 {
  z-index: 3639;
}
.mo-z-3640 {
  z-index: 3640;
}
.mo-z-3641 {
  z-index: 3641;
}
.mo-z-3642 {
  z-index: 3642;
}
.mo-z-3643 {
  z-index: 3643;
}
.mo-z-3644 {
  z-index: 3644;
}
.mo-z-3645 {
  z-index: 3645;
}
.mo-z-3646 {
  z-index: 3646;
}
.mo-z-3647 {
  z-index: 3647;
}
.mo-z-3648 {
  z-index: 3648;
}
.mo-z-3649 {
  z-index: 3649;
}
.mo-z-3650 {
  z-index: 3650;
}
.mo-z-3651 {
  z-index: 3651;
}
.mo-z-3652 {
  z-index: 3652;
}
.mo-z-3653 {
  z-index: 3653;
}
.mo-z-3654 {
  z-index: 3654;
}
.mo-z-3655 {
  z-index: 3655;
}
.mo-z-3656 {
  z-index: 3656;
}
.mo-z-3657 {
  z-index: 3657;
}
.mo-z-3658 {
  z-index: 3658;
}
.mo-z-3659 {
  z-index: 3659;
}
.mo-z-3660 {
  z-index: 3660;
}
.mo-z-3661 {
  z-index: 3661;
}
.mo-z-3662 {
  z-index: 3662;
}
.mo-z-3663 {
  z-index: 3663;
}
.mo-z-3664 {
  z-index: 3664;
}
.mo-z-3665 {
  z-index: 3665;
}
.mo-z-3666 {
  z-index: 3666;
}
.mo-z-3667 {
  z-index: 3667;
}
.mo-z-3668 {
  z-index: 3668;
}
.mo-z-3669 {
  z-index: 3669;
}
.mo-z-3670 {
  z-index: 3670;
}
.mo-z-3671 {
  z-index: 3671;
}
.mo-z-3672 {
  z-index: 3672;
}
.mo-z-3673 {
  z-index: 3673;
}
.mo-z-3674 {
  z-index: 3674;
}
.mo-z-3675 {
  z-index: 3675;
}
.mo-z-3676 {
  z-index: 3676;
}
.mo-z-3677 {
  z-index: 3677;
}
.mo-z-3678 {
  z-index: 3678;
}
.mo-z-3679 {
  z-index: 3679;
}
.mo-z-3680 {
  z-index: 3680;
}
.mo-z-3681 {
  z-index: 3681;
}
.mo-z-3682 {
  z-index: 3682;
}
.mo-z-3683 {
  z-index: 3683;
}
.mo-z-3684 {
  z-index: 3684;
}
.mo-z-3685 {
  z-index: 3685;
}
.mo-z-3686 {
  z-index: 3686;
}
.mo-z-3687 {
  z-index: 3687;
}
.mo-z-3688 {
  z-index: 3688;
}
.mo-z-3689 {
  z-index: 3689;
}
.mo-z-3690 {
  z-index: 3690;
}
.mo-z-3691 {
  z-index: 3691;
}
.mo-z-3692 {
  z-index: 3692;
}
.mo-z-3693 {
  z-index: 3693;
}
.mo-z-3694 {
  z-index: 3694;
}
.mo-z-3695 {
  z-index: 3695;
}
.mo-z-3696 {
  z-index: 3696;
}
.mo-z-3697 {
  z-index: 3697;
}
.mo-z-3698 {
  z-index: 3698;
}
.mo-z-3699 {
  z-index: 3699;
}
.mo-z-3700 {
  z-index: 3700;
}
.mo-z-3701 {
  z-index: 3701;
}
.mo-z-3702 {
  z-index: 3702;
}
.mo-z-3703 {
  z-index: 3703;
}
.mo-z-3704 {
  z-index: 3704;
}
.mo-z-3705 {
  z-index: 3705;
}
.mo-z-3706 {
  z-index: 3706;
}
.mo-z-3707 {
  z-index: 3707;
}
.mo-z-3708 {
  z-index: 3708;
}
.mo-z-3709 {
  z-index: 3709;
}
.mo-z-3710 {
  z-index: 3710;
}
.mo-z-3711 {
  z-index: 3711;
}
.mo-z-3712 {
  z-index: 3712;
}
.mo-z-3713 {
  z-index: 3713;
}
.mo-z-3714 {
  z-index: 3714;
}
.mo-z-3715 {
  z-index: 3715;
}
.mo-z-3716 {
  z-index: 3716;
}
.mo-z-3717 {
  z-index: 3717;
}
.mo-z-3718 {
  z-index: 3718;
}
.mo-z-3719 {
  z-index: 3719;
}
.mo-z-3720 {
  z-index: 3720;
}
.mo-z-3721 {
  z-index: 3721;
}
.mo-z-3722 {
  z-index: 3722;
}
.mo-z-3723 {
  z-index: 3723;
}
.mo-z-3724 {
  z-index: 3724;
}
.mo-z-3725 {
  z-index: 3725;
}
.mo-z-3726 {
  z-index: 3726;
}
.mo-z-3727 {
  z-index: 3727;
}
.mo-z-3728 {
  z-index: 3728;
}
.mo-z-3729 {
  z-index: 3729;
}
.mo-z-3730 {
  z-index: 3730;
}
.mo-z-3731 {
  z-index: 3731;
}
.mo-z-3732 {
  z-index: 3732;
}
.mo-z-3733 {
  z-index: 3733;
}
.mo-z-3734 {
  z-index: 3734;
}
.mo-z-3735 {
  z-index: 3735;
}
.mo-z-3736 {
  z-index: 3736;
}
.mo-z-3737 {
  z-index: 3737;
}
.mo-z-3738 {
  z-index: 3738;
}
.mo-z-3739 {
  z-index: 3739;
}
.mo-z-3740 {
  z-index: 3740;
}
.mo-z-3741 {
  z-index: 3741;
}
.mo-z-3742 {
  z-index: 3742;
}
.mo-z-3743 {
  z-index: 3743;
}
.mo-z-3744 {
  z-index: 3744;
}
.mo-z-3745 {
  z-index: 3745;
}
.mo-z-3746 {
  z-index: 3746;
}
.mo-z-3747 {
  z-index: 3747;
}
.mo-z-3748 {
  z-index: 3748;
}
.mo-z-3749 {
  z-index: 3749;
}
.mo-z-3750 {
  z-index: 3750;
}
.mo-z-3751 {
  z-index: 3751;
}
.mo-z-3752 {
  z-index: 3752;
}
.mo-z-3753 {
  z-index: 3753;
}
.mo-z-3754 {
  z-index: 3754;
}
.mo-z-3755 {
  z-index: 3755;
}
.mo-z-3756 {
  z-index: 3756;
}
.mo-z-3757 {
  z-index: 3757;
}
.mo-z-3758 {
  z-index: 3758;
}
.mo-z-3759 {
  z-index: 3759;
}
.mo-z-3760 {
  z-index: 3760;
}
.mo-z-3761 {
  z-index: 3761;
}
.mo-z-3762 {
  z-index: 3762;
}
.mo-z-3763 {
  z-index: 3763;
}
.mo-z-3764 {
  z-index: 3764;
}
.mo-z-3765 {
  z-index: 3765;
}
.mo-z-3766 {
  z-index: 3766;
}
.mo-z-3767 {
  z-index: 3767;
}
.mo-z-3768 {
  z-index: 3768;
}
.mo-z-3769 {
  z-index: 3769;
}
.mo-z-3770 {
  z-index: 3770;
}
.mo-z-3771 {
  z-index: 3771;
}
.mo-z-3772 {
  z-index: 3772;
}
.mo-z-3773 {
  z-index: 3773;
}
.mo-z-3774 {
  z-index: 3774;
}
.mo-z-3775 {
  z-index: 3775;
}
.mo-z-3776 {
  z-index: 3776;
}
.mo-z-3777 {
  z-index: 3777;
}
.mo-z-3778 {
  z-index: 3778;
}
.mo-z-3779 {
  z-index: 3779;
}
.mo-z-3780 {
  z-index: 3780;
}
.mo-z-3781 {
  z-index: 3781;
}
.mo-z-3782 {
  z-index: 3782;
}
.mo-z-3783 {
  z-index: 3783;
}
.mo-z-3784 {
  z-index: 3784;
}
.mo-z-3785 {
  z-index: 3785;
}
.mo-z-3786 {
  z-index: 3786;
}
.mo-z-3787 {
  z-index: 3787;
}
.mo-z-3788 {
  z-index: 3788;
}
.mo-z-3789 {
  z-index: 3789;
}
.mo-z-3790 {
  z-index: 3790;
}
.mo-z-3791 {
  z-index: 3791;
}
.mo-z-3792 {
  z-index: 3792;
}
.mo-z-3793 {
  z-index: 3793;
}
.mo-z-3794 {
  z-index: 3794;
}
.mo-z-3795 {
  z-index: 3795;
}
.mo-z-3796 {
  z-index: 3796;
}
.mo-z-3797 {
  z-index: 3797;
}
.mo-z-3798 {
  z-index: 3798;
}
.mo-z-3799 {
  z-index: 3799;
}
.mo-z-3800 {
  z-index: 3800;
}
.mo-z-3801 {
  z-index: 3801;
}
.mo-z-3802 {
  z-index: 3802;
}
.mo-z-3803 {
  z-index: 3803;
}
.mo-z-3804 {
  z-index: 3804;
}
.mo-z-3805 {
  z-index: 3805;
}
.mo-z-3806 {
  z-index: 3806;
}
.mo-z-3807 {
  z-index: 3807;
}
.mo-z-3808 {
  z-index: 3808;
}
.mo-z-3809 {
  z-index: 3809;
}
.mo-z-3810 {
  z-index: 3810;
}
.mo-z-3811 {
  z-index: 3811;
}
.mo-z-3812 {
  z-index: 3812;
}
.mo-z-3813 {
  z-index: 3813;
}
.mo-z-3814 {
  z-index: 3814;
}
.mo-z-3815 {
  z-index: 3815;
}
.mo-z-3816 {
  z-index: 3816;
}
.mo-z-3817 {
  z-index: 3817;
}
.mo-z-3818 {
  z-index: 3818;
}
.mo-z-3819 {
  z-index: 3819;
}
.mo-z-3820 {
  z-index: 3820;
}
.mo-z-3821 {
  z-index: 3821;
}
.mo-z-3822 {
  z-index: 3822;
}
.mo-z-3823 {
  z-index: 3823;
}
.mo-z-3824 {
  z-index: 3824;
}
.mo-z-3825 {
  z-index: 3825;
}
.mo-z-3826 {
  z-index: 3826;
}
.mo-z-3827 {
  z-index: 3827;
}
.mo-z-3828 {
  z-index: 3828;
}
.mo-z-3829 {
  z-index: 3829;
}
.mo-z-3830 {
  z-index: 3830;
}
.mo-z-3831 {
  z-index: 3831;
}
.mo-z-3832 {
  z-index: 3832;
}
.mo-z-3833 {
  z-index: 3833;
}
.mo-z-3834 {
  z-index: 3834;
}
.mo-z-3835 {
  z-index: 3835;
}
.mo-z-3836 {
  z-index: 3836;
}
.mo-z-3837 {
  z-index: 3837;
}
.mo-z-3838 {
  z-index: 3838;
}
.mo-z-3839 {
  z-index: 3839;
}
.mo-z-3840 {
  z-index: 3840;
}
.mo-z-3841 {
  z-index: 3841;
}
.mo-z-3842 {
  z-index: 3842;
}
.mo-z-3843 {
  z-index: 3843;
}
.mo-z-3844 {
  z-index: 3844;
}
.mo-z-3845 {
  z-index: 3845;
}
.mo-z-3846 {
  z-index: 3846;
}
.mo-z-3847 {
  z-index: 3847;
}
.mo-z-3848 {
  z-index: 3848;
}
.mo-z-3849 {
  z-index: 3849;
}
.mo-z-3850 {
  z-index: 3850;
}
.mo-z-3851 {
  z-index: 3851;
}
.mo-z-3852 {
  z-index: 3852;
}
.mo-z-3853 {
  z-index: 3853;
}
.mo-z-3854 {
  z-index: 3854;
}
.mo-z-3855 {
  z-index: 3855;
}
.mo-z-3856 {
  z-index: 3856;
}
.mo-z-3857 {
  z-index: 3857;
}
.mo-z-3858 {
  z-index: 3858;
}
.mo-z-3859 {
  z-index: 3859;
}
.mo-z-3860 {
  z-index: 3860;
}
.mo-z-3861 {
  z-index: 3861;
}
.mo-z-3862 {
  z-index: 3862;
}
.mo-z-3863 {
  z-index: 3863;
}
.mo-z-3864 {
  z-index: 3864;
}
.mo-z-3865 {
  z-index: 3865;
}
.mo-z-3866 {
  z-index: 3866;
}
.mo-z-3867 {
  z-index: 3867;
}
.mo-z-3868 {
  z-index: 3868;
}
.mo-z-3869 {
  z-index: 3869;
}
.mo-z-3870 {
  z-index: 3870;
}
.mo-z-3871 {
  z-index: 3871;
}
.mo-z-3872 {
  z-index: 3872;
}
.mo-z-3873 {
  z-index: 3873;
}
.mo-z-3874 {
  z-index: 3874;
}
.mo-z-3875 {
  z-index: 3875;
}
.mo-z-3876 {
  z-index: 3876;
}
.mo-z-3877 {
  z-index: 3877;
}
.mo-z-3878 {
  z-index: 3878;
}
.mo-z-3879 {
  z-index: 3879;
}
.mo-z-3880 {
  z-index: 3880;
}
.mo-z-3881 {
  z-index: 3881;
}
.mo-z-3882 {
  z-index: 3882;
}
.mo-z-3883 {
  z-index: 3883;
}
.mo-z-3884 {
  z-index: 3884;
}
.mo-z-3885 {
  z-index: 3885;
}
.mo-z-3886 {
  z-index: 3886;
}
.mo-z-3887 {
  z-index: 3887;
}
.mo-z-3888 {
  z-index: 3888;
}
.mo-z-3889 {
  z-index: 3889;
}
.mo-z-3890 {
  z-index: 3890;
}
.mo-z-3891 {
  z-index: 3891;
}
.mo-z-3892 {
  z-index: 3892;
}
.mo-z-3893 {
  z-index: 3893;
}
.mo-z-3894 {
  z-index: 3894;
}
.mo-z-3895 {
  z-index: 3895;
}
.mo-z-3896 {
  z-index: 3896;
}
.mo-z-3897 {
  z-index: 3897;
}
.mo-z-3898 {
  z-index: 3898;
}
.mo-z-3899 {
  z-index: 3899;
}
.mo-z-3900 {
  z-index: 3900;
}
.mo-z-3901 {
  z-index: 3901;
}
.mo-z-3902 {
  z-index: 3902;
}
.mo-z-3903 {
  z-index: 3903;
}
.mo-z-3904 {
  z-index: 3904;
}
.mo-z-3905 {
  z-index: 3905;
}
.mo-z-3906 {
  z-index: 3906;
}
.mo-z-3907 {
  z-index: 3907;
}
.mo-z-3908 {
  z-index: 3908;
}
.mo-z-3909 {
  z-index: 3909;
}
.mo-z-3910 {
  z-index: 3910;
}
.mo-z-3911 {
  z-index: 3911;
}
.mo-z-3912 {
  z-index: 3912;
}
.mo-z-3913 {
  z-index: 3913;
}
.mo-z-3914 {
  z-index: 3914;
}
.mo-z-3915 {
  z-index: 3915;
}
.mo-z-3916 {
  z-index: 3916;
}
.mo-z-3917 {
  z-index: 3917;
}
.mo-z-3918 {
  z-index: 3918;
}
.mo-z-3919 {
  z-index: 3919;
}
.mo-z-3920 {
  z-index: 3920;
}
.mo-z-3921 {
  z-index: 3921;
}
.mo-z-3922 {
  z-index: 3922;
}
.mo-z-3923 {
  z-index: 3923;
}
.mo-z-3924 {
  z-index: 3924;
}
.mo-z-3925 {
  z-index: 3925;
}
.mo-z-3926 {
  z-index: 3926;
}
.mo-z-3927 {
  z-index: 3927;
}
.mo-z-3928 {
  z-index: 3928;
}
.mo-z-3929 {
  z-index: 3929;
}
.mo-z-3930 {
  z-index: 3930;
}
.mo-z-3931 {
  z-index: 3931;
}
.mo-z-3932 {
  z-index: 3932;
}
.mo-z-3933 {
  z-index: 3933;
}
.mo-z-3934 {
  z-index: 3934;
}
.mo-z-3935 {
  z-index: 3935;
}
.mo-z-3936 {
  z-index: 3936;
}
.mo-z-3937 {
  z-index: 3937;
}
.mo-z-3938 {
  z-index: 3938;
}
.mo-z-3939 {
  z-index: 3939;
}
.mo-z-3940 {
  z-index: 3940;
}
.mo-z-3941 {
  z-index: 3941;
}
.mo-z-3942 {
  z-index: 3942;
}
.mo-z-3943 {
  z-index: 3943;
}
.mo-z-3944 {
  z-index: 3944;
}
.mo-z-3945 {
  z-index: 3945;
}
.mo-z-3946 {
  z-index: 3946;
}
.mo-z-3947 {
  z-index: 3947;
}
.mo-z-3948 {
  z-index: 3948;
}
.mo-z-3949 {
  z-index: 3949;
}
.mo-z-3950 {
  z-index: 3950;
}
.mo-z-3951 {
  z-index: 3951;
}
.mo-z-3952 {
  z-index: 3952;
}
.mo-z-3953 {
  z-index: 3953;
}
.mo-z-3954 {
  z-index: 3954;
}
.mo-z-3955 {
  z-index: 3955;
}
.mo-z-3956 {
  z-index: 3956;
}
.mo-z-3957 {
  z-index: 3957;
}
.mo-z-3958 {
  z-index: 3958;
}
.mo-z-3959 {
  z-index: 3959;
}
.mo-z-3960 {
  z-index: 3960;
}
.mo-z-3961 {
  z-index: 3961;
}
.mo-z-3962 {
  z-index: 3962;
}
.mo-z-3963 {
  z-index: 3963;
}
.mo-z-3964 {
  z-index: 3964;
}
.mo-z-3965 {
  z-index: 3965;
}
.mo-z-3966 {
  z-index: 3966;
}
.mo-z-3967 {
  z-index: 3967;
}
.mo-z-3968 {
  z-index: 3968;
}
.mo-z-3969 {
  z-index: 3969;
}
.mo-z-3970 {
  z-index: 3970;
}
.mo-z-3971 {
  z-index: 3971;
}
.mo-z-3972 {
  z-index: 3972;
}
.mo-z-3973 {
  z-index: 3973;
}
.mo-z-3974 {
  z-index: 3974;
}
.mo-z-3975 {
  z-index: 3975;
}
.mo-z-3976 {
  z-index: 3976;
}
.mo-z-3977 {
  z-index: 3977;
}
.mo-z-3978 {
  z-index: 3978;
}
.mo-z-3979 {
  z-index: 3979;
}
.mo-z-3980 {
  z-index: 3980;
}
.mo-z-3981 {
  z-index: 3981;
}
.mo-z-3982 {
  z-index: 3982;
}
.mo-z-3983 {
  z-index: 3983;
}
.mo-z-3984 {
  z-index: 3984;
}
.mo-z-3985 {
  z-index: 3985;
}
.mo-z-3986 {
  z-index: 3986;
}
.mo-z-3987 {
  z-index: 3987;
}
.mo-z-3988 {
  z-index: 3988;
}
.mo-z-3989 {
  z-index: 3989;
}
.mo-z-3990 {
  z-index: 3990;
}
.mo-z-3991 {
  z-index: 3991;
}
.mo-z-3992 {
  z-index: 3992;
}
.mo-z-3993 {
  z-index: 3993;
}
.mo-z-3994 {
  z-index: 3994;
}
.mo-z-3995 {
  z-index: 3995;
}
.mo-z-3996 {
  z-index: 3996;
}
.mo-z-3997 {
  z-index: 3997;
}
.mo-z-3998 {
  z-index: 3998;
}
.mo-z-3999 {
  z-index: 3999;
}
.mo-z-4000 {
  z-index: 4000;
}
.mo-z-4001 {
  z-index: 4001;
}
.mo-z-4002 {
  z-index: 4002;
}
.mo-z-4003 {
  z-index: 4003;
}
.mo-z-4004 {
  z-index: 4004;
}
.mo-z-4005 {
  z-index: 4005;
}
.mo-z-4006 {
  z-index: 4006;
}
.mo-z-4007 {
  z-index: 4007;
}
.mo-z-4008 {
  z-index: 4008;
}
.mo-z-4009 {
  z-index: 4009;
}
.mo-z-4010 {
  z-index: 4010;
}
.mo-z-4011 {
  z-index: 4011;
}
.mo-z-4012 {
  z-index: 4012;
}
.mo-z-4013 {
  z-index: 4013;
}
.mo-z-4014 {
  z-index: 4014;
}
.mo-z-4015 {
  z-index: 4015;
}
.mo-z-4016 {
  z-index: 4016;
}
.mo-z-4017 {
  z-index: 4017;
}
.mo-z-4018 {
  z-index: 4018;
}
.mo-z-4019 {
  z-index: 4019;
}
.mo-z-4020 {
  z-index: 4020;
}
.mo-z-4021 {
  z-index: 4021;
}
.mo-z-4022 {
  z-index: 4022;
}
.mo-z-4023 {
  z-index: 4023;
}
.mo-z-4024 {
  z-index: 4024;
}
.mo-z-4025 {
  z-index: 4025;
}
.mo-z-4026 {
  z-index: 4026;
}
.mo-z-4027 {
  z-index: 4027;
}
.mo-z-4028 {
  z-index: 4028;
}
.mo-z-4029 {
  z-index: 4029;
}
.mo-z-4030 {
  z-index: 4030;
}
.mo-z-4031 {
  z-index: 4031;
}
.mo-z-4032 {
  z-index: 4032;
}
.mo-z-4033 {
  z-index: 4033;
}
.mo-z-4034 {
  z-index: 4034;
}
.mo-z-4035 {
  z-index: 4035;
}
.mo-z-4036 {
  z-index: 4036;
}
.mo-z-4037 {
  z-index: 4037;
}
.mo-z-4038 {
  z-index: 4038;
}
.mo-z-4039 {
  z-index: 4039;
}
.mo-z-4040 {
  z-index: 4040;
}
.mo-z-4041 {
  z-index: 4041;
}
.mo-z-4042 {
  z-index: 4042;
}
.mo-z-4043 {
  z-index: 4043;
}
.mo-z-4044 {
  z-index: 4044;
}
.mo-z-4045 {
  z-index: 4045;
}
.mo-z-4046 {
  z-index: 4046;
}
.mo-z-4047 {
  z-index: 4047;
}
.mo-z-4048 {
  z-index: 4048;
}
.mo-z-4049 {
  z-index: 4049;
}
.mo-z-4050 {
  z-index: 4050;
}
.mo-z-4051 {
  z-index: 4051;
}
.mo-z-4052 {
  z-index: 4052;
}
.mo-z-4053 {
  z-index: 4053;
}
.mo-z-4054 {
  z-index: 4054;
}
.mo-z-4055 {
  z-index: 4055;
}
.mo-z-4056 {
  z-index: 4056;
}
.mo-z-4057 {
  z-index: 4057;
}
.mo-z-4058 {
  z-index: 4058;
}
.mo-z-4059 {
  z-index: 4059;
}
.mo-z-4060 {
  z-index: 4060;
}
.mo-z-4061 {
  z-index: 4061;
}
.mo-z-4062 {
  z-index: 4062;
}
.mo-z-4063 {
  z-index: 4063;
}
.mo-z-4064 {
  z-index: 4064;
}
.mo-z-4065 {
  z-index: 4065;
}
.mo-z-4066 {
  z-index: 4066;
}
.mo-z-4067 {
  z-index: 4067;
}
.mo-z-4068 {
  z-index: 4068;
}
.mo-z-4069 {
  z-index: 4069;
}
.mo-z-4070 {
  z-index: 4070;
}
.mo-z-4071 {
  z-index: 4071;
}
.mo-z-4072 {
  z-index: 4072;
}
.mo-z-4073 {
  z-index: 4073;
}
.mo-z-4074 {
  z-index: 4074;
}
.mo-z-4075 {
  z-index: 4075;
}
.mo-z-4076 {
  z-index: 4076;
}
.mo-z-4077 {
  z-index: 4077;
}
.mo-z-4078 {
  z-index: 4078;
}
.mo-z-4079 {
  z-index: 4079;
}
.mo-z-4080 {
  z-index: 4080;
}
.mo-z-4081 {
  z-index: 4081;
}
.mo-z-4082 {
  z-index: 4082;
}
.mo-z-4083 {
  z-index: 4083;
}
.mo-z-4084 {
  z-index: 4084;
}
.mo-z-4085 {
  z-index: 4085;
}
.mo-z-4086 {
  z-index: 4086;
}
.mo-z-4087 {
  z-index: 4087;
}
.mo-z-4088 {
  z-index: 4088;
}
.mo-z-4089 {
  z-index: 4089;
}
.mo-z-4090 {
  z-index: 4090;
}
.mo-z-4091 {
  z-index: 4091;
}
.mo-z-4092 {
  z-index: 4092;
}
.mo-z-4093 {
  z-index: 4093;
}
.mo-z-4094 {
  z-index: 4094;
}
.mo-z-4095 {
  z-index: 4095;
}
.mo-z-4096 {
  z-index: 4096;
}
.mo-z-4097 {
  z-index: 4097;
}
.mo-z-4098 {
  z-index: 4098;
}
.mo-z-4099 {
  z-index: 4099;
}
.mo-z-4100 {
  z-index: 4100;
}
.mo-z-4101 {
  z-index: 4101;
}
.mo-z-4102 {
  z-index: 4102;
}
.mo-z-4103 {
  z-index: 4103;
}
.mo-z-4104 {
  z-index: 4104;
}
.mo-z-4105 {
  z-index: 4105;
}
.mo-z-4106 {
  z-index: 4106;
}
.mo-z-4107 {
  z-index: 4107;
}
.mo-z-4108 {
  z-index: 4108;
}
.mo-z-4109 {
  z-index: 4109;
}
.mo-z-4110 {
  z-index: 4110;
}
.mo-z-4111 {
  z-index: 4111;
}
.mo-z-4112 {
  z-index: 4112;
}
.mo-z-4113 {
  z-index: 4113;
}
.mo-z-4114 {
  z-index: 4114;
}
.mo-z-4115 {
  z-index: 4115;
}
.mo-z-4116 {
  z-index: 4116;
}
.mo-z-4117 {
  z-index: 4117;
}
.mo-z-4118 {
  z-index: 4118;
}
.mo-z-4119 {
  z-index: 4119;
}
.mo-z-4120 {
  z-index: 4120;
}
.mo-z-4121 {
  z-index: 4121;
}
.mo-z-4122 {
  z-index: 4122;
}
.mo-z-4123 {
  z-index: 4123;
}
.mo-z-4124 {
  z-index: 4124;
}
.mo-z-4125 {
  z-index: 4125;
}
.mo-z-4126 {
  z-index: 4126;
}
.mo-z-4127 {
  z-index: 4127;
}
.mo-z-4128 {
  z-index: 4128;
}
.mo-z-4129 {
  z-index: 4129;
}
.mo-z-4130 {
  z-index: 4130;
}
.mo-z-4131 {
  z-index: 4131;
}
.mo-z-4132 {
  z-index: 4132;
}
.mo-z-4133 {
  z-index: 4133;
}
.mo-z-4134 {
  z-index: 4134;
}
.mo-z-4135 {
  z-index: 4135;
}
.mo-z-4136 {
  z-index: 4136;
}
.mo-z-4137 {
  z-index: 4137;
}
.mo-z-4138 {
  z-index: 4138;
}
.mo-z-4139 {
  z-index: 4139;
}
.mo-z-4140 {
  z-index: 4140;
}
.mo-z-4141 {
  z-index: 4141;
}
.mo-z-4142 {
  z-index: 4142;
}
.mo-z-4143 {
  z-index: 4143;
}
.mo-z-4144 {
  z-index: 4144;
}
.mo-z-4145 {
  z-index: 4145;
}
.mo-z-4146 {
  z-index: 4146;
}
.mo-z-4147 {
  z-index: 4147;
}
.mo-z-4148 {
  z-index: 4148;
}
.mo-z-4149 {
  z-index: 4149;
}
.mo-z-4150 {
  z-index: 4150;
}
.mo-z-4151 {
  z-index: 4151;
}
.mo-z-4152 {
  z-index: 4152;
}
.mo-z-4153 {
  z-index: 4153;
}
.mo-z-4154 {
  z-index: 4154;
}
.mo-z-4155 {
  z-index: 4155;
}
.mo-z-4156 {
  z-index: 4156;
}
.mo-z-4157 {
  z-index: 4157;
}
.mo-z-4158 {
  z-index: 4158;
}
.mo-z-4159 {
  z-index: 4159;
}
.mo-z-4160 {
  z-index: 4160;
}
.mo-z-4161 {
  z-index: 4161;
}
.mo-z-4162 {
  z-index: 4162;
}
.mo-z-4163 {
  z-index: 4163;
}
.mo-z-4164 {
  z-index: 4164;
}
.mo-z-4165 {
  z-index: 4165;
}
.mo-z-4166 {
  z-index: 4166;
}
.mo-z-4167 {
  z-index: 4167;
}
.mo-z-4168 {
  z-index: 4168;
}
.mo-z-4169 {
  z-index: 4169;
}
.mo-z-4170 {
  z-index: 4170;
}
.mo-z-4171 {
  z-index: 4171;
}
.mo-z-4172 {
  z-index: 4172;
}
.mo-z-4173 {
  z-index: 4173;
}
.mo-z-4174 {
  z-index: 4174;
}
.mo-z-4175 {
  z-index: 4175;
}
.mo-z-4176 {
  z-index: 4176;
}
.mo-z-4177 {
  z-index: 4177;
}
.mo-z-4178 {
  z-index: 4178;
}
.mo-z-4179 {
  z-index: 4179;
}
.mo-z-4180 {
  z-index: 4180;
}
.mo-z-4181 {
  z-index: 4181;
}
.mo-z-4182 {
  z-index: 4182;
}
.mo-z-4183 {
  z-index: 4183;
}
.mo-z-4184 {
  z-index: 4184;
}
.mo-z-4185 {
  z-index: 4185;
}
.mo-z-4186 {
  z-index: 4186;
}
.mo-z-4187 {
  z-index: 4187;
}
.mo-z-4188 {
  z-index: 4188;
}
.mo-z-4189 {
  z-index: 4189;
}
.mo-z-4190 {
  z-index: 4190;
}
.mo-z-4191 {
  z-index: 4191;
}
.mo-z-4192 {
  z-index: 4192;
}
.mo-z-4193 {
  z-index: 4193;
}
.mo-z-4194 {
  z-index: 4194;
}
.mo-z-4195 {
  z-index: 4195;
}
.mo-z-4196 {
  z-index: 4196;
}
.mo-z-4197 {
  z-index: 4197;
}
.mo-z-4198 {
  z-index: 4198;
}
.mo-z-4199 {
  z-index: 4199;
}
.mo-z-4200 {
  z-index: 4200;
}
.mo-z-4201 {
  z-index: 4201;
}
.mo-z-4202 {
  z-index: 4202;
}
.mo-z-4203 {
  z-index: 4203;
}
.mo-z-4204 {
  z-index: 4204;
}
.mo-z-4205 {
  z-index: 4205;
}
.mo-z-4206 {
  z-index: 4206;
}
.mo-z-4207 {
  z-index: 4207;
}
.mo-z-4208 {
  z-index: 4208;
}
.mo-z-4209 {
  z-index: 4209;
}
.mo-z-4210 {
  z-index: 4210;
}
.mo-z-4211 {
  z-index: 4211;
}
.mo-z-4212 {
  z-index: 4212;
}
.mo-z-4213 {
  z-index: 4213;
}
.mo-z-4214 {
  z-index: 4214;
}
.mo-z-4215 {
  z-index: 4215;
}
.mo-z-4216 {
  z-index: 4216;
}
.mo-z-4217 {
  z-index: 4217;
}
.mo-z-4218 {
  z-index: 4218;
}
.mo-z-4219 {
  z-index: 4219;
}
.mo-z-4220 {
  z-index: 4220;
}
.mo-z-4221 {
  z-index: 4221;
}
.mo-z-4222 {
  z-index: 4222;
}
.mo-z-4223 {
  z-index: 4223;
}
.mo-z-4224 {
  z-index: 4224;
}
.mo-z-4225 {
  z-index: 4225;
}
.mo-z-4226 {
  z-index: 4226;
}
.mo-z-4227 {
  z-index: 4227;
}
.mo-z-4228 {
  z-index: 4228;
}
.mo-z-4229 {
  z-index: 4229;
}
.mo-z-4230 {
  z-index: 4230;
}
.mo-z-4231 {
  z-index: 4231;
}
.mo-z-4232 {
  z-index: 4232;
}
.mo-z-4233 {
  z-index: 4233;
}
.mo-z-4234 {
  z-index: 4234;
}
.mo-z-4235 {
  z-index: 4235;
}
.mo-z-4236 {
  z-index: 4236;
}
.mo-z-4237 {
  z-index: 4237;
}
.mo-z-4238 {
  z-index: 4238;
}
.mo-z-4239 {
  z-index: 4239;
}
.mo-z-4240 {
  z-index: 4240;
}
.mo-z-4241 {
  z-index: 4241;
}
.mo-z-4242 {
  z-index: 4242;
}
.mo-z-4243 {
  z-index: 4243;
}
.mo-z-4244 {
  z-index: 4244;
}
.mo-z-4245 {
  z-index: 4245;
}
.mo-z-4246 {
  z-index: 4246;
}
.mo-z-4247 {
  z-index: 4247;
}
.mo-z-4248 {
  z-index: 4248;
}
.mo-z-4249 {
  z-index: 4249;
}
.mo-z-4250 {
  z-index: 4250;
}
.mo-z-4251 {
  z-index: 4251;
}
.mo-z-4252 {
  z-index: 4252;
}
.mo-z-4253 {
  z-index: 4253;
}
.mo-z-4254 {
  z-index: 4254;
}
.mo-z-4255 {
  z-index: 4255;
}
.mo-z-4256 {
  z-index: 4256;
}
.mo-z-4257 {
  z-index: 4257;
}
.mo-z-4258 {
  z-index: 4258;
}
.mo-z-4259 {
  z-index: 4259;
}
.mo-z-4260 {
  z-index: 4260;
}
.mo-z-4261 {
  z-index: 4261;
}
.mo-z-4262 {
  z-index: 4262;
}
.mo-z-4263 {
  z-index: 4263;
}
.mo-z-4264 {
  z-index: 4264;
}
.mo-z-4265 {
  z-index: 4265;
}
.mo-z-4266 {
  z-index: 4266;
}
.mo-z-4267 {
  z-index: 4267;
}
.mo-z-4268 {
  z-index: 4268;
}
.mo-z-4269 {
  z-index: 4269;
}
.mo-z-4270 {
  z-index: 4270;
}
.mo-z-4271 {
  z-index: 4271;
}
.mo-z-4272 {
  z-index: 4272;
}
.mo-z-4273 {
  z-index: 4273;
}
.mo-z-4274 {
  z-index: 4274;
}
.mo-z-4275 {
  z-index: 4275;
}
.mo-z-4276 {
  z-index: 4276;
}
.mo-z-4277 {
  z-index: 4277;
}
.mo-z-4278 {
  z-index: 4278;
}
.mo-z-4279 {
  z-index: 4279;
}
.mo-z-4280 {
  z-index: 4280;
}
.mo-z-4281 {
  z-index: 4281;
}
.mo-z-4282 {
  z-index: 4282;
}
.mo-z-4283 {
  z-index: 4283;
}
.mo-z-4284 {
  z-index: 4284;
}
.mo-z-4285 {
  z-index: 4285;
}
.mo-z-4286 {
  z-index: 4286;
}
.mo-z-4287 {
  z-index: 4287;
}
.mo-z-4288 {
  z-index: 4288;
}
.mo-z-4289 {
  z-index: 4289;
}
.mo-z-4290 {
  z-index: 4290;
}
.mo-z-4291 {
  z-index: 4291;
}
.mo-z-4292 {
  z-index: 4292;
}
.mo-z-4293 {
  z-index: 4293;
}
.mo-z-4294 {
  z-index: 4294;
}
.mo-z-4295 {
  z-index: 4295;
}
.mo-z-4296 {
  z-index: 4296;
}
.mo-z-4297 {
  z-index: 4297;
}
.mo-z-4298 {
  z-index: 4298;
}
.mo-z-4299 {
  z-index: 4299;
}
.mo-z-4300 {
  z-index: 4300;
}
.mo-z-4301 {
  z-index: 4301;
}
.mo-z-4302 {
  z-index: 4302;
}
.mo-z-4303 {
  z-index: 4303;
}
.mo-z-4304 {
  z-index: 4304;
}
.mo-z-4305 {
  z-index: 4305;
}
.mo-z-4306 {
  z-index: 4306;
}
.mo-z-4307 {
  z-index: 4307;
}
.mo-z-4308 {
  z-index: 4308;
}
.mo-z-4309 {
  z-index: 4309;
}
.mo-z-4310 {
  z-index: 4310;
}
.mo-z-4311 {
  z-index: 4311;
}
.mo-z-4312 {
  z-index: 4312;
}
.mo-z-4313 {
  z-index: 4313;
}
.mo-z-4314 {
  z-index: 4314;
}
.mo-z-4315 {
  z-index: 4315;
}
.mo-z-4316 {
  z-index: 4316;
}
.mo-z-4317 {
  z-index: 4317;
}
.mo-z-4318 {
  z-index: 4318;
}
.mo-z-4319 {
  z-index: 4319;
}
.mo-z-4320 {
  z-index: 4320;
}
.mo-z-4321 {
  z-index: 4321;
}
.mo-z-4322 {
  z-index: 4322;
}
.mo-z-4323 {
  z-index: 4323;
}
.mo-z-4324 {
  z-index: 4324;
}
.mo-z-4325 {
  z-index: 4325;
}
.mo-z-4326 {
  z-index: 4326;
}
.mo-z-4327 {
  z-index: 4327;
}
.mo-z-4328 {
  z-index: 4328;
}
.mo-z-4329 {
  z-index: 4329;
}
.mo-z-4330 {
  z-index: 4330;
}
.mo-z-4331 {
  z-index: 4331;
}
.mo-z-4332 {
  z-index: 4332;
}
.mo-z-4333 {
  z-index: 4333;
}
.mo-z-4334 {
  z-index: 4334;
}
.mo-z-4335 {
  z-index: 4335;
}
.mo-z-4336 {
  z-index: 4336;
}
.mo-z-4337 {
  z-index: 4337;
}
.mo-z-4338 {
  z-index: 4338;
}
.mo-z-4339 {
  z-index: 4339;
}
.mo-z-4340 {
  z-index: 4340;
}
.mo-z-4341 {
  z-index: 4341;
}
.mo-z-4342 {
  z-index: 4342;
}
.mo-z-4343 {
  z-index: 4343;
}
.mo-z-4344 {
  z-index: 4344;
}
.mo-z-4345 {
  z-index: 4345;
}
.mo-z-4346 {
  z-index: 4346;
}
.mo-z-4347 {
  z-index: 4347;
}
.mo-z-4348 {
  z-index: 4348;
}
.mo-z-4349 {
  z-index: 4349;
}
.mo-z-4350 {
  z-index: 4350;
}
.mo-z-4351 {
  z-index: 4351;
}
.mo-z-4352 {
  z-index: 4352;
}
.mo-z-4353 {
  z-index: 4353;
}
.mo-z-4354 {
  z-index: 4354;
}
.mo-z-4355 {
  z-index: 4355;
}
.mo-z-4356 {
  z-index: 4356;
}
.mo-z-4357 {
  z-index: 4357;
}
.mo-z-4358 {
  z-index: 4358;
}
.mo-z-4359 {
  z-index: 4359;
}
.mo-z-4360 {
  z-index: 4360;
}
.mo-z-4361 {
  z-index: 4361;
}
.mo-z-4362 {
  z-index: 4362;
}
.mo-z-4363 {
  z-index: 4363;
}
.mo-z-4364 {
  z-index: 4364;
}
.mo-z-4365 {
  z-index: 4365;
}
.mo-z-4366 {
  z-index: 4366;
}
.mo-z-4367 {
  z-index: 4367;
}
.mo-z-4368 {
  z-index: 4368;
}
.mo-z-4369 {
  z-index: 4369;
}
.mo-z-4370 {
  z-index: 4370;
}
.mo-z-4371 {
  z-index: 4371;
}
.mo-z-4372 {
  z-index: 4372;
}
.mo-z-4373 {
  z-index: 4373;
}
.mo-z-4374 {
  z-index: 4374;
}
.mo-z-4375 {
  z-index: 4375;
}
.mo-z-4376 {
  z-index: 4376;
}
.mo-z-4377 {
  z-index: 4377;
}
.mo-z-4378 {
  z-index: 4378;
}
.mo-z-4379 {
  z-index: 4379;
}
.mo-z-4380 {
  z-index: 4380;
}
.mo-z-4381 {
  z-index: 4381;
}
.mo-z-4382 {
  z-index: 4382;
}
.mo-z-4383 {
  z-index: 4383;
}
.mo-z-4384 {
  z-index: 4384;
}
.mo-z-4385 {
  z-index: 4385;
}
.mo-z-4386 {
  z-index: 4386;
}
.mo-z-4387 {
  z-index: 4387;
}
.mo-z-4388 {
  z-index: 4388;
}
.mo-z-4389 {
  z-index: 4389;
}
.mo-z-4390 {
  z-index: 4390;
}
.mo-z-4391 {
  z-index: 4391;
}
.mo-z-4392 {
  z-index: 4392;
}
.mo-z-4393 {
  z-index: 4393;
}
.mo-z-4394 {
  z-index: 4394;
}
.mo-z-4395 {
  z-index: 4395;
}
.mo-z-4396 {
  z-index: 4396;
}
.mo-z-4397 {
  z-index: 4397;
}
.mo-z-4398 {
  z-index: 4398;
}
.mo-z-4399 {
  z-index: 4399;
}
.mo-z-4400 {
  z-index: 4400;
}
.mo-z-4401 {
  z-index: 4401;
}
.mo-z-4402 {
  z-index: 4402;
}
.mo-z-4403 {
  z-index: 4403;
}
.mo-z-4404 {
  z-index: 4404;
}
.mo-z-4405 {
  z-index: 4405;
}
.mo-z-4406 {
  z-index: 4406;
}
.mo-z-4407 {
  z-index: 4407;
}
.mo-z-4408 {
  z-index: 4408;
}
.mo-z-4409 {
  z-index: 4409;
}
.mo-z-4410 {
  z-index: 4410;
}
.mo-z-4411 {
  z-index: 4411;
}
.mo-z-4412 {
  z-index: 4412;
}
.mo-z-4413 {
  z-index: 4413;
}
.mo-z-4414 {
  z-index: 4414;
}
.mo-z-4415 {
  z-index: 4415;
}
.mo-z-4416 {
  z-index: 4416;
}
.mo-z-4417 {
  z-index: 4417;
}
.mo-z-4418 {
  z-index: 4418;
}
.mo-z-4419 {
  z-index: 4419;
}
.mo-z-4420 {
  z-index: 4420;
}
.mo-z-4421 {
  z-index: 4421;
}
.mo-z-4422 {
  z-index: 4422;
}
.mo-z-4423 {
  z-index: 4423;
}
.mo-z-4424 {
  z-index: 4424;
}
.mo-z-4425 {
  z-index: 4425;
}
.mo-z-4426 {
  z-index: 4426;
}
.mo-z-4427 {
  z-index: 4427;
}
.mo-z-4428 {
  z-index: 4428;
}
.mo-z-4429 {
  z-index: 4429;
}
.mo-z-4430 {
  z-index: 4430;
}
.mo-z-4431 {
  z-index: 4431;
}
.mo-z-4432 {
  z-index: 4432;
}
.mo-z-4433 {
  z-index: 4433;
}
.mo-z-4434 {
  z-index: 4434;
}
.mo-z-4435 {
  z-index: 4435;
}
.mo-z-4436 {
  z-index: 4436;
}
.mo-z-4437 {
  z-index: 4437;
}
.mo-z-4438 {
  z-index: 4438;
}
.mo-z-4439 {
  z-index: 4439;
}
.mo-z-4440 {
  z-index: 4440;
}
.mo-z-4441 {
  z-index: 4441;
}
.mo-z-4442 {
  z-index: 4442;
}
.mo-z-4443 {
  z-index: 4443;
}
.mo-z-4444 {
  z-index: 4444;
}
.mo-z-4445 {
  z-index: 4445;
}
.mo-z-4446 {
  z-index: 4446;
}
.mo-z-4447 {
  z-index: 4447;
}
.mo-z-4448 {
  z-index: 4448;
}
.mo-z-4449 {
  z-index: 4449;
}
.mo-z-4450 {
  z-index: 4450;
}
.mo-z-4451 {
  z-index: 4451;
}
.mo-z-4452 {
  z-index: 4452;
}
.mo-z-4453 {
  z-index: 4453;
}
.mo-z-4454 {
  z-index: 4454;
}
.mo-z-4455 {
  z-index: 4455;
}
.mo-z-4456 {
  z-index: 4456;
}
.mo-z-4457 {
  z-index: 4457;
}
.mo-z-4458 {
  z-index: 4458;
}
.mo-z-4459 {
  z-index: 4459;
}
.mo-z-4460 {
  z-index: 4460;
}
.mo-z-4461 {
  z-index: 4461;
}
.mo-z-4462 {
  z-index: 4462;
}
.mo-z-4463 {
  z-index: 4463;
}
.mo-z-4464 {
  z-index: 4464;
}
.mo-z-4465 {
  z-index: 4465;
}
.mo-z-4466 {
  z-index: 4466;
}
.mo-z-4467 {
  z-index: 4467;
}
.mo-z-4468 {
  z-index: 4468;
}
.mo-z-4469 {
  z-index: 4469;
}
.mo-z-4470 {
  z-index: 4470;
}
.mo-z-4471 {
  z-index: 4471;
}
.mo-z-4472 {
  z-index: 4472;
}
.mo-z-4473 {
  z-index: 4473;
}
.mo-z-4474 {
  z-index: 4474;
}
.mo-z-4475 {
  z-index: 4475;
}
.mo-z-4476 {
  z-index: 4476;
}
.mo-z-4477 {
  z-index: 4477;
}
.mo-z-4478 {
  z-index: 4478;
}
.mo-z-4479 {
  z-index: 4479;
}
.mo-z-4480 {
  z-index: 4480;
}
.mo-z-4481 {
  z-index: 4481;
}
.mo-z-4482 {
  z-index: 4482;
}
.mo-z-4483 {
  z-index: 4483;
}
.mo-z-4484 {
  z-index: 4484;
}
.mo-z-4485 {
  z-index: 4485;
}
.mo-z-4486 {
  z-index: 4486;
}
.mo-z-4487 {
  z-index: 4487;
}
.mo-z-4488 {
  z-index: 4488;
}
.mo-z-4489 {
  z-index: 4489;
}
.mo-z-4490 {
  z-index: 4490;
}
.mo-z-4491 {
  z-index: 4491;
}
.mo-z-4492 {
  z-index: 4492;
}
.mo-z-4493 {
  z-index: 4493;
}
.mo-z-4494 {
  z-index: 4494;
}
.mo-z-4495 {
  z-index: 4495;
}
.mo-z-4496 {
  z-index: 4496;
}
.mo-z-4497 {
  z-index: 4497;
}
.mo-z-4498 {
  z-index: 4498;
}
.mo-z-4499 {
  z-index: 4499;
}
.mo-z-4500 {
  z-index: 4500;
}
.mo-z-4501 {
  z-index: 4501;
}
.mo-z-4502 {
  z-index: 4502;
}
.mo-z-4503 {
  z-index: 4503;
}
.mo-z-4504 {
  z-index: 4504;
}
.mo-z-4505 {
  z-index: 4505;
}
.mo-z-4506 {
  z-index: 4506;
}
.mo-z-4507 {
  z-index: 4507;
}
.mo-z-4508 {
  z-index: 4508;
}
.mo-z-4509 {
  z-index: 4509;
}
.mo-z-4510 {
  z-index: 4510;
}
.mo-z-4511 {
  z-index: 4511;
}
.mo-z-4512 {
  z-index: 4512;
}
.mo-z-4513 {
  z-index: 4513;
}
.mo-z-4514 {
  z-index: 4514;
}
.mo-z-4515 {
  z-index: 4515;
}
.mo-z-4516 {
  z-index: 4516;
}
.mo-z-4517 {
  z-index: 4517;
}
.mo-z-4518 {
  z-index: 4518;
}
.mo-z-4519 {
  z-index: 4519;
}
.mo-z-4520 {
  z-index: 4520;
}
.mo-z-4521 {
  z-index: 4521;
}
.mo-z-4522 {
  z-index: 4522;
}
.mo-z-4523 {
  z-index: 4523;
}
.mo-z-4524 {
  z-index: 4524;
}
.mo-z-4525 {
  z-index: 4525;
}
.mo-z-4526 {
  z-index: 4526;
}
.mo-z-4527 {
  z-index: 4527;
}
.mo-z-4528 {
  z-index: 4528;
}
.mo-z-4529 {
  z-index: 4529;
}
.mo-z-4530 {
  z-index: 4530;
}
.mo-z-4531 {
  z-index: 4531;
}
.mo-z-4532 {
  z-index: 4532;
}
.mo-z-4533 {
  z-index: 4533;
}
.mo-z-4534 {
  z-index: 4534;
}
.mo-z-4535 {
  z-index: 4535;
}
.mo-z-4536 {
  z-index: 4536;
}
.mo-z-4537 {
  z-index: 4537;
}
.mo-z-4538 {
  z-index: 4538;
}
.mo-z-4539 {
  z-index: 4539;
}
.mo-z-4540 {
  z-index: 4540;
}
.mo-z-4541 {
  z-index: 4541;
}
.mo-z-4542 {
  z-index: 4542;
}
.mo-z-4543 {
  z-index: 4543;
}
.mo-z-4544 {
  z-index: 4544;
}
.mo-z-4545 {
  z-index: 4545;
}
.mo-z-4546 {
  z-index: 4546;
}
.mo-z-4547 {
  z-index: 4547;
}
.mo-z-4548 {
  z-index: 4548;
}
.mo-z-4549 {
  z-index: 4549;
}
.mo-z-4550 {
  z-index: 4550;
}
.mo-z-4551 {
  z-index: 4551;
}
.mo-z-4552 {
  z-index: 4552;
}
.mo-z-4553 {
  z-index: 4553;
}
.mo-z-4554 {
  z-index: 4554;
}
.mo-z-4555 {
  z-index: 4555;
}
.mo-z-4556 {
  z-index: 4556;
}
.mo-z-4557 {
  z-index: 4557;
}
.mo-z-4558 {
  z-index: 4558;
}
.mo-z-4559 {
  z-index: 4559;
}
.mo-z-4560 {
  z-index: 4560;
}
.mo-z-4561 {
  z-index: 4561;
}
.mo-z-4562 {
  z-index: 4562;
}
.mo-z-4563 {
  z-index: 4563;
}
.mo-z-4564 {
  z-index: 4564;
}
.mo-z-4565 {
  z-index: 4565;
}
.mo-z-4566 {
  z-index: 4566;
}
.mo-z-4567 {
  z-index: 4567;
}
.mo-z-4568 {
  z-index: 4568;
}
.mo-z-4569 {
  z-index: 4569;
}
.mo-z-4570 {
  z-index: 4570;
}
.mo-z-4571 {
  z-index: 4571;
}
.mo-z-4572 {
  z-index: 4572;
}
.mo-z-4573 {
  z-index: 4573;
}
.mo-z-4574 {
  z-index: 4574;
}
.mo-z-4575 {
  z-index: 4575;
}
.mo-z-4576 {
  z-index: 4576;
}
.mo-z-4577 {
  z-index: 4577;
}
.mo-z-4578 {
  z-index: 4578;
}
.mo-z-4579 {
  z-index: 4579;
}
.mo-z-4580 {
  z-index: 4580;
}
.mo-z-4581 {
  z-index: 4581;
}
.mo-z-4582 {
  z-index: 4582;
}
.mo-z-4583 {
  z-index: 4583;
}
.mo-z-4584 {
  z-index: 4584;
}
.mo-z-4585 {
  z-index: 4585;
}
.mo-z-4586 {
  z-index: 4586;
}
.mo-z-4587 {
  z-index: 4587;
}
.mo-z-4588 {
  z-index: 4588;
}
.mo-z-4589 {
  z-index: 4589;
}
.mo-z-4590 {
  z-index: 4590;
}
.mo-z-4591 {
  z-index: 4591;
}
.mo-z-4592 {
  z-index: 4592;
}
.mo-z-4593 {
  z-index: 4593;
}
.mo-z-4594 {
  z-index: 4594;
}
.mo-z-4595 {
  z-index: 4595;
}
.mo-z-4596 {
  z-index: 4596;
}
.mo-z-4597 {
  z-index: 4597;
}
.mo-z-4598 {
  z-index: 4598;
}
.mo-z-4599 {
  z-index: 4599;
}
.mo-z-4600 {
  z-index: 4600;
}
.mo-z-4601 {
  z-index: 4601;
}
.mo-z-4602 {
  z-index: 4602;
}
.mo-z-4603 {
  z-index: 4603;
}
.mo-z-4604 {
  z-index: 4604;
}
.mo-z-4605 {
  z-index: 4605;
}
.mo-z-4606 {
  z-index: 4606;
}
.mo-z-4607 {
  z-index: 4607;
}
.mo-z-4608 {
  z-index: 4608;
}
.mo-z-4609 {
  z-index: 4609;
}
.mo-z-4610 {
  z-index: 4610;
}
.mo-z-4611 {
  z-index: 4611;
}
.mo-z-4612 {
  z-index: 4612;
}
.mo-z-4613 {
  z-index: 4613;
}
.mo-z-4614 {
  z-index: 4614;
}
.mo-z-4615 {
  z-index: 4615;
}
.mo-z-4616 {
  z-index: 4616;
}
.mo-z-4617 {
  z-index: 4617;
}
.mo-z-4618 {
  z-index: 4618;
}
.mo-z-4619 {
  z-index: 4619;
}
.mo-z-4620 {
  z-index: 4620;
}
.mo-z-4621 {
  z-index: 4621;
}
.mo-z-4622 {
  z-index: 4622;
}
.mo-z-4623 {
  z-index: 4623;
}
.mo-z-4624 {
  z-index: 4624;
}
.mo-z-4625 {
  z-index: 4625;
}
.mo-z-4626 {
  z-index: 4626;
}
.mo-z-4627 {
  z-index: 4627;
}
.mo-z-4628 {
  z-index: 4628;
}
.mo-z-4629 {
  z-index: 4629;
}
.mo-z-4630 {
  z-index: 4630;
}
.mo-z-4631 {
  z-index: 4631;
}
.mo-z-4632 {
  z-index: 4632;
}
.mo-z-4633 {
  z-index: 4633;
}
.mo-z-4634 {
  z-index: 4634;
}
.mo-z-4635 {
  z-index: 4635;
}
.mo-z-4636 {
  z-index: 4636;
}
.mo-z-4637 {
  z-index: 4637;
}
.mo-z-4638 {
  z-index: 4638;
}
.mo-z-4639 {
  z-index: 4639;
}
.mo-z-4640 {
  z-index: 4640;
}
.mo-z-4641 {
  z-index: 4641;
}
.mo-z-4642 {
  z-index: 4642;
}
.mo-z-4643 {
  z-index: 4643;
}
.mo-z-4644 {
  z-index: 4644;
}
.mo-z-4645 {
  z-index: 4645;
}
.mo-z-4646 {
  z-index: 4646;
}
.mo-z-4647 {
  z-index: 4647;
}
.mo-z-4648 {
  z-index: 4648;
}
.mo-z-4649 {
  z-index: 4649;
}
.mo-z-4650 {
  z-index: 4650;
}
.mo-z-4651 {
  z-index: 4651;
}
.mo-z-4652 {
  z-index: 4652;
}
.mo-z-4653 {
  z-index: 4653;
}
.mo-z-4654 {
  z-index: 4654;
}
.mo-z-4655 {
  z-index: 4655;
}
.mo-z-4656 {
  z-index: 4656;
}
.mo-z-4657 {
  z-index: 4657;
}
.mo-z-4658 {
  z-index: 4658;
}
.mo-z-4659 {
  z-index: 4659;
}
.mo-z-4660 {
  z-index: 4660;
}
.mo-z-4661 {
  z-index: 4661;
}
.mo-z-4662 {
  z-index: 4662;
}
.mo-z-4663 {
  z-index: 4663;
}
.mo-z-4664 {
  z-index: 4664;
}
.mo-z-4665 {
  z-index: 4665;
}
.mo-z-4666 {
  z-index: 4666;
}
.mo-z-4667 {
  z-index: 4667;
}
.mo-z-4668 {
  z-index: 4668;
}
.mo-z-4669 {
  z-index: 4669;
}
.mo-z-4670 {
  z-index: 4670;
}
.mo-z-4671 {
  z-index: 4671;
}
.mo-z-4672 {
  z-index: 4672;
}
.mo-z-4673 {
  z-index: 4673;
}
.mo-z-4674 {
  z-index: 4674;
}
.mo-z-4675 {
  z-index: 4675;
}
.mo-z-4676 {
  z-index: 4676;
}
.mo-z-4677 {
  z-index: 4677;
}
.mo-z-4678 {
  z-index: 4678;
}
.mo-z-4679 {
  z-index: 4679;
}
.mo-z-4680 {
  z-index: 4680;
}
.mo-z-4681 {
  z-index: 4681;
}
.mo-z-4682 {
  z-index: 4682;
}
.mo-z-4683 {
  z-index: 4683;
}
.mo-z-4684 {
  z-index: 4684;
}
.mo-z-4685 {
  z-index: 4685;
}
.mo-z-4686 {
  z-index: 4686;
}
.mo-z-4687 {
  z-index: 4687;
}
.mo-z-4688 {
  z-index: 4688;
}
.mo-z-4689 {
  z-index: 4689;
}
.mo-z-4690 {
  z-index: 4690;
}
.mo-z-4691 {
  z-index: 4691;
}
.mo-z-4692 {
  z-index: 4692;
}
.mo-z-4693 {
  z-index: 4693;
}
.mo-z-4694 {
  z-index: 4694;
}
.mo-z-4695 {
  z-index: 4695;
}
.mo-z-4696 {
  z-index: 4696;
}
.mo-z-4697 {
  z-index: 4697;
}
.mo-z-4698 {
  z-index: 4698;
}
.mo-z-4699 {
  z-index: 4699;
}
.mo-z-4700 {
  z-index: 4700;
}
.mo-z-4701 {
  z-index: 4701;
}
.mo-z-4702 {
  z-index: 4702;
}
.mo-z-4703 {
  z-index: 4703;
}
.mo-z-4704 {
  z-index: 4704;
}
.mo-z-4705 {
  z-index: 4705;
}
.mo-z-4706 {
  z-index: 4706;
}
.mo-z-4707 {
  z-index: 4707;
}
.mo-z-4708 {
  z-index: 4708;
}
.mo-z-4709 {
  z-index: 4709;
}
.mo-z-4710 {
  z-index: 4710;
}
.mo-z-4711 {
  z-index: 4711;
}
.mo-z-4712 {
  z-index: 4712;
}
.mo-z-4713 {
  z-index: 4713;
}
.mo-z-4714 {
  z-index: 4714;
}
.mo-z-4715 {
  z-index: 4715;
}
.mo-z-4716 {
  z-index: 4716;
}
.mo-z-4717 {
  z-index: 4717;
}
.mo-z-4718 {
  z-index: 4718;
}
.mo-z-4719 {
  z-index: 4719;
}
.mo-z-4720 {
  z-index: 4720;
}
.mo-z-4721 {
  z-index: 4721;
}
.mo-z-4722 {
  z-index: 4722;
}
.mo-z-4723 {
  z-index: 4723;
}
.mo-z-4724 {
  z-index: 4724;
}
.mo-z-4725 {
  z-index: 4725;
}
.mo-z-4726 {
  z-index: 4726;
}
.mo-z-4727 {
  z-index: 4727;
}
.mo-z-4728 {
  z-index: 4728;
}
.mo-z-4729 {
  z-index: 4729;
}
.mo-z-4730 {
  z-index: 4730;
}
.mo-z-4731 {
  z-index: 4731;
}
.mo-z-4732 {
  z-index: 4732;
}
.mo-z-4733 {
  z-index: 4733;
}
.mo-z-4734 {
  z-index: 4734;
}
.mo-z-4735 {
  z-index: 4735;
}
.mo-z-4736 {
  z-index: 4736;
}
.mo-z-4737 {
  z-index: 4737;
}
.mo-z-4738 {
  z-index: 4738;
}
.mo-z-4739 {
  z-index: 4739;
}
.mo-z-4740 {
  z-index: 4740;
}
.mo-z-4741 {
  z-index: 4741;
}
.mo-z-4742 {
  z-index: 4742;
}
.mo-z-4743 {
  z-index: 4743;
}
.mo-z-4744 {
  z-index: 4744;
}
.mo-z-4745 {
  z-index: 4745;
}
.mo-z-4746 {
  z-index: 4746;
}
.mo-z-4747 {
  z-index: 4747;
}
.mo-z-4748 {
  z-index: 4748;
}
.mo-z-4749 {
  z-index: 4749;
}
.mo-z-4750 {
  z-index: 4750;
}
.mo-z-4751 {
  z-index: 4751;
}
.mo-z-4752 {
  z-index: 4752;
}
.mo-z-4753 {
  z-index: 4753;
}
.mo-z-4754 {
  z-index: 4754;
}
.mo-z-4755 {
  z-index: 4755;
}
.mo-z-4756 {
  z-index: 4756;
}
.mo-z-4757 {
  z-index: 4757;
}
.mo-z-4758 {
  z-index: 4758;
}
.mo-z-4759 {
  z-index: 4759;
}
.mo-z-4760 {
  z-index: 4760;
}
.mo-z-4761 {
  z-index: 4761;
}
.mo-z-4762 {
  z-index: 4762;
}
.mo-z-4763 {
  z-index: 4763;
}
.mo-z-4764 {
  z-index: 4764;
}
.mo-z-4765 {
  z-index: 4765;
}
.mo-z-4766 {
  z-index: 4766;
}
.mo-z-4767 {
  z-index: 4767;
}
.mo-z-4768 {
  z-index: 4768;
}
.mo-z-4769 {
  z-index: 4769;
}
.mo-z-4770 {
  z-index: 4770;
}
.mo-z-4771 {
  z-index: 4771;
}
.mo-z-4772 {
  z-index: 4772;
}
.mo-z-4773 {
  z-index: 4773;
}
.mo-z-4774 {
  z-index: 4774;
}
.mo-z-4775 {
  z-index: 4775;
}
.mo-z-4776 {
  z-index: 4776;
}
.mo-z-4777 {
  z-index: 4777;
}
.mo-z-4778 {
  z-index: 4778;
}
.mo-z-4779 {
  z-index: 4779;
}
.mo-z-4780 {
  z-index: 4780;
}
.mo-z-4781 {
  z-index: 4781;
}
.mo-z-4782 {
  z-index: 4782;
}
.mo-z-4783 {
  z-index: 4783;
}
.mo-z-4784 {
  z-index: 4784;
}
.mo-z-4785 {
  z-index: 4785;
}
.mo-z-4786 {
  z-index: 4786;
}
.mo-z-4787 {
  z-index: 4787;
}
.mo-z-4788 {
  z-index: 4788;
}
.mo-z-4789 {
  z-index: 4789;
}
.mo-z-4790 {
  z-index: 4790;
}
.mo-z-4791 {
  z-index: 4791;
}
.mo-z-4792 {
  z-index: 4792;
}
.mo-z-4793 {
  z-index: 4793;
}
.mo-z-4794 {
  z-index: 4794;
}
.mo-z-4795 {
  z-index: 4795;
}
.mo-z-4796 {
  z-index: 4796;
}
.mo-z-4797 {
  z-index: 4797;
}
.mo-z-4798 {
  z-index: 4798;
}
.mo-z-4799 {
  z-index: 4799;
}
.mo-z-4800 {
  z-index: 4800;
}
.mo-z-4801 {
  z-index: 4801;
}
.mo-z-4802 {
  z-index: 4802;
}
.mo-z-4803 {
  z-index: 4803;
}
.mo-z-4804 {
  z-index: 4804;
}
.mo-z-4805 {
  z-index: 4805;
}
.mo-z-4806 {
  z-index: 4806;
}
.mo-z-4807 {
  z-index: 4807;
}
.mo-z-4808 {
  z-index: 4808;
}
.mo-z-4809 {
  z-index: 4809;
}
.mo-z-4810 {
  z-index: 4810;
}
.mo-z-4811 {
  z-index: 4811;
}
.mo-z-4812 {
  z-index: 4812;
}
.mo-z-4813 {
  z-index: 4813;
}
.mo-z-4814 {
  z-index: 4814;
}
.mo-z-4815 {
  z-index: 4815;
}
.mo-z-4816 {
  z-index: 4816;
}
.mo-z-4817 {
  z-index: 4817;
}
.mo-z-4818 {
  z-index: 4818;
}
.mo-z-4819 {
  z-index: 4819;
}
.mo-z-4820 {
  z-index: 4820;
}
.mo-z-4821 {
  z-index: 4821;
}
.mo-z-4822 {
  z-index: 4822;
}
.mo-z-4823 {
  z-index: 4823;
}
.mo-z-4824 {
  z-index: 4824;
}
.mo-z-4825 {
  z-index: 4825;
}
.mo-z-4826 {
  z-index: 4826;
}
.mo-z-4827 {
  z-index: 4827;
}
.mo-z-4828 {
  z-index: 4828;
}
.mo-z-4829 {
  z-index: 4829;
}
.mo-z-4830 {
  z-index: 4830;
}
.mo-z-4831 {
  z-index: 4831;
}
.mo-z-4832 {
  z-index: 4832;
}
.mo-z-4833 {
  z-index: 4833;
}
.mo-z-4834 {
  z-index: 4834;
}
.mo-z-4835 {
  z-index: 4835;
}
.mo-z-4836 {
  z-index: 4836;
}
.mo-z-4837 {
  z-index: 4837;
}
.mo-z-4838 {
  z-index: 4838;
}
.mo-z-4839 {
  z-index: 4839;
}
.mo-z-4840 {
  z-index: 4840;
}
.mo-z-4841 {
  z-index: 4841;
}
.mo-z-4842 {
  z-index: 4842;
}
.mo-z-4843 {
  z-index: 4843;
}
.mo-z-4844 {
  z-index: 4844;
}
.mo-z-4845 {
  z-index: 4845;
}
.mo-z-4846 {
  z-index: 4846;
}
.mo-z-4847 {
  z-index: 4847;
}
.mo-z-4848 {
  z-index: 4848;
}
.mo-z-4849 {
  z-index: 4849;
}
.mo-z-4850 {
  z-index: 4850;
}
.mo-z-4851 {
  z-index: 4851;
}
.mo-z-4852 {
  z-index: 4852;
}
.mo-z-4853 {
  z-index: 4853;
}
.mo-z-4854 {
  z-index: 4854;
}
.mo-z-4855 {
  z-index: 4855;
}
.mo-z-4856 {
  z-index: 4856;
}
.mo-z-4857 {
  z-index: 4857;
}
.mo-z-4858 {
  z-index: 4858;
}
.mo-z-4859 {
  z-index: 4859;
}
.mo-z-4860 {
  z-index: 4860;
}
.mo-z-4861 {
  z-index: 4861;
}
.mo-z-4862 {
  z-index: 4862;
}
.mo-z-4863 {
  z-index: 4863;
}
.mo-z-4864 {
  z-index: 4864;
}
.mo-z-4865 {
  z-index: 4865;
}
.mo-z-4866 {
  z-index: 4866;
}
.mo-z-4867 {
  z-index: 4867;
}
.mo-z-4868 {
  z-index: 4868;
}
.mo-z-4869 {
  z-index: 4869;
}
.mo-z-4870 {
  z-index: 4870;
}
.mo-z-4871 {
  z-index: 4871;
}
.mo-z-4872 {
  z-index: 4872;
}
.mo-z-4873 {
  z-index: 4873;
}
.mo-z-4874 {
  z-index: 4874;
}
.mo-z-4875 {
  z-index: 4875;
}
.mo-z-4876 {
  z-index: 4876;
}
.mo-z-4877 {
  z-index: 4877;
}
.mo-z-4878 {
  z-index: 4878;
}
.mo-z-4879 {
  z-index: 4879;
}
.mo-z-4880 {
  z-index: 4880;
}
.mo-z-4881 {
  z-index: 4881;
}
.mo-z-4882 {
  z-index: 4882;
}
.mo-z-4883 {
  z-index: 4883;
}
.mo-z-4884 {
  z-index: 4884;
}
.mo-z-4885 {
  z-index: 4885;
}
.mo-z-4886 {
  z-index: 4886;
}
.mo-z-4887 {
  z-index: 4887;
}
.mo-z-4888 {
  z-index: 4888;
}
.mo-z-4889 {
  z-index: 4889;
}
.mo-z-4890 {
  z-index: 4890;
}
.mo-z-4891 {
  z-index: 4891;
}
.mo-z-4892 {
  z-index: 4892;
}
.mo-z-4893 {
  z-index: 4893;
}
.mo-z-4894 {
  z-index: 4894;
}
.mo-z-4895 {
  z-index: 4895;
}
.mo-z-4896 {
  z-index: 4896;
}
.mo-z-4897 {
  z-index: 4897;
}
.mo-z-4898 {
  z-index: 4898;
}
.mo-z-4899 {
  z-index: 4899;
}
.mo-z-4900 {
  z-index: 4900;
}
.mo-z-4901 {
  z-index: 4901;
}
.mo-z-4902 {
  z-index: 4902;
}
.mo-z-4903 {
  z-index: 4903;
}
.mo-z-4904 {
  z-index: 4904;
}
.mo-z-4905 {
  z-index: 4905;
}
.mo-z-4906 {
  z-index: 4906;
}
.mo-z-4907 {
  z-index: 4907;
}
.mo-z-4908 {
  z-index: 4908;
}
.mo-z-4909 {
  z-index: 4909;
}
.mo-z-4910 {
  z-index: 4910;
}
.mo-z-4911 {
  z-index: 4911;
}
.mo-z-4912 {
  z-index: 4912;
}
.mo-z-4913 {
  z-index: 4913;
}
.mo-z-4914 {
  z-index: 4914;
}
.mo-z-4915 {
  z-index: 4915;
}
.mo-z-4916 {
  z-index: 4916;
}
.mo-z-4917 {
  z-index: 4917;
}
.mo-z-4918 {
  z-index: 4918;
}
.mo-z-4919 {
  z-index: 4919;
}
.mo-z-4920 {
  z-index: 4920;
}
.mo-z-4921 {
  z-index: 4921;
}
.mo-z-4922 {
  z-index: 4922;
}
.mo-z-4923 {
  z-index: 4923;
}
.mo-z-4924 {
  z-index: 4924;
}
.mo-z-4925 {
  z-index: 4925;
}
.mo-z-4926 {
  z-index: 4926;
}
.mo-z-4927 {
  z-index: 4927;
}
.mo-z-4928 {
  z-index: 4928;
}
.mo-z-4929 {
  z-index: 4929;
}
.mo-z-4930 {
  z-index: 4930;
}
.mo-z-4931 {
  z-index: 4931;
}
.mo-z-4932 {
  z-index: 4932;
}
.mo-z-4933 {
  z-index: 4933;
}
.mo-z-4934 {
  z-index: 4934;
}
.mo-z-4935 {
  z-index: 4935;
}
.mo-z-4936 {
  z-index: 4936;
}
.mo-z-4937 {
  z-index: 4937;
}
.mo-z-4938 {
  z-index: 4938;
}
.mo-z-4939 {
  z-index: 4939;
}
.mo-z-4940 {
  z-index: 4940;
}
.mo-z-4941 {
  z-index: 4941;
}
.mo-z-4942 {
  z-index: 4942;
}
.mo-z-4943 {
  z-index: 4943;
}
.mo-z-4944 {
  z-index: 4944;
}
.mo-z-4945 {
  z-index: 4945;
}
.mo-z-4946 {
  z-index: 4946;
}
.mo-z-4947 {
  z-index: 4947;
}
.mo-z-4948 {
  z-index: 4948;
}
.mo-z-4949 {
  z-index: 4949;
}
.mo-z-4950 {
  z-index: 4950;
}
.mo-z-4951 {
  z-index: 4951;
}
.mo-z-4952 {
  z-index: 4952;
}
.mo-z-4953 {
  z-index: 4953;
}
.mo-z-4954 {
  z-index: 4954;
}
.mo-z-4955 {
  z-index: 4955;
}
.mo-z-4956 {
  z-index: 4956;
}
.mo-z-4957 {
  z-index: 4957;
}
.mo-z-4958 {
  z-index: 4958;
}
.mo-z-4959 {
  z-index: 4959;
}
.mo-z-4960 {
  z-index: 4960;
}
.mo-z-4961 {
  z-index: 4961;
}
.mo-z-4962 {
  z-index: 4962;
}
.mo-z-4963 {
  z-index: 4963;
}
.mo-z-4964 {
  z-index: 4964;
}
.mo-z-4965 {
  z-index: 4965;
}
.mo-z-4966 {
  z-index: 4966;
}
.mo-z-4967 {
  z-index: 4967;
}
.mo-z-4968 {
  z-index: 4968;
}
.mo-z-4969 {
  z-index: 4969;
}
.mo-z-4970 {
  z-index: 4970;
}
.mo-z-4971 {
  z-index: 4971;
}
.mo-z-4972 {
  z-index: 4972;
}
.mo-z-4973 {
  z-index: 4973;
}
.mo-z-4974 {
  z-index: 4974;
}
.mo-z-4975 {
  z-index: 4975;
}
.mo-z-4976 {
  z-index: 4976;
}
.mo-z-4977 {
  z-index: 4977;
}
.mo-z-4978 {
  z-index: 4978;
}
.mo-z-4979 {
  z-index: 4979;
}
.mo-z-4980 {
  z-index: 4980;
}
.mo-z-4981 {
  z-index: 4981;
}
.mo-z-4982 {
  z-index: 4982;
}
.mo-z-4983 {
  z-index: 4983;
}
.mo-z-4984 {
  z-index: 4984;
}
.mo-z-4985 {
  z-index: 4985;
}
.mo-z-4986 {
  z-index: 4986;
}
.mo-z-4987 {
  z-index: 4987;
}
.mo-z-4988 {
  z-index: 4988;
}
.mo-z-4989 {
  z-index: 4989;
}
.mo-z-4990 {
  z-index: 4990;
}
.mo-z-4991 {
  z-index: 4991;
}
.mo-z-4992 {
  z-index: 4992;
}
.mo-z-4993 {
  z-index: 4993;
}
.mo-z-4994 {
  z-index: 4994;
}
.mo-z-4995 {
  z-index: 4995;
}
.mo-z-4996 {
  z-index: 4996;
}
.mo-z-4997 {
  z-index: 4997;
}
.mo-z-4998 {
  z-index: 4998;
}
.mo-z-4999 {
  z-index: 4999;
}
.mo-z-5000 {
  z-index: 5000;
}
@layer bootstrap {
  .justify-content-center {
    justify-content: safe center !important;
  }
  .justify-items-center {
    justify-items: safe center !important;
  }
}
@layer defaults {
  html {
    height: 100vh !important;
  }
  html * {
    font-family: "Open Sans", sans-serif;
  }
  code * {
    font-family: monospace;
  }
  button {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
  }
  a {
    color: #6D96FF;
    text-decoration: none;
  }
  a:hover {
    color: rgb(58, 113.3219178082, 255);
    text-decoration: none;
  }
  a:visited {
    color: #6D96FF;
    text-decoration: none;
  }
  a:active {
    color: rgb(7, 76.6438356164, 255);
    text-decoration: none;
  }
  a.validation {
    color: rgb(255, 15, 15) !important;
    text-decoration: underline !important;
  }
  .card {
    border-radius: 0;
    border: 0;
  }
  *,
  *:focus,
  *:hover {
    outline: none !important;
  }
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none !important;
  }
  button:active {
    outline: 0 !important;
  }
  input:focus {
    outline-width: 0 !important;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    margin: 0;
  }
  h2,
  .h2 {
    font-size: 32px !important;
    line-height: 39px;
    font-weight: 700;
    margin: 0;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
  }
  h4,
  .h4 {
    font-size: 24px !important;
    line-height: 29px;
    font-weight: 700;
    margin: 0;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
  }
}
a.nav-link {
  text-decoration: none;
}
.cursor-pointer {
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: var(--egg-body-font-family);
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--egg-brand-300);
}
.black-100 {
  color: var(--egg-black-100);
}
.black-1000 {
  color: var(--egg-black-1000);
}
.black-200 {
  color: var(--egg-black-200);
}
.black-300 {
  color: var(--egg-black-300);
}
.black-400 {
  color: var(--egg-black-400);
}
.black-500 {
  color: var(--egg-black-500);
}
.black-600 {
  color: var(--egg-black-600);
}
.black-700 {
  color: var(--egg-black-700);
}
.black-800 {
  color: var(--egg-black-800);
}
.black-900 {
  color: var(--egg-black-900);
}
.brand-100 {
  color: var(--egg-brand-100);
}
.brand-1000 {
  color: var(--egg-brand-1000);
}
.brand-200 {
  color: var(--egg-brand-200);
}
.brand-300 {
  color: var(--egg-brand-300);
}
.brand-400 {
  color: var(--egg-brand-400);
}
.brand-500 {
  color: var(--egg-brand-500);
}
.brand-600 {
  color: var(--egg-brand-600);
}
.brand-700 {
  color: var(--egg-brand-700);
}
.brand-800 {
  color: var(--egg-brand-800);
}
.brand-900 {
  color: var(--egg-brand-900);
}
.gray-100 {
  color: var(--egg-gray-100);
}
.gray-1000 {
  color: var(--egg-gray-1000);
}
.gray-200 {
  color: var(--egg-gray-200);
}
.gray-300 {
  color: var(--egg-gray-300);
}
.gray-400 {
  color: var(--egg-gray-400);
}
.gray-500 {
  color: var(--egg-gray-500);
}
.gray-600 {
  color: var(--egg-gray-600);
}
.gray-700 {
  color: var(--egg-gray-700);
}
.gray-800 {
  color: var(--egg-gray-800);
}
.gray-900 {
  color: var(--egg-gray-900);
}
.green-100 {
  color: var(--egg-green-100);
}
.green-1000 {
  color: var(--egg-green-1000);
}
.green-200 {
  color: var(--egg-green-200);
}
.green-300 {
  color: var(--egg-green-300);
}
.green-400 {
  color: var(--egg-green-400);
}
.green-500 {
  color: var(--egg-green-500);
}
.green-600 {
  color: var(--egg-green-600);
}
.green-700 {
  color: var(--egg-green-700);
}
.green-800 {
  color: var(--egg-green-800);
}
.green-900 {
  color: var(--egg-green-900);
}
.neutral-100 {
  color: var(--egg-neutral-100);
}
.neutral-1000 {
  color: var(--egg-neutral-1000);
}
.neutral-200 {
  color: var(--egg-neutral-200);
}
.neutral-300 {
  color: var(--egg-neutral-300);
}
.neutral-400 {
  color: var(--egg-neutral-400);
}
.neutral-500 {
  color: var(--egg-neutral-500);
}
.neutral-600 {
  color: var(--egg-neutral-600);
}
.neutral-700 {
  color: var(--egg-neutral-700);
}
.neutral-800 {
  color: var(--egg-neutral-800);
}
.neutral-900 {
  color: var(--egg-neutral-900);
}
.red-100 {
  color: var(--egg-red-100);
}
.red-1000 {
  color: var(--egg-red-1000);
}
.red-200 {
  color: var(--egg-red-200);
}
.red-300 {
  color: var(--egg-red-300);
}
.red-400 {
  color: var(--egg-red-400);
}
.red-500 {
  color: var(--egg-red-500);
}
.red-600 {
  color: var(--egg-red-600);
}
.red-700 {
  color: var(--egg-red-700);
}
.red-800 {
  color: var(--egg-red-800);
}
.red-900 {
  color: var(--egg-red-900);
}
.white-100 {
  color: var(--egg-white-100);
}
.white-1000 {
  color: var(--egg-white-1000);
}
.white-200 {
  color: var(--egg-white-200);
}
.white-300 {
  color: var(--egg-white-300);
}
.white-400 {
  color: var(--egg-white-400);
}
.white-500 {
  color: var(--egg-white-500);
}
.white-600 {
  color: var(--egg-white-600);
}
.white-700 {
  color: var(--egg-white-700);
}
.white-800 {
  color: var(--egg-white-800);
}
.white-900 {
  color: var(--egg-white-900);
}
.yellow-100 {
  color: var(--egg-yellow-100);
}
.yellow-1000 {
  color: var(--egg-yellow-1000);
}
.yellow-200 {
  color: var(--egg-yellow-200);
}
.yellow-300 {
  color: var(--egg-yellow-300);
}
.yellow-400 {
  color: var(--egg-yellow-400);
}
.yellow-500 {
  color: var(--egg-yellow-500);
}
.yellow-600 {
  color: var(--egg-yellow-600);
}
.yellow-700 {
  color: var(--egg-yellow-700);
}
.yellow-800 {
  color: var(--egg-yellow-800);
}
.yellow-900 {
  color: var(--egg-yellow-900);
}
.background-brand-default {
  background-color: var(--egg-background-brand-default);
}
.background-brand-hover:hover {
  background-color: var(--egg-background-brand-hover);
}
.background-brand-secondary {
  background-color: var(--egg-background-brand-secondary);
}
.background-brand-secondary-hover:hover {
  background-color: var(--egg-background-brand-secondary-hover);
}
.background-brand-tertiary {
  background-color: var(--egg-background-brand-tertiary);
}
.background-brand-tertiary-hover:hover {
  background-color: var(--egg-background-brand-tertiary-hover);
}
.background-danger-default {
  background-color: var(--egg-background-danger-default);
}
.background-danger-hover:hover {
  background-color: var(--egg-background-danger-hover);
}
.background-danger-secondary {
  background-color: var(--egg-background-danger-secondary);
}
.background-danger-secondary-hover:hover {
  background-color: var(--egg-background-danger-secondary-hover);
}
.background-danger-tertiary {
  background-color: var(--egg-background-danger-tertiary);
}
.background-danger-tertiary-hover:hover {
  background-color: var(--egg-background-danger-tertiary-hover);
}
.background-default-default {
  background-color: var(--egg-background-default-default);
}
.background-default-default-hover:hover {
  background-color: var(--egg-background-default-default-hover);
}
.background-default-secondary {
  background-color: var(--egg-background-default-secondary);
}
.background-default-secondary-hover:hover {
  background-color: var(--egg-background-default-secondary-hover);
}
.background-default-tertiary {
  background-color: var(--egg-background-default-tertiary);
}
.background-default-tertiary-hover:hover {
  background-color: var(--egg-background-default-tertiary-hover);
}
.background-disabled-default {
  background-color: var(--egg-background-disabled-default);
}
.background-neutral-default {
  background-color: var(--egg-background-neutral-default);
}
.background-neutral-hover:hover {
  background-color: var(--egg-background-neutral-hover);
}
.background-neutral-secondary {
  background-color: var(--egg-background-neutral-secondary);
}
.background-neutral-secondary-hover:hover {
  background-color: var(--egg-background-neutral-secondary-hover);
}
.background-neutral-tertiary {
  background-color: var(--egg-background-neutral-tertiary);
}
.background-neutral-tertiary-hover:hover {
  background-color: var(--egg-background-neutral-tertiary-hover);
}
.background-neutral-quaternary {
  background-color: var(--egg-background-neutral-quaternary);
}
.background-neutral-quaternary-hover:hover {
  background-color: var(--egg-background-neutral-quaternary-hover);
}
.background-positive-default {
  background-color: var(--egg-background-positive-default);
}
.background-positive-hover:hover {
  background-color: var(--egg-background-positive-hover);
}
.background-positive-secondary {
  background-color: var(--egg-background-positive-secondary);
}
.background-positive-secondary-hover:hover {
  background-color: var(--egg-background-positive-secondary-hover);
}
.background-positive-tertiary {
  background-color: var(--egg-background-positive-tertiary);
}
.background-positive-tertiary-hover:hover {
  background-color: var(--egg-background-positive-tertiary-hover);
}
.background-warning-default {
  background-color: var(--egg-background-warning-default);
}
.background-warning-hover:hover {
  background-color: var(--egg-background-warning-hover);
}
.background-warning-secondary {
  background-color: var(--egg-background-warning-secondary);
}
.background-warning-secondary-hover:hover {
  background-color: var(--egg-background-warning-secondary-hover);
}
.background-warning-tertiary {
  background-color: var(--egg-background-warning-tertiary);
}
.background-warning-tertiary-hover:hover {
  background-color: var(--egg-background-warning-tertiary-hover);
}
.border-brand-default {
  border-color: var(--egg-border-brand-default);
}
.border-brand-secondary {
  border-color: var(--egg-border-brand-secondary);
}
.border-brand-tertiary {
  border-color: var(--egg-border-brand-tertiary);
}
.border-danger-default {
  border-color: var(--egg-border-danger-default);
}
.border-danger-secondary {
  border-color: var(--egg-border-danger-secondary);
}
.border-danger-tertiary {
  border-color: var(--egg-border-danger-tertiary);
}
.border-default-default {
  border-color: var(--egg-border-default-default);
}
.border-default-secondary {
  border-color: var(--egg-border-default-secondary);
}
.border-default-tertiary {
  border-color: var(--egg-border-default-tertiary);
}
.border-disabled-default {
  border-color: var(--egg-border-disabled-default);
}
.border-neutral-default {
  border-color: var(--egg-border-neutral-default);
}
.border-neutral-secondary {
  border-color: var(--egg-border-neutral-secondary);
}
.border-neutral-tertiary {
  border-color: var(--egg-border-neutral-tertiary);
}
.border-positive-default {
  border-color: var(--egg-border-positive-default);
}
.border-positive-secondary {
  border-color: var(--egg-border-positive-secondary);
}
.border-positive-tertiary {
  border-color: var(--egg-border-positive-tertiary);
}
.border-warning-default {
  border-color: var(--egg-border-warning-default);
}
.border-warning-secondary {
  border-color: var(--egg-border-warning-secondary);
}
.border-warning-tertiary {
  border-color: var(--egg-border-warning-tertiary);
}
.icon-brand-default {
  color: var(--egg-icon-brand-default);
}
.icon-brand-on-brand {
  color: var(--egg-icon-brand-on-brand);
}
.icon-brand-on-brand-secondary {
  color: var(--egg-icon-brand-on-brand-secondary);
}
.icon-brand-on-brand-tertiary {
  color: var(--egg-icon-brand-on-brand-tertiary);
}
.icon-brand-secondary {
  color: var(--egg-icon-brand-secondary);
}
.icon-brand-tertiary {
  color: var(--egg-icon-brand-tertiary);
}
.icon-danger-default {
  color: var(--egg-icon-danger-default);
}
.icon-danger-on-danger {
  color: var(--egg-icon-danger-on-danger);
}
.icon-danger-on-danger-secondary {
  color: var(--egg-icon-danger-on-danger-secondary);
}
.icon-danger-on-danger-tertiary {
  color: var(--egg-icon-danger-on-danger-tertiary);
}
.icon-danger-secondary {
  color: var(--egg-icon-danger-secondary);
}
.icon-danger-tertiary {
  color: var(--egg-icon-danger-tertiary);
}
.icon-default-default {
  color: var(--egg-icon-default-default);
}
.icon-default-secondary {
  color: var(--egg-icon-default-secondary);
}
.icon-default-tertiary {
  color: var(--egg-icon-default-tertiary);
}
.icon-disabled-default {
  color: var(--egg-icon-disabled-default);
}
.icon-neutral-default {
  color: var(--egg-icon-neutral-default);
}
.icon-neutral-on-neutral-default {
  color: var(--egg-icon-neutral-on-neutral-default);
}
.icon-neutral-on-neutral-secondary {
  color: var(--egg-icon-neutral-on-neutral-secondary);
}
.icon-neutral-on-neutral-tertiary {
  color: var(--egg-icon-neutral-on-neutral-tertiary);
}
.icon-neutral-secondary {
  color: var(--egg-icon-neutral-secondary);
}
.icon-neutral-tertiary {
  color: var(--egg-icon-neutral-tertiary);
}
.icon-positive-default {
  color: var(--egg-icon-positive-default);
}
.icon-positive-on-positive {
  color: var(--egg-icon-positive-on-positive);
}
.icon-positive-on-positive-secondary {
  color: var(--egg-icon-positive-on-positive-secondary);
}
.icon-positive-on-positive-tertiary {
  color: var(--egg-icon-positive-on-positive-tertiary);
}
.icon-positive-secondary {
  color: var(--egg-icon-positive-secondary);
}
.icon-positive-tertiary {
  color: var(--egg-icon-positive-tertiary);
}
.icon-warning-default {
  color: var(--egg-icon-warning-default);
}
.icon-warning-on-warning {
  color: var(--egg-icon-warning-on-warning);
}
.icon-warning-on-warning-secondary {
  color: var(--egg-icon-warning-on-warning-secondary);
}
.icon-warning-on-warning-tertiary {
  color: var(--egg-icon-warning-on-warning-tertiary);
}
.icon-warning-secondary {
  color: var(--egg-icon-warning-secondary);
}
.icon-warning-tertiary {
  color: var(--egg-icon-warning-tertiary);
}
.text-brand-default {
  color: var(--egg-text-brand-default);
}
.text-brand-on-brand {
  color: var(--egg-text-brand-on-brand);
}
.text-brand-on-brand-secondary {
  color: var(--egg-text-brand-on-brand-secondary);
}
.text-brand-on-brand-tertiary {
  color: var(--egg-text-brand-on-brand-tertiary);
}
.text-brand-secondary {
  color: var(--egg-text-brand-secondary);
}
.text-brand-tertiary {
  color: var(--egg-text-brand-tertiary);
}
.text-danger-default {
  color: var(--egg-text-danger-default);
}
.text-danger-on-danger {
  color: var(--egg-text-danger-on-danger);
}
.text-danger-on-danger-secondary {
  color: var(--egg-text-danger-on-danger-secondary);
}
.text-danger-on-danger-tertiary {
  color: var(--egg-text-danger-on-danger-tertiary);
}
.text-danger-secondary {
  color: var(--egg-text-danger-secondary);
}
.text-danger-tertiary {
  color: var(--egg-text-danger-tertiary);
}
.text-default-default {
  color: var(--egg-text-default-default);
}
.text-default-secondary {
  color: var(--egg-text-default-secondary);
}
.text-default-tertiary {
  color: var(--egg-text-default-tertiary);
}
.text-disabled-default {
  color: var(--egg-text-disabled-default);
}
.text-neutral-default {
  color: var(--egg-text-neutral-default);
}
.text-neutral-on-neutral {
  color: var(--egg-text-neutral-on-neutral);
}
.text-neutral-on-neutral-secondary {
  color: var(--egg-text-neutral-on-neutral-secondary);
}
.text-neutral-on-neutral-tertiary {
  color: var(--egg-text-neutral-on-neutral-tertiary);
}
.text-neutral-secondary {
  color: var(--egg-text-neutral-secondary);
}
.text-neutral-tertiary {
  color: var(--egg-text-neutral-tertiary);
}
.text-positive-default {
  color: var(--egg-text-positive-default);
}
.text-positive-on-positive {
  color: var(--egg-text-positive-on-positive);
}
.text-positive-on-positive-secondary {
  color: var(--egg-text-positive-on-positive-secondary);
}
.text-positive-on-positive-tertiary {
  color: var(--egg-text-positive-on-positive-tertiary);
}
.text-positive-secondary {
  color: var(--egg-text-positive-secondary);
}
.text-positive-tertiary {
  color: var(--egg-text-positive-tertiary);
}
.text-warning-default {
  color: var(--egg-text-warning-default);
}
.text-warning-on-warning {
  color: var(--egg-text-warning-on-warning);
}
.text-warning-on-warning-secondary {
  color: var(--egg-text-warning-on-warning-secondary);
}
.text-warning-on-warning-tertiary {
  color: var(--egg-text-warning-on-warning-tertiary);
}
.text-warning-secondary {
  color: var(--egg-text-warning-secondary);
}
.text-warning-tertiary {
  color: var(--egg-text-warning-tertiary);
}
.gap-0 {
  gap: var(--egg-space-0);
}
.row-gap-0 {
  row-gap: var(--egg-space-0);
}
.col-gap-0 {
  column-gap: var(--egg-space-0);
}
.p-0 {
  padding: var(--egg-space-0);
}
.pt-0 {
  padding-top: var(--egg-space-0);
}
.pr-0 {
  padding-right: var(--egg-space-0);
}
.pb-0 {
  padding-bottom: var(--egg-space-0);
}
.pl-0 {
  padding-left: var(--egg-space-0);
}
.px-0 {
  padding-left: var(--egg-space-0);
  padding-right: var(--egg-space-0);
}
.py-0 {
  padding-top: var(--egg-space-0);
  padding-bottom: var(--egg-space-0);
}
.m-0 {
  margin: var(--egg-space-0);
}
.mt-0 {
  margin-top: var(--egg-space-0);
}
.mr-0 {
  margin-right: var(--egg-space-0);
}
.mb-0 {
  margin-bottom: var(--egg-space-0);
}
.ml-0 {
  margin-left: var(--egg-space-0);
}
.mx-0 {
  margin-left: var(--egg-space-0);
  margin-right: var(--egg-space-0);
}
.my-0 {
  margin-top: var(--egg-space-0);
  margin-bottom: var(--egg-space-0);
}
.gap-050 {
  gap: var(--egg-space-050);
}
.row-gap-050 {
  row-gap: var(--egg-space-050);
}
.col-gap-050 {
  column-gap: var(--egg-space-050);
}
.p-050 {
  padding: var(--egg-space-050);
}
.pt-050 {
  padding-top: var(--egg-space-050);
}
.pr-050 {
  padding-right: var(--egg-space-050);
}
.pb-050 {
  padding-bottom: var(--egg-space-050);
}
.pl-050 {
  padding-left: var(--egg-space-050);
}
.px-050 {
  padding-left: var(--egg-space-050);
  padding-right: var(--egg-space-050);
}
.py-050 {
  padding-top: var(--egg-space-050);
  padding-bottom: var(--egg-space-050);
}
.m-050 {
  margin: var(--egg-space-050);
}
.mt-050 {
  margin-top: var(--egg-space-050);
}
.mr-050 {
  margin-right: var(--egg-space-050);
}
.mb-050 {
  margin-bottom: var(--egg-space-050);
}
.ml-050 {
  margin-left: var(--egg-space-050);
}
.mx-050 {
  margin-left: var(--egg-space-050);
  margin-right: var(--egg-space-050);
}
.my-050 {
  margin-top: var(--egg-space-050);
  margin-bottom: var(--egg-space-050);
}
.gap-100 {
  gap: var(--egg-space-100);
}
.row-gap-100 {
  row-gap: var(--egg-space-100);
}
.col-gap-100 {
  column-gap: var(--egg-space-100);
}
.p-100 {
  padding: var(--egg-space-100);
}
.pt-100 {
  padding-top: var(--egg-space-100);
}
.pr-100 {
  padding-right: var(--egg-space-100);
}
.pb-100 {
  padding-bottom: var(--egg-space-100);
}
.pl-100 {
  padding-left: var(--egg-space-100);
}
.px-100 {
  padding-left: var(--egg-space-100);
  padding-right: var(--egg-space-100);
}
.py-100 {
  padding-top: var(--egg-space-100);
  padding-bottom: var(--egg-space-100);
}
.m-100 {
  margin: var(--egg-space-100);
}
.mt-100 {
  margin-top: var(--egg-space-100);
}
.mr-100 {
  margin-right: var(--egg-space-100);
}
.mb-100 {
  margin-bottom: var(--egg-space-100);
}
.ml-100 {
  margin-left: var(--egg-space-100);
}
.mx-100 {
  margin-left: var(--egg-space-100);
  margin-right: var(--egg-space-100);
}
.my-100 {
  margin-top: var(--egg-space-100);
  margin-bottom: var(--egg-space-100);
}
.gap-150 {
  gap: var(--egg-space-150);
}
.row-gap-150 {
  row-gap: var(--egg-space-150);
}
.col-gap-150 {
  column-gap: var(--egg-space-150);
}
.p-150 {
  padding: var(--egg-space-150);
}
.pt-150 {
  padding-top: var(--egg-space-150);
}
.pr-150 {
  padding-right: var(--egg-space-150);
}
.pb-150 {
  padding-bottom: var(--egg-space-150);
}
.pl-150 {
  padding-left: var(--egg-space-150);
}
.px-150 {
  padding-left: var(--egg-space-150);
  padding-right: var(--egg-space-150);
}
.py-150 {
  padding-top: var(--egg-space-150);
  padding-bottom: var(--egg-space-150);
}
.m-150 {
  margin: var(--egg-space-150);
}
.mt-150 {
  margin-top: var(--egg-space-150);
}
.mr-150 {
  margin-right: var(--egg-space-150);
}
.mb-150 {
  margin-bottom: var(--egg-space-150);
}
.ml-150 {
  margin-left: var(--egg-space-150);
}
.mx-150 {
  margin-left: var(--egg-space-150);
  margin-right: var(--egg-space-150);
}
.my-150 {
  margin-top: var(--egg-space-150);
  margin-bottom: var(--egg-space-150);
}
.gap-200 {
  gap: var(--egg-space-200);
}
.row-gap-200 {
  row-gap: var(--egg-space-200);
}
.col-gap-200 {
  column-gap: var(--egg-space-200);
}
.p-200 {
  padding: var(--egg-space-200);
}
.pt-200 {
  padding-top: var(--egg-space-200);
}
.pr-200 {
  padding-right: var(--egg-space-200);
}
.pb-200 {
  padding-bottom: var(--egg-space-200);
}
.pl-200 {
  padding-left: var(--egg-space-200);
}
.px-200 {
  padding-left: var(--egg-space-200);
  padding-right: var(--egg-space-200);
}
.py-200 {
  padding-top: var(--egg-space-200);
  padding-bottom: var(--egg-space-200);
}
.m-200 {
  margin: var(--egg-space-200);
}
.mt-200 {
  margin-top: var(--egg-space-200);
}
.mr-200 {
  margin-right: var(--egg-space-200);
}
.mb-200 {
  margin-bottom: var(--egg-space-200);
}
.ml-200 {
  margin-left: var(--egg-space-200);
}
.mx-200 {
  margin-left: var(--egg-space-200);
  margin-right: var(--egg-space-200);
}
.my-200 {
  margin-top: var(--egg-space-200);
  margin-bottom: var(--egg-space-200);
}
.gap-300 {
  gap: var(--egg-space-300);
}
.row-gap-300 {
  row-gap: var(--egg-space-300);
}
.col-gap-300 {
  column-gap: var(--egg-space-300);
}
.p-300 {
  padding: var(--egg-space-300);
}
.pt-300 {
  padding-top: var(--egg-space-300);
}
.pr-300 {
  padding-right: var(--egg-space-300);
}
.pb-300 {
  padding-bottom: var(--egg-space-300);
}
.pl-300 {
  padding-left: var(--egg-space-300);
}
.px-300 {
  padding-left: var(--egg-space-300);
  padding-right: var(--egg-space-300);
}
.py-300 {
  padding-top: var(--egg-space-300);
  padding-bottom: var(--egg-space-300);
}
.m-300 {
  margin: var(--egg-space-300);
}
.mt-300 {
  margin-top: var(--egg-space-300);
}
.mr-300 {
  margin-right: var(--egg-space-300);
}
.mb-300 {
  margin-bottom: var(--egg-space-300);
}
.ml-300 {
  margin-left: var(--egg-space-300);
}
.mx-300 {
  margin-left: var(--egg-space-300);
  margin-right: var(--egg-space-300);
}
.my-300 {
  margin-top: var(--egg-space-300);
  margin-bottom: var(--egg-space-300);
}
.gap-400 {
  gap: var(--egg-space-400);
}
.row-gap-400 {
  row-gap: var(--egg-space-400);
}
.col-gap-400 {
  column-gap: var(--egg-space-400);
}
.p-400 {
  padding: var(--egg-space-400);
}
.pt-400 {
  padding-top: var(--egg-space-400);
}
.pr-400 {
  padding-right: var(--egg-space-400);
}
.pb-400 {
  padding-bottom: var(--egg-space-400);
}
.pl-400 {
  padding-left: var(--egg-space-400);
}
.px-400 {
  padding-left: var(--egg-space-400);
  padding-right: var(--egg-space-400);
}
.py-400 {
  padding-top: var(--egg-space-400);
  padding-bottom: var(--egg-space-400);
}
.m-400 {
  margin: var(--egg-space-400);
}
.mt-400 {
  margin-top: var(--egg-space-400);
}
.mr-400 {
  margin-right: var(--egg-space-400);
}
.mb-400 {
  margin-bottom: var(--egg-space-400);
}
.ml-400 {
  margin-left: var(--egg-space-400);
}
.mx-400 {
  margin-left: var(--egg-space-400);
  margin-right: var(--egg-space-400);
}
.my-400 {
  margin-top: var(--egg-space-400);
  margin-bottom: var(--egg-space-400);
}
.gap-500 {
  gap: var(--egg-space-500);
}
.row-gap-500 {
  row-gap: var(--egg-space-500);
}
.col-gap-500 {
  column-gap: var(--egg-space-500);
}
.p-500 {
  padding: var(--egg-space-500);
}
.pt-500 {
  padding-top: var(--egg-space-500);
}
.pr-500 {
  padding-right: var(--egg-space-500);
}
.pb-500 {
  padding-bottom: var(--egg-space-500);
}
.pl-500 {
  padding-left: var(--egg-space-500);
}
.px-500 {
  padding-left: var(--egg-space-500);
  padding-right: var(--egg-space-500);
}
.py-500 {
  padding-top: var(--egg-space-500);
  padding-bottom: var(--egg-space-500);
}
.m-500 {
  margin: var(--egg-space-500);
}
.mt-500 {
  margin-top: var(--egg-space-500);
}
.mr-500 {
  margin-right: var(--egg-space-500);
}
.mb-500 {
  margin-bottom: var(--egg-space-500);
}
.ml-500 {
  margin-left: var(--egg-space-500);
}
.mx-500 {
  margin-left: var(--egg-space-500);
  margin-right: var(--egg-space-500);
}
.my-500 {
  margin-top: var(--egg-space-500);
  margin-bottom: var(--egg-space-500);
}
.gap-600 {
  gap: var(--egg-space-600);
}
.row-gap-600 {
  row-gap: var(--egg-space-600);
}
.col-gap-600 {
  column-gap: var(--egg-space-600);
}
.p-600 {
  padding: var(--egg-space-600);
}
.pt-600 {
  padding-top: var(--egg-space-600);
}
.pr-600 {
  padding-right: var(--egg-space-600);
}
.pb-600 {
  padding-bottom: var(--egg-space-600);
}
.pl-600 {
  padding-left: var(--egg-space-600);
}
.px-600 {
  padding-left: var(--egg-space-600);
  padding-right: var(--egg-space-600);
}
.py-600 {
  padding-top: var(--egg-space-600);
  padding-bottom: var(--egg-space-600);
}
.m-600 {
  margin: var(--egg-space-600);
}
.mt-600 {
  margin-top: var(--egg-space-600);
}
.mr-600 {
  margin-right: var(--egg-space-600);
}
.mb-600 {
  margin-bottom: var(--egg-space-600);
}
.ml-600 {
  margin-left: var(--egg-space-600);
}
.mx-600 {
  margin-left: var(--egg-space-600);
  margin-right: var(--egg-space-600);
}
.my-600 {
  margin-top: var(--egg-space-600);
  margin-bottom: var(--egg-space-600);
}
.gap-800 {
  gap: var(--egg-space-800);
}
.row-gap-800 {
  row-gap: var(--egg-space-800);
}
.col-gap-800 {
  column-gap: var(--egg-space-800);
}
.p-800 {
  padding: var(--egg-space-800);
}
.pt-800 {
  padding-top: var(--egg-space-800);
}
.pr-800 {
  padding-right: var(--egg-space-800);
}
.pb-800 {
  padding-bottom: var(--egg-space-800);
}
.pl-800 {
  padding-left: var(--egg-space-800);
}
.px-800 {
  padding-left: var(--egg-space-800);
  padding-right: var(--egg-space-800);
}
.py-800 {
  padding-top: var(--egg-space-800);
  padding-bottom: var(--egg-space-800);
}
.m-800 {
  margin: var(--egg-space-800);
}
.mt-800 {
  margin-top: var(--egg-space-800);
}
.mr-800 {
  margin-right: var(--egg-space-800);
}
.mb-800 {
  margin-bottom: var(--egg-space-800);
}
.ml-800 {
  margin-left: var(--egg-space-800);
}
.mx-800 {
  margin-left: var(--egg-space-800);
  margin-right: var(--egg-space-800);
}
.my-800 {
  margin-top: var(--egg-space-800);
  margin-bottom: var(--egg-space-800);
}
.gap-1200 {
  gap: var(--egg-space-1200);
}
.row-gap-1200 {
  row-gap: var(--egg-space-1200);
}
.col-gap-1200 {
  column-gap: var(--egg-space-1200);
}
.p-1200 {
  padding: var(--egg-space-1200);
}
.pt-1200 {
  padding-top: var(--egg-space-1200);
}
.pr-1200 {
  padding-right: var(--egg-space-1200);
}
.pb-1200 {
  padding-bottom: var(--egg-space-1200);
}
.pl-1200 {
  padding-left: var(--egg-space-1200);
}
.px-1200 {
  padding-left: var(--egg-space-1200);
  padding-right: var(--egg-space-1200);
}
.py-1200 {
  padding-top: var(--egg-space-1200);
  padding-bottom: var(--egg-space-1200);
}
.m-1200 {
  margin: var(--egg-space-1200);
}
.mt-1200 {
  margin-top: var(--egg-space-1200);
}
.mr-1200 {
  margin-right: var(--egg-space-1200);
}
.mb-1200 {
  margin-bottom: var(--egg-space-1200);
}
.ml-1200 {
  margin-left: var(--egg-space-1200);
}
.mx-1200 {
  margin-left: var(--egg-space-1200);
  margin-right: var(--egg-space-1200);
}
.my-1200 {
  margin-top: var(--egg-space-1200);
  margin-bottom: var(--egg-space-1200);
}
.gap-1600 {
  gap: var(--egg-space-1600);
}
.row-gap-1600 {
  row-gap: var(--egg-space-1600);
}
.col-gap-1600 {
  column-gap: var(--egg-space-1600);
}
.p-1600 {
  padding: var(--egg-space-1600);
}
.pt-1600 {
  padding-top: var(--egg-space-1600);
}
.pr-1600 {
  padding-right: var(--egg-space-1600);
}
.pb-1600 {
  padding-bottom: var(--egg-space-1600);
}
.pl-1600 {
  padding-left: var(--egg-space-1600);
}
.px-1600 {
  padding-left: var(--egg-space-1600);
  padding-right: var(--egg-space-1600);
}
.py-1600 {
  padding-top: var(--egg-space-1600);
  padding-bottom: var(--egg-space-1600);
}
.m-1600 {
  margin: var(--egg-space-1600);
}
.mt-1600 {
  margin-top: var(--egg-space-1600);
}
.mr-1600 {
  margin-right: var(--egg-space-1600);
}
.mb-1600 {
  margin-bottom: var(--egg-space-1600);
}
.ml-1600 {
  margin-left: var(--egg-space-1600);
}
.mx-1600 {
  margin-left: var(--egg-space-1600);
  margin-right: var(--egg-space-1600);
}
.my-1600 {
  margin-top: var(--egg-space-1600);
  margin-bottom: var(--egg-space-1600);
}
.gap-2400 {
  gap: var(--egg-space-2400);
}
.row-gap-2400 {
  row-gap: var(--egg-space-2400);
}
.col-gap-2400 {
  column-gap: var(--egg-space-2400);
}
.p-2400 {
  padding: var(--egg-space-2400);
}
.pt-2400 {
  padding-top: var(--egg-space-2400);
}
.pr-2400 {
  padding-right: var(--egg-space-2400);
}
.pb-2400 {
  padding-bottom: var(--egg-space-2400);
}
.pl-2400 {
  padding-left: var(--egg-space-2400);
}
.px-2400 {
  padding-left: var(--egg-space-2400);
  padding-right: var(--egg-space-2400);
}
.py-2400 {
  padding-top: var(--egg-space-2400);
  padding-bottom: var(--egg-space-2400);
}
.m-2400 {
  margin: var(--egg-space-2400);
}
.mt-2400 {
  margin-top: var(--egg-space-2400);
}
.mr-2400 {
  margin-right: var(--egg-space-2400);
}
.mb-2400 {
  margin-bottom: var(--egg-space-2400);
}
.ml-2400 {
  margin-left: var(--egg-space-2400);
}
.mx-2400 {
  margin-left: var(--egg-space-2400);
  margin-right: var(--egg-space-2400);
}
.my-2400 {
  margin-top: var(--egg-space-2400);
  margin-bottom: var(--egg-space-2400);
}
.gap-4000 {
  gap: var(--egg-space-4000);
}
.row-gap-4000 {
  row-gap: var(--egg-space-4000);
}
.col-gap-4000 {
  column-gap: var(--egg-space-4000);
}
.p-4000 {
  padding: var(--egg-space-4000);
}
.pt-4000 {
  padding-top: var(--egg-space-4000);
}
.pr-4000 {
  padding-right: var(--egg-space-4000);
}
.pb-4000 {
  padding-bottom: var(--egg-space-4000);
}
.pl-4000 {
  padding-left: var(--egg-space-4000);
}
.px-4000 {
  padding-left: var(--egg-space-4000);
  padding-right: var(--egg-space-4000);
}
.py-4000 {
  padding-top: var(--egg-space-4000);
  padding-bottom: var(--egg-space-4000);
}
.m-4000 {
  margin: var(--egg-space-4000);
}
.mt-4000 {
  margin-top: var(--egg-space-4000);
}
.mr-4000 {
  margin-right: var(--egg-space-4000);
}
.mb-4000 {
  margin-bottom: var(--egg-space-4000);
}
.ml-4000 {
  margin-left: var(--egg-space-4000);
}
.mx-4000 {
  margin-left: var(--egg-space-4000);
  margin-right: var(--egg-space-4000);
}
.my-4000 {
  margin-top: var(--egg-space-4000);
  margin-bottom: var(--egg-space-4000);
}
.radius-100 {
  border-radius: var(--egg-radius-100);
}
.radius-tl-100 {
  border-top-left-radius: var(--egg-radius-100);
}
.radius-tr-100 {
  border-top-right-radius: var(--egg-radius-100);
}
.radius-bl-100 {
  border-bottom-left-radius: var(--egg-radius-100);
}
.radius-br-100 {
  border-bottom-right-radius: var(--egg-radius-100);
}
.radius-t-100 {
  border-top-left-radius: var(--egg-radius-100);
  border-top-right-radius: var(--egg-radius-100);
}
.radius-b-100 {
  border-bottom-left-radius: var(--egg-radius-100);
  border-bottom-right-radius: var(--egg-radius-100);
}
.radius-l-100 {
  border-top-left-radius: var(--egg-radius-100);
  border-bottom-left-radius: var(--egg-radius-100);
}
.radius-r-100 {
  border-top-right-radius: var(--egg-radius-100);
  border-bottom-right-radius: var(--egg-radius-100);
}
.radius-200 {
  border-radius: var(--egg-radius-200);
}
.radius-tl-200 {
  border-top-left-radius: var(--egg-radius-200);
}
.radius-tr-200 {
  border-top-right-radius: var(--egg-radius-200);
}
.radius-bl-200 {
  border-bottom-left-radius: var(--egg-radius-200);
}
.radius-br-200 {
  border-bottom-right-radius: var(--egg-radius-200);
}
.radius-t-200 {
  border-top-left-radius: var(--egg-radius-200);
  border-top-right-radius: var(--egg-radius-200);
}
.radius-b-200 {
  border-bottom-left-radius: var(--egg-radius-200);
  border-bottom-right-radius: var(--egg-radius-200);
}
.radius-l-200 {
  border-top-left-radius: var(--egg-radius-200);
  border-bottom-left-radius: var(--egg-radius-200);
}
.radius-r-200 {
  border-top-right-radius: var(--egg-radius-200);
  border-bottom-right-radius: var(--egg-radius-200);
}
.radius-300 {
  border-radius: var(--egg-radius-300);
}
.radius-tl-300 {
  border-top-left-radius: var(--egg-radius-300);
}
.radius-tr-300 {
  border-top-right-radius: var(--egg-radius-300);
}
.radius-bl-300 {
  border-bottom-left-radius: var(--egg-radius-300);
}
.radius-br-300 {
  border-bottom-right-radius: var(--egg-radius-300);
}
.radius-t-300 {
  border-top-left-radius: var(--egg-radius-300);
  border-top-right-radius: var(--egg-radius-300);
}
.radius-b-300 {
  border-bottom-left-radius: var(--egg-radius-300);
  border-bottom-right-radius: var(--egg-radius-300);
}
.radius-l-300 {
  border-top-left-radius: var(--egg-radius-300);
  border-bottom-left-radius: var(--egg-radius-300);
}
.radius-r-300 {
  border-top-right-radius: var(--egg-radius-300);
  border-bottom-right-radius: var(--egg-radius-300);
}
.radius-400 {
  border-radius: var(--egg-radius-400);
}
.radius-tl-400 {
  border-top-left-radius: var(--egg-radius-400);
}
.radius-tr-400 {
  border-top-right-radius: var(--egg-radius-400);
}
.radius-bl-400 {
  border-bottom-left-radius: var(--egg-radius-400);
}
.radius-br-400 {
  border-bottom-right-radius: var(--egg-radius-400);
}
.radius-t-400 {
  border-top-left-radius: var(--egg-radius-400);
  border-top-right-radius: var(--egg-radius-400);
}
.radius-b-400 {
  border-bottom-left-radius: var(--egg-radius-400);
  border-bottom-right-radius: var(--egg-radius-400);
}
.radius-l-400 {
  border-top-left-radius: var(--egg-radius-400);
  border-bottom-left-radius: var(--egg-radius-400);
}
.radius-r-400 {
  border-top-right-radius: var(--egg-radius-400);
  border-bottom-right-radius: var(--egg-radius-400);
}
.radius-600 {
  border-radius: var(--egg-radius-600);
}
.radius-tl-600 {
  border-top-left-radius: var(--egg-radius-600);
}
.radius-tr-600 {
  border-top-right-radius: var(--egg-radius-600);
}
.radius-bl-600 {
  border-bottom-left-radius: var(--egg-radius-600);
}
.radius-br-600 {
  border-bottom-right-radius: var(--egg-radius-600);
}
.radius-t-600 {
  border-top-left-radius: var(--egg-radius-600);
  border-top-right-radius: var(--egg-radius-600);
}
.radius-b-600 {
  border-bottom-left-radius: var(--egg-radius-600);
  border-bottom-right-radius: var(--egg-radius-600);
}
.radius-l-600 {
  border-top-left-radius: var(--egg-radius-600);
  border-bottom-left-radius: var(--egg-radius-600);
}
.radius-r-600 {
  border-top-right-radius: var(--egg-radius-600);
  border-bottom-right-radius: var(--egg-radius-600);
}
.radius-700 {
  border-radius: var(--egg-radius-700);
}
.radius-tl-700 {
  border-top-left-radius: var(--egg-radius-700);
}
.radius-tr-700 {
  border-top-right-radius: var(--egg-radius-700);
}
.radius-bl-700 {
  border-bottom-left-radius: var(--egg-radius-700);
}
.radius-br-700 {
  border-bottom-right-radius: var(--egg-radius-700);
}
.radius-t-700 {
  border-top-left-radius: var(--egg-radius-700);
  border-top-right-radius: var(--egg-radius-700);
}
.radius-b-700 {
  border-bottom-left-radius: var(--egg-radius-700);
  border-bottom-right-radius: var(--egg-radius-700);
}
.radius-l-700 {
  border-top-left-radius: var(--egg-radius-700);
  border-bottom-left-radius: var(--egg-radius-700);
}
.radius-r-700 {
  border-top-right-radius: var(--egg-radius-700);
  border-bottom-right-radius: var(--egg-radius-700);
}
.radius-full {
  border-radius: var(--egg-radius-full);
}
.radius-tl-full {
  border-top-left-radius: var(--egg-radius-full);
}
.radius-tr-full {
  border-top-right-radius: var(--egg-radius-full);
}
.radius-bl-full {
  border-bottom-left-radius: var(--egg-radius-full);
}
.radius-br-full {
  border-bottom-right-radius: var(--egg-radius-full);
}
.radius-t-full {
  border-top-left-radius: var(--egg-radius-full);
  border-top-right-radius: var(--egg-radius-full);
}
.radius-b-full {
  border-bottom-left-radius: var(--egg-radius-full);
  border-bottom-right-radius: var(--egg-radius-full);
}
.radius-l-full {
  border-top-left-radius: var(--egg-radius-full);
  border-bottom-left-radius: var(--egg-radius-full);
}
.radius-r-full {
  border-top-right-radius: var(--egg-radius-full);
  border-bottom-right-radius: var(--egg-radius-full);
}
.radius-rounded {
  border-radius: var(--egg-radius-rounded);
}
.radius-tl-rounded {
  border-top-left-radius: var(--egg-radius-rounded);
}
.radius-tr-rounded {
  border-top-right-radius: var(--egg-radius-rounded);
}
.radius-bl-rounded {
  border-bottom-left-radius: var(--egg-radius-rounded);
}
.radius-br-rounded {
  border-bottom-right-radius: var(--egg-radius-rounded);
}
.radius-t-rounded {
  border-top-left-radius: var(--egg-radius-rounded);
  border-top-right-radius: var(--egg-radius-rounded);
}
.radius-b-rounded {
  border-bottom-left-radius: var(--egg-radius-rounded);
  border-bottom-right-radius: var(--egg-radius-rounded);
}
.radius-l-rounded {
  border-top-left-radius: var(--egg-radius-rounded);
  border-bottom-left-radius: var(--egg-radius-rounded);
}
.radius-r-rounded {
  border-top-right-radius: var(--egg-radius-rounded);
  border-bottom-right-radius: var(--egg-radius-rounded);
}
:root.theme-default {
  --egg-black-100: rgba(12, 12, 13, 0.0509803922);
}
:root.theme-default {
  --egg-black-1000: #0c0c0d;
}
:root.theme-default {
  --egg-black-200: rgba(12, 12, 13, 0.1019607843);
}
:root.theme-default {
  --egg-black-300: rgba(12, 12, 13, 0.2);
}
:root.theme-default {
  --egg-black-400: rgba(12, 12, 13, 0.4);
}
:root.theme-default {
  --egg-black-500: rgba(12, 12, 13, 0.6980392157);
}
:root.theme-default {
  --egg-black-600: rgba(12, 12, 13, 0.8);
}
:root.theme-default {
  --egg-black-700: rgba(12, 12, 13, 0.8509803922);
}
:root.theme-default {
  --egg-black-800: rgba(12, 12, 13, 0.8980392157);
}
:root.theme-default {
  --egg-black-900: rgba(12, 12, 13, 0.9490196078);
}
:root.theme-default {
  --egg-brand-100: #f5f5f5;
}
:root.theme-default {
  --egg-brand-1000: #0a0a0a;
}
:root.theme-default {
  --egg-brand-200: #e5e5e5;
}
:root.theme-default {
  --egg-brand-300: #d4d4d4;
}
:root.theme-default {
  --egg-brand-400: #a3a3a3;
}
:root.theme-default {
  --egg-brand-500: #737373;
}
:root.theme-default {
  --egg-brand-600: #525252;
}
:root.theme-default {
  --egg-brand-700: #404040;
}
:root.theme-default {
  --egg-brand-800: #262626;
}
:root.theme-default {
  --egg-brand-900: #171717;
}
:root.theme-default {
  --egg-gray-100: #f3f3f3;
}
:root.theme-default {
  --egg-gray-1000: #242424;
}
:root.theme-default {
  --egg-gray-200: #e3e3e3;
}
:root.theme-default {
  --egg-gray-300: #cdcdcd;
}
:root.theme-default {
  --egg-gray-400: #b2b2b2;
}
:root.theme-default {
  --egg-gray-500: #949494;
}
:root.theme-default {
  --egg-gray-600: #767676;
}
:root.theme-default {
  --egg-gray-700: #5a5a5a;
}
:root.theme-default {
  --egg-gray-800: #434343;
}
:root.theme-default {
  --egg-gray-900: #303030;
}
:root.theme-default {
  --egg-green-100: #ebffee;
}
:root.theme-default {
  --egg-green-1000: #062d1b;
}
:root.theme-default {
  --egg-green-200: #cff7d3;
}
:root.theme-default {
  --egg-green-300: #aff4c6;
}
:root.theme-default {
  --egg-green-400: #85e0a3;
}
:root.theme-default {
  --egg-green-500: #14ae5c;
}
:root.theme-default {
  --egg-green-600: #009951;
}
:root.theme-default {
  --egg-green-700: #008043;
}
:root.theme-default {
  --egg-green-800: #02542d;
}
:root.theme-default {
  --egg-green-900: #024023;
}
:root.theme-default {
  --egg-neutral-100: #f5f5f5;
}
:root.theme-default {
  --egg-neutral-1000: #111111;
}
:root.theme-default {
  --egg-neutral-200: #e6e6e6;
}
:root.theme-default {
  --egg-neutral-300: #d9d9d9;
}
:root.theme-default {
  --egg-neutral-400: #b3b3b3;
}
:root.theme-default {
  --egg-neutral-500: #757575;
}
:root.theme-default {
  --egg-neutral-600: #444444;
}
:root.theme-default {
  --egg-neutral-700: #383838;
}
:root.theme-default {
  --egg-neutral-800: #2c2c2c;
}
:root.theme-default {
  --egg-neutral-900: #1e1e1e;
}
:root.theme-default {
  --egg-red-100: #fee9e7;
}
:root.theme-default {
  --egg-red-1000: #300603;
}
:root.theme-default {
  --egg-red-200: #fdd3d0;
}
:root.theme-default {
  --egg-red-300: #fcb3ad;
}
:root.theme-default {
  --egg-red-400: #f4776a;
}
:root.theme-default {
  --egg-red-500: #ec221f;
}
:root.theme-default {
  --egg-red-600: #c00f0c;
}
:root.theme-default {
  --egg-red-700: #900b09;
}
:root.theme-default {
  --egg-red-800: #690807;
}
:root.theme-default {
  --egg-red-900: #4d0b0a;
}
:root.theme-default {
  --egg-white-100: rgba(255, 255, 255, 0.0509803922);
}
:root.theme-default {
  --egg-white-1000: #ffffff;
}
:root.theme-default {
  --egg-white-200: rgba(255, 255, 255, 0.1019607843);
}
:root.theme-default {
  --egg-white-300: rgba(255, 255, 255, 0.2);
}
:root.theme-default {
  --egg-white-400: rgba(255, 255, 255, 0.4);
}
:root.theme-default {
  --egg-white-500: rgba(255, 255, 255, 0.6980392157);
}
:root.theme-default {
  --egg-white-600: rgba(255, 255, 255, 0.8);
}
:root.theme-default {
  --egg-white-700: rgba(255, 255, 255, 0.8509803922);
}
:root.theme-default {
  --egg-white-800: rgba(255, 255, 255, 0.8980392157);
}
:root.theme-default {
  --egg-white-900: rgba(255, 255, 255, 0.9490196078);
}
:root.theme-default {
  --egg-yellow-100: #fffbeb;
}
:root.theme-default {
  --egg-yellow-1000: #401b01;
}
:root.theme-default {
  --egg-yellow-200: #fff1c2;
}
:root.theme-default {
  --egg-yellow-300: #ffe8a3;
}
:root.theme-default {
  --egg-yellow-400: #e8b931;
}
:root.theme-default {
  --egg-yellow-500: #e5a000;
}
:root.theme-default {
  --egg-yellow-600: #bf6a02;
}
:root.theme-default {
  --egg-yellow-700: #975102;
}
:root.theme-default {
  --egg-yellow-800: #682d03;
}
:root.theme-default {
  --egg-yellow-900: #522504;
}
:root.theme-default {
  --egg-body-size-min: 0.625rem;
}
:root.theme-default {
  --egg-body-size-extra-small: 0.75rem;
}
:root.theme-default {
  --egg-body-size-small: 0.875rem;
}
:root.theme-default {
  --egg-body-size-medium: 1rem;
}
:root.theme-default {
  --egg-body-size-large: 1.25rem;
}
:root.theme-default {
  --egg-body-font-weight-regular: 400;
}
:root.theme-default {
  --egg-body-font-weight-bold: 700;
}
:root.theme-default {
  --egg-body-font-weight-strong: 600;
}
:root.theme-default {
  --egg-heading-size-small: 1rem;
}
:root.theme-default {
  --egg-heading-size-base: 1.5rem;
}
:root.theme-default {
  --egg-heading-size-large: 2rem;
}
:root.theme-default {
  --egg-heading-font-weight: 700;
}
:root.theme-default {
  --egg-subheading-size-small: 1rem;
}
:root.theme-default {
  --egg-subheading-size-medium: 1.25rem;
}
:root.theme-default {
  --egg-subheading-size-large: 1.5rem;
}
:root.theme-default {
  --egg-subheading-regular: 400;
}
:root.theme-default {
  --egg-subheading-bold: 700;
}
:root.theme-default {
  --egg-subtitle-size-small: 1rem;
}
:root.theme-default {
  --egg-subtitle-size-base: 2rem;
}
:root.theme-default {
  --egg-subtitle-size-large: 2.5rem;
}
:root.theme-default {
  --egg-subtitle-regular: 400;
}
:root.theme-default {
  --egg-subtitle-bold: 700;
}
:root.theme-default {
  --egg-tip-size: 0.625rem;
}
:root.theme-default {
  --egg-tip-font-weight: 700;
}
:root.theme-default {
  --egg-title-hero-size: 4.5rem;
}
:root.theme-default {
  --egg-title-hero-font-weight: 700;
}
:root.theme-default {
  --egg-title-page-size-small: 2.5rem;
}
:root.theme-default {
  --egg-title-page-size-base: 3rem;
}
:root.theme-default {
  --egg-title-page-size-large: 4rem;
}
:root.theme-default {
  --egg-title-page-font-weight: 800;
}
:root.theme-default {
  --egg-body-font-family: Open Sans;
}
:root.theme-default {
  --egg-body-font-style-italic: Italic;
}
:root.theme-default {
  --egg-body-font-style-bold-italic: Semi Bold Italic;
}
:root.theme-default {
  --egg-heading-font-family: Open Sans;
}
:root.theme-default {
  --egg-subheading-font-family: Open Sans;
}
:root.theme-default {
  --egg-subtitle-font-family: Open Sans;
}
:root.theme-default {
  --egg-tip-font-family: Open Sans;
}
:root.theme-default {
  --egg-title-hero-font-family: Open Sans;
}
:root.theme-default {
  --egg-title-page-font-family: Open Sans;
}
:root.theme-default {
  --egg-title-page-string: ;
}
:root.theme-default {
  --egg-family-brand: MuseoModerno;
}
:root.theme-default {
  --egg-family-sans: Open Sans;
}
:root.theme-default {
  --egg-scale-00: 0.625rem;
}
:root.theme-default {
  --egg-scale-01: 0.75rem;
}
:root.theme-default {
  --egg-scale-02: 0.875rem;
}
:root.theme-default {
  --egg-scale-03: 1rem;
}
:root.theme-default {
  --egg-scale-04: 1.25rem;
}
:root.theme-default {
  --egg-scale-05: 1.5rem;
}
:root.theme-default {
  --egg-scale-06: 2rem;
}
:root.theme-default {
  --egg-scale-07: 2.5rem;
}
:root.theme-default {
  --egg-scale-08: 3rem;
}
:root.theme-default {
  --egg-scale-09: 4rem;
}
:root.theme-default {
  --egg-scale-10: 4.5rem;
}
:root.theme-default {
  --egg-weight-thin: 100;
}
:root.theme-default {
  --egg-weight-extra-light: 200;
}
:root.theme-default {
  --egg-weight-light: 300;
}
:root.theme-default {
  --egg-weight-regular: 400;
}
:root.theme-default {
  --egg-weight-medium: 500;
}
:root.theme-default {
  --egg-weight-semibold: 600;
}
:root.theme-default {
  --egg-weight-bold: 700;
}
:root.theme-default {
  --egg-weight-extra-bold: 800;
}
:root.theme-default {
  --egg-weight-black: 900;
}
:root.theme-default {
  --egg-weight-black-italic: Black Italic;
}
:root.theme-default {
  --egg-weight-bold-italic: Bold Italic;
}
:root.theme-default {
  --egg-weight-extra-bold-italic: Extra Bold Italic;
}
:root.theme-default {
  --egg-weight-extralight-italic: Extra Light Italic;
}
:root.theme-default {
  --egg-weight-light-italic: Light Italic;
}
:root.theme-default {
  --egg-weight-medium-italic: Medium Italic;
}
:root.theme-default {
  --egg-weight-regular-italic: Italic;
}
:root.theme-default {
  --egg-weight-semibold-italic: Semi Bold Italic;
}
:root.theme-default {
  --egg-weight-thin-italic: Thin Italic;
}
:root.theme-default {
  --egg-background-brand-default: #171717;
}
:root.theme-default {
  --egg-background-brand-hover: #404040;
}
:root.theme-default {
  --egg-background-brand-secondary: #f5f5f5;
}
:root.theme-default {
  --egg-background-brand-secondary-hover: #e5e5e5;
}
:root.theme-default {
  --egg-background-brand-tertiary: rgba(255, 255, 255, 0.0509803922);
}
:root.theme-default {
  --egg-background-brand-tertiary-hover: #f5f5f5;
}
:root.theme-default {
  --egg-background-danger-default: #ec221f;
}
:root.theme-default {
  --egg-background-danger-hover: #c00f0c;
}
:root.theme-default {
  --egg-background-danger-secondary: #fdd3d0;
}
:root.theme-default {
  --egg-background-danger-secondary-hover: #fcb3ad;
}
:root.theme-default {
  --egg-background-danger-tertiary: #fee9e7;
}
:root.theme-default {
  --egg-background-danger-tertiary-hover: #fdd3d0;
}
:root.theme-default {
  --egg-background-default-default: #f3f3f3;
}
:root.theme-default {
  --egg-background-default-default-hover: #f3f3f3;
}
:root.theme-default {
  --egg-background-default-secondary: #ffffff;
}
:root.theme-default {
  --egg-background-default-secondary-hover: #ffffff;
}
:root.theme-default {
  --egg-background-default-tertiary: #cdcdcd;
}
:root.theme-default {
  --egg-background-default-tertiary-hover: #cdcdcd;
}
:root.theme-default {
  --egg-background-disabled-default: #d9d9d9;
}
:root.theme-default {
  --egg-background-neutral-default: #f5f5f5;
}
:root.theme-default {
  --egg-background-neutral-hover: #e6e6e6;
}
:root.theme-default {
  --egg-background-neutral-secondary: #d9d9d9;
}
:root.theme-default {
  --egg-background-neutral-secondary-hover: #b3b3b3;
}
:root.theme-default {
  --egg-background-neutral-tertiary: #757575;
}
:root.theme-default {
  --egg-background-neutral-tertiary-hover: #444444;
}
:root.theme-default {
  --egg-background-neutral-quaternary: #404040;
}
:root.theme-default {
  --egg-background-neutral-quaternary-hover: #525252;
}
:root.theme-default {
  --egg-background-positive-default: #14ae5c;
}
:root.theme-default {
  --egg-background-positive-hover: #009951;
}
:root.theme-default {
  --egg-background-positive-secondary: #cff7d3;
}
:root.theme-default {
  --egg-background-positive-secondary-hover: #aff4c6;
}
:root.theme-default {
  --egg-background-positive-tertiary: #ebffee;
}
:root.theme-default {
  --egg-background-positive-tertiary-hover: #cff7d3;
}
:root.theme-default {
  --egg-background-warning-default: #e8b931;
}
:root.theme-default {
  --egg-background-warning-hover: #e5a000;
}
:root.theme-default {
  --egg-background-warning-secondary: #fff1c2;
}
:root.theme-default {
  --egg-background-warning-secondary-hover: #ffe8a3;
}
:root.theme-default {
  --egg-background-warning-tertiary: #fffbeb;
}
:root.theme-default {
  --egg-background-warning-tertiary-hover: #fff1c2;
}
:root.theme-default {
  --egg-border-brand-default: #171717;
}
:root.theme-default {
  --egg-border-brand-secondary: #d4d4d4;
}
:root.theme-default {
  --egg-border-brand-tertiary: #e5e5e5;
}
:root.theme-default {
  --egg-border-danger-default: #900b09;
}
:root.theme-default {
  --egg-border-danger-secondary: #c00f0c;
}
:root.theme-default {
  --egg-border-danger-tertiary: #ec221f;
}
:root.theme-default {
  --egg-border-default-default: #d9d9d9;
}
:root.theme-default {
  --egg-border-default-secondary: #757575;
}
:root.theme-default {
  --egg-border-default-tertiary: #383838;
}
:root.theme-default {
  --egg-border-disabled-default: #b3b3b3;
}
:root.theme-default {
  --egg-border-neutral-default: #303030;
}
:root.theme-default {
  --egg-border-neutral-secondary: #767676;
}
:root.theme-default {
  --egg-border-neutral-tertiary: #b2b2b2;
}
:root.theme-default {
  --egg-border-positive-default: #02542d;
}
:root.theme-default {
  --egg-border-positive-secondary: #009951;
}
:root.theme-default {
  --egg-border-positive-tertiary: #85e0a3;
}
:root.theme-default {
  --egg-border-warning-default: #522504;
}
:root.theme-default {
  --egg-border-warning-secondary: #975102;
}
:root.theme-default {
  --egg-border-warning-tertiary: #bf6a02;
}
:root.theme-default {
  --egg-icon-brand-default: #171717;
}
:root.theme-default {
  --egg-icon-brand-on-brand: #404040;
}
:root.theme-default {
  --egg-icon-brand-on-brand-secondary: #404040;
}
:root.theme-default {
  --egg-icon-brand-on-brand-tertiary: #737373;
}
:root.theme-default {
  --egg-icon-brand-secondary: #737373;
}
:root.theme-default {
  --egg-icon-brand-tertiary: #d4d4d4;
}
:root.theme-default {
  --egg-icon-danger-default: #900b09;
}
:root.theme-default {
  --egg-icon-danger-on-danger: #fee9e7;
}
:root.theme-default {
  --egg-icon-danger-on-danger-secondary: #900b09;
}
:root.theme-default {
  --egg-icon-danger-on-danger-tertiary: #900b09;
}
:root.theme-default {
  --egg-icon-danger-secondary: #c00f0c;
}
:root.theme-default {
  --egg-icon-danger-tertiary: #ec221f;
}
:root.theme-default {
  --egg-icon-default-default: #383838;
}
:root.theme-default {
  --egg-icon-default-secondary: #757575;
}
:root.theme-default {
  --egg-icon-default-tertiary: #b3b3b3;
}
:root.theme-default {
  --egg-icon-disabled-default: #b3b3b3;
}
:root.theme-default {
  --egg-icon-neutral-default: #383838;
}
:root.theme-default {
  --egg-icon-neutral-on-neutral-default: #444444;
}
:root.theme-default {
  --egg-icon-neutral-on-neutral-secondary: #b3b3b3;
}
:root.theme-default {
  --egg-icon-neutral-on-neutral-tertiary: #ffffff;
}
:root.theme-default {
  --egg-icon-neutral-secondary: #b3b3b3;
}
:root.theme-default {
  --egg-icon-neutral-tertiary: #ffffff;
}
:root.theme-default {
  --egg-icon-positive-default: #02542d;
}
:root.theme-default {
  --egg-icon-positive-on-positive: #ebffee;
}
:root.theme-default {
  --egg-icon-positive-on-positive-secondary: #02542d;
}
:root.theme-default {
  --egg-icon-positive-on-positive-tertiary: #024023;
}
:root.theme-default {
  --egg-icon-positive-secondary: #009951;
}
:root.theme-default {
  --egg-icon-positive-tertiary: #14ae5c;
}
:root.theme-default {
  --egg-icon-warning-default: #522504;
}
:root.theme-default {
  --egg-icon-warning-on-warning: #401b01;
}
:root.theme-default {
  --egg-icon-warning-on-warning-secondary: #682d03;
}
:root.theme-default {
  --egg-icon-warning-on-warning-tertiary: #522504;
}
:root.theme-default {
  --egg-icon-warning-secondary: #975102;
}
:root.theme-default {
  --egg-icon-warning-tertiary: #bf6a02;
}
:root.theme-default {
  --egg-text-brand-default: #0a0a0a;
}
:root.theme-default {
  --egg-text-brand-on-brand: #404040;
}
:root.theme-default {
  --egg-text-brand-on-brand-secondary: #737373;
}
:root.theme-default {
  --egg-text-brand-on-brand-tertiary: #737373;
}
:root.theme-default {
  --egg-text-brand-secondary: #737373;
}
:root.theme-default {
  --egg-text-brand-tertiary: #d4d4d4;
}
:root.theme-default {
  --egg-text-danger-default: #900b09;
}
:root.theme-default {
  --egg-text-danger-on-danger: #fee9e7;
}
:root.theme-default {
  --egg-text-danger-on-danger-secondary: #900b09;
}
:root.theme-default {
  --egg-text-danger-on-danger-tertiary: #900b09;
}
:root.theme-default {
  --egg-text-danger-secondary: #c00f0c;
}
:root.theme-default {
  --egg-text-danger-tertiary: #ec221f;
}
:root.theme-default {
  --egg-text-default-default: #242424;
}
:root.theme-default {
  --egg-text-default-secondary: #5a5a5a;
}
:root.theme-default {
  --egg-text-default-tertiary: #b2b2b2;
}
:root.theme-default {
  --egg-text-disabled-default: #b3b3b3;
}
:root.theme-default {
  --egg-text-neutral-default: #1e1e1e;
}
:root.theme-default {
  --egg-text-neutral-on-neutral: #111111;
}
:root.theme-default {
  --egg-text-neutral-on-neutral-secondary: #767676;
}
:root.theme-default {
  --egg-text-neutral-on-neutral-tertiary: #383838;
}
:root.theme-default {
  --egg-text-neutral-secondary: #757575;
}
:root.theme-default {
  --egg-text-neutral-tertiary: #ffffff;
}
:root.theme-default {
  --egg-text-positive-default: #02542d;
}
:root.theme-default {
  --egg-text-positive-on-positive: #ebffee;
}
:root.theme-default {
  --egg-text-positive-on-positive-secondary: #02542d;
}
:root.theme-default {
  --egg-text-positive-on-positive-tertiary: #02542d;
}
:root.theme-default {
  --egg-text-positive-secondary: #009951;
}
:root.theme-default {
  --egg-text-positive-tertiary: #14ae5c;
}
:root.theme-default {
  --egg-text-warning-default: #682d03;
}
:root.theme-default {
  --egg-text-warning-on-warning: #401b01;
}
:root.theme-default {
  --egg-text-warning-on-warning-secondary: #682d03;
}
:root.theme-default {
  --egg-text-warning-on-warning-tertiary: #522504;
}
:root.theme-default {
  --egg-text-warning-secondary: #975102;
}
:root.theme-default {
  --egg-text-warning-tertiary: #bf6a02;
}
:root.theme-default {
  --egg-space-0: 0;
}
:root.theme-default {
  --egg-space-050: 0.125rem;
}
:root.theme-default {
  --egg-space-100: 0.25rem;
}
:root.theme-default {
  --egg-space-150: 0.375rem;
}
:root.theme-default {
  --egg-space-200: 0.5rem;
}
:root.theme-default {
  --egg-space-300: 0.75rem;
}
:root.theme-default {
  --egg-space-400: 1rem;
}
:root.theme-default {
  --egg-space-500: 1.25rem;
}
:root.theme-default {
  --egg-space-600: 1.5rem;
}
:root.theme-default {
  --egg-space-800: 2rem;
}
:root.theme-default {
  --egg-space-1200: 3rem;
}
:root.theme-default {
  --egg-space-1600: 4rem;
}
:root.theme-default {
  --egg-space-2400: 6rem;
}
:root.theme-default {
  --egg-space-4000: 10rem;
}
:root.theme-default {
  --egg-blur-100: 0.25rem;
}
:root.theme-default {
  --egg-depth-negative-200: -0.5rem;
}
:root.theme-default {
  --egg-depth-negative-100: -0.25rem;
}
:root.theme-default {
  --egg-depth-negative-025: -0.0625rem;
}
:root.theme-default {
  --egg-depth-0: 0;
}
:root.theme-default {
  --egg-depth-025: 0.0625rem;
}
:root.theme-default {
  --egg-depth-100: 0.25rem;
}
:root.theme-default {
  --egg-depth-200: 0.5rem;
}
:root.theme-default {
  --egg-depth-400: 1rem;
}
:root.theme-default {
  --egg-depth-800: 2rem;
}
:root.theme-default {
  --egg-depth-1200: 3rem;
}
:root.theme-default {
  --egg-icon-small: 1.5rem;
}
:root.theme-default {
  --egg-icon-medium: 2rem;
}
:root.theme-default {
  --egg-icon-large: 2.5rem;
}
:root.theme-default {
  --egg-stroke-border: 0.0625rem;
}
:root.theme-default {
  --egg-stroke-focus-ring: 0.125rem;
}
:root.theme-default {
  --egg-radius-100: 0.125rem;
}
:root.theme-default {
  --egg-radius-200: 0.25rem;
}
:root.theme-default {
  --egg-radius-300: 0.325rem;
}
:root.theme-default {
  --egg-radius-400: 0.5rem;
}
:root.theme-default {
  --egg-radius-600: 1.5rem;
}
:root.theme-default {
  --egg-radius-700: 0.725rem;
}
:root.theme-default {
  --egg-radius-full: 9999rem;
}
:root.theme-default {
  --egg-radius-rounded: 50%;
}
.egg.egg-brand-logo {
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(/assets/icons/brand_logo_small.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 36px !important;
  width: 36px !important;
  position: relative;
}
.egg.egg-live-view {
  -webkit-mask-image: url(/assets/icons/live_view.svg);
  mask-image: url(/assets/icons/live_view.svg);
  background-color: currentColor;
}
.egg.egg-device-in {
  -webkit-mask-image: url(/assets/icons/device_in.svg);
  mask-image: url(/assets/icons/device_in.svg);
  background-color: currentColor;
}
.egg.egg-device-out {
  -webkit-mask-image: url(/assets/icons/device_out.svg);
  mask-image: url(/assets/icons/device_out.svg);
  background-color: currentColor;
}
.egg.egg-l3 {
  -webkit-mask-image: url(/assets/icons/l3.svg);
  mask-image: url(/assets/icons/l3.svg);
  background-color: currentColor;
  transform: scale(0.8);
}
.egg.egg-l2 {
  -webkit-mask-image: url(/assets/icons/L2.svg);
  mask-image: url(/assets/icons/L2.svg);
  background-color: var(--egg-icon-neutral-secondary);
  transform: scale(0.8);
}
.egg.egg-account-circle {
  -webkit-mask-image: url(/assets/icons/account_circle.svg);
  mask-image: url(/assets/icons/account_circle.svg);
  background-color: currentColor;
  transform: scale(0.8);
}
.egg.egg-undo {
  -webkit-mask-image: url(/assets/icons/undo.svg);
  mask-image: url(/assets/icons/undo.svg);
  background-color: currentColor;
}
.egg.egg-expand {
  -webkit-mask-image: url(/assets/icons/expand.svg);
  mask-image: url(/assets/icons/expand.svg);
  background-color: currentColor;
}
.egg.egg-gateway {
  background-image: url(/assets/icons/products_categories/gateway.svg);
}
.egg.egg-converter {
  background-image: url(/assets/icons/products_categories/converter.svg);
}
.egg.egg-ioiot {
  background-image: url(/assets/icons/products_categories/ioiot.svg);
}
.egg.egg-datalog {
  background-image: url(/assets/icons/datalog.svg);
}
.egg.ota-update {
  background-image: url(/assets/icons/ota_update.svg);
}
.egg.egg-delete {
  -webkit-mask-image: url(/assets/icons/cross.svg);
  mask-image: url(/assets/icons/cross.svg);
}
@layer overrides {
  .p-accordionpanel {
    border-radius: var(--egg-radius-200);
  }
  .p-accordion .p-iconwrapper {
    display: none;
  }
  .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled) > .p-accordionheader:hover {
    background: transparent;
  }
  .p-accordionpanel.p-disabled,
  .p-accordionpanel.p-disabled .p-accordion-header-link {
    opacity: 1 !important;
    color: inherit !important;
    background: inherit !important;
    cursor: default !important;
    pointer-events: none !important;
  }
  .accordion-icon {
    transition: transform 0.3s ease-in-out;
  }
  .accordion-icon.expanded {
    transform: rotate(0deg) !important;
  }
  .p-tablist-tab-list,
  .p-tab {
    border-radius: var(--egg-radius-300);
  }
  .p-tabs {
    font-size: var(--egg-body-size-small);
  }
  .p-tabs .p-tablist {
    border-radius: var(--egg-radius-200);
    width: fit-content;
  }
  .p-tabs .p-tablist .p-tablist-tab-list {
    gap: 2px !important;
    padding: 2px !important;
    border: 1px solid var(--egg-border-default-default) !important;
  }
  .p-tabs .p-tablist .p-tablist-tab-list .p-tablist-active-bar {
    display: none !important;
  }
  .p-tabs .p-tablist .p-tab {
    border-radius: var(--egg-radius-200) !important;
    border: 1px solid transparent !important;
    background: transparent !important;
  }
  .p-tabs .p-tablist .p-tab:hover {
    color: var(--egg-text-neutral-secondary) !important;
    border: 1px solid var(--egg-border-default-default) !important;
  }
  .p-tabs .p-tablist .p-tab.p-tab-active {
    background-color: var(--egg-background-default-default) !important;
    border: 1px solid var(--egg-border-brand-default) !important;
    color: var(--egg-text-brand-default) !important;
  }
  .p-colorpicker-preview {
    background-image: url(/assets/icons/edit.svg);
    background-position: center;
    border-radius: 100% !important;
    border: none;
  }
  p-colorpicker.edit-modal-groups .p-colorpicker-preview {
    width: 40px;
    height: 40px;
  }
  .p-colorpicker-panel {
    width: 209px !important;
    height: 182px !important;
    padding: 8px;
    border-radius: 16px;
    background-color: white;
    border: none;
  }
  .p-tieredmenu {
    overflow: hidden;
    line-height: 1;
  }
  .p-tieredmenu .p-tieredmenu-item.text-danger .p-menuitem-text {
    color: var(--egg-text-danger-tertiary);
  }
  .p-tieredmenu .p-tieredmenu-item-content {
    cursor: pointer;
    padding: var(--egg-space-200) var(--egg-space-400) !important;
  }
  .p-tieredmenu .p-tieredmenu-item-content .p-menuitem-text {
    color: var(--egg-text-neutral-secondary);
  }
  p-tieredmenusub .text-danger span {
    color: #e50000;
  }
  p-tieredmenusub .p-disabled {
    opacity: 0.6;
    pointer-events: auto;
    cursor: default;
  }
  p-tieredmenusub .p-menuitem-content {
    background-color: transparent;
  }
  p-tieredmenusub .p-menuitem-content:hover,
  p-tieredmenusub .p-menuitem-content:focus,
  p-tieredmenusub .p-menuitem-content:active {
    background-color: #f8f9fa;
  }
  p-inputotp [pInputText] {
    width: 100%;
    aspect-ratio: 1/1;
    font-weight: bold;
    font-size: 24px;
  }
  egg-shell-user-avatar p-image {
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
  }
  egg-shell-user-avatar .p-image-toolbar {
    display: none;
  }
  egg-shell-user-avatar .p-image-preview-container > img {
    cursor: pointer;
    border-radius: 100%;
    width: 100%;
    height: 100%;
  }
  egg-shell-user-avatar .p-image-preview-indicator {
    border-radius: 100%;
  }
  egg-shell-user-avatar .p-image-preview {
    border-radius: 100%;
    width: 100px;
    height: 100px;
  }
  .p-carousel-item {
    flex-grow: 0 !important;
    min-width: 0;
  }
  .support-requests-notifications.p-toast {
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    width: auto;
    opacity: 0.95;
  }
  .support-requests-notifications.p-toast .p-toast-message {
    border-radius: 12px;
  }
  .support-requests-notifications.p-toast .p-toast-message-info {
    background:
      linear-gradient(
        90.13deg,
        #d6ddff -0.06%,
        #a7b5ff 51.64%,
        #a9cbff 100.16%);
    border: 0.3px solid #556ad9;
    color: #3f289c;
  }
  .support-requests-notifications.p-toast .p-toast-message-success {
    background:
      linear-gradient(
        90.13deg,
        #d7ffd6 -0.06%,
        #a7ffca 51.64%,
        #70db66 100.16%);
    border: 0.3px solid #4bd160;
    color: #086817;
  }
  .support-requests-notifications.p-toast .p-toast-message-error {
    background:
      linear-gradient(
        90.13deg,
        #ffd6d6 -0.06%,
        #ffb7a7 51.64%,
        #f87373 100.16%);
    border: 0.3px solid #eb6a6a;
    color: #761111;
  }
  .support-requests-notifications.p-toast .p-toast-message-content {
    height: 40px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .support-requests-notifications.p-toast .p-toast-message-content p {
    margin: 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .support-requests-notifications.p-toast .p-toast-message-content .p-toast-close-button {
    color: inherit;
    font-size: 14px;
    margin: 0;
    right: 0;
  }
  .support-requests-notifications.p-toast .p-toast-message-content .p-toast-close-button:first-child {
    font-weight: 400;
  }
  .support-requests-notifications.p-toast .p-toast-message-content .p-toast-close-button:last-child {
    font-weight: 600;
  }
  @media screen and (max-width: 1024px) {
    .support-requests-notifications.p-toast {
      width: max-content;
    }
  }
  p-autocomplete button {
    background-color: transparent;
    border: none;
    color: var(--egg-neutral-500);
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.625rem 0.75rem;
  }
  p-autocomplete button:focus,
  p-autocomplete button:focus-visible {
    outline: none;
    box-shadow: none;
  }
  p-autocomplete button .p-icon-wrapper {
    cursor: pointer;
  }
  p-autocomplete button .p-icon-wrapper svg {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background-color: transparent !important;
    width: 12px !important;
  }
  .p-autocomplete-overlay:has(.p-autocomplete-empty-message:empty) {
    display: none !important;
  }
  .custom-clear-icon .p-select-clear-icon {
    color: var(--egg-neutral-500);
    right: 2rem;
    position: absolute;
  }
  .p-dialog {
    border-radius: var(--egg-radius-400) !important;
  }
  .pace .pace-progress {
    background: var(--egg-brand-200);
  }
  .pace .pace-progress-inner {
    box-shadow: 0 0 10px var(--egg-brand-200), 0 0 5px var(--egg-brand-200);
  }
  .pace .pace-activity {
    display: none;
  }
  .card {
    border-radius: 1.5rem;
  }
  .spinner-border {
    width: var(--egg-space-600);
    height: var(--egg-space-600);
    color: var(--egg-brand-700);
    border-width: 0.15em;
    opacity: 0.7;
  }
  .spinner-border.spinner-border-sm {
    width: var(--egg-space-400);
    height: var(--egg-space-400);
  }
  router-outlet + * {
    animation: fadein 1s;
  }
  .qr-text {
    max-width: 300px;
  }
  .mobile-wrapper-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mobile-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background:
      linear-gradient(
        0deg,
        rgb(244, 244, 244) 0%,
        rgb(244, 244, 244) 90%,
        rgba(244, 244, 244, 0) 100%);
    padding: 2.375rem 0 1.25rem;
    z-index: 1;
  }
  .collapsible-button {
    border-radius: 8px !important;
    justify-content: end;
  }
  .collapsible-button:not(:hover) {
    width: 6px !important;
    padding: 0 2px 0 0 !important;
  }
  .collapsible-button:hover {
    width: 24px !important;
    padding: 0 !important;
  }
  .p-inplace .p-inplace-display {
    padding: 0;
  }
  .legalEntitySelectorWrapper .p-select-label {
    text-transform: uppercase !important;
    font-size: var(--egg-tip-size);
    font-weight: var(--egg-tip-font-weight);
  }
  .legalEntitySelectorWrapper .p-select-option {
    display: none !important;
  }
  .headerEntitySelectorPanel .p-select-option {
    text-transform: uppercase;
    font-size: var(--egg-tip-size);
    font-weight: var(--egg-tip-font-weight);
  }
  egg-lib-header egg-lib-icon-button:hover button,
  egg-lib-header egg-lib-avatar-dropdown:hover .dropdown-wrapper {
    background: var(--egg-background-neutral-quaternary-hover);
    transition: background 0.2s ease;
  }
}
.header-logo {
  width: 120px;
}
@media screen and (width <= 600px) {
  .header-logo {
    width: 120px !important;
  }
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.auth-container {
  background-color: white !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
