/* [project]/node_modules/react-perfect-scrollbar/dist/css/styles.css [app-client] (css) */
.ps {
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  overflow: hidden !important;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: #0000;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: .6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: .9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.scrollbar-container {
  position: relative;
  height: 100%;
}


/* [project]/src/styles/receipt-print.css [app-client] (css) */
.receipt-print {
  inline-size: 794px;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

.receipt-table-root {
  inline-size: 100%;
  border-collapse: collapse;
}

.receipt-table-root td, .receipt-table-root th {
  border: 1px solid #000;
  padding: 6px;
}

.logo-cell {
  text-align: center;
}

.meta-cell {
  background: #cce5ff;
  font-size: 12px;
}

.org-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: red;
}

.org-title span {
  font-size: 14px;
  color: red;
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.header-row {
  background: #cce5ff;
  text-align: center;
  font-weight: bold;
}

.blue-row {
  background: #cce5ff;
  font-weight: bold;
}

.footer-row td {
  padding-block-start: 30px;
  border: none;
  font-weight: bold;
}

@media print {
  @page {
    size: A5 portrait;
    margin: 3mm;
  }

  body {
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-print-color-adjust: exact;
  }

  .receipt-print {
    box-shadow: none;
    inline-size: 100%;
    max-inline-size: 148mm;
    margin: 0;
    font-size: 8px;
    line-height: 1.1;
  }

  .receipt-table-root td, .receipt-table-root th {
    padding-block: 1px;
    padding-inline: 2px;
  }

  .org-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .org-title span {
    font-size: 9px;
  }

  .section-title {
    font-size: 10px;
    padding-block: 2px;
    padding-inline: 0;
  }

  .footer-row td {
    padding-block-start: 5px;
    block-size: 30px !important;
  }

  .logo-cell img {
    block-size: 35px !important;
  }

  button {
    display: none !important;
  }
}


/* [project]/node_modules/boxicons/css/boxicons.min.css [app-client] (css, ) */
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url("../media/boxicons.6de2164d.eot");
  src: url("../media/boxicons.6de2164d.eot") format("embedded-opentype"), url("../media/boxicons.1282656a.woff2") format("woff2"), url("../media/boxicons.c5822f28.woff") format("woff"), url("../media/boxicons.f7ef2296.ttf") format("truetype"), url("../media/boxicons.d7551c3c.svg") format("svg");
}

.bx {
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: boxicons !important;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
  }

  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.bx-spin {
  animation: 2s linear infinite spin;
}

.bx-spin-hover:hover {
  animation: 2s linear infinite spin;
}

.bx-tada {
  animation: 1.5s infinite tada;
}

.bx-tada-hover:hover {
  animation: 1.5s infinite tada;
}

.bx-flashing {
  animation: 1.5s linear infinite flashing;
}

.bx-flashing-hover:hover {
  animation: 1.5s linear infinite flashing;
}

.bx-burst {
  animation: 1.5s linear infinite burst;
}

.bx-burst-hover:hover {
  animation: 1.5s linear infinite burst;
}

.bx-fade-up {
  animation: 1.5s linear infinite fade-up;
}

.bx-fade-up-hover:hover {
  animation: 1.5s linear infinite fade-up;
}

.bx-fade-down {
  animation: 1.5s linear infinite fade-down;
}

.bx-fade-down-hover:hover {
  animation: 1.5s linear infinite fade-down;
}

.bx-fade-left {
  animation: 1.5s linear infinite fade-left;
}

.bx-fade-left-hover:hover {
  animation: 1.5s linear infinite fade-left;
}

.bx-fade-right {
  animation: 1.5s linear infinite fade-right;
}

.bx-fade-right-hover:hover {
  animation: 1.5s linear infinite fade-right;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-fw {
  font-size: 1.28571em;
  line-height: .8em;
  width: 1.28571em;
  height: .8em;
  vertical-align: middle;
  margin-top: -.2em !important;
}

.bx-pull-left {
  float: left;
  margin-right: .3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: .3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
}

.bx-rotate-180 {
  transform: rotate(180deg);
}

.bx-rotate-270 {
  transform: rotate(270deg);
}

.bx-flip-horizontal {
  transform: scaleX(-1);
}

.bx-flip-vertical {
  transform: scaleY(-1);
}

.bx-border {
  padding: .25em;
  border: .07em solid #0000001a;
  border-radius: .25em;
}

.bx-border-circle {
  padding: .25em;
  border: .07em solid #0000001a;
  border-radius: 50%;
}

.bxs-balloon:before {
  content: "";
}

.bxs-castle:before {
  content: "";
}

.bxs-coffee-bean:before {
  content: "";
}

.bxs-objects-horizontal-center:before {
  content: "";
}

.bxs-objects-horizontal-left:before {
  content: "";
}

.bxs-objects-horizontal-right:before {
  content: "";
}

.bxs-objects-vertical-bottom:before {
  content: "";
}

.bxs-objects-vertical-center:before {
  content: "";
}

.bxs-objects-vertical-top:before {
  content: "";
}

.bxs-pear:before {
  content: "";
}

.bxs-shield-minus:before {
  content: "";
}

.bxs-shield-plus:before {
  content: "";
}

.bxs-shower:before {
  content: "";
}

.bxs-sushi:before {
  content: "";
}

.bxs-universal-access:before {
  content: "";
}

.bx-child:before {
  content: "";
}

.bx-horizontal-left:before {
  content: "";
}

.bx-horizontal-right:before {
  content: "";
}

.bx-objects-horizontal-center:before {
  content: "";
}

.bx-objects-horizontal-left:before {
  content: "";
}

.bx-objects-horizontal-right:before {
  content: "";
}

.bx-objects-vertical-bottom:before {
  content: "";
}

.bx-objects-vertical-center:before {
  content: "";
}

.bx-objects-vertical-top:before {
  content: "";
}

.bx-rfid:before {
  content: "";
}

.bx-shield-minus:before {
  content: "";
}

.bx-shield-plus:before {
  content: "";
}

.bx-shower:before {
  content: "";
}

.bx-sushi:before {
  content: "";
}

.bx-universal-access:before {
  content: "";
}

.bx-vertical-bottom:before {
  content: "";
}

.bx-vertical-top:before {
  content: "";
}

.bxl-graphql:before {
  content: "";
}

.bxl-typescript:before {
  content: "";
}

.bxs-color:before {
  content: "";
}

.bx-reflect-horizontal:before {
  content: "";
}

.bx-reflect-vertical:before {
  content: "";
}

.bx-color:before {
  content: "";
}

.bxl-mongodb:before {
  content: "";
}

.bxl-postgresql:before {
  content: "";
}

.bxl-deezer:before {
  content: "";
}

.bxs-hard-hat:before {
  content: "";
}

.bxs-home-alt-2:before {
  content: "";
}

.bxs-cheese:before {
  content: "";
}

.bx-home-alt-2:before {
  content: "";
}

.bx-hard-hat:before {
  content: "";
}

.bx-cheese:before {
  content: "";
}

.bx-cart-add:before {
  content: "";
}

.bx-cart-download:before {
  content: "";
}

.bx-no-signal:before {
  content: "";
}

.bx-signal-1:before {
  content: "";
}

.bx-signal-2:before {
  content: "";
}

.bx-signal-3:before {
  content: "";
}

.bx-signal-4:before {
  content: "";
}

.bx-signal-5:before {
  content: "";
}

.bxl-xing:before {
  content: "";
}

.bxl-meta:before {
  content: "";
}

.bx-lemon:before {
  content: "";
}

.bxs-lemon:before {
  content: "";
}

.bx-cricket-ball:before {
  content: "";
}

.bx-baguette:before {
  content: "";
}

.bx-bowl-hot:before {
  content: "";
}

.bx-bowl-rice:before {
  content: "";
}

.bx-cable-car:before {
  content: "";
}

.bx-candles:before {
  content: "";
}

.bx-circle-half:before {
  content: "";
}

.bx-circle-quarter:before {
  content: "";
}

.bx-circle-three-quarter:before {
  content: "";
}

.bx-cross:before {
  content: "";
}

.bx-fork:before {
  content: "";
}

.bx-knife:before {
  content: "";
}

.bx-money-withdraw:before {
  content: "";
}

.bx-popsicle:before {
  content: "";
}

.bx-scatter-chart:before {
  content: "";
}

.bxs-baguette:before {
  content: "";
}

.bxs-bowl-hot:before {
  content: "";
}

.bxs-bowl-rice:before {
  content: "";
}

.bxs-cable-car:before {
  content: "";
}

.bxs-circle-half:before {
  content: "";
}

.bxs-circle-quarter:before {
  content: "";
}

.bxs-circle-three-quarter:before {
  content: "";
}

.bxs-cricket-ball:before {
  content: "";
}

.bxs-invader:before {
  content: "";
}

.bx-male-female:before {
  content: "";
}

.bxs-popsicle:before {
  content: "";
}

.bxs-tree-alt:before {
  content: "";
}

.bxl-venmo:before {
  content: "";
}

.bxl-upwork:before {
  content: "";
}

.bxl-netlify:before {
  content: "";
}

.bxl-java:before {
  content: "";
}

.bxl-heroku:before {
  content: "";
}

.bxl-go-lang:before {
  content: "";
}

.bxl-gmail:before {
  content: "";
}

.bxl-flask:before {
  content: "";
}

.bxl-99designs:before {
  content: "";
}

.bxl-500px:before {
  content: "";
}

.bxl-adobe:before {
  content: "";
}

.bxl-airbnb:before {
  content: "";
}

.bxl-algolia:before {
  content: "";
}

.bxl-amazon:before {
  content: "";
}

.bxl-android:before {
  content: "";
}

.bxl-angular:before {
  content: "";
}

.bxl-apple:before {
  content: "";
}

.bxl-audible:before {
  content: "";
}

.bxl-aws:before {
  content: "";
}

.bxl-baidu:before {
  content: "";
}

.bxl-behance:before {
  content: "";
}

.bxl-bing:before {
  content: "";
}

.bxl-bitcoin:before {
  content: "";
}

.bxl-blender:before {
  content: "";
}

.bxl-blogger:before {
  content: "";
}

.bxl-bootstrap:before {
  content: "";
}

.bxl-chrome:before {
  content: "";
}

.bxl-codepen:before {
  content: "";
}

.bxl-c-plus-plus:before {
  content: "";
}

.bxl-creative-commons:before {
  content: "";
}

.bxl-css3:before {
  content: "";
}

.bxl-dailymotion:before {
  content: "";
}

.bxl-deviantart:before {
  content: "";
}

.bxl-dev-to:before {
  content: "";
}

.bxl-digg:before {
  content: "";
}

.bxl-digitalocean:before {
  content: "";
}

.bxl-discord:before {
  content: "";
}

.bxl-discord-alt:before {
  content: "";
}

.bxl-discourse:before {
  content: "";
}

.bxl-django:before {
  content: "";
}

.bxl-docker:before {
  content: "";
}

.bxl-dribbble:before {
  content: "";
}

.bxl-dropbox:before {
  content: "";
}

.bxl-drupal:before {
  content: "";
}

.bxl-ebay:before {
  content: "";
}

.bxl-edge:before {
  content: "";
}

.bxl-etsy:before {
  content: "";
}

.bxl-facebook:before {
  content: "";
}

.bxl-facebook-circle:before {
  content: "";
}

.bxl-facebook-square:before {
  content: "";
}

.bxl-figma:before {
  content: "";
}

.bxl-firebase:before {
  content: "";
}

.bxl-firefox:before {
  content: "";
}

.bxl-flickr:before {
  content: "";
}

.bxl-flickr-square:before {
  content: "";
}

.bxl-flutter:before {
  content: "";
}

.bxl-foursquare:before {
  content: "";
}

.bxl-git:before {
  content: "";
}

.bxl-github:before {
  content: "";
}

.bxl-gitlab:before {
  content: "";
}

.bxl-google:before {
  content: "";
}

.bxl-google-cloud:before {
  content: "";
}

.bxl-google-plus:before {
  content: "";
}

.bxl-google-plus-circle:before {
  content: "";
}

.bxl-html5:before {
  content: "";
}

.bxl-imdb:before {
  content: "";
}

.bxl-instagram:before {
  content: "";
}

.bxl-instagram-alt:before {
  content: "";
}

.bxl-internet-explorer:before {
  content: "";
}

.bxl-invision:before {
  content: "";
}

.bxl-javascript:before {
  content: "";
}

.bxl-joomla:before {
  content: "";
}

.bxl-jquery:before {
  content: "";
}

.bxl-jsfiddle:before {
  content: "";
}

.bxl-kickstarter:before {
  content: "";
}

.bxl-kubernetes:before {
  content: "";
}

.bxl-less:before {
  content: "";
}

.bxl-linkedin:before {
  content: "";
}

.bxl-linkedin-square:before {
  content: "";
}

.bxl-magento:before {
  content: "";
}

.bxl-mailchimp:before {
  content: "";
}

.bxl-markdown:before {
  content: "";
}

.bxl-mastercard:before {
  content: "";
}

.bxl-mastodon:before {
  content: "";
}

.bxl-medium:before {
  content: "";
}

.bxl-medium-old:before {
  content: "";
}

.bxl-medium-square:before {
  content: "";
}

.bxl-messenger:before {
  content: "";
}

.bxl-microsoft:before {
  content: "";
}

.bxl-microsoft-teams:before {
  content: "";
}

.bxl-nodejs:before {
  content: "";
}

.bxl-ok-ru:before {
  content: "";
}

.bxl-opera:before {
  content: "";
}

.bxl-patreon:before {
  content: "";
}

.bxl-paypal:before {
  content: "";
}

.bxl-periscope:before {
  content: "";
}

.bxl-php:before {
  content: "";
}

.bxl-pinterest:before {
  content: "";
}

.bxl-pinterest-alt:before {
  content: "";
}

.bxl-play-store:before {
  content: "";
}

.bxl-pocket:before {
  content: "";
}

.bxl-product-hunt:before {
  content: "";
}

.bxl-python:before {
  content: "";
}

.bxl-quora:before {
  content: "";
}

.bxl-react:before {
  content: "";
}

.bxl-redbubble:before {
  content: "";
}

.bxl-reddit:before {
  content: "";
}

.bxl-redux:before {
  content: "";
}

.bxl-sass:before {
  content: "";
}

.bxl-shopify:before {
  content: "";
}

.bxl-sketch:before {
  content: "";
}

.bxl-skype:before {
  content: "";
}

.bxl-slack:before {
  content: "";
}

.bxl-slack-old:before {
  content: "";
}

.bxl-snapchat:before {
  content: "";
}

.bxl-soundcloud:before {
  content: "";
}

.bxl-spotify:before {
  content: "";
}

.bxl-spring-boot:before {
  content: "";
}

.bxl-squarespace:before {
  content: "";
}

.bxl-stack-overflow:before {
  content: "";
}

.bxl-steam:before {
  content: "";
}

.bxl-stripe:before {
  content: "";
}

.bxl-tailwind-css:before {
  content: "";
}

.bxl-telegram:before {
  content: "";
}

.bxl-tiktok:before {
  content: "";
}

.bxl-trello:before {
  content: "";
}

.bxl-trip-advisor:before {
  content: "";
}

.bxl-tumblr:before {
  content: "";
}

.bxl-tux:before {
  content: "";
}

.bxl-twitch:before {
  content: "";
}

.bxl-twitter:before {
  content: "";
}

.bxl-unity:before {
  content: "";
}

.bxl-unsplash:before {
  content: "";
}

.bxl-vimeo:before {
  content: "";
}

.bxl-visa:before {
  content: "";
}

.bxl-visual-studio:before {
  content: "";
}

.bxl-vk:before {
  content: "";
}

.bxl-vuejs:before {
  content: "";
}

.bxl-whatsapp:before {
  content: "";
}

.bxl-whatsapp-square:before {
  content: "";
}

.bxl-wikipedia:before {
  content: "";
}

.bxl-windows:before {
  content: "";
}

.bxl-wix:before {
  content: "";
}

.bxl-wordpress:before {
  content: "";
}

.bxl-yahoo:before {
  content: "";
}

.bxl-yelp:before {
  content: "";
}

.bxl-youtube:before {
  content: "";
}

.bxl-zoom:before {
  content: "";
}

.bx-collapse-alt:before {
  content: "";
}

.bx-collapse-horizontal:before {
  content: "";
}

.bx-collapse-vertical:before {
  content: "";
}

.bx-expand-horizontal:before {
  content: "";
}

.bx-expand-vertical:before {
  content: "";
}

.bx-injection:before {
  content: "";
}

.bx-leaf:before {
  content: "";
}

.bx-math:before {
  content: "";
}

.bx-party:before {
  content: "";
}

.bx-abacus:before {
  content: "";
}

.bx-accessibility:before {
  content: "";
}

.bx-add-to-queue:before {
  content: "";
}

.bx-adjust:before {
  content: "";
}

.bx-alarm:before {
  content: "";
}

.bx-alarm-add:before {
  content: "";
}

.bx-alarm-exclamation:before {
  content: "";
}

.bx-alarm-off:before {
  content: "";
}

.bx-alarm-snooze:before {
  content: "";
}

.bx-album:before {
  content: "";
}

.bx-align-justify:before {
  content: "";
}

.bx-align-left:before {
  content: "";
}

.bx-align-middle:before {
  content: "";
}

.bx-align-right:before {
  content: "";
}

.bx-analyse:before {
  content: "";
}

.bx-anchor:before {
  content: "";
}

.bx-angry:before {
  content: "";
}

.bx-aperture:before {
  content: "";
}

.bx-arch:before {
  content: "";
}

.bx-archive:before {
  content: "";
}

.bx-archive-in:before {
  content: "";
}

.bx-archive-out:before {
  content: "";
}

.bx-area:before {
  content: "";
}

.bx-arrow-back:before {
  content: "";
}

.bx-arrow-from-bottom:before {
  content: "";
}

.bx-arrow-from-left:before {
  content: "";
}

.bx-arrow-from-right:before {
  content: "";
}

.bx-arrow-from-top:before {
  content: "";
}

.bx-arrow-to-bottom:before {
  content: "";
}

.bx-arrow-to-left:before {
  content: "";
}

.bx-arrow-to-right:before {
  content: "";
}

.bx-arrow-to-top:before {
  content: "";
}

.bx-at:before {
  content: "";
}

.bx-atom:before {
  content: "";
}

.bx-award:before {
  content: "";
}

.bx-badge:before {
  content: "";
}

.bx-badge-check:before {
  content: "";
}

.bx-ball:before {
  content: "";
}

.bx-band-aid:before {
  content: "";
}

.bx-bar-chart:before {
  content: "";
}

.bx-bar-chart-alt:before {
  content: "";
}

.bx-bar-chart-alt-2:before {
  content: "";
}

.bx-bar-chart-square:before {
  content: "";
}

.bx-barcode:before {
  content: "";
}

.bx-barcode-reader:before {
  content: "";
}

.bx-baseball:before {
  content: "";
}

.bx-basket:before {
  content: "";
}

.bx-basketball:before {
  content: "";
}

.bx-bath:before {
  content: "";
}

.bx-battery:before {
  content: "";
}

.bx-bed:before {
  content: "";
}

.bx-been-here:before {
  content: "";
}

.bx-beer:before {
  content: "";
}

.bx-bell:before {
  content: "";
}

.bx-bell-minus:before {
  content: "";
}

.bx-bell-off:before {
  content: "";
}

.bx-bell-plus:before {
  content: "";
}

.bx-bible:before {
  content: "";
}

.bx-bitcoin:before {
  content: "";
}

.bx-blanket:before {
  content: "";
}

.bx-block:before {
  content: "";
}

.bx-bluetooth:before {
  content: "";
}

.bx-body:before {
  content: "";
}

.bx-bold:before {
  content: "";
}

.bx-bolt-circle:before {
  content: "";
}

.bx-bomb:before {
  content: "";
}

.bx-bone:before {
  content: "";
}

.bx-bong:before {
  content: "";
}

.bx-book:before {
  content: "";
}

.bx-book-add:before {
  content: "";
}

.bx-book-alt:before {
  content: "";
}

.bx-book-bookmark:before {
  content: "";
}

.bx-book-content:before {
  content: "";
}

.bx-book-heart:before {
  content: "";
}

.bx-bookmark:before {
  content: "";
}

.bx-bookmark-alt:before {
  content: "";
}

.bx-bookmark-alt-minus:before {
  content: "";
}

.bx-bookmark-alt-plus:before {
  content: "";
}

.bx-bookmark-heart:before {
  content: "";
}

.bx-bookmark-minus:before {
  content: "";
}

.bx-bookmark-plus:before {
  content: "";
}

.bx-bookmarks:before {
  content: "";
}

.bx-book-open:before {
  content: "";
}

.bx-book-reader:before {
  content: "";
}

.bx-border-all:before {
  content: "";
}

.bx-border-bottom:before {
  content: "";
}

.bx-border-inner:before {
  content: "";
}

.bx-border-left:before {
  content: "";
}

.bx-border-none:before {
  content: "";
}

.bx-border-outer:before {
  content: "";
}

.bx-border-radius:before {
  content: "";
}

.bx-border-right:before {
  content: "";
}

.bx-border-top:before {
  content: "";
}

.bx-bot:before {
  content: "";
}

.bx-bowling-ball:before {
  content: "";
}

.bx-box:before {
  content: "";
}

.bx-bracket:before {
  content: "";
}

.bx-braille:before {
  content: "";
}

.bx-brain:before {
  content: "";
}

.bx-briefcase:before {
  content: "";
}

.bx-briefcase-alt:before {
  content: "";
}

.bx-briefcase-alt-2:before {
  content: "";
}

.bx-brightness:before {
  content: "";
}

.bx-brightness-half:before {
  content: "";
}

.bx-broadcast:before {
  content: "";
}

.bx-brush:before {
  content: "";
}

.bx-brush-alt:before {
  content: "";
}

.bx-bug:before {
  content: "";
}

.bx-bug-alt:before {
  content: "";
}

.bx-building:before {
  content: "";
}

.bx-building-house:before {
  content: "";
}

.bx-buildings:before {
  content: "";
}

.bx-bulb:before {
  content: "";
}

.bx-bullseye:before {
  content: "";
}

.bx-buoy:before {
  content: "";
}

.bx-bus:before {
  content: "";
}

.bx-bus-school:before {
  content: "";
}

.bx-cabinet:before {
  content: "";
}

.bx-cake:before {
  content: "";
}

.bx-calculator:before {
  content: "";
}

.bx-calendar:before {
  content: "";
}

.bx-calendar-alt:before {
  content: "";
}

.bx-calendar-check:before {
  content: "";
}

.bx-calendar-edit:before {
  content: "";
}

.bx-calendar-event:before {
  content: "";
}

.bx-calendar-exclamation:before {
  content: "";
}

.bx-calendar-heart:before {
  content: "";
}

.bx-calendar-minus:before {
  content: "";
}

.bx-calendar-plus:before {
  content: "";
}

.bx-calendar-star:before {
  content: "";
}

.bx-calendar-week:before {
  content: "";
}

.bx-calendar-x:before {
  content: "";
}

.bx-camera:before {
  content: "";
}

.bx-camera-home:before {
  content: "";
}

.bx-camera-movie:before {
  content: "";
}

.bx-camera-off:before {
  content: "";
}

.bx-capsule:before {
  content: "";
}

.bx-captions:before {
  content: "";
}

.bx-car:before {
  content: "";
}

.bx-card:before {
  content: "";
}

.bx-caret-down:before {
  content: "";
}

.bx-caret-down-circle:before {
  content: "";
}

.bx-caret-down-square:before {
  content: "";
}

.bx-caret-left:before {
  content: "";
}

.bx-caret-left-circle:before {
  content: "";
}

.bx-caret-left-square:before {
  content: "";
}

.bx-caret-right:before {
  content: "";
}

.bx-caret-right-circle:before {
  content: "";
}

.bx-caret-right-square:before {
  content: "";
}

.bx-caret-up:before {
  content: "";
}

.bx-caret-up-circle:before {
  content: "";
}

.bx-caret-up-square:before {
  content: "";
}

.bx-carousel:before {
  content: "";
}

.bx-cart:before {
  content: "";
}

.bx-cart-alt:before {
  content: "";
}

.bx-cast:before {
  content: "";
}

.bx-category:before {
  content: "";
}

.bx-category-alt:before {
  content: "";
}

.bx-cctv:before {
  content: "";
}

.bx-certification:before {
  content: "";
}

.bx-chair:before {
  content: "";
}

.bx-chalkboard:before {
  content: "";
}

.bx-chart:before {
  content: "";
}

.bx-chat:before {
  content: "";
}

.bx-check:before {
  content: "";
}

.bx-checkbox:before {
  content: "";
}

.bx-checkbox-checked:before {
  content: "";
}

.bx-checkbox-minus:before {
  content: "";
}

.bx-checkbox-square:before {
  content: "";
}

.bx-check-circle:before {
  content: "";
}

.bx-check-double:before {
  content: "";
}

.bx-check-shield:before {
  content: "";
}

.bx-check-square:before {
  content: "";
}

.bx-chevron-down:before {
  content: "";
}

.bx-chevron-down-circle:before {
  content: "";
}

.bx-chevron-down-square:before {
  content: "";
}

.bx-chevron-left:before {
  content: "";
}

.bx-chevron-left-circle:before {
  content: "";
}

.bx-chevron-left-square:before {
  content: "";
}

.bx-chevron-right:before {
  content: "";
}

.bx-chevron-right-circle:before {
  content: "";
}

.bx-chevron-right-square:before {
  content: "";
}

.bx-chevrons-down:before {
  content: "";
}

.bx-chevrons-left:before {
  content: "";
}

.bx-chevrons-right:before {
  content: "";
}

.bx-chevrons-up:before {
  content: "";
}

.bx-chevron-up:before {
  content: "";
}

.bx-chevron-up-circle:before {
  content: "";
}

.bx-chevron-up-square:before {
  content: "";
}

.bx-chip:before {
  content: "";
}

.bx-church:before {
  content: "";
}

.bx-circle:before {
  content: "";
}

.bx-clinic:before {
  content: "";
}

.bx-clipboard:before {
  content: "";
}

.bx-closet:before {
  content: "";
}

.bx-cloud:before {
  content: "";
}

.bx-cloud-download:before {
  content: "";
}

.bx-cloud-drizzle:before {
  content: "";
}

.bx-cloud-lightning:before {
  content: "";
}

.bx-cloud-light-rain:before {
  content: "";
}

.bx-cloud-rain:before {
  content: "";
}

.bx-cloud-snow:before {
  content: "";
}

.bx-cloud-upload:before {
  content: "";
}

.bx-code:before {
  content: "";
}

.bx-code-alt:before {
  content: "";
}

.bx-code-block:before {
  content: "";
}

.bx-code-curly:before {
  content: "";
}

.bx-coffee:before {
  content: "";
}

.bx-coffee-togo:before {
  content: "";
}

.bx-cog:before {
  content: "";
}

.bx-coin:before {
  content: "";
}

.bx-coin-stack:before {
  content: "";
}

.bx-collapse:before {
  content: "";
}

.bx-collection:before {
  content: "";
}

.bx-color-fill:before {
  content: "";
}

.bx-columns:before {
  content: "";
}

.bx-command:before {
  content: "";
}

.bx-comment:before {
  content: "";
}

.bx-comment-add:before {
  content: "";
}

.bx-comment-check:before {
  content: "";
}

.bx-comment-detail:before {
  content: "";
}

.bx-comment-dots:before {
  content: "";
}

.bx-comment-edit:before {
  content: "";
}

.bx-comment-error:before {
  content: "";
}

.bx-comment-minus:before {
  content: "";
}

.bx-comment-x:before {
  content: "";
}

.bx-compass:before {
  content: "";
}

.bx-confused:before {
  content: "";
}

.bx-conversation:before {
  content: "";
}

.bx-cookie:before {
  content: "";
}

.bx-cool:before {
  content: "";
}

.bx-copy:before {
  content: "";
}

.bx-copy-alt:before {
  content: "";
}

.bx-copyright:before {
  content: "";
}

.bx-credit-card:before {
  content: "";
}

.bx-credit-card-alt:before {
  content: "";
}

.bx-credit-card-front:before {
  content: "";
}

.bx-crop:before {
  content: "";
}

.bx-crosshair:before {
  content: "";
}

.bx-crown:before {
  content: "";
}

.bx-cube:before {
  content: "";
}

.bx-cube-alt:before {
  content: "";
}

.bx-cuboid:before {
  content: "";
}

.bx-current-location:before {
  content: "";
}

.bx-customize:before {
  content: "";
}

.bx-cut:before {
  content: "";
}

.bx-cycling:before {
  content: "";
}

.bx-cylinder:before {
  content: "";
}

.bx-data:before {
  content: "";
}

.bx-desktop:before {
  content: "";
}

.bx-detail:before {
  content: "";
}

.bx-devices:before {
  content: "";
}

.bx-dialpad:before {
  content: "";
}

.bx-dialpad-alt:before {
  content: "";
}

.bx-diamond:before {
  content: "";
}

.bx-dice-1:before {
  content: "";
}

.bx-dice-2:before {
  content: "";
}

.bx-dice-3:before {
  content: "";
}

.bx-dice-4:before {
  content: "";
}

.bx-dice-5:before {
  content: "";
}

.bx-dice-6:before {
  content: "";
}

.bx-directions:before {
  content: "";
}

.bx-disc:before {
  content: "";
}

.bx-dish:before {
  content: "";
}

.bx-dislike:before {
  content: "";
}

.bx-dizzy:before {
  content: "";
}

.bx-dna:before {
  content: "";
}

.bx-dock-bottom:before {
  content: "";
}

.bx-dock-left:before {
  content: "";
}

.bx-dock-right:before {
  content: "";
}

.bx-dock-top:before {
  content: "";
}

.bx-dollar:before {
  content: "";
}

.bx-dollar-circle:before {
  content: "";
}

.bx-donate-blood:before {
  content: "";
}

.bx-donate-heart:before {
  content: "";
}

.bx-door-open:before {
  content: "";
}

.bx-dots-horizontal:before {
  content: "";
}

.bx-dots-horizontal-rounded:before {
  content: "";
}

.bx-dots-vertical:before {
  content: "";
}

.bx-dots-vertical-rounded:before {
  content: "";
}

.bx-doughnut-chart:before {
  content: "";
}

.bx-down-arrow:before {
  content: "";
}

.bx-down-arrow-alt:before {
  content: "";
}

.bx-down-arrow-circle:before {
  content: "";
}

.bx-download:before {
  content: "";
}

.bx-downvote:before {
  content: "";
}

.bx-drink:before {
  content: "";
}

.bx-droplet:before {
  content: "";
}

.bx-dumbbell:before {
  content: "";
}

.bx-duplicate:before {
  content: "";
}

.bx-edit:before {
  content: "";
}

.bx-edit-alt:before {
  content: "";
}

.bx-envelope:before {
  content: "";
}

.bx-envelope-open:before {
  content: "";
}

.bx-equalizer:before {
  content: "";
}

.bx-eraser:before {
  content: "";
}

.bx-error:before {
  content: "";
}

.bx-error-alt:before {
  content: "";
}

.bx-error-circle:before {
  content: "";
}

.bx-euro:before {
  content: "";
}

.bx-exclude:before {
  content: "";
}

.bx-exit:before {
  content: "";
}

.bx-exit-fullscreen:before {
  content: "";
}

.bx-expand:before {
  content: "";
}

.bx-expand-alt:before {
  content: "";
}

.bx-export:before {
  content: "";
}

.bx-extension:before {
  content: "";
}

.bx-face:before {
  content: "";
}

.bx-fast-forward:before {
  content: "";
}

.bx-fast-forward-circle:before {
  content: "";
}

.bx-female:before {
  content: "";
}

.bx-female-sign:before {
  content: "";
}

.bx-file:before {
  content: "";
}

.bx-file-blank:before {
  content: "";
}

.bx-file-find:before {
  content: "";
}

.bx-film:before {
  content: "";
}

.bx-filter:before {
  content: "";
}

.bx-filter-alt:before {
  content: "";
}

.bx-fingerprint:before {
  content: "";
}

.bx-first-aid:before {
  content: "";
}

.bx-first-page:before {
  content: "";
}

.bx-flag:before {
  content: "";
}

.bx-folder:before {
  content: "";
}

.bx-folder-minus:before {
  content: "";
}

.bx-folder-open:before {
  content: "";
}

.bx-folder-plus:before {
  content: "";
}

.bx-font:before {
  content: "";
}

.bx-font-color:before {
  content: "";
}

.bx-font-family:before {
  content: "";
}

.bx-font-size:before {
  content: "";
}

.bx-food-menu:before {
  content: "";
}

.bx-food-tag:before {
  content: "";
}

.bx-football:before {
  content: "";
}

.bx-fridge:before {
  content: "";
}

.bx-fullscreen:before {
  content: "";
}

.bx-game:before {
  content: "";
}

.bx-gas-pump:before {
  content: "";
}

.bx-ghost:before {
  content: "";
}

.bx-gift:before {
  content: "";
}

.bx-git-branch:before {
  content: "";
}

.bx-git-commit:before {
  content: "";
}

.bx-git-compare:before {
  content: "";
}

.bx-git-merge:before {
  content: "";
}

.bx-git-pull-request:before {
  content: "";
}

.bx-git-repo-forked:before {
  content: "";
}

.bx-glasses:before {
  content: "";
}

.bx-glasses-alt:before {
  content: "";
}

.bx-globe:before {
  content: "";
}

.bx-globe-alt:before {
  content: "";
}

.bx-grid:before {
  content: "";
}

.bx-grid-alt:before {
  content: "";
}

.bx-grid-horizontal:before {
  content: "";
}

.bx-grid-small:before {
  content: "";
}

.bx-grid-vertical:before {
  content: "";
}

.bx-group:before {
  content: "";
}

.bx-handicap:before {
  content: "";
}

.bx-happy:before {
  content: "";
}

.bx-happy-alt:before {
  content: "";
}

.bx-happy-beaming:before {
  content: "";
}

.bx-happy-heart-eyes:before {
  content: "";
}

.bx-hash:before {
  content: "";
}

.bx-hdd:before {
  content: "";
}

.bx-heading:before {
  content: "";
}

.bx-headphone:before {
  content: "";
}

.bx-health:before {
  content: "";
}

.bx-heart:before {
  content: "";
}

.bx-heart-circle:before {
  content: "";
}

.bx-heart-square:before {
  content: "";
}

.bx-help-circle:before {
  content: "";
}

.bx-hide:before {
  content: "";
}

.bx-highlight:before {
  content: "";
}

.bx-history:before {
  content: "";
}

.bx-hive:before {
  content: "";
}

.bx-home:before {
  content: "";
}

.bx-home-alt:before {
  content: "";
}

.bx-home-circle:before {
  content: "";
}

.bx-home-heart:before {
  content: "";
}

.bx-home-smile:before {
  content: "";
}

.bx-horizontal-center:before {
  content: "";
}

.bx-hotel:before {
  content: "";
}

.bx-hourglass:before {
  content: "";
}

.bx-id-card:before {
  content: "";
}

.bx-image:before {
  content: "";
}

.bx-image-add:before {
  content: "";
}

.bx-image-alt:before {
  content: "";
}

.bx-images:before {
  content: "";
}

.bx-import:before {
  content: "";
}

.bx-infinite:before {
  content: "";
}

.bx-info-circle:before {
  content: "";
}

.bx-info-square:before {
  content: "";
}

.bx-intersect:before {
  content: "";
}

.bx-italic:before {
  content: "";
}

.bx-joystick:before {
  content: "";
}

.bx-joystick-alt:before {
  content: "";
}

.bx-joystick-button:before {
  content: "";
}

.bx-key:before {
  content: "";
}

.bx-label:before {
  content: "";
}

.bx-landscape:before {
  content: "";
}

.bx-laptop:before {
  content: "";
}

.bx-last-page:before {
  content: "";
}

.bx-laugh:before {
  content: "";
}

.bx-layer:before {
  content: "";
}

.bx-layer-minus:before {
  content: "";
}

.bx-layer-plus:before {
  content: "";
}

.bx-layout:before {
  content: "";
}

.bx-left-arrow:before {
  content: "";
}

.bx-left-arrow-alt:before {
  content: "";
}

.bx-left-arrow-circle:before {
  content: "";
}

.bx-left-down-arrow-circle:before {
  content: "";
}

.bx-left-indent:before {
  content: "";
}

.bx-left-top-arrow-circle:before {
  content: "";
}

.bx-library:before {
  content: "";
}

.bx-like:before {
  content: "";
}

.bx-line-chart:before {
  content: "";
}

.bx-line-chart-down:before {
  content: "";
}

.bx-link:before {
  content: "";
}

.bx-link-alt:before {
  content: "";
}

.bx-link-external:before {
  content: "";
}

.bx-lira:before {
  content: "";
}

.bx-list-check:before {
  content: "";
}

.bx-list-minus:before {
  content: "";
}

.bx-list-ol:before {
  content: "";
}

.bx-list-plus:before {
  content: "";
}

.bx-list-ul:before {
  content: "";
}

.bx-loader:before {
  content: "";
}

.bx-loader-alt:before {
  content: "";
}

.bx-loader-circle:before {
  content: "";
}

.bx-location-plus:before {
  content: "";
}

.bx-lock:before {
  content: "";
}

.bx-lock-alt:before {
  content: "";
}

.bx-lock-open:before {
  content: "";
}

.bx-lock-open-alt:before {
  content: "";
}

.bx-log-in:before {
  content: "";
}

.bx-log-in-circle:before {
  content: "";
}

.bx-log-out:before {
  content: "";
}

.bx-log-out-circle:before {
  content: "";
}

.bx-low-vision:before {
  content: "";
}

.bx-magnet:before {
  content: "";
}

.bx-mail-send:before {
  content: "";
}

.bx-male:before {
  content: "";
}

.bx-male-sign:before {
  content: "";
}

.bx-map:before {
  content: "";
}

.bx-map-alt:before {
  content: "";
}

.bx-map-pin:before {
  content: "";
}

.bx-mask:before {
  content: "";
}

.bx-medal:before {
  content: "";
}

.bx-meh:before {
  content: "";
}

.bx-meh-alt:before {
  content: "";
}

.bx-meh-blank:before {
  content: "";
}

.bx-memory-card:before {
  content: "";
}

.bx-menu:before {
  content: "";
}

.bx-menu-alt-left:before {
  content: "";
}

.bx-menu-alt-right:before {
  content: "";
}

.bx-merge:before {
  content: "";
}

.bx-message:before {
  content: "";
}

.bx-message-add:before {
  content: "";
}

.bx-message-alt:before {
  content: "";
}

.bx-message-alt-add:before {
  content: "";
}

.bx-message-alt-check:before {
  content: "";
}

.bx-message-alt-detail:before {
  content: "";
}

.bx-message-alt-dots:before {
  content: "";
}

.bx-message-alt-edit:before {
  content: "";
}

.bx-message-alt-error:before {
  content: "";
}

.bx-message-alt-minus:before {
  content: "";
}

.bx-message-alt-x:before {
  content: "";
}

.bx-message-check:before {
  content: "";
}

.bx-message-detail:before {
  content: "";
}

.bx-message-dots:before {
  content: "";
}

.bx-message-edit:before {
  content: "";
}

.bx-message-error:before {
  content: "";
}

.bx-message-minus:before {
  content: "";
}

.bx-message-rounded:before {
  content: "";
}

.bx-message-rounded-add:before {
  content: "";
}

.bx-message-rounded-check:before {
  content: "";
}

.bx-message-rounded-detail:before {
  content: "";
}

.bx-message-rounded-dots:before {
  content: "";
}

.bx-message-rounded-edit:before {
  content: "";
}

.bx-message-rounded-error:before {
  content: "";
}

.bx-message-rounded-minus:before {
  content: "";
}

.bx-message-rounded-x:before {
  content: "";
}

.bx-message-square:before {
  content: "";
}

.bx-message-square-add:before {
  content: "";
}

.bx-message-square-check:before {
  content: "";
}

.bx-message-square-detail:before {
  content: "";
}

.bx-message-square-dots:before {
  content: "";
}

.bx-message-square-edit:before {
  content: "";
}

.bx-message-square-error:before {
  content: "";
}

.bx-message-square-minus:before {
  content: "";
}

.bx-message-square-x:before {
  content: "";
}

.bx-message-x:before {
  content: "";
}

.bx-meteor:before {
  content: "";
}

.bx-microchip:before {
  content: "";
}

.bx-microphone:before {
  content: "";
}

.bx-microphone-off:before {
  content: "";
}

.bx-minus:before {
  content: "";
}

.bx-minus-back:before {
  content: "";
}

.bx-minus-circle:before {
  content: "";
}

.bx-minus-front:before {
  content: "";
}

.bx-mobile:before {
  content: "";
}

.bx-mobile-alt:before {
  content: "";
}

.bx-mobile-landscape:before {
  content: "";
}

.bx-mobile-vibration:before {
  content: "";
}

.bx-money:before {
  content: "";
}

.bx-moon:before {
  content: "";
}

.bx-mouse:before {
  content: "";
}

.bx-mouse-alt:before {
  content: "";
}

.bx-move:before {
  content: "";
}

.bx-move-horizontal:before {
  content: "";
}

.bx-move-vertical:before {
  content: "";
}

.bx-movie:before {
  content: "";
}

.bx-movie-play:before {
  content: "";
}

.bx-music:before {
  content: "";
}

.bx-navigation:before {
  content: "";
}

.bx-network-chart:before {
  content: "";
}

.bx-news:before {
  content: "";
}

.bx-no-entry:before {
  content: "";
}

.bx-note:before {
  content: "";
}

.bx-notepad:before {
  content: "";
}

.bx-notification:before {
  content: "";
}

.bx-notification-off:before {
  content: "";
}

.bx-outline:before {
  content: "";
}

.bx-package:before {
  content: "";
}

.bx-paint:before {
  content: "";
}

.bx-paint-roll:before {
  content: "";
}

.bx-palette:before {
  content: "";
}

.bx-paperclip:before {
  content: "";
}

.bx-paper-plane:before {
  content: "";
}

.bx-paragraph:before {
  content: "";
}

.bx-paste:before {
  content: "";
}

.bx-pause:before {
  content: "";
}

.bx-pause-circle:before {
  content: "";
}

.bx-pen:before {
  content: "";
}

.bx-pencil:before {
  content: "";
}

.bx-phone:before {
  content: "";
}

.bx-phone-call:before {
  content: "";
}

.bx-phone-incoming:before {
  content: "";
}

.bx-phone-off:before {
  content: "";
}

.bx-phone-outgoing:before {
  content: "";
}

.bx-photo-album:before {
  content: "";
}

.bx-pie-chart:before {
  content: "";
}

.bx-pie-chart-alt:before {
  content: "";
}

.bx-pie-chart-alt-2:before {
  content: "";
}

.bx-pin:before {
  content: "";
}

.bx-planet:before {
  content: "";
}

.bx-play:before {
  content: "";
}

.bx-play-circle:before {
  content: "";
}

.bx-plug:before {
  content: "";
}

.bx-plus:before {
  content: "";
}

.bx-plus-circle:before {
  content: "";
}

.bx-plus-medical:before {
  content: "";
}

.bx-podcast:before {
  content: "";
}

.bx-pointer:before {
  content: "";
}

.bx-poll:before {
  content: "";
}

.bx-polygon:before {
  content: "";
}

.bx-pound:before {
  content: "";
}

.bx-power-off:before {
  content: "";
}

.bx-printer:before {
  content: "";
}

.bx-pulse:before {
  content: "";
}

.bx-purchase-tag:before {
  content: "";
}

.bx-purchase-tag-alt:before {
  content: "";
}

.bx-pyramid:before {
  content: "";
}

.bx-qr:before {
  content: "";
}

.bx-qr-scan:before {
  content: "";
}

.bx-question-mark:before {
  content: "";
}

.bx-radar:before {
  content: "";
}

.bx-radio:before {
  content: "";
}

.bx-radio-circle:before {
  content: "";
}

.bx-radio-circle-marked:before {
  content: "";
}

.bx-receipt:before {
  content: "";
}

.bx-rectangle:before {
  content: "";
}

.bx-recycle:before {
  content: "";
}

.bx-redo:before {
  content: "";
}

.bx-refresh:before {
  content: "";
}

.bx-registered:before {
  content: "";
}

.bx-rename:before {
  content: "";
}

.bx-repeat:before {
  content: "";
}

.bx-reply:before {
  content: "";
}

.bx-reply-all:before {
  content: "";
}

.bx-repost:before {
  content: "";
}

.bx-reset:before {
  content: "";
}

.bx-restaurant:before {
  content: "";
}

.bx-revision:before {
  content: "";
}

.bx-rewind:before {
  content: "";
}

.bx-rewind-circle:before {
  content: "";
}

.bx-right-arrow:before {
  content: "";
}

.bx-right-arrow-alt:before {
  content: "";
}

.bx-right-arrow-circle:before {
  content: "";
}

.bx-right-down-arrow-circle:before {
  content: "";
}

.bx-right-indent:before {
  content: "";
}

.bx-right-top-arrow-circle:before {
  content: "";
}

.bx-rocket:before {
  content: "";
}

.bx-rotate-left:before {
  content: "";
}

.bx-rotate-right:before {
  content: "";
}

.bx-rss:before {
  content: "";
}

.bx-ruble:before {
  content: "";
}

.bx-ruler:before {
  content: "";
}

.bx-run:before {
  content: "";
}

.bx-rupee:before {
  content: "";
}

.bx-sad:before {
  content: "";
}

.bx-save:before {
  content: "";
}

.bx-scan:before {
  content: "";
}

.bx-screenshot:before {
  content: "";
}

.bx-search:before {
  content: "";
}

.bx-search-alt:before {
  content: "";
}

.bx-search-alt-2:before {
  content: "";
}

.bx-selection:before {
  content: "";
}

.bx-select-multiple:before {
  content: "";
}

.bx-send:before {
  content: "";
}

.bx-server:before {
  content: "";
}

.bx-shape-circle:before {
  content: "";
}

.bx-shape-polygon:before {
  content: "";
}

.bx-shape-square:before {
  content: "";
}

.bx-shape-triangle:before {
  content: "";
}

.bx-share:before {
  content: "";
}

.bx-share-alt:before {
  content: "";
}

.bx-shekel:before {
  content: "";
}

.bx-shield:before {
  content: "";
}

.bx-shield-alt:before {
  content: "";
}

.bx-shield-alt-2:before {
  content: "";
}

.bx-shield-quarter:before {
  content: "";
}

.bx-shield-x:before {
  content: "";
}

.bx-shocked:before {
  content: "";
}

.bx-shopping-bag:before {
  content: "";
}

.bx-show:before {
  content: "";
}

.bx-show-alt:before {
  content: "";
}

.bx-shuffle:before {
  content: "";
}

.bx-sidebar:before {
  content: "";
}

.bx-sitemap:before {
  content: "";
}

.bx-skip-next:before {
  content: "";
}

.bx-skip-next-circle:before {
  content: "";
}

.bx-skip-previous:before {
  content: "";
}

.bx-skip-previous-circle:before {
  content: "";
}

.bx-sleepy:before {
  content: "";
}

.bx-slider:before {
  content: "";
}

.bx-slider-alt:before {
  content: "";
}

.bx-slideshow:before {
  content: "";
}

.bx-smile:before {
  content: "";
}

.bx-sort:before {
  content: "";
}

.bx-sort-alt-2:before {
  content: "";
}

.bx-sort-a-z:before {
  content: "";
}

.bx-sort-down:before {
  content: "";
}

.bx-sort-up:before {
  content: "";
}

.bx-sort-z-a:before {
  content: "";
}

.bx-spa:before {
  content: "";
}

.bx-space-bar:before {
  content: "";
}

.bx-speaker:before {
  content: "";
}

.bx-spray-can:before {
  content: "";
}

.bx-spreadsheet:before {
  content: "";
}

.bx-square:before {
  content: "";
}

.bx-square-rounded:before {
  content: "";
}

.bx-star:before {
  content: "";
}

.bx-station:before {
  content: "";
}

.bx-stats:before {
  content: "";
}

.bx-sticker:before {
  content: "";
}

.bx-stop:before {
  content: "";
}

.bx-stop-circle:before {
  content: "";
}

.bx-stopwatch:before {
  content: "";
}

.bx-store:before {
  content: "";
}

.bx-store-alt:before {
  content: "";
}

.bx-street-view:before {
  content: "";
}

.bx-strikethrough:before {
  content: "";
}

.bx-subdirectory-left:before {
  content: "";
}

.bx-subdirectory-right:before {
  content: "";
}

.bx-sun:before {
  content: "";
}

.bx-support:before {
  content: "";
}

.bx-swim:before {
  content: "";
}

.bx-sync:before {
  content: "";
}

.bx-tab:before {
  content: "";
}

.bx-table:before {
  content: "";
}

.bx-tachometer:before {
  content: "";
}

.bx-tag:before {
  content: "";
}

.bx-tag-alt:before {
  content: "";
}

.bx-target-lock:before {
  content: "";
}

.bx-task:before {
  content: "";
}

.bx-task-x:before {
  content: "";
}

.bx-taxi:before {
  content: "";
}

.bx-tennis-ball:before {
  content: "";
}

.bx-terminal:before {
  content: "";
}

.bx-test-tube:before {
  content: "";
}

.bx-text:before {
  content: "";
}

.bx-time:before {
  content: "";
}

.bx-time-five:before {
  content: "";
}

.bx-timer:before {
  content: "";
}

.bx-tired:before {
  content: "";
}

.bx-toggle-left:before {
  content: "";
}

.bx-toggle-right:before {
  content: "";
}

.bx-tone:before {
  content: "";
}

.bx-traffic-cone:before {
  content: "";
}

.bx-train:before {
  content: "";
}

.bx-transfer:before {
  content: "";
}

.bx-transfer-alt:before {
  content: "";
}

.bx-trash:before {
  content: "";
}

.bx-trash-alt:before {
  content: "";
}

.bx-trending-down:before {
  content: "";
}

.bx-trending-up:before {
  content: "";
}

.bx-trim:before {
  content: "";
}

.bx-trip:before {
  content: "";
}

.bx-trophy:before {
  content: "";
}

.bx-tv:before {
  content: "";
}

.bx-underline:before {
  content: "";
}

.bx-undo:before {
  content: "";
}

.bx-unite:before {
  content: "";
}

.bx-unlink:before {
  content: "";
}

.bx-up-arrow:before {
  content: "";
}

.bx-up-arrow-alt:before {
  content: "";
}

.bx-up-arrow-circle:before {
  content: "";
}

.bx-upload:before {
  content: "";
}

.bx-upside-down:before {
  content: "";
}

.bx-upvote:before {
  content: "";
}

.bx-usb:before {
  content: "";
}

.bx-user:before {
  content: "";
}

.bx-user-check:before {
  content: "";
}

.bx-user-circle:before {
  content: "";
}

.bx-user-minus:before {
  content: "";
}

.bx-user-pin:before {
  content: "";
}

.bx-user-plus:before {
  content: "";
}

.bx-user-voice:before {
  content: "";
}

.bx-user-x:before {
  content: "";
}

.bx-vector:before {
  content: "";
}

.bx-vertical-center:before {
  content: "";
}

.bx-vial:before {
  content: "";
}

.bx-video:before {
  content: "";
}

.bx-video-off:before {
  content: "";
}

.bx-video-plus:before {
  content: "";
}

.bx-video-recording:before {
  content: "";
}

.bx-voicemail:before {
  content: "";
}

.bx-volume:before {
  content: "";
}

.bx-volume-full:before {
  content: "";
}

.bx-volume-low:before {
  content: "";
}

.bx-volume-mute:before {
  content: "";
}

.bx-walk:before {
  content: "";
}

.bx-wallet:before {
  content: "";
}

.bx-wallet-alt:before {
  content: "";
}

.bx-water:before {
  content: "";
}

.bx-webcam:before {
  content: "";
}

.bx-wifi:before {
  content: "";
}

.bx-wifi-0:before {
  content: "";
}

.bx-wifi-1:before {
  content: "";
}

.bx-wifi-2:before {
  content: "";
}

.bx-wifi-off:before {
  content: "";
}

.bx-wind:before {
  content: "";
}

.bx-window:before {
  content: "";
}

.bx-window-alt:before {
  content: "";
}

.bx-window-close:before {
  content: "";
}

.bx-window-open:before {
  content: "";
}

.bx-windows:before {
  content: "";
}

.bx-wine:before {
  content: "";
}

.bx-wink-smile:before {
  content: "";
}

.bx-wink-tongue:before {
  content: "";
}

.bx-won:before {
  content: "";
}

.bx-world:before {
  content: "";
}

.bx-wrench:before {
  content: "";
}

.bx-x:before {
  content: "";
}

.bx-x-circle:before {
  content: "";
}

.bx-yen:before {
  content: "";
}

.bx-zoom-in:before {
  content: "";
}

.bx-zoom-out:before {
  content: "";
}

.bxs-party:before {
  content: "";
}

.bxs-hot:before {
  content: "";
}

.bxs-droplet:before {
  content: "";
}

.bxs-cat:before {
  content: "";
}

.bxs-dog:before {
  content: "";
}

.bxs-injection:before {
  content: "";
}

.bxs-leaf:before {
  content: "";
}

.bxs-add-to-queue:before {
  content: "";
}

.bxs-adjust:before {
  content: "";
}

.bxs-adjust-alt:before {
  content: "";
}

.bxs-alarm:before {
  content: "";
}

.bxs-alarm-add:before {
  content: "";
}

.bxs-alarm-exclamation:before {
  content: "";
}

.bxs-alarm-off:before {
  content: "";
}

.bxs-alarm-snooze:before {
  content: "";
}

.bxs-album:before {
  content: "";
}

.bxs-ambulance:before {
  content: "";
}

.bxs-analyse:before {
  content: "";
}

.bxs-angry:before {
  content: "";
}

.bxs-arch:before {
  content: "";
}

.bxs-archive:before {
  content: "";
}

.bxs-archive-in:before {
  content: "";
}

.bxs-archive-out:before {
  content: "";
}

.bxs-area:before {
  content: "";
}

.bxs-arrow-from-bottom:before {
  content: "";
}

.bxs-arrow-from-left:before {
  content: "";
}

.bxs-arrow-from-right:before {
  content: "";
}

.bxs-arrow-from-top:before {
  content: "";
}

.bxs-arrow-to-bottom:before {
  content: "";
}

.bxs-arrow-to-left:before {
  content: "";
}

.bxs-arrow-to-right:before {
  content: "";
}

.bxs-arrow-to-top:before {
  content: "";
}

.bxs-award:before {
  content: "";
}

.bxs-baby-carriage:before {
  content: "";
}

.bxs-backpack:before {
  content: "";
}

.bxs-badge:before {
  content: "";
}

.bxs-badge-check:before {
  content: "";
}

.bxs-badge-dollar:before {
  content: "";
}

.bxs-ball:before {
  content: "";
}

.bxs-band-aid:before {
  content: "";
}

.bxs-bank:before {
  content: "";
}

.bxs-bar-chart-alt-2:before {
  content: "";
}

.bxs-bar-chart-square:before {
  content: "";
}

.bxs-barcode:before {
  content: "";
}

.bxs-baseball:before {
  content: "";
}

.bxs-basket:before {
  content: "";
}

.bxs-basketball:before {
  content: "";
}

.bxs-bath:before {
  content: "";
}

.bxs-battery:before {
  content: "";
}

.bxs-battery-charging:before {
  content: "";
}

.bxs-battery-full:before {
  content: "";
}

.bxs-battery-low:before {
  content: "";
}

.bxs-bed:before {
  content: "";
}

.bxs-been-here:before {
  content: "";
}

.bxs-beer:before {
  content: "";
}

.bxs-bell:before {
  content: "";
}

.bxs-bell-minus:before {
  content: "";
}

.bxs-bell-off:before {
  content: "";
}

.bxs-bell-plus:before {
  content: "";
}

.bxs-bell-ring:before {
  content: "";
}

.bxs-bible:before {
  content: "";
}

.bxs-binoculars:before {
  content: "";
}

.bxs-blanket:before {
  content: "";
}

.bxs-bolt:before {
  content: "";
}

.bxs-bolt-circle:before {
  content: "";
}

.bxs-bomb:before {
  content: "";
}

.bxs-bone:before {
  content: "";
}

.bxs-bong:before {
  content: "";
}

.bxs-book:before {
  content: "";
}

.bxs-book-add:before {
  content: "";
}

.bxs-book-alt:before {
  content: "";
}

.bxs-book-bookmark:before {
  content: "";
}

.bxs-book-content:before {
  content: "";
}

.bxs-book-heart:before {
  content: "";
}

.bxs-bookmark:before {
  content: "";
}

.bxs-bookmark-alt:before {
  content: "";
}

.bxs-bookmark-alt-minus:before {
  content: "";
}

.bxs-bookmark-alt-plus:before {
  content: "";
}

.bxs-bookmark-heart:before {
  content: "";
}

.bxs-bookmark-minus:before {
  content: "";
}

.bxs-bookmark-plus:before {
  content: "";
}

.bxs-bookmarks:before {
  content: "";
}

.bxs-bookmark-star:before {
  content: "";
}

.bxs-book-open:before {
  content: "";
}

.bxs-book-reader:before {
  content: "";
}

.bxs-bot:before {
  content: "";
}

.bxs-bowling-ball:before {
  content: "";
}

.bxs-box:before {
  content: "";
}

.bxs-brain:before {
  content: "";
}

.bxs-briefcase:before {
  content: "";
}

.bxs-briefcase-alt:before {
  content: "";
}

.bxs-briefcase-alt-2:before {
  content: "";
}

.bxs-brightness:before {
  content: "";
}

.bxs-brightness-half:before {
  content: "";
}

.bxs-brush:before {
  content: "";
}

.bxs-brush-alt:before {
  content: "";
}

.bxs-bug:before {
  content: "";
}

.bxs-bug-alt:before {
  content: "";
}

.bxs-building:before {
  content: "";
}

.bxs-building-house:before {
  content: "";
}

.bxs-buildings:before {
  content: "";
}

.bxs-bulb:before {
  content: "";
}

.bxs-bullseye:before {
  content: "";
}

.bxs-buoy:before {
  content: "";
}

.bxs-bus:before {
  content: "";
}

.bxs-business:before {
  content: "";
}

.bxs-bus-school:before {
  content: "";
}

.bxs-cabinet:before {
  content: "";
}

.bxs-cake:before {
  content: "";
}

.bxs-calculator:before {
  content: "";
}

.bxs-calendar:before {
  content: "";
}

.bxs-calendar-alt:before {
  content: "";
}

.bxs-calendar-check:before {
  content: "";
}

.bxs-calendar-edit:before {
  content: "";
}

.bxs-calendar-event:before {
  content: "";
}

.bxs-calendar-exclamation:before {
  content: "";
}

.bxs-calendar-heart:before {
  content: "";
}

.bxs-calendar-minus:before {
  content: "";
}

.bxs-calendar-plus:before {
  content: "";
}

.bxs-calendar-star:before {
  content: "";
}

.bxs-calendar-week:before {
  content: "";
}

.bxs-calendar-x:before {
  content: "";
}

.bxs-camera:before {
  content: "";
}

.bxs-camera-home:before {
  content: "";
}

.bxs-camera-movie:before {
  content: "";
}

.bxs-camera-off:before {
  content: "";
}

.bxs-camera-plus:before {
  content: "";
}

.bxs-capsule:before {
  content: "";
}

.bxs-captions:before {
  content: "";
}

.bxs-car:before {
  content: "";
}

.bxs-car-battery:before {
  content: "";
}

.bxs-car-crash:before {
  content: "";
}

.bxs-card:before {
  content: "";
}

.bxs-caret-down-circle:before {
  content: "";
}

.bxs-caret-down-square:before {
  content: "";
}

.bxs-caret-left-circle:before {
  content: "";
}

.bxs-caret-left-square:before {
  content: "";
}

.bxs-caret-right-circle:before {
  content: "";
}

.bxs-caret-right-square:before {
  content: "";
}

.bxs-caret-up-circle:before {
  content: "";
}

.bxs-caret-up-square:before {
  content: "";
}

.bxs-car-garage:before {
  content: "";
}

.bxs-car-mechanic:before {
  content: "";
}

.bxs-carousel:before {
  content: "";
}

.bxs-cart:before {
  content: "";
}

.bxs-cart-add:before {
  content: "";
}

.bxs-cart-alt:before {
  content: "";
}

.bxs-cart-download:before {
  content: "";
}

.bxs-car-wash:before {
  content: "";
}

.bxs-category:before {
  content: "";
}

.bxs-category-alt:before {
  content: "";
}

.bxs-cctv:before {
  content: "";
}

.bxs-certification:before {
  content: "";
}

.bxs-chalkboard:before {
  content: "";
}

.bxs-chart:before {
  content: "";
}

.bxs-chat:before {
  content: "";
}

.bxs-checkbox:before {
  content: "";
}

.bxs-checkbox-checked:before {
  content: "";
}

.bxs-checkbox-minus:before {
  content: "";
}

.bxs-check-circle:before {
  content: "";
}

.bxs-check-shield:before {
  content: "";
}

.bxs-check-square:before {
  content: "";
}

.bxs-chess:before {
  content: "";
}

.bxs-chevron-down:before {
  content: "";
}

.bxs-chevron-down-circle:before {
  content: "";
}

.bxs-chevron-down-square:before {
  content: "";
}

.bxs-chevron-left:before {
  content: "";
}

.bxs-chevron-left-circle:before {
  content: "";
}

.bxs-chevron-left-square:before {
  content: "";
}

.bxs-chevron-right:before {
  content: "";
}

.bxs-chevron-right-circle:before {
  content: "";
}

.bxs-chevron-right-square:before {
  content: "";
}

.bxs-chevrons-down:before {
  content: "";
}

.bxs-chevrons-left:before {
  content: "";
}

.bxs-chevrons-right:before {
  content: "";
}

.bxs-chevrons-up:before {
  content: "";
}

.bxs-chevron-up:before {
  content: "";
}

.bxs-chevron-up-circle:before {
  content: "";
}

.bxs-chevron-up-square:before {
  content: "";
}

.bxs-chip:before {
  content: "";
}

.bxs-church:before {
  content: "";
}

.bxs-circle:before {
  content: "";
}

.bxs-city:before {
  content: "";
}

.bxs-clinic:before {
  content: "";
}

.bxs-cloud:before {
  content: "";
}

.bxs-cloud-download:before {
  content: "";
}

.bxs-cloud-lightning:before {
  content: "";
}

.bxs-cloud-rain:before {
  content: "";
}

.bxs-cloud-upload:before {
  content: "";
}

.bxs-coffee:before {
  content: "";
}

.bxs-coffee-alt:before {
  content: "";
}

.bxs-coffee-togo:before {
  content: "";
}

.bxs-cog:before {
  content: "";
}

.bxs-coin:before {
  content: "";
}

.bxs-coin-stack:before {
  content: "";
}

.bxs-collection:before {
  content: "";
}

.bxs-color-fill:before {
  content: "";
}

.bxs-comment:before {
  content: "";
}

.bxs-comment-add:before {
  content: "";
}

.bxs-comment-check:before {
  content: "";
}

.bxs-comment-detail:before {
  content: "";
}

.bxs-comment-dots:before {
  content: "";
}

.bxs-comment-edit:before {
  content: "";
}

.bxs-comment-error:before {
  content: "";
}

.bxs-comment-minus:before {
  content: "";
}

.bxs-comment-x:before {
  content: "";
}

.bxs-compass:before {
  content: "";
}

.bxs-component:before {
  content: "";
}

.bxs-confused:before {
  content: "";
}

.bxs-contact:before {
  content: "";
}

.bxs-conversation:before {
  content: "";
}

.bxs-cookie:before {
  content: "";
}

.bxs-cool:before {
  content: "";
}

.bxs-copy:before {
  content: "";
}

.bxs-copy-alt:before {
  content: "";
}

.bxs-copyright:before {
  content: "";
}

.bxs-coupon:before {
  content: "";
}

.bxs-credit-card:before {
  content: "";
}

.bxs-credit-card-alt:before {
  content: "";
}

.bxs-credit-card-front:before {
  content: "";
}

.bxs-crop:before {
  content: "";
}

.bxs-crown:before {
  content: "";
}

.bxs-cube:before {
  content: "";
}

.bxs-cube-alt:before {
  content: "";
}

.bxs-cuboid:before {
  content: "";
}

.bxs-customize:before {
  content: "";
}

.bxs-cylinder:before {
  content: "";
}

.bxs-dashboard:before {
  content: "";
}

.bxs-data:before {
  content: "";
}

.bxs-detail:before {
  content: "";
}

.bxs-devices:before {
  content: "";
}

.bxs-diamond:before {
  content: "";
}

.bxs-dice-1:before {
  content: "";
}

.bxs-dice-2:before {
  content: "";
}

.bxs-dice-3:before {
  content: "";
}

.bxs-dice-4:before {
  content: "";
}

.bxs-dice-5:before {
  content: "";
}

.bxs-dice-6:before {
  content: "";
}

.bxs-direction-left:before {
  content: "";
}

.bxs-direction-right:before {
  content: "";
}

.bxs-directions:before {
  content: "";
}

.bxs-disc:before {
  content: "";
}

.bxs-discount:before {
  content: "";
}

.bxs-dish:before {
  content: "";
}

.bxs-dislike:before {
  content: "";
}

.bxs-dizzy:before {
  content: "";
}

.bxs-dock-bottom:before {
  content: "";
}

.bxs-dock-left:before {
  content: "";
}

.bxs-dock-right:before {
  content: "";
}

.bxs-dock-top:before {
  content: "";
}

.bxs-dollar-circle:before {
  content: "";
}

.bxs-donate-blood:before {
  content: "";
}

.bxs-donate-heart:before {
  content: "";
}

.bxs-door-open:before {
  content: "";
}

.bxs-doughnut-chart:before {
  content: "";
}

.bxs-down-arrow:before {
  content: "";
}

.bxs-down-arrow-alt:before {
  content: "";
}

.bxs-down-arrow-circle:before {
  content: "";
}

.bxs-down-arrow-square:before {
  content: "";
}

.bxs-download:before {
  content: "";
}

.bxs-downvote:before {
  content: "";
}

.bxs-drink:before {
  content: "";
}

.bxs-droplet-half:before {
  content: "";
}

.bxs-dryer:before {
  content: "";
}

.bxs-duplicate:before {
  content: "";
}

.bxs-edit:before {
  content: "";
}

.bxs-edit-alt:before {
  content: "";
}

.bxs-edit-location:before {
  content: "";
}

.bxs-eject:before {
  content: "";
}

.bxs-envelope:before {
  content: "";
}

.bxs-envelope-open:before {
  content: "";
}

.bxs-eraser:before {
  content: "";
}

.bxs-error:before {
  content: "";
}

.bxs-error-alt:before {
  content: "";
}

.bxs-error-circle:before {
  content: "";
}

.bxs-ev-station:before {
  content: "";
}

.bxs-exit:before {
  content: "";
}

.bxs-extension:before {
  content: "";
}

.bxs-eyedropper:before {
  content: "";
}

.bxs-face:before {
  content: "";
}

.bxs-face-mask:before {
  content: "";
}

.bxs-factory:before {
  content: "";
}

.bxs-fast-forward-circle:before {
  content: "";
}

.bxs-file:before {
  content: "";
}

.bxs-file-archive:before {
  content: "";
}

.bxs-file-blank:before {
  content: "";
}

.bxs-file-css:before {
  content: "";
}

.bxs-file-doc:before {
  content: "";
}

.bxs-file-export:before {
  content: "";
}

.bxs-file-find:before {
  content: "";
}

.bxs-file-gif:before {
  content: "";
}

.bxs-file-html:before {
  content: "";
}

.bxs-file-image:before {
  content: "";
}

.bxs-file-import:before {
  content: "";
}

.bxs-file-jpg:before {
  content: "";
}

.bxs-file-js:before {
  content: "";
}

.bxs-file-json:before {
  content: "";
}

.bxs-file-md:before {
  content: "";
}

.bxs-file-pdf:before {
  content: "";
}

.bxs-file-plus:before {
  content: "";
}

.bxs-file-png:before {
  content: "";
}

.bxs-file-txt:before {
  content: "";
}

.bxs-film:before {
  content: "";
}

.bxs-filter-alt:before {
  content: "";
}

.bxs-first-aid:before {
  content: "";
}

.bxs-flag:before {
  content: "";
}

.bxs-flag-alt:before {
  content: "";
}

.bxs-flag-checkered:before {
  content: "";
}

.bxs-flame:before {
  content: "";
}

.bxs-flask:before {
  content: "";
}

.bxs-florist:before {
  content: "";
}

.bxs-folder:before {
  content: "";
}

.bxs-folder-minus:before {
  content: "";
}

.bxs-folder-open:before {
  content: "";
}

.bxs-folder-plus:before {
  content: "";
}

.bxs-food-menu:before {
  content: "";
}

.bxs-fridge:before {
  content: "";
}

.bxs-game:before {
  content: "";
}

.bxs-gas-pump:before {
  content: "";
}

.bxs-ghost:before {
  content: "";
}

.bxs-gift:before {
  content: "";
}

.bxs-graduation:before {
  content: "";
}

.bxs-grid:before {
  content: "";
}

.bxs-grid-alt:before {
  content: "";
}

.bxs-group:before {
  content: "";
}

.bxs-guitar-amp:before {
  content: "";
}

.bxs-hand:before {
  content: "";
}

.bxs-hand-down:before {
  content: "";
}

.bxs-hand-left:before {
  content: "";
}

.bxs-hand-right:before {
  content: "";
}

.bxs-hand-up:before {
  content: "";
}

.bxs-happy:before {
  content: "";
}

.bxs-happy-alt:before {
  content: "";
}

.bxs-happy-beaming:before {
  content: "";
}

.bxs-happy-heart-eyes:before {
  content: "";
}

.bxs-hdd:before {
  content: "";
}

.bxs-heart:before {
  content: "";
}

.bxs-heart-circle:before {
  content: "";
}

.bxs-heart-square:before {
  content: "";
}

.bxs-help-circle:before {
  content: "";
}

.bxs-hide:before {
  content: "";
}

.bxs-home:before {
  content: "";
}

.bxs-home-circle:before {
  content: "";
}

.bxs-home-heart:before {
  content: "";
}

.bxs-home-smile:before {
  content: "";
}

.bxs-hotel:before {
  content: "";
}

.bxs-hourglass:before {
  content: "";
}

.bxs-hourglass-bottom:before {
  content: "";
}

.bxs-hourglass-top:before {
  content: "";
}

.bxs-id-card:before {
  content: "";
}

.bxs-image:before {
  content: "";
}

.bxs-image-add:before {
  content: "";
}

.bxs-image-alt:before {
  content: "";
}

.bxs-inbox:before {
  content: "";
}

.bxs-info-circle:before {
  content: "";
}

.bxs-info-square:before {
  content: "";
}

.bxs-institution:before {
  content: "";
}

.bxs-joystick:before {
  content: "";
}

.bxs-joystick-alt:before {
  content: "";
}

.bxs-joystick-button:before {
  content: "";
}

.bxs-key:before {
  content: "";
}

.bxs-keyboard:before {
  content: "";
}

.bxs-label:before {
  content: "";
}

.bxs-landmark:before {
  content: "";
}

.bxs-landscape:before {
  content: "";
}

.bxs-laugh:before {
  content: "";
}

.bxs-layer:before {
  content: "";
}

.bxs-layer-minus:before {
  content: "";
}

.bxs-layer-plus:before {
  content: "";
}

.bxs-layout:before {
  content: "";
}

.bxs-left-arrow:before {
  content: "";
}

.bxs-left-arrow-alt:before {
  content: "";
}

.bxs-left-arrow-circle:before {
  content: "";
}

.bxs-left-arrow-square:before {
  content: "";
}

.bxs-left-down-arrow-circle:before {
  content: "";
}

.bxs-left-top-arrow-circle:before {
  content: "";
}

.bxs-like:before {
  content: "";
}

.bxs-location-plus:before {
  content: "";
}

.bxs-lock:before {
  content: "";
}

.bxs-lock-alt:before {
  content: "";
}

.bxs-lock-open:before {
  content: "";
}

.bxs-lock-open-alt:before {
  content: "";
}

.bxs-log-in:before {
  content: "";
}

.bxs-log-in-circle:before {
  content: "";
}

.bxs-log-out:before {
  content: "";
}

.bxs-log-out-circle:before {
  content: "";
}

.bxs-low-vision:before {
  content: "";
}

.bxs-magic-wand:before {
  content: "";
}

.bxs-magnet:before {
  content: "";
}

.bxs-map:before {
  content: "";
}

.bxs-map-alt:before {
  content: "";
}

.bxs-map-pin:before {
  content: "";
}

.bxs-mask:before {
  content: "";
}

.bxs-medal:before {
  content: "";
}

.bxs-megaphone:before {
  content: "";
}

.bxs-meh:before {
  content: "";
}

.bxs-meh-alt:before {
  content: "";
}

.bxs-meh-blank:before {
  content: "";
}

.bxs-memory-card:before {
  content: "";
}

.bxs-message:before {
  content: "";
}

.bxs-message-add:before {
  content: "";
}

.bxs-message-alt:before {
  content: "";
}

.bxs-message-alt-add:before {
  content: "";
}

.bxs-message-alt-check:before {
  content: "";
}

.bxs-message-alt-detail:before {
  content: "";
}

.bxs-message-alt-dots:before {
  content: "";
}

.bxs-message-alt-edit:before {
  content: "";
}

.bxs-message-alt-error:before {
  content: "";
}

.bxs-message-alt-minus:before {
  content: "";
}

.bxs-message-alt-x:before {
  content: "";
}

.bxs-message-check:before {
  content: "";
}

.bxs-message-detail:before {
  content: "";
}

.bxs-message-dots:before {
  content: "";
}

.bxs-message-edit:before {
  content: "";
}

.bxs-message-error:before {
  content: "";
}

.bxs-message-minus:before {
  content: "";
}

.bxs-message-rounded:before {
  content: "";
}

.bxs-message-rounded-add:before {
  content: "";
}

.bxs-message-rounded-check:before {
  content: "";
}

.bxs-message-rounded-detail:before {
  content: "";
}

.bxs-message-rounded-dots:before {
  content: "";
}

.bxs-message-rounded-edit:before {
  content: "";
}

.bxs-message-rounded-error:before {
  content: "";
}

.bxs-message-rounded-minus:before {
  content: "";
}

.bxs-message-rounded-x:before {
  content: "";
}

.bxs-message-square:before {
  content: "";
}

.bxs-message-square-add:before {
  content: "";
}

.bxs-message-square-check:before {
  content: "";
}

.bxs-message-square-detail:before {
  content: "";
}

.bxs-message-square-dots:before {
  content: "";
}

.bxs-message-square-edit:before {
  content: "";
}

.bxs-message-square-error:before {
  content: "";
}

.bxs-message-square-minus:before {
  content: "";
}

.bxs-message-square-x:before {
  content: "";
}

.bxs-message-x:before {
  content: "";
}

.bxs-meteor:before {
  content: "";
}

.bxs-microchip:before {
  content: "";
}

.bxs-microphone:before {
  content: "";
}

.bxs-microphone-alt:before {
  content: "";
}

.bxs-microphone-off:before {
  content: "";
}

.bxs-minus-circle:before {
  content: "";
}

.bxs-minus-square:before {
  content: "";
}

.bxs-mobile:before {
  content: "";
}

.bxs-mobile-vibration:before {
  content: "";
}

.bxs-moon:before {
  content: "";
}

.bxs-mouse:before {
  content: "";
}

.bxs-mouse-alt:before {
  content: "";
}

.bxs-movie:before {
  content: "";
}

.bxs-movie-play:before {
  content: "";
}

.bxs-music:before {
  content: "";
}

.bxs-navigation:before {
  content: "";
}

.bxs-network-chart:before {
  content: "";
}

.bxs-news:before {
  content: "";
}

.bxs-no-entry:before {
  content: "";
}

.bxs-note:before {
  content: "";
}

.bxs-notepad:before {
  content: "";
}

.bxs-notification:before {
  content: "";
}

.bxs-notification-off:before {
  content: "";
}

.bxs-offer:before {
  content: "";
}

.bxs-package:before {
  content: "";
}

.bxs-paint:before {
  content: "";
}

.bxs-paint-roll:before {
  content: "";
}

.bxs-palette:before {
  content: "";
}

.bxs-paper-plane:before {
  content: "";
}

.bxs-parking:before {
  content: "";
}

.bxs-paste:before {
  content: "";
}

.bxs-pen:before {
  content: "";
}

.bxs-pencil:before {
  content: "";
}

.bxs-phone:before {
  content: "";
}

.bxs-phone-call:before {
  content: "";
}

.bxs-phone-incoming:before {
  content: "";
}

.bxs-phone-off:before {
  content: "";
}

.bxs-phone-outgoing:before {
  content: "";
}

.bxs-photo-album:before {
  content: "";
}

.bxs-piano:before {
  content: "";
}

.bxs-pie-chart:before {
  content: "";
}

.bxs-pie-chart-alt:before {
  content: "";
}

.bxs-pie-chart-alt-2:before {
  content: "";
}

.bxs-pin:before {
  content: "";
}

.bxs-pizza:before {
  content: "";
}

.bxs-plane:before {
  content: "";
}

.bxs-plane-alt:before {
  content: "";
}

.bxs-plane-land:before {
  content: "";
}

.bxs-planet:before {
  content: "";
}

.bxs-plane-take-off:before {
  content: "";
}

.bxs-playlist:before {
  content: "";
}

.bxs-plug:before {
  content: "";
}

.bxs-plus-circle:before {
  content: "";
}

.bxs-plus-square:before {
  content: "";
}

.bxs-pointer:before {
  content: "";
}

.bxs-polygon:before {
  content: "";
}

.bxs-printer:before {
  content: "";
}

.bxs-purchase-tag:before {
  content: "";
}

.bxs-purchase-tag-alt:before {
  content: "";
}

.bxs-pyramid:before {
  content: "";
}

.bxs-quote-alt-left:before {
  content: "";
}

.bxs-quote-alt-right:before {
  content: "";
}

.bxs-quote-left:before {
  content: "";
}

.bxs-quote-right:before {
  content: "";
}

.bxs-quote-single-left:before {
  content: "";
}

.bxs-quote-single-right:before {
  content: "";
}

.bxs-radiation:before {
  content: "";
}

.bxs-radio:before {
  content: "";
}

.bxs-receipt:before {
  content: "";
}

.bxs-rectangle:before {
  content: "";
}

.bxs-registered:before {
  content: "";
}

.bxs-rename:before {
  content: "";
}

.bxs-report:before {
  content: "";
}

.bxs-rewind-circle:before {
  content: "";
}

.bxs-right-arrow:before {
  content: "";
}

.bxs-right-arrow-alt:before {
  content: "";
}

.bxs-right-arrow-circle:before {
  content: "";
}

.bxs-right-arrow-square:before {
  content: "";
}

.bxs-right-down-arrow-circle:before {
  content: "";
}

.bxs-right-top-arrow-circle:before {
  content: "";
}

.bxs-rocket:before {
  content: "";
}

.bxs-ruler:before {
  content: "";
}

.bxs-sad:before {
  content: "";
}

.bxs-save:before {
  content: "";
}

.bxs-school:before {
  content: "";
}

.bxs-search:before {
  content: "";
}

.bxs-search-alt-2:before {
  content: "";
}

.bxs-select-multiple:before {
  content: "";
}

.bxs-send:before {
  content: "";
}

.bxs-server:before {
  content: "";
}

.bxs-shapes:before {
  content: "";
}

.bxs-share:before {
  content: "";
}

.bxs-share-alt:before {
  content: "";
}

.bxs-shield:before {
  content: "";
}

.bxs-shield-alt-2:before {
  content: "";
}

.bxs-shield-x:before {
  content: "";
}

.bxs-ship:before {
  content: "";
}

.bxs-shocked:before {
  content: "";
}

.bxs-shopping-bag:before {
  content: "";
}

.bxs-shopping-bag-alt:before {
  content: "";
}

.bxs-shopping-bags:before {
  content: "";
}

.bxs-show:before {
  content: "";
}

.bxs-skip-next-circle:before {
  content: "";
}

.bxs-skip-previous-circle:before {
  content: "";
}

.bxs-skull:before {
  content: "";
}

.bxs-sleepy:before {
  content: "";
}

.bxs-slideshow:before {
  content: "";
}

.bxs-smile:before {
  content: "";
}

.bxs-sort-alt:before {
  content: "";
}

.bxs-spa:before {
  content: "";
}

.bxs-speaker:before {
  content: "";
}

.bxs-spray-can:before {
  content: "";
}

.bxs-spreadsheet:before {
  content: "";
}

.bxs-square:before {
  content: "";
}

.bxs-square-rounded:before {
  content: "";
}

.bxs-star:before {
  content: "";
}

.bxs-star-half:before {
  content: "";
}

.bxs-sticker:before {
  content: "";
}

.bxs-stopwatch:before {
  content: "";
}

.bxs-store:before {
  content: "";
}

.bxs-store-alt:before {
  content: "";
}

.bxs-sun:before {
  content: "";
}

.bxs-tachometer:before {
  content: "";
}

.bxs-tag:before {
  content: "";
}

.bxs-tag-alt:before {
  content: "";
}

.bxs-tag-x:before {
  content: "";
}

.bxs-taxi:before {
  content: "";
}

.bxs-tennis-ball:before {
  content: "";
}

.bxs-terminal:before {
  content: "";
}

.bxs-thermometer:before {
  content: "";
}

.bxs-time:before {
  content: "";
}

.bxs-time-five:before {
  content: "";
}

.bxs-timer:before {
  content: "";
}

.bxs-tired:before {
  content: "";
}

.bxs-toggle-left:before {
  content: "";
}

.bxs-toggle-right:before {
  content: "";
}

.bxs-tone:before {
  content: "";
}

.bxs-torch:before {
  content: "";
}

.bxs-to-top:before {
  content: "";
}

.bxs-traffic:before {
  content: "";
}

.bxs-traffic-barrier:before {
  content: "";
}

.bxs-traffic-cone:before {
  content: "";
}

.bxs-train:before {
  content: "";
}

.bxs-trash:before {
  content: "";
}

.bxs-trash-alt:before {
  content: "";
}

.bxs-tree:before {
  content: "";
}

.bxs-trophy:before {
  content: "";
}

.bxs-truck:before {
  content: "";
}

.bxs-t-shirt:before {
  content: "";
}

.bxs-tv:before {
  content: "";
}

.bxs-up-arrow:before {
  content: "";
}

.bxs-up-arrow-alt:before {
  content: "";
}

.bxs-up-arrow-circle:before {
  content: "";
}

.bxs-up-arrow-square:before {
  content: "";
}

.bxs-upside-down:before {
  content: "";
}

.bxs-upvote:before {
  content: "";
}

.bxs-user:before {
  content: "";
}

.bxs-user-account:before {
  content: "";
}

.bxs-user-badge:before {
  content: "";
}

.bxs-user-check:before {
  content: "";
}

.bxs-user-circle:before {
  content: "";
}

.bxs-user-detail:before {
  content: "";
}

.bxs-user-minus:before {
  content: "";
}

.bxs-user-pin:before {
  content: "";
}

.bxs-user-plus:before {
  content: "";
}

.bxs-user-rectangle:before {
  content: "";
}

.bxs-user-voice:before {
  content: "";
}

.bxs-user-x:before {
  content: "";
}

.bxs-vector:before {
  content: "";
}

.bxs-vial:before {
  content: "";
}

.bxs-video:before {
  content: "";
}

.bxs-video-off:before {
  content: "";
}

.bxs-video-plus:before {
  content: "";
}

.bxs-video-recording:before {
  content: "";
}

.bxs-videos:before {
  content: "";
}

.bxs-virus:before {
  content: "";
}

.bxs-virus-block:before {
  content: "";
}

.bxs-volume:before {
  content: "";
}

.bxs-volume-full:before {
  content: "";
}

.bxs-volume-low:before {
  content: "";
}

.bxs-volume-mute:before {
  content: "";
}

.bxs-wallet:before {
  content: "";
}

.bxs-wallet-alt:before {
  content: "";
}

.bxs-washer:before {
  content: "";
}

.bxs-watch:before {
  content: "";
}

.bxs-watch-alt:before {
  content: "";
}

.bxs-webcam:before {
  content: "";
}

.bxs-widget:before {
  content: "";
}

.bxs-window-alt:before {
  content: "";
}

.bxs-wine:before {
  content: "";
}

.bxs-wink-smile:before {
  content: "";
}

.bxs-wink-tongue:before {
  content: "";
}

.bxs-wrench:before {
  content: "";
}

.bxs-x-circle:before {
  content: "";
}

.bxs-x-square:before {
  content: "";
}

.bxs-yin-yang:before {
  content: "";
}

.bxs-zap:before {
  content: "";
}

.bxs-zoom-in:before {
  content: "";
}

.bxs-zoom-out:before {
  content: "";
}


/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

@media (width >= 600px) {
  .container {
    max-width: 600px;
  }
}

@media (width >= 900px) {
  .container {
    max-width: 900px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (width >= 1920px) {
  .container {
    max-width: 1920px;
  }
}

#__next .pointer-events-none {
  pointer-events: none;
}

#__next .\!visible {
  visibility: visible !important;
}

#__next .visible {
  visibility: visible;
}

#__next .invisible {
  visibility: hidden;
}

#__next .\!collapse {
  visibility: collapse !important;
}

#__next .collapse {
  visibility: collapse;
}

#__next .static {
  position: static;
}

#__next .fixed {
  position: fixed;
}

#__next .absolute {
  position: absolute;
}

#__next .relative {
  position: relative;
}

#__next .sticky {
  position: sticky;
}

#__next .inset-0 {
  inset: 0;
}

#__next .-end-2 {
  inset-inline-end: -.5rem;
}

#__next .-left-0\.5 {
  left: -.125rem;
}

#__next .bottom-0 {
  bottom: 0;
}

#__next .bottom-3 {
  bottom: .75rem;
}

#__next .end-0 {
  inset-inline-end: 0;
}

#__next .end-5 {
  inset-inline-end: 1.25rem;
}

#__next .left-0 {
  left: 0;
}

#__next .left-1\/2 {
  left: 50%;
}

#__next .right-0 {
  right: 0;
}

#__next .right-10 {
  right: 2.5rem;
}

#__next .right-2 {
  right: .5rem;
}

#__next .right-3 {
  right: .75rem;
}

#__next .right-full {
  right: 100%;
}

#__next .start-12 {
  inset-inline-start: 3rem;
}

#__next .start-2 {
  inset-inline-start: .5rem;
}

#__next .start-3\.5 {
  inset-inline-start: .875rem;
}

#__next .start-4 {
  inset-inline-start: 1rem;
}

#__next .start-\[11px\] {
  inset-inline-start: 11px;
}

#__next .top-0 {
  top: 0;
}

#__next .top-12 {
  top: 3rem;
}

#__next .top-2 {
  top: .5rem;
}

#__next .top-3 {
  top: .75rem;
}

#__next .top-4 {
  top: 1rem;
}

#__next .top-6 {
  top: 1.5rem;
}

#__next .top-\[102px\] {
  top: 102px;
}

#__next .-z-\[1\] {
  z-index: -1;
}

#__next .z-10 {
  z-index: 10;
}

#__next .z-\[1201\] {
  z-index: 1201;
}

#__next .z-\[12\] {
  z-index: 12;
}

#__next .z-\[1\] {
  z-index: 1;
}

#__next .z-\[9999\] {
  z-index: 9999;
}

#__next .z-\[cal\(var\(--mui-zIndex-mobileStepper\)-1\)\] {
  z-index: cal(var(--mui-zIndex-mobileStepper) -1);
}

#__next .-order-1 {
  order: -1;
}

#__next .order-2 {
  order: 2;
}

#__next .col-span-2 {
  grid-column: span 2 / span 2;
}

#__next .m-0 {
  margin: 0;
}

#__next .m-3 {
  margin: .75rem;
}

#__next .m-\[5px\] {
  margin: 5px;
}

#__next .my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

#__next .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#__next .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

#__next .mb-0\.5 {
  margin-bottom: .125rem;
}

#__next .mb-1 {
  margin-bottom: .25rem;
}

#__next .mb-2 {
  margin-bottom: .5rem;
}

#__next .mb-3 {
  margin-bottom: .75rem;
}

#__next .mb-4 {
  margin-bottom: 1rem;
}

#__next .mb-6 {
  margin-bottom: 1.5rem;
}

#__next .me-3 {
  margin-inline-end: .75rem;
}

#__next .ml-1 {
  margin-left: .25rem;
}

#__next .ml-2 {
  margin-left: .5rem;
}

#__next .ml-4 {
  margin-left: 1rem;
}

#__next .ml-6 {
  margin-left: 1.5rem;
}

#__next .mr-2 {
  margin-right: .5rem;
}

#__next .mt-0\.5 {
  margin-top: .125rem;
}

#__next .mt-1 {
  margin-top: .25rem;
}

#__next .mt-2 {
  margin-top: .5rem;
}

#__next .mt-3 {
  margin-top: .75rem;
}

#__next .mt-4 {
  margin-top: 1rem;
}

#__next .mt-6 {
  margin-top: 1.5rem;
}

#__next .mt-8 {
  margin-top: 2rem;
}

#__next .mt-auto {
  margin-top: auto;
}

#__next .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#__next .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#__next .block {
  display: block;
}

#__next .inline-block {
  display: inline-block;
}

#__next .inline {
  display: inline;
}

#__next .flex {
  display: flex;
}

#__next .inline-flex {
  display: inline-flex;
}

#__next .table {
  display: table;
}

#__next .table-header-group {
  display: table-header-group;
}

#__next .grid {
  display: grid;
}

#__next .hidden {
  display: none;
}

#__next .aspect-\[648\/400\] {
  aspect-ratio: 648 / 400;
}

#__next .aspect-square {
  aspect-ratio: 1;
}

#__next .aspect-video {
  aspect-ratio: 16 / 9;
}

#__next .h-12 {
  height: 3rem;
}

#__next .h-16 {
  height: 4rem;
}

#__next .h-2 {
  height: .5rem;
}

#__next .h-2\.5 {
  height: .625rem;
}

#__next .h-40 {
  height: 10rem;
}

#__next .h-5 {
  height: 1.25rem;
}

#__next .h-6 {
  height: 1.5rem;
}

#__next .h-64 {
  height: 16rem;
}

#__next .h-8 {
  height: 2rem;
}

#__next .h-\[280px\] {
  height: 280px;
}

#__next .h-\[40px\] {
  height: 40px;
}

#__next .h-\[50px\] {
  height: 50px;
}

#__next .h-\[70vh\] {
  height: 70vh;
}

#__next .h-full {
  height: 100%;
}

#__next .max-h-40 {
  max-height: 10rem;
}

#__next .max-h-full {
  max-height: 100%;
}

#__next .min-h-\[250px\] {
  min-height: 250px;
}

#__next .min-h-\[400px\] {
  min-height: 400px;
}

#__next .min-h-\[500px\] {
  min-height: 500px;
}

#__next .min-h-screen {
  min-height: 100vh;
}

#__next .w-12 {
  width: 3rem;
}

#__next .w-16 {
  width: 4rem;
}

#__next .w-6 {
  width: 1.5rem;
}

#__next .w-8 {
  width: 2rem;
}

#__next .w-\[40px\] {
  width: 40px;
}

#__next .w-\[50px\] {
  width: 50px;
}

#__next .w-auto {
  width: auto;
}

#__next .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

#__next .w-full {
  width: 100%;
}

#__next .w-px {
  width: 1px;
}

#__next .min-w-\[40px\] {
  min-width: 40px;
}

#__next .min-w-full {
  min-width: 100%;
}

#__next .min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

#__next .max-w-\[200px\] {
  max-width: 200px;
}

#__next .max-w-\[500px\] {
  max-width: 500px;
}

#__next .max-w-full {
  max-width: 100%;
}

#__next .max-w-none {
  max-width: none;
}

#__next .flex-1 {
  flex: 1;
}

#__next .flex-auto {
  flex: auto;
}

#__next .flex-shrink {
  flex-shrink: 1;
}

#__next .flex-shrink-0 {
  flex-shrink: 0;
}

#__next .shrink {
  flex-shrink: 1;
}

#__next .shrink-0 {
  flex-shrink: 0;
}

#__next .flex-grow {
  flex-grow: 1;
}

#__next .grow {
  flex-grow: 1;
}

#__next .basis-full {
  flex-basis: 100%;
}

#__next .border-collapse {
  border-collapse: collapse;
}

#__next .translate-x-\[35\%\] {
  --tw-translate-x: 35%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .cursor-grab {
  cursor: grab;
}

#__next .cursor-pointer {
  cursor: pointer;
}

#__next .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#__next .resize {
  resize: both;
}

#__next .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#__next .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#__next .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#__next .flex-row {
  flex-direction: row;
}

#__next .flex-row-reverse {
  flex-direction: row-reverse;
}

#__next .flex-col {
  flex-direction: column;
}

#__next .flex-wrap {
  flex-wrap: wrap;
}

#__next .flex-nowrap {
  flex-wrap: nowrap;
}

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

#__next .items-start {
  align-items: flex-start;
}

#__next .items-end {
  align-items: flex-end;
}

#__next .items-center {
  align-items: center;
}

#__next .items-baseline {
  align-items: baseline;
}

#__next .justify-normal {
  justify-content: normal;
}

#__next .justify-start {
  justify-content: flex-start;
}

#__next .justify-end {
  justify-content: flex-end;
}

#__next .justify-center {
  justify-content: center;
}

#__next .justify-between {
  justify-content: space-between;
}

#__next .justify-around {
  justify-content: space-around;
}

#__next .gap-0\.5 {
  gap: .125rem;
}

#__next .gap-1 {
  gap: .25rem;
}

#__next .gap-1\.5 {
  gap: .375rem;
}

#__next .gap-10 {
  gap: 2.5rem;
}

#__next .gap-11 {
  gap: 2.75rem;
}

#__next .gap-12 {
  gap: 3rem;
}

#__next .gap-16 {
  gap: 4rem;
}

#__next .gap-2 {
  gap: .5rem;
}

#__next .gap-2\.5 {
  gap: .625rem;
}

#__next .gap-3 {
  gap: .75rem;
}

#__next .gap-3\.5 {
  gap: .875rem;
}

#__next .gap-4 {
  gap: 1rem;
}

#__next .gap-5 {
  gap: 1.25rem;
}

#__next .gap-6 {
  gap: 1.5rem;
}

#__next .gap-7 {
  gap: 1.75rem;
}

#__next .gap-8 {
  gap: 2rem;
}

#__next .gap-\[1\.125rem\] {
  gap: 1.125rem;
}

#__next .gap-\[1\.45rem\] {
  gap: 1.45rem;
}

#__next .gap-\[10px\] {
  gap: 10px;
}

#__next .gap-\[18px\] {
  gap: 18px;
}

#__next .gap-\[26px\] {
  gap: 26px;
}

#__next .gap-\[30px\] {
  gap: 30px;
}

#__next .gap-\[38px\] {
  gap: 38px;
}

#__next .gap-x-1 {
  -moz-column-gap: .25rem;
  column-gap: .25rem;
}

#__next .gap-x-1\.5 {
  -moz-column-gap: .375rem;
  column-gap: .375rem;
}

#__next .gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

#__next .gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

#__next .gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

#__next .gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

#__next .gap-x-28 {
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}

#__next .gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}

#__next .gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

#__next .gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

#__next .gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

#__next .gap-y-0\.5 {
  row-gap: .125rem;
}

#__next .gap-y-1 {
  row-gap: .25rem;
}

#__next .gap-y-12 {
  row-gap: 3rem;
}

#__next .gap-y-2 {
  row-gap: .5rem;
}

#__next .gap-y-2\.5 {
  row-gap: .625rem;
}

#__next .gap-y-3 {
  row-gap: .75rem;
}

#__next .gap-y-4 {
  row-gap: 1rem;
}

#__next .gap-y-6 {
  row-gap: 1.5rem;
}

#__next .gap-y-8 {
  row-gap: 2rem;
}

#__next .gap-y-\[29px\] {
  row-gap: 29px;
}

#__next :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

#__next :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

#__next :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#__next .self-start {
  align-self: flex-start;
}

#__next .self-end {
  align-self: flex-end;
}

#__next .self-center {
  align-self: center;
}

#__next .self-baseline {
  align-self: baseline;
}

#__next .justify-self-center {
  justify-self: center;
}

#__next .overflow-auto {
  overflow: auto;
}

#__next .overflow-hidden {
  overflow: hidden;
}

#__next .overflow-visible {
  overflow: visible;
}

#__next .overflow-x-auto {
  overflow-x: auto;
}

#__next .overflow-y-auto {
  overflow-y: auto;
}

#__next .overflow-x-hidden {
  overflow-x: hidden;
}

#__next .overflow-y-hidden {
  overflow-y: hidden;
}

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

#__next .whitespace-nowrap {
  white-space: nowrap;
}

#__next .whitespace-pre-wrap {
  white-space: pre-wrap;
}

#__next .text-wrap {
  text-wrap: wrap;
}

#__next .text-nowrap {
  text-wrap: nowrap;
}

#__next .break-words {
  overflow-wrap: break-word;
}

#__next .rounded {
  border-radius: .375rem;
}

#__next .rounded-\[60px\] {
  border-radius: 60px;
}

#__next .rounded-full {
  border-radius: 9999px;
}

#__next .rounded-lg {
  border-radius: var(--mui-shape-customBorderRadius-lg);
}

#__next .rounded-none {
  border-radius: 0;
}

#__next .rounded-sm {
  border-radius: var(--mui-shape-customBorderRadius-sm);
}

#__next .rounded-xl {
  border-radius: var(--mui-shape-customBorderRadius-xl);
}

#__next .rounded-b {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

#__next .rounded-e {
  border-start-end-radius: .375rem;
  border-end-end-radius: .375rem;
}

#__next .rounded-s {
  border-start-start-radius: .375rem;
  border-end-start-radius: .375rem;
}

#__next .rounded-t-xl {
  border-top-left-radius: var(--mui-shape-customBorderRadius-xl);
  border-top-right-radius: var(--mui-shape-customBorderRadius-xl);
}

#__next .rounded-ee-none {
  border-end-end-radius: 0;
}

#__next .rounded-se-none {
  border-start-end-radius: 0;
}

#__next .border {
  border-width: 1px;
}

#__next .border-0 {
  border-width: 0;
}

#__next .border-2 {
  border-width: 2px;
}

#__next .border-\[5px\] {
  border-width: 5px;
}

#__next .border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

#__next .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

#__next .border-b {
  border-bottom-width: 1px;
}

#__next .border-l-2 {
  border-left-width: 2px;
}

#__next .border-l-4 {
  border-left-width: 4px;
}

#__next .border-t {
  border-top-width: 1px;
}

#__next .border-t-4 {
  border-top-width: 4px;
}

#__next .border-dashed {
  border-style: dashed;
}

#__next .border-none {
  border-style: none;
}

#__next .border-backgroundPaper {
  border-color: var(--mui-palette-background-paper);
}

#__next .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

#__next .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

#__next .border-info {
  border-color: var(--mui-palette-info-main);
}

#__next .border-primary {
  border-color: var(--primary-color);
}

#__next .border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

#__next .border-success {
  border-color: var(--mui-palette-success-main);
}

#__next .border-transparent {
  border-color: #0000;
}

#__next .border-warning {
  border-color: var(--mui-palette-warning-main);
}

#__next .border-l-info {
  border-left-color: var(--mui-palette-info-main);
}

#__next .border-l-primary {
  border-left-color: var(--primary-color);
}

#__next .border-t-primary {
  border-top-color: var(--primary-color);
}

#__next .border-t-success {
  border-top-color: var(--mui-palette-success-main);
}

#__next .\!bg-facebook {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity, 1)) !important;
}

#__next .\!bg-transparent {
  background-color: #0000 !important;
}

#__next .\!bg-twitter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1)) !important;
}

#__next .bg-\[\#282C3E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 62 / var(--tw-bg-opacity, 1));
}

#__next .bg-\[\#F6F8FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
}

#__next .bg-\[rgba\(255\,255\,255\,0\.5\)\] {
  background-color: #ffffff80;
}

#__next .bg-\[var\(--mui-palette-primary-lightOpacity\)\] {
  background-color: var(--mui-palette-primary-lightOpacity);
}

#__next .bg-\[var\(--mui-palette-success-lightOpacity\)\] {
  background-color: var(--mui-palette-success-lightOpacity);
}

#__next .bg-\[var\(--mui-palette-warning-lightOpacity\)\] {
  background-color: var(--mui-palette-warning-lightOpacity);
}

#__next .bg-actionHover {
  background-color: var(--mui-palette-action-hover);
}

#__next .bg-actionSelected {
  background-color: var(--mui-palette-action-selected);
}

#__next .bg-backgroundChat {
  background-color: var(--mui-palette-customColors-chatBg);
}

#__next .bg-backgroundDefault {
  background-color: var(--mui-palette-background-default);
}

#__next .bg-backgroundPaper {
  background-color: var(--mui-palette-background-paper);
}

#__next .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

#__next .bg-black\/20 {
  background-color: #0003;
}

#__next .bg-errorLight {
  background-color: var(--mui-palette-error-lightOpacity);
}

#__next .bg-errorLighter {
  background-color: var(--mui-palette-error-lighterOpacity);
}

#__next .bg-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity, 1));
}

#__next .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

#__next .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

#__next .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

#__next .bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

#__next .bg-linkedin {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 182 / var(--tw-bg-opacity, 1));
}

#__next .bg-primary {
  background-color: var(--primary-color);
}

#__next .bg-primaryLight {
  background-color: var(--mui-palette-primary-lightOpacity);
}

#__next .bg-primaryLighter {
  background-color: var(--mui-palette-primary-lighterOpacity);
}

#__next .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

#__next .bg-red-50\/50 {
  background-color: #fef2f280;
}

#__next .bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

#__next .bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

#__next .bg-textDisabled {
  background-color: var(--mui-palette-text-disabled);
}

#__next .bg-textPrimary {
  background-color: var(--mui-palette-text-primary);
}

#__next .bg-transparent {
  background-color: #0000;
}

#__next .bg-twitter {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}

#__next .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#__next .bg-opacity-50 {
  --tw-bg-opacity: .5;
}

#__next .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

#__next .from-primary {
  --tw-gradient-from: var(--primary-color) var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#__next .to-info {
  --tw-gradient-to: var(--mui-palette-info-main) var(--tw-gradient-to-position);
}

#__next .bg-cover {
  background-size: cover;
}

#__next .bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

#__next .bg-center {
  background-position: center;
}

#__next .object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

#__next .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

#__next .p-0 {
  padding: 0;
}

#__next .p-1 {
  padding: .25rem;
}

#__next .p-1\.5 {
  padding: .375rem;
}

#__next .p-10 {
  padding: 2.5rem;
}

#__next .p-12 {
  padding: 3rem;
}

#__next .p-2 {
  padding: .5rem;
}

#__next .p-3 {
  padding: .75rem;
}

#__next .p-4 {
  padding: 1rem;
}

#__next .p-5 {
  padding: 1.25rem;
}

#__next .p-6 {
  padding: 1.5rem;
}

#__next .p-8 {
  padding: 2rem;
}

#__next .p-\[10px\] {
  padding: 10px;
}

#__next .p-\[9px\] {
  padding: 9px;
}

#__next .px-0 {
  padding-left: 0;
  padding-right: 0;
}

#__next .px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

#__next .px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

#__next .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#__next .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#__next .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#__next .py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

#__next .py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

#__next .py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

#__next .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#__next .py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#__next .py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

#__next .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#__next .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#__next .\!pb-0 {
  padding-bottom: 0 !important;
}

#__next .\!pt-0 {
  padding-top: 0 !important;
}

#__next .pb-2 {
  padding-bottom: .5rem;
}

#__next .pb-3 {
  padding-bottom: .75rem;
}

#__next .pb-4 {
  padding-bottom: 1rem;
}

#__next .pl-12 {
  padding-left: 3rem;
}

#__next .pl-4 {
  padding-left: 1rem;
}

#__next .pr-2 {
  padding-right: .5rem;
}

#__next .pt-0 {
  padding-top: 0;
}

#__next .pt-2 {
  padding-top: .5rem;
}

#__next .pt-4 {
  padding-top: 1rem;
}

#__next .text-left {
  text-align: left;
}

#__next .text-center {
  text-align: center;
}

#__next .text-right {
  text-align: right;
}

#__next .text-justify {
  text-align: justify;
}

#__next .text-start {
  text-align: start;
}

#__next .\!text-end {
  text-align: end !important;
}

#__next .text-end {
  text-align: end;
}

#__next .align-top {
  vertical-align: top;
}

#__next .align-sub {
  vertical-align: sub;
}

#__next .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

#__next .\!text-\[22px\] {
  font-size: 22px !important;
}

#__next .\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

#__next .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#__next .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#__next .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#__next .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

#__next .text-8xl {
  font-size: 6rem;
  line-height: 1;
}

#__next .text-\[1\.5rem\] {
  font-size: 1.5rem;
}

#__next .text-\[1\.625rem\] {
  font-size: 1.625rem;
}

#__next .text-\[1\.75rem\] {
  font-size: 1.75rem;
}

#__next .text-\[10px\] {
  font-size: 10px;
}

#__next .text-\[13px\] {
  font-size: 13px;
}

#__next .text-\[15px\] {
  font-size: 15px;
}

#__next .text-\[2\.125rem\] {
  font-size: 2.125rem;
}

#__next .text-\[22px\] {
  font-size: 22px;
}

#__next .text-\[26px\] {
  font-size: 26px;
}

#__next .text-\[28px\] {
  font-size: 28px;
}

#__next .text-\[30px\] {
  font-size: 30px;
}

#__next .text-\[32px\] {
  font-size: 32px;
}

#__next .text-\[34px\] {
  font-size: 34px;
}

#__next .text-\[50px\] {
  font-size: 50px;
}

#__next .text-\[64px\] {
  font-size: 64px;
}

#__next .text-\[6px\] {
  font-size: 6px;
}

#__next .text-\[88px\] {
  font-size: 88px;
}

#__next .text-\[8px\] {
  font-size: 8px;
}

#__next .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

#__next .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#__next .text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

#__next .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#__next .text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

#__next .\!font-normal {
  font-weight: 400 !important;
}

#__next .font-bold {
  font-weight: 700;
}

#__next .font-extrabold {
  font-weight: 800;
}

#__next .font-medium {
  font-weight: 500;
}

#__next .font-normal {
  font-weight: 400;
}

#__next .font-semibold {
  font-weight: 600;
}

#__next .uppercase {
  text-transform: uppercase;
}

#__next .lowercase {
  text-transform: lowercase;
}

#__next .capitalize {
  text-transform: capitalize;
}

#__next .normal-case {
  text-transform: none;
}

#__next .italic {
  font-style: italic;
}

#__next .tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

#__next .leading-\[1\.16667\] {
  line-height: 1.16667;
}

#__next .leading-\[1\.4667\] {
  line-height: 1.4667;
}

#__next .leading-\[1\.55556\] {
  line-height: 1.55556;
}

#__next .leading-\[44px\] {
  line-height: 44px;
}

#__next .leading-relaxed {
  line-height: 1.625;
}

#__next .leading-tight {
  line-height: 1.25;
}

#__next .tracking-\[0\.8px\] {
  letter-spacing: .8px;
}

#__next .tracking-wide {
  letter-spacing: .025em;
}

#__next .tracking-wider {
  letter-spacing: .05em;
}

#__next .\!text-primary {
  color: var(--primary-color) !important;
}

#__next .\!text-success {
  color: var(--mui-palette-success-main) !important;
}

#__next .\!text-textSecondary {
  color: var(--mui-palette-text-secondary) !important;
}

#__next .\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#__next .text-\[\#D3D4DC\] {
  --tw-text-opacity: 1;
  color: rgb(211 212 220 / var(--tw-text-opacity, 1));
}

#__next .text-\[var\(--mui-palette-customColors-trackBg\)\] {
  color: var(--mui-palette-customColors-trackBg);
}

#__next .text-\[var\(--mui-palette-primary-contrastText\)\] {
  color: var(--mui-palette-primary-contrastText);
}

#__next .text-\[var\(--mui-palette-primary-main\)\] {
  color: var(--mui-palette-primary-main);
}

#__next .text-\[var\(--mui-palette-success-main\)\] {
  color: var(--mui-palette-success-main);
}

#__next .text-\[var\(--mui-palette-warning-main\)\] {
  color: var(--mui-palette-warning-main);
}

#__next .text-actionDisabledBackground {
  color: var(--mui-palette-action-disabledBackground);
}

#__next .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

#__next .text-error {
  color: var(--mui-palette-error-main);
}

#__next .text-facebook {
  --tw-text-opacity: 1;
  color: rgb(66 103 178 / var(--tw-text-opacity, 1));
}

#__next .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

#__next .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

#__next .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

#__next .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

#__next .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

#__next .text-info {
  color: var(--mui-palette-info-main);
}

#__next .text-inherit {
  color: inherit;
}

#__next .text-primary {
  color: var(--primary-color);
}

#__next .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

#__next .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

#__next .text-secondary {
  color: var(--mui-palette-secondary-main);
}

#__next .text-success {
  color: var(--mui-palette-success-main);
}

#__next .text-textDisabled {
  color: var(--mui-palette-text-disabled);
}

#__next .text-textPrimary {
  color: var(--mui-palette-text-primary);
}

#__next .text-textSecondary {
  color: var(--mui-palette-text-secondary);
}

#__next .text-transparent {
  color: #0000;
}

#__next .text-twitter {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

#__next .text-warning {
  color: var(--mui-palette-warning-main);
}

#__next .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#__next .text-white\/80 {
  color: #fffc;
}

#__next .underline {
  text-decoration-line: underline;
}

#__next .overline {
  text-decoration-line: overline;
}

#__next .line-through {
  text-decoration-line: line-through;
}

#__next .opacity-0 {
  opacity: 0;
}

#__next .opacity-50 {
  opacity: .5;
}

#__next .opacity-75 {
  opacity: .75;
}

#__next .opacity-\[0\.78\] {
  opacity: .78;
}

#__next .opacity-\[0\.92\] {
  opacity: .92;
}

#__next .shadow {
  --tw-shadow: var(--mui-customShadows-md);
  --tw-shadow-colored: var(--mui-customShadows-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 #0000000d;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-lg {
  --tw-shadow: var(--mui-customShadows-lg);
  --tw-shadow-colored: var(--mui-customShadows-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-md {
  --tw-shadow: var(--mui-customShadows-md);
  --tw-shadow-colored: var(--mui-customShadows-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-primarySm {
  --tw-shadow: var(--mui-customShadows-primary-sm);
  --tw-shadow-colored: var(--mui-customShadows-primary-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-sm {
  --tw-shadow: var(--mui-customShadows-sm);
  --tw-shadow-colored: var(--mui-customShadows-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-xl {
  --tw-shadow: var(--mui-customShadows-xl);
  --tw-shadow-colored: var(--mui-customShadows-xl);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-xs {
  --tw-shadow: var(--mui-customShadows-xs);
  --tw-shadow-colored: var(--mui-customShadows-xs);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

#__next .outline {
  outline-style: solid;
}

#__next .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#__next .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#__next .ring-primary {
  --tw-ring-color: var(--primary-color);
}

#__next .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#__next .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#__next .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

#__next .backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#__next .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .duration-300 {
  transition-duration: .3s;
}

#__next .ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#__next .ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

#__next .text-start {
  text-align: start;
}

#__next .\!text-end {
  text-align: end !important;
}

#__next .text-end {
  text-align: end;
}

#__next .bs-10 {
  block-size: 2.5rem;
}

#__next .bs-12 {
  block-size: 3rem;
}

#__next .bs-2 {
  block-size: .5rem;
}

#__next .bs-2\.5 {
  block-size: .625rem;
}

#__next .bs-3 {
  block-size: .75rem;
}

#__next .bs-4 {
  block-size: 1rem;
}

#__next .bs-5 {
  block-size: 1.25rem;
}

#__next .bs-6 {
  block-size: 1.5rem;
}

#__next .bs-8 {
  block-size: 2rem;
}

#__next .bs-\[100px\] {
  block-size: 100px;
}

#__next .bs-\[105px\] {
  block-size: 105px;
}

#__next .bs-\[120px\] {
  block-size: 120px;
}

#__next .bs-\[135px\] {
  block-size: 135px;
}

#__next .bs-\[140px\] {
  block-size: 140px;
}

#__next .bs-\[148px\] {
  block-size: 148px;
}

#__next .bs-\[150px\] {
  block-size: 150px;
}

#__next .bs-\[180px\] {
  block-size: 180px;
}

#__next .bs-\[185px\] {
  block-size: 185px;
}

#__next .bs-\[18px\] {
  block-size: 18px;
}

#__next .bs-\[2\.125rem\] {
  block-size: 2.125rem;
}

#__next .bs-\[200px\] {
  block-size: 200px;
}

#__next .bs-\[213px\] {
  block-size: 213px;
}

#__next .bs-\[230px\] {
  block-size: 230px;
}

#__next .bs-\[240px\] {
  block-size: 240px;
}

#__next .bs-\[250px\] {
  block-size: 250px;
}

#__next .bs-\[270px\] {
  block-size: 270px;
}

#__next .bs-\[30px\] {
  block-size: 30px;
}

#__next .bs-\[327px\] {
  block-size: 327px;
}

#__next .bs-\[32px\] {
  block-size: 32px;
}

#__next .bs-\[34px\] {
  block-size: 34px;
}

#__next .bs-\[350px\] {
  block-size: 350px;
}

#__next .bs-\[40\%\] {
  block-size: 40%;
}

#__next .bs-\[40px\] {
  block-size: 40px;
}

#__next .bs-\[42px\] {
  block-size: 42px;
}

#__next .bs-\[46px\] {
  block-size: 46px;
}

#__next .bs-\[48px\] {
  block-size: 48px;
}

#__next .bs-\[500px\] {
  block-size: 500px;
}

#__next .bs-\[550px\] {
  block-size: 550px;
}

#__next .bs-\[56px\] {
  block-size: 56px;
}

#__next .bs-\[60px\] {
  block-size: 60px;
}

#__next .bs-\[66px\] {
  block-size: 66px;
}

#__next .bs-\[78px\] {
  block-size: 78px;
}

#__next .bs-\[84px\] {
  block-size: 84px;
}

#__next .bs-auto {
  block-size: auto;
}

#__next .bs-full {
  block-size: 100%;
}

#__next .min-bs-8 {
  min-block-size: 2rem;
}

#__next .min-bs-\[100dvh\] {
  min-block-size: 100dvh;
}

#__next .min-bs-\[37px\] {
  min-block-size: 37px;
}

#__next .min-bs-full {
  min-block-size: 100%;
}

#__next .max-bs-\[180px\] {
  max-block-size: 180px;
}

#__next .max-bs-\[400px\] {
  max-block-size: 400px;
}

#__next .max-bs-\[517px\] {
  max-block-size: 517px;
}

#__next .max-bs-\[550px\] {
  max-block-size: 550px;
}

#__next .\!is-full {
  inline-size: 100% !important;
}

#__next .is-1\/2 {
  inline-size: 50%;
}

#__next .is-1\/4 {
  inline-size: 25%;
}

#__next .is-10 {
  inline-size: 2.5rem;
}

#__next .is-12 {
  inline-size: 3rem;
}

#__next .is-2 {
  inline-size: .5rem;
}

#__next .is-2\/4 {
  inline-size: 50%;
}

#__next .is-20 {
  inline-size: 5rem;
}

#__next .is-24 {
  inline-size: 6rem;
}

#__next .is-4 {
  inline-size: 1rem;
}

#__next .is-5 {
  inline-size: 1.25rem;
}

#__next .is-8 {
  inline-size: 2rem;
}

#__next .is-96 {
  inline-size: 24rem;
}

#__next .is-\[100px\] {
  inline-size: 100px;
}

#__next .is-\[125\%\] {
  inline-size: 125%;
}

#__next .is-\[132\%\] {
  inline-size: 132%;
}

#__next .is-\[14\.6\%\] {
  inline-size: 14.6%;
}

#__next .is-\[150px\] {
  inline-size: 150px;
}

#__next .is-\[16\.5rem\] {
  inline-size: 16.5rem;
}

#__next .is-\[160px\] {
  inline-size: 160px;
}

#__next .is-\[17\.4\%\] {
  inline-size: 17.4%;
}

#__next .is-\[220px\] {
  inline-size: 220px;
}

#__next .is-\[23\.75rem\] {
  inline-size: 23.75rem;
}

#__next .is-\[230px\] {
  inline-size: 230px;
}

#__next .is-\[250px\] {
  inline-size: 250px;
}

#__next .is-\[28\.3\%\] {
  inline-size: 28.3%;
}

#__next .is-\[280px\] {
  inline-size: 280px;
}

#__next .is-\[29px\] {
  inline-size: 29px;
}

#__next .is-\[30\%\] {
  inline-size: 30%;
}

#__next .is-\[32px\] {
  inline-size: 32px;
}

#__next .is-\[34px\] {
  inline-size: 34px;
}

#__next .is-\[39\.7\%\] {
  inline-size: 39.7%;
}

#__next .is-\[42px\] {
  inline-size: 42px;
}

#__next .is-\[45px\] {
  inline-size: 45px;
}

#__next .is-\[48px\] {
  inline-size: 48px;
}

#__next .is-\[50px\] {
  inline-size: 50px;
}

#__next .is-\[56px\] {
  inline-size: 56px;
}

#__next .is-\[58px\] {
  inline-size: 58px;
}

#__next .is-\[66px\] {
  inline-size: 66px;
}

#__next .is-\[70\%\] {
  inline-size: 70%;
}

#__next .is-\[70px\] {
  inline-size: 70px;
}

#__next .is-\[78px\] {
  inline-size: 78px;
}

#__next .is-\[80\%\] {
  inline-size: 80%;
}

#__next .is-\[84px\] {
  inline-size: 84px;
}

#__next .is-\[90vw\] {
  inline-size: 90vw;
}

#__next .is-auto {
  inline-size: auto;
}

#__next .is-fit {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

#__next .is-full {
  inline-size: 100%;
}

#__next .\!min-is-full {
  min-inline-size: 100% !important;
}

#__next .min-is-0 {
  min-inline-size: 0;
}

#__next .min-is-48 {
  min-inline-size: 12rem;
}

#__next .min-is-6 {
  min-inline-size: 1.5rem;
}

#__next .min-is-\[100px\] {
  min-inline-size: 100px;
}

#__next .min-is-\[150px\] {
  min-inline-size: 150px;
}

#__next .min-is-\[16\.5rem\] {
  min-inline-size: 16.5rem;
}

#__next .min-is-\[160px\] {
  min-inline-size: 160px;
}

#__next .min-is-\[180px\] {
  min-inline-size: 180px;
}

#__next .min-is-\[200px\] {
  min-inline-size: 200px;
}

#__next .min-is-\[220px\] {
  min-inline-size: 220px;
}

#__next .min-is-\[225px\] {
  min-inline-size: 225px;
}

#__next .min-is-\[240px\] {
  min-inline-size: 240px;
}

#__next .min-is-\[250px\] {
  min-inline-size: 250px;
}

#__next .min-is-\[58px\] {
  min-inline-size: 58px;
}

#__next .min-is-\[95px\] {
  min-inline-size: 95px;
}

#__next .min-is-fit {
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
}

#__next .min-is-full {
  min-inline-size: 100%;
}

#__next .max-is-\[100px\] {
  max-inline-size: 100px;
}

#__next .max-is-\[152px\] {
  max-inline-size: 152px;
}

#__next .max-is-\[185px\] {
  max-inline-size: 185px;
}

#__next .max-is-\[320px\] {
  max-inline-size: 320px;
}

#__next .max-is-\[364px\] {
  max-inline-size: 364px;
}

#__next .max-is-\[400px\] {
  max-inline-size: 400px;
}

#__next .max-is-\[454px\] {
  max-inline-size: 454px;
}

#__next .max-is-\[46\.25rem\] {
  max-inline-size: 46.25rem;
}

#__next .max-is-\[65\%\] {
  max-inline-size: 65%;
}

#__next .max-is-\[75\%\] {
  max-inline-size: 75%;
}

#__next .max-is-\[80\%\] {
  max-inline-size: 80%;
}

#__next .max-is-\[85\%\] {
  max-inline-size: 85%;
}

#__next .max-is-\[calc\(100\%-5\.75rem\)\] {
  max-inline-size: calc(100% - 5.75rem);
}

#__next .max-is-full {
  max-inline-size: 100%;
}

#__next .-mli-6 {
  margin-inline: -1.5rem;
}

#__next .mlb-0 {
  margin-block: 0;
}

#__next .mlb-1 {
  margin-block: .25rem;
}

#__next .mlb-2 {
  margin-block: .5rem;
}

#__next .mlb-3 {
  margin-block: .75rem;
}

#__next .mlb-4 {
  margin-block: 1rem;
}

#__next .mlb-6 {
  margin-block: 1.5rem;
}

#__next .mlb-auto {
  margin-block: auto;
}

#__next .mli-1 {
  margin-inline: .25rem;
}

#__next .mli-12 {
  margin-inline: 3rem;
}

#__next .mli-2 {
  margin-inline: .5rem;
}

#__next .mli-3 {
  margin-inline: .75rem;
}

#__next .mli-6 {
  margin-inline: 1.5rem;
}

#__next .mli-auto {
  margin-inline: auto;
}

#__next .\!mbe-0 {
  margin-block-end: 0 !important;
}

#__next .\!mbs-14 {
  margin-block-start: 3.5rem !important;
}

#__next .\!mbs-4 {
  margin-block-start: 1rem !important;
}

#__next .\!mbs-5 {
  margin-block-start: 1.25rem !important;
}

#__next .-mbe-1\.5 {
  margin-block-end: -.375rem;
}

#__next .-mbe-7 {
  margin-block-end: -1.75rem;
}

#__next .-mbs-\[20\%\] {
  margin-block-start: -20%;
}

#__next .-mbs-\[57px\] {
  margin-block-start: -57px;
}

#__next .-mbs-\[80px\] {
  margin-block-start: -80px;
}

#__next .-mis-2 {
  margin-inline-start: -.5rem;
}

#__next .-mis-7 {
  margin-inline-start: -1.75rem;
}

#__next .mbe-0\.5 {
  margin-block-end: .125rem;
}

#__next .mbe-1 {
  margin-block-end: .25rem;
}

#__next .mbe-11 {
  margin-block-end: 2.75rem;
}

#__next .mbe-2 {
  margin-block-end: .5rem;
}

#__next .mbe-2\.5 {
  margin-block-end: .625rem;
}

#__next .mbe-3 {
  margin-block-end: .75rem;
}

#__next .mbe-4 {
  margin-block-end: 1rem;
}

#__next .mbe-5 {
  margin-block-end: 1.25rem;
}

#__next .mbe-6 {
  margin-block-end: 1.5rem;
}

#__next .mbe-7 {
  margin-block-end: 1.75rem;
}

#__next .mbe-8 {
  margin-block-end: 2rem;
}

#__next .mbe-px {
  margin-block-end: 1px;
}

#__next .mbs-0\.5 {
  margin-block-start: .125rem;
}

#__next .mbs-1 {
  margin-block-start: .25rem;
}

#__next .mbs-1\.5 {
  margin-block-start: .375rem;
}

#__next .mbs-10 {
  margin-block-start: 2.5rem;
}

#__next .mbs-11 {
  margin-block-start: 2.75rem;
}

#__next .mbs-12 {
  margin-block-start: 3rem;
}

#__next .mbs-2 {
  margin-block-start: .5rem;
}

#__next .mbs-3 {
  margin-block-start: .75rem;
}

#__next .mbs-4 {
  margin-block-start: 1rem;
}

#__next .mbs-5 {
  margin-block-start: 1.25rem;
}

#__next .mbs-6 {
  margin-block-start: 1.5rem;
}

#__next .mbs-7 {
  margin-block-start: 1.75rem;
}

#__next .mbs-8 {
  margin-block-start: 2rem;
}

#__next .mbs-\[-40px\] {
  margin-block-start: -40px;
}

#__next .mbs-\[100px\] {
  margin-block-start: 100px;
}

#__next .mbs-\[30px\] {
  margin-block-start: 30px;
}

#__next .mbs-\[60px\] {
  margin-block-start: 60px;
}

#__next .mbs-auto {
  margin-block-start: auto;
}

#__next .mie-0 {
  margin-inline-end: 0;
}

#__next .mie-1 {
  margin-inline-end: .25rem;
}

#__next .mie-1\.5 {
  margin-inline-end: .375rem;
}

#__next .mie-2 {
  margin-inline-end: .5rem;
}

#__next .mie-4 {
  margin-inline-end: 1rem;
}

#__next .mie-6 {
  margin-inline-end: 1.5rem;
}

#__next .mis-1 {
  margin-inline-start: .25rem;
}

#__next .mis-10 {
  margin-inline-start: 2.5rem;
}

#__next .mis-2 {
  margin-inline-start: .5rem;
}

#__next .mis-2\.5 {
  margin-inline-start: .625rem;
}

#__next .mis-\[-5px\] {
  margin-inline-start: -5px;
}

#__next .\!plb-\[5\.8125rem\] {
  padding-block: 5.8125rem !important;
}

#__next .plb-0 {
  padding-block: 0;
}

#__next .plb-1 {
  padding-block: .25rem;
}

#__next .plb-11 {
  padding-block: 2.75rem;
}

#__next .plb-12 {
  padding-block: 3rem;
}

#__next .plb-14 {
  padding-block: 3.5rem;
}

#__next .plb-16 {
  padding-block: 4rem;
}

#__next .plb-2 {
  padding-block: .5rem;
}

#__next .plb-2\.5 {
  padding-block: .625rem;
}

#__next .plb-3 {
  padding-block: .75rem;
}

#__next .plb-3\.5 {
  padding-block: .875rem;
}

#__next .plb-4 {
  padding-block: 1rem;
}

#__next .plb-5 {
  padding-block: 1.25rem;
}

#__next .plb-6 {
  padding-block: 1.5rem;
}

#__next .plb-\[0\.3125rem\] {
  padding-block: .3125rem;
}

#__next .plb-\[100px\] {
  padding-block: 100px;
}

#__next .plb-\[12\.5px\] {
  padding-block: 12.5px;
}

#__next .plb-\[15px\] {
  padding-block: 15px;
}

#__next .plb-\[17px\] {
  padding-block: 17px;
}

#__next .plb-\[19px\] {
  padding-block: 19px;
}

#__next .plb-\[50px\] {
  padding-block: 50px;
}

#__next .plb-\[58px\] {
  padding-block: 58px;
}

#__next .plb-\[5px\] {
  padding-block: 5px;
}

#__next .plb-\[7px\] {
  padding-block: 7px;
}

#__next .pli-0 {
  padding-inline: 0;
}

#__next .pli-1\.5 {
  padding-inline: .375rem;
}

#__next .pli-16 {
  padding-inline: 4rem;
}

#__next .pli-2 {
  padding-inline: .5rem;
}

#__next .pli-2\.5 {
  padding-inline: .625rem;
}

#__next .pli-3 {
  padding-inline: .75rem;
}

#__next .pli-4 {
  padding-inline: 1rem;
}

#__next .pli-5 {
  padding-inline: 1.25rem;
}

#__next .pli-6 {
  padding-inline: 1.5rem;
}

#__next .\!pbs-6 {
  padding-block-start: 1.5rem !important;
}

#__next .pbe-0 {
  padding-block-end: 0;
}

#__next .pbe-1\.5 {
  padding-block-end: .375rem;
}

#__next .pbe-2 {
  padding-block-end: .5rem;
}

#__next .pbe-3 {
  padding-block-end: .75rem;
}

#__next .pbe-4 {
  padding-block-end: 1rem;
}

#__next .pbe-5 {
  padding-block-end: 1.25rem;
}

#__next .pbe-6 {
  padding-block-end: 1.5rem;
}

#__next .pbe-\[100px\] {
  padding-block-end: 100px;
}

#__next .pbe-\[40px\] {
  padding-block-end: 40px;
}

#__next .pbe-\[50px\] {
  padding-block-end: 50px;
}

#__next .pbe-\[6px\] {
  padding-block-end: 6px;
}

#__next .pbe-\[7px\] {
  padding-block-end: 7px;
}

#__next .pbs-0 {
  padding-block-start: 0;
}

#__next .pbs-12 {
  padding-block-start: 3rem;
}

#__next .pbs-2 {
  padding-block-start: .5rem;
}

#__next .pbs-2\.5 {
  padding-block-start: .625rem;
}

#__next .pbs-3 {
  padding-block-start: .75rem;
}

#__next .pbs-4 {
  padding-block-start: 1rem;
}

#__next .pbs-6 {
  padding-block-start: 1.5rem;
}

#__next .pbs-9 {
  padding-block-start: 2.25rem;
}

#__next .pbs-\[100px\] {
  padding-block-start: 100px;
}

#__next .pbs-\[150px\] {
  padding-block-start: 150px;
}

#__next .pbs-\[3\.75rem\] {
  padding-block-start: 3.75rem;
}

#__next .pbs-\[50px\] {
  padding-block-start: 50px;
}

#__next .pbs-\[7px\] {
  padding-block-start: 7px;
}

#__next .pbs-\[80px\] {
  padding-block-start: 80px;
}

#__next .pbs-\[88px\] {
  padding-block-start: 88px;
}

#__next .pie-0 {
  padding-inline-end: 0;
}

#__next .pie-5 {
  padding-inline-end: 1.25rem;
}

#__next .pis-0 {
  padding-inline-start: 0;
}

#__next .pis-12 {
  padding-inline-start: 3rem;
}

#__next .pis-2 {
  padding-inline-start: .5rem;
}

#__next .pis-4 {
  padding-inline-start: 1rem;
}

#__next .pis-5 {
  padding-inline-start: 1.25rem;
}

#__next .pis-6 {
  padding-inline-start: 1.5rem;
}

#__next .-block-start-\[8\.5\%\] {
  inset-block-start: -8.5%;
}

#__next .-inline-start-\[10\%\] {
  inset-inline-start: -10%;
}

#__next .-inline-start-\[13\%\] {
  inset-inline-start: -13%;
}

#__next .-inline-start-\[19\%\] {
  inset-inline-start: -19%;
}

#__next .-inline-start-\[8\%\] {
  inset-inline-start: -8%;
}

#__next .-inline-start-\[9\%\] {
  inset-inline-start: -9%;
}

#__next .block-end-0 {
  inset-block-end: 0;
}

#__next .block-end-\[-9px\] {
  inset-block-end: -9px;
}

#__next .block-start-2 {
  inset-block-start: .5rem;
}

#__next .block-start-4 {
  inset-block-start: 1rem;
}

#__next .block-start-5 {
  inset-block-start: 1.25rem;
}

#__next .block-start-\[-39px\] {
  inset-block-start: -39px;
}

#__next .block-start-\[-55px\] {
  inset-block-start: -55px;
}

#__next .block-start-\[17px\] {
  inset-block-start: 17px;
}

#__next .block-start-\[41\%\] {
  inset-block-start: 41%;
}

#__next .inline-end-1\/2 {
  inset-inline-end: 50%;
}

#__next .inline-end-3 {
  inset-inline-end: .75rem;
}

#__next .inline-end-4 {
  inset-inline-end: 1rem;
}

#__next .inline-end-5 {
  inset-inline-end: 1.25rem;
}

#__next .inline-end-7 {
  inset-inline-end: 1.75rem;
}

#__next .inline-start-0 {
  inset-inline-start: 0;
}

#__next .inline-start-2\.5 {
  inset-inline-start: .625rem;
}

#__next .inline-start-6 {
  inset-inline-start: 1.5rem;
}

#__next .inline-start-\[-8\%\] {
  inset-inline-start: -8%;
}

#__next .border-be {
  border-block-end-width: 1px;
}

#__next .border-be-0 {
  border-block-end-width: 0;
}

#__next .border-bs {
  border-block-start-width: 1px;
}

#__next .border-bs-0 {
  border-block-start-width: 0;
}

#__next .border-ie {
  border-inline-end-width: 1px;
}

#__next .border-is {
  border-inline-start-width: 1px;
}

#__next .rounded-bs {
  border-start-start-radius: .375rem;
  border-start-end-radius: .375rem;
}

#__next .rounded-bs-md {
  border-start-start-radius: var(--mui-shape-customBorderRadius-md);
  border-start-end-radius: var(--mui-shape-customBorderRadius-md);
}

#__next .rounded-ee-none {
  border-end-end-radius: 0;
}

#__next .rounded-se-none {
  border-start-end-radius: 0;
}

:root {
  --border-radius: var(--mui-shape-borderRadius);
  --border-color: var(--mui-palette-divider);
  --primary-color: var(--mui-palette-primary-main);
  --background-color: var(--mui-palette-background-default);
  --background-color-rgb: var(--mui-palette-background-defaultChannel);
  --header-height: 56px;
  --header-z-index: var(--mui-zIndex-appBar);
  --footer-z-index: 10;
  --customizer-z-index: var(--mui-zIndex-drawer);
  --search-z-index: var(--mui-zIndex-tooltip);
  --drawer-z-index: var(--mui-zIndex-drawer);
  --backdrop-color: rgb(var(--mui-mainColorChannels-light) / .5);
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-lightShadow);
}

[data-dark] {
  --backdrop-color: #1d1d2a99;
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-darkShadow);
}

*, :before, :after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, currentColor);
}

html {
  display: flex;
  inline-size: 100%;
  min-block-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul:not([class]) {
  margin-block: 1rem;
  padding-inline-start: 40px;
}

[data-floating-ui-safe-polygon] .scrollbar-container {
  pointer-events: auto;
}

[data-floating-ui-safe-polygon] .scrollbar-container .ps__rail-y {
  pointer-events: none;
}

.ps__rail-y {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}

.ps__rail-y .ps__thumb-y {
  background-color: var(--mui-palette-divider);
  inline-size: 6px;
  inset-inline-end: 3px !important;
  inset-inline-start: auto !important;
}

.ps__rail-y .ps__thumb-y:hover, .ps__rail-y .ps__thumb-y:focus, .ps__rail-y .ps__thumb-y.ps--clicking {
  background-color: var(--mui-palette-action-disabled) !important;
}

.ps__rail-y:hover, .ps__rail-y:focus, .ps__rail-y.ps--clicking {
  background-color: var(--mui-palette-action-hover) !important;
}

.ps__rail-y:hover .ps__thumb-y, .ps__rail-y:focus .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: var(--mui-palette-action-disabled) !important;
}

.ts-vertical-nav-root .ps__thumb-y {
  inline-size: 4px;
}

.ts-vertical-nav-root .ps__thumb-y:hover, .ts-vertical-nav-root .ps__thumb-y:focus, .ts-vertical-nav-root .ps__thumb-y.ps--clicking {
  inline-size: 6px;
}

.ts-vertical-nav-root .ps__rail-y {
  inline-size: 10px;
}

.ts-vertical-nav-root .ps__rail-y:hover, .ts-vertical-nav-root .ps__rail-y:focus, .ts-vertical-nav-root .ps__rail-y.ps--clicking {
  background-color: #0000 !important;
}

.ts-vertical-nav-root .ps__rail-y:hover .ps__thumb-y, .ts-vertical-nav-root .ps__rail-y:focus .ps__thumb-y, .ts-vertical-nav-root .ps__rail-y.ps--clicking .ps__thumb-y {
  inline-size: 6px;
}

:where([class^="bx bx-"]) {
  font-size: 1.5rem;
}

input[autocomplete="one-time-code"][data-input-otp="true"] {
  inline-size: 100% !important;
}

code {
  font-family: inherit;
  padding-block: 2px;
  padding-inline: 4px;
  border-radius: 4px;
  font-size: 90%;
  color: var(--mui-palette-info-main);
  background-color: rgb(var(--mui-palette-info-mainChannel) / .08);
  border: 0;
}

.swal2-container {
  z-index: 2400 !important;
}

.swal2-popup {
  background-color: var(--mui-palette-background-paper) !important;
  border-radius: 12px !important;
  color: var(--mui-palette-text-primary) !important;
  box-shadow: 0 10px 40px -10px #0000004d !important;
  font-family: inherit !important;
  padding: 2rem !important;
}

.swal2-title {
  color: var(--mui-palette-text-primary) !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.swal2-html-container {
  color: var(--mui-palette-text-secondary) !important;
  font-size: 1rem !important;
}

.swal2-actions {
  gap: 1rem;
  margin-block-start: 1.5rem !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--mui-palette-primary-main) !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding-block: .6rem !important;
  padding-inline: 1.5rem !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 12px rgba(var(--mui-palette-primary-mainChannel), .4) !important;
  border: none !important;
  outline: none !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(var(--mui-palette-primary-mainChannel), .3) !important;
}

.swal2-styled.swal2-cancel {
  background-color: #0000 !important;
  color: var(--mui-palette-text-secondary) !important;
  border: 1px solid var(--mui-palette-divider) !important;
  border-radius: 6px !important;
  padding-block: .6rem !important;
  padding-inline: 1.5rem !important;
  font-weight: 500 !important;
}

.swal2-styled.swal2-cancel:hover {
  background-color: var(--mui-palette-action-hover) !important;
  color: var(--mui-palette-text-primary) !important;
}

.swal2-icon.swal2-warning {
  border-color: #ff9f43 !important;
  color: #ff9f43 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .02857em;
  text-transform: uppercase;
  min-inline-size: 64px;
  padding-block: 6px;
  padding-inline: 16px;
  border-radius: var(--border-radius, 6px);
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1), border-color .25s cubic-bezier(.4, 0, .2, 1), color .25s cubic-bezier(.4, 0, .2, 1);
  font-family: inherit;
  font-size: .875rem;
}

.btn-primary {
  color: #fff;
  background-color: var(--mui-palette-primary-main);
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}

.btn-primary:hover {
  background-color: var(--mui-palette-primary-dark, #696cff);
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
}

.btn-label-secondary {
  color: var(--mui-palette-text-secondary);
  background-color: #8592a329;
}

.btn-label-secondary:hover {
  background-color: #8592a33d;
  color: var(--mui-palette-text-primary);
}

.me-3 {
  margin-inline-end: 1rem !important;
}

#__next .first\:pbe-4:first-child {
  padding-block-end: 1rem;
}

#__next .last\:border-0:last-child {
  border-width: 0;
}

#__next .last\:mbe-0:last-child {
  margin-block-end: 0;
}

#__next .last\:pbs-4:last-child {
  padding-block-start: 1rem;
}

#__next .odd\:border-ie:nth-child(odd) {
  border-inline-end-width: 1px;
}

#__next .hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .hover\:border-solid:hover {
  border-style: solid;
}

#__next .hover\:border-primary:hover {
  border-color: var(--primary-color);
}

#__next .hover\:\!bg-\[var\(--mui-palette-success-lightOpacity\)\]:hover {
  background-color: var(--mui-palette-success-lightOpacity) !important;
}

#__next .hover\:bg-\[var\(--mui-palette-error-lightOpacity\)\]:hover {
  background-color: var(--mui-palette-error-lightOpacity);
}

#__next .hover\:bg-actionHover:hover {
  background-color: var(--mui-palette-action-hover);
}

#__next .hover\:bg-backgroundPaper:hover {
  background-color: var(--mui-palette-background-paper);
}

#__next .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

#__next .hover\:text-error:hover {
  color: var(--mui-palette-error-main);
}

#__next .hover\:text-primary:hover {
  color: var(--primary-color);
}

#__next .hover\:text-success:hover {
  color: var(--mui-palette-success-main);
}

#__next .hover\:underline:hover {
  text-decoration-line: underline;
}

#__next .hover\:shadow-md:hover {
  --tw-shadow: var(--mui-customShadows-md);
  --tw-shadow-colored: var(--mui-customShadows-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .hover\:shadow-sm:hover {
  --tw-shadow: var(--mui-customShadows-sm);
  --tw-shadow-colored: var(--mui-customShadows-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .focus\:bg-backgroundPaper:focus {
  background-color: var(--mui-palette-background-paper);
}

#__next .focus\:outline-none:focus {
  outline: 2px solid #0000;
  outline-offset: 2px;
}

#__next .focus-visible\:text-primary:focus-visible {
  color: var(--primary-color);
}

#__next .focus-visible\:outline-0:focus-visible {
  outline-width: 0;
}

#__next .active\:cursor-grabbing:active {
  cursor: grabbing;
}

#__next .active\:bg-backgroundPaper:active {
  background-color: var(--mui-palette-background-paper);
}

#__next :is(.group:hover .group-hover\:visible) {
  visibility: visible;
}

#__next :is(.group:hover .group-hover\:scale-105) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next :is(.group:hover .group-hover\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}

@media not all and (width >= 1200px) {
  #__next .max-lg\:hidden {
    display: none;
  }

  #__next .max-lg\:items-center {
    align-items: center;
  }

  #__next .max-lg\:text-center {
    text-align: center;
  }

  #__next .max-lg\:border-be {
    border-block-end-width: 1px;
  }
}

@media not all and (width >= 900px) {
  #__next .max-md\:hidden {
    display: none;
  }

  #__next .max-md\:flex-col {
    flex-direction: column;
  }

  #__next .max-md\:text-center {
    text-align: center;
  }

  #__next .max-md\:mbe-5 {
    margin-block-end: 1.25rem;
  }

  #__next .max-md\:mbe-6 {
    margin-block-end: 1.5rem;
  }

  #__next .max-md\:pli-5 {
    padding-inline: 1.25rem;
  }

  #__next .max-md\:pie-6 {
    padding-inline-end: 1.5rem;
  }

  #__next .max-md\:border-be {
    border-block-end-width: 1px;
  }
}

@media not all and (width >= 600px) {
  #__next .max-sm\:-order-1 {
    order: -1;
  }

  #__next .max-sm\:order-2 {
    order: 2;
  }

  #__next .max-sm\:hidden {
    display: none;
  }

  #__next .max-sm\:flex-1 {
    flex: 1;
  }

  #__next .max-sm\:flex-col {
    flex-direction: column;
  }

  #__next .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  #__next .max-sm\:items-center {
    align-items: center;
  }

  #__next .max-sm\:justify-center {
    justify-content: center;
  }

  #__next .max-sm\:gap-0\.5 {
    gap: .125rem;
  }

  #__next .max-sm\:gap-3 {
    gap: .75rem;
  }

  #__next .max-sm\:gap-4 {
    gap: 1rem;
  }

  #__next .max-sm\:gap-6 {
    gap: 1.5rem;
  }

  #__next .max-sm\:text-center {
    text-align: center;
  }

  #__next .max-sm\:is-full {
    inline-size: 100%;
  }

  #__next .max-sm\:mbe-4 {
    margin-block-end: 1rem;
  }

  #__next .max-sm\:mbe-6 {
    margin-block-end: 1.5rem;
  }

  #__next .max-sm\:mbs-\[26px\] {
    margin-block-start: 26px;
  }

  #__next .max-sm\:mis-0 {
    margin-inline-start: 0;
  }

  #__next .max-sm\:pli-3 {
    padding-inline: .75rem;
  }
}

@media (width <= 400px) {
  #__next .max-\[400px\]\:text-xs {
    font-size: .75rem;
    line-height: 1rem;
  }
}

@media (width >= 600px) {
  #__next .sm\:order-\[unset\] {
    order: unset;
  }

  #__next .sm\:block {
    display: block;
  }

  #__next .sm\:flex {
    display: flex;
  }

  #__next .sm\:hidden {
    display: none;
  }

  #__next .sm\:basis-\[calc\(\(100\%-3rem\)\/2\)\] {
    flex-basis: calc(50% - 1.5rem);
  }

  #__next .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #__next .sm\:flex-row {
    flex-direction: row;
  }

  #__next .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  #__next .sm\:items-start {
    align-items: flex-start;
  }

  #__next .sm\:items-end {
    align-items: flex-end;
  }

  #__next .sm\:items-center {
    align-items: center;
  }

  #__next .sm\:justify-normal {
    justify-content: normal;
  }

  #__next .sm\:justify-end {
    justify-content: flex-end;
  }

  #__next .sm\:justify-between {
    justify-content: space-between;
  }

  #__next .sm\:gap-4 {
    gap: 1rem;
  }

  #__next .sm\:gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem;
  }

  #__next .sm\:\!p-12 {
    padding: 3rem !important;
  }

  #__next .sm\:p-16 {
    padding: 4rem;
  }

  #__next .sm\:p-3 {
    padding: .75rem;
  }

  #__next .sm\:p-8 {
    padding: 2rem;
  }

  #__next .sm\:text-\[40px\] {
    font-size: 40px;
  }

  #__next .sm\:bs-\[400px\] {
    block-size: 400px;
  }

  #__next .sm\:bs-\[88px\] {
    block-size: 88px;
  }

  #__next .sm\:is-6\/12 {
    inline-size: 50%;
  }

  #__next .sm\:is-\[132\%\] {
    inline-size: 132%;
  }

  #__next .sm\:is-\[140px\] {
    inline-size: 140px;
  }

  #__next .sm\:is-\[200px\] {
    inline-size: 200px;
  }

  #__next .sm\:is-\[350px\] {
    inline-size: 350px;
  }

  #__next .sm\:is-\[450px\] {
    inline-size: 450px;
  }

  #__next .sm\:is-\[70px\] {
    inline-size: 70px;
  }

  #__next .sm\:is-\[80px\] {
    inline-size: 80px;
  }

  #__next .sm\:is-\[88px\] {
    inline-size: 88px;
  }

  #__next .sm\:is-\[unset\] {
    inline-size: unset;
  }

  #__next .sm\:is-auto {
    inline-size: auto;
  }

  #__next .sm\:max-is-\[400px\] {
    max-inline-size: 400px;
  }

  #__next .sm\:max-is-\[55\%\] {
    max-inline-size: 55%;
  }

  #__next .sm\:mbe-\[-24px\] {
    margin-block-end: -24px;
  }

  #__next .sm\:mbe-\[-25px\] {
    margin-block-end: -25px;
  }

  #__next .sm\:mbe-\[3\.8rem\] {
    margin-block-end: 3.8rem;
  }

  #__next .sm\:mbs-14 {
    margin-block-start: 3.5rem;
  }

  #__next .sm\:mbs-2 {
    margin-block-start: .5rem;
  }

  #__next .sm\:mbs-\[-11\%\] {
    margin-block-start: -11%;
  }

  #__next .sm\:mbs-\[-3px\] {
    margin-block-start: -3px;
  }

  #__next .sm\:pli-16 {
    padding-inline: 4rem;
  }

  #__next .sm\:pli-8 {
    padding-inline: 2rem;
  }

  #__next .sm\:pbe-10 {
    padding-block-end: 2.5rem;
  }

  #__next .sm\:pbe-12 {
    padding-block-end: 3rem;
  }

  #__next .sm\:pbe-16 {
    padding-block-end: 4rem;
  }

  #__next .sm\:pbe-20 {
    padding-block-end: 5rem;
  }

  #__next .sm\:pbe-6 {
    padding-block-end: 1.5rem;
  }

  #__next .sm\:pbe-\[100px\] {
    padding-block-end: 100px;
  }

  #__next .sm\:pbs-16 {
    padding-block-start: 4rem;
  }

  #__next .sm\:pis-5 {
    padding-inline-start: 1.25rem;
  }

  #__next .sm\:block-start-\[24px\] {
    inset-block-start: 24px;
  }

  #__next .sm\:block-start-\[33px\] {
    inset-block-start: 33px;
  }

  #__next .sm\:inline-start-\[-19\%\] {
    inset-inline-start: -19%;
  }

  #__next .sm\:inline-start-\[38px\] {
    inset-inline-start: 38px;
  }

  #__next .sm\:border-is {
    border-inline-start-width: 1px;
  }
}

@media (width >= 900px) {
  #__next .md\:absolute {
    position: absolute;
  }

  #__next .md\:relative {
    position: relative;
  }

  #__next .md\:-top-9 {
    top: -2.25rem;
  }

  #__next .md\:order-\[unset\] {
    order: unset;
  }

  #__next .md\:block {
    display: block;
  }

  #__next .md\:flex {
    display: flex;
  }

  #__next .md\:hidden {
    display: none;
  }

  #__next .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #__next .md\:flex-row {
    flex-direction: row;
  }

  #__next .md\:items-start {
    align-items: flex-start;
  }

  #__next .md\:items-end {
    align-items: flex-end;
  }

  #__next .md\:items-center {
    align-items: center;
  }

  #__next .md\:justify-start {
    justify-content: flex-start;
  }

  #__next .md\:gap-5 {
    gap: 1.25rem;
  }

  #__next .md\:p-12 {
    padding: 3rem;
  }

  #__next .md\:bs-\[450px\] {
    block-size: 450px;
  }

  #__next .md\:is-1\/2 {
    inline-size: 50%;
  }

  #__next .md\:is-3\/4 {
    inline-size: 75%;
  }

  #__next .md\:is-4\/12 {
    inline-size: 33.3333%;
  }

  #__next .md\:is-8\/12 {
    inline-size: 66.6667%;
  }

  #__next .md\:is-\[30\%\] {
    inline-size: 30%;
  }

  #__next .md\:is-\[480px\] {
    inline-size: 480px;
  }

  #__next .md\:is-\[70\%\] {
    inline-size: 70%;
  }

  #__next .md\:is-full {
    inline-size: 100%;
  }

  #__next .md\:\!min-is-\[unset\] {
    min-inline-size: unset !important;
  }

  #__next .md\:min-is-\[300px\] {
    min-inline-size: 300px;
  }

  #__next .md\:max-is-\[390px\] {
    max-inline-size: 390px;
  }

  #__next .md\:max-is-\[465px\] {
    max-inline-size: 465px;
  }

  #__next .md\:max-is-\[550px\] {
    max-inline-size: 550px;
  }

  #__next .md\:max-is-\[600px\] {
    max-inline-size: 600px;
  }

  #__next .md\:max-is-\[unset\] {
    max-inline-size: unset;
  }

  #__next .md\:-mlb-6 {
    margin-block: -1.5rem;
  }

  #__next .md\:mbe-12 {
    margin-block-end: 3rem;
  }

  #__next .md\:mbs-0 {
    margin-block-start: 0;
  }

  #__next .md\:mbs-12 {
    margin-block-start: 3rem;
  }

  #__next .md\:mbs-14 {
    margin-block-start: 3.5rem;
  }

  #__next .md\:mbs-\[-8\%\] {
    margin-block-start: -8%;
  }

  #__next .md\:mie-6 {
    margin-inline-end: 1.5rem;
  }

  #__next .md\:plb-\[100px\] {
    padding-block: 100px;
  }

  #__next .md\:pbe-\[100px\] {
    padding-block-end: 100px;
  }

  #__next .md\:pbs-\[100px\] {
    padding-block-start: 100px;
  }

  #__next .md\:inline-end-6 {
    inset-inline-end: 1.5rem;
  }

  #__next .md\:border-be-0 {
    border-block-end-width: 0;
  }

  #__next .md\:border-bs-0 {
    border-block-start-width: 0;
  }

  #__next .md\:border-ie {
    border-inline-end-width: 1px;
  }

  #__next .md\:border-is {
    border-inline-start-width: 1px;
  }

  @media not all and (width >= 1200px) {
    #__next .md\:max-lg\:gap-4 {
      gap: 1rem;
    }

    #__next .md\:max-lg\:gap-7 {
      gap: 1.75rem;
    }

    #__next .md\:max-lg\:gap-8 {
      gap: 2rem;
    }

    #__next .md\:max-lg\:plb-4 {
      padding-block: 1rem;
    }

    #__next .md\:max-lg\:pbs-3 {
      padding-block-start: .75rem;
    }
  }
}

@media (width >= 1200px) {
  #__next .lg\:z-\[11\] {
    z-index: 11;
  }

  #__next .lg\:flex-row {
    flex-direction: row;
  }

  #__next .lg\:flex-col {
    flex-direction: column;
  }

  #__next .lg\:items-start {
    align-items: flex-start;
  }

  #__next .lg\:justify-between {
    justify-content: space-between;
  }

  #__next .lg\:gap-12 {
    gap: 3rem;
  }

  #__next .lg\:gap-6 {
    gap: 1.5rem;
  }

  #__next .lg\:border-e {
    border-inline-end-width: 1px;
  }

  #__next .lg\:bs-\[257px\] {
    block-size: 257px;
  }

  #__next .lg\:bs-\[500px\] {
    block-size: 500px;
  }

  #__next .lg\:max-bs-\[500px\] {
    max-block-size: 500px;
  }

  #__next .lg\:is-\[28\.125rem\] {
    inline-size: 28.125rem;
  }

  #__next .lg\:is-full {
    inline-size: 100%;
  }

  #__next .lg\:min-is-\[300px\] {
    min-inline-size: 300px;
  }

  #__next .lg\:mbs-0 {
    margin-block-start: 0;
  }

  #__next .lg\:mbs-\[-7\%\] {
    margin-block-start: -7%;
  }

  #__next .lg\:plb-9 {
    padding-block: 2.25rem;
  }

  #__next .lg\:pbs-16 {
    padding-block-start: 4rem;
  }

  #__next .lg\:pbs-3 {
    padding-block-start: .75rem;
  }

  #__next .lg\:pbs-\[193px\] {
    padding-block-start: 193px;
  }

  #__next .lg\:pis-10 {
    padding-inline-start: 2.5rem;
  }

  #__next .lg\:border-be-0 {
    border-block-end-width: 0;
  }

  #__next .lg\:border-ie {
    border-inline-end-width: 1px;
  }
}

@media (width >= 1536px) {
  #__next .xl\:flex-row {
    flex-direction: row;
  }

  #__next .xl\:justify-normal {
    justify-content: normal;
  }

  #__next .xl\:inline-end-0 {
    inset-inline-end: 0;
  }
}

@media (prefers-color-scheme: dark) {
  #__next .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  #__next .dark\:border-red-900\/30 {
    border-color: #7f1d1d4d;
  }

  #__next .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  #__next .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  #__next .dark\:bg-red-900\/10 {
    background-color: #7f1d1d1a;
  }

  #__next .dark\:bg-red-900\/30 {
    background-color: #7f1d1d4d;
  }

  #__next .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  #__next .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  #__next .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  #__next .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  #__next .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}

@media print {
  #__next .print\:transform-none {
    transform: none;
  }

  #__next .print\:p-0 {
    padding: 0;
  }

  #__next .print\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

#__next :is(.\[\&\:first-of-type\>\*\]\:rounded-be-none:first-of-type > *) {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

#__next :is(.\[\&\:last-of-type\>\*\]\:rounded-bs-none:last-of-type > *) {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

#__next .\[\&\:not\(\:last-child\)\:not\(\:first-child\)\]\:plb-4:not(:last-child):not(:first-child) {
  padding-block: 1rem;
}

#__next :is(.\[\&\:not\(\:last-child\)\>div\]\:pie-6:not(:last-child) > div) {
  padding-inline-end: 1.5rem;
}

#__next :is(.\[\&\:not\(\:last-child\)\>div\]\:border-ie:not(:last-child) > div) {
  border-inline-end-width: 1px;
}

#__next .\[\&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
  border-block-end-width: 1px;
}

@media not all and (width >= 900px) {
  #__next .max-md\:\[\&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
    border-block-end-width: 1px;
  }
}

@media (width >= 900px) {
  #__next .md\:\[\&\:not\(\:last-child\)\]\:border-ie:not(:last-child) {
    border-inline-end-width: 1px;
  }
}

#__next .\[\&\:not\(\:last-of-type\)\:not\(\:nth-last-of-type\(2\)\)\]\:border-be:not(:last-of-type):not(:nth-last-of-type(2)) {
  border-block-end-width: 1px;
}

#__next :is(.\[\&\:nth-of-type\(2\)\>\*\]\:rounded-none:nth-of-type(2) > *) {
  border-radius: 0;
}

#__next :is(.\[\&\:nth-of-type\(odd\)\>div\]\:pie-6:nth-of-type(odd) > div) {
  padding-inline-end: 1.5rem;
}

#__next :is(.\[\&\:nth-of-type\(odd\)\>div\]\:border-ie:nth-of-type(odd) > div) {
  border-inline-end-width: 1px;
}


/*# sourceMappingURL=_28f8a8._.css.map*/
