@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* src/app/shared/animations/scroll-animations.css */
.scroll-reveal {
  opacity: 0;
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-duration: var(--reveal-duration, 400ms);
  transition-timing-function: var(--reveal-easing, cubic-bezier(0.25, 0.46, 0.45, 0.94));
  transition-delay: var(--reveal-delay, 0ms);
}
.scroll-reveal--up {
  transform: translateY(30px);
}
.scroll-reveal--down {
  transform: translateY(-30px);
}
.scroll-reveal--left {
  transform: translateX(-30px);
}
.scroll-reveal--right {
  transform: translateX(30px);
}
.scroll-reveal--none {
  transform: none;
}
.scroll-reveal--visible {
  opacity: 1;
  transform: translate(0, 0);
  will-change: auto;
}
@keyframes heroContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content-animate {
  opacity: 0;
  animation: heroContentFadeIn 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.hero-content-animate--delay-1 {
  animation-delay: 150ms;
}
.hero-content-animate--delay-2 {
  animation-delay: 300ms;
}
.hero-content-animate--delay-3 {
  animation-delay: 450ms;
}
@keyframes tagReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tag-reveal {
  opacity: 0;
  animation: tagReveal 400ms ease-out forwards;
  animation-delay: var(--tag-delay, 0ms);
}
@keyframes serviceItemReveal {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.service-item-reveal {
  opacity: 0;
  animation: serviceItemReveal 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: var(--item-delay, 0ms);
  animation-play-state: paused;
}
.scroll-reveal--visible .service-item-reveal {
  animation-play-state: running;
}
.carousel-crossfade {
  transition: opacity 150ms ease-in-out;
}
.carousel-crossfade--hidden {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .hero-content-animate,
  .tag-reveal,
  .service-item-reveal,
  .carousel-crossfade {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

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

/* node_modules/@formio/js/dist/formio.full.min.css */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005f75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width:640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: .5;
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property:
    transform,
    visibility,
    opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: #fff;
  color: #000;
  display: block;
}
dialog:not([open]) {
  display: none;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .1);
}
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
/*!
* Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
* Copyright 2019-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("./media/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"), url("./media/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}
.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.bi-arrow-through-heart::before {
  content: "\f701";
}
.bi-badge-sd-fill::before {
  content: "\f702";
}
.bi-badge-sd::before {
  content: "\f703";
}
.bi-bag-heart-fill::before {
  content: "\f704";
}
.bi-bag-heart::before {
  content: "\f705";
}
.bi-balloon-fill::before {
  content: "\f706";
}
.bi-balloon-heart-fill::before {
  content: "\f707";
}
.bi-balloon-heart::before {
  content: "\f708";
}
.bi-balloon::before {
  content: "\f709";
}
.bi-box2-fill::before {
  content: "\f70a";
}
.bi-box2-heart-fill::before {
  content: "\f70b";
}
.bi-box2-heart::before {
  content: "\f70c";
}
.bi-box2::before {
  content: "\f70d";
}
.bi-braces-asterisk::before {
  content: "\f70e";
}
.bi-calendar-heart-fill::before {
  content: "\f70f";
}
.bi-calendar-heart::before {
  content: "\f710";
}
.bi-calendar2-heart-fill::before {
  content: "\f711";
}
.bi-calendar2-heart::before {
  content: "\f712";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-chat-heart::before {
  content: "\f714";
}
.bi-chat-left-heart-fill::before {
  content: "\f715";
}
.bi-chat-left-heart::before {
  content: "\f716";
}
.bi-chat-right-heart-fill::before {
  content: "\f717";
}
.bi-chat-right-heart::before {
  content: "\f718";
}
.bi-chat-square-heart-fill::before {
  content: "\f719";
}
.bi-chat-square-heart::before {
  content: "\f71a";
}
.bi-clipboard-check-fill::before {
  content: "\f71b";
}
.bi-clipboard-data-fill::before {
  content: "\f71c";
}
.bi-clipboard-fill::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.bi-clipboard-heart::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill::before {
  content: "\f720";
}
.bi-clipboard-plus-fill::before {
  content: "\f721";
}
.bi-clipboard-pulse::before {
  content: "\f722";
}
.bi-clipboard-x-fill::before {
  content: "\f723";
}
.bi-clipboard2-check-fill::before {
  content: "\f724";
}
.bi-clipboard2-check::before {
  content: "\f725";
}
.bi-clipboard2-data-fill::before {
  content: "\f726";
}
.bi-clipboard2-data::before {
  content: "\f727";
}
.bi-clipboard2-fill::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.bi-clipboard2-heart::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.bi-clipboard2-minus::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.bi-clipboard2-plus::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.bi-clipboard2-pulse::before {
  content: "\f730";
}
.bi-clipboard2-x-fill::before {
  content: "\f731";
}
.bi-clipboard2-x::before {
  content: "\f732";
}
.bi-clipboard2::before {
  content: "\f733";
}
.bi-emoji-kiss-fill::before {
  content: "\f734";
}
.bi-emoji-kiss::before {
  content: "\f735";
}
.bi-envelope-heart-fill::before {
  content: "\f736";
}
.bi-envelope-heart::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.bi-envelope-open-heart::before {
  content: "\f739";
}
.bi-envelope-paper-fill::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.bi-envelope-paper-heart::before {
  content: "\f73c";
}
.bi-envelope-paper::before {
  content: "\f73d";
}
.bi-filetype-aac::before {
  content: "\f73e";
}
.bi-filetype-ai::before {
  content: "\f73f";
}
.bi-filetype-bmp::before {
  content: "\f740";
}
.bi-filetype-cs::before {
  content: "\f741";
}
.bi-filetype-css::before {
  content: "\f742";
}
.bi-filetype-csv::before {
  content: "\f743";
}
.bi-filetype-doc::before {
  content: "\f744";
}
.bi-filetype-docx::before {
  content: "\f745";
}
.bi-filetype-exe::before {
  content: "\f746";
}
.bi-filetype-gif::before {
  content: "\f747";
}
.bi-filetype-heic::before {
  content: "\f748";
}
.bi-filetype-html::before {
  content: "\f749";
}
.bi-filetype-java::before {
  content: "\f74a";
}
.bi-filetype-jpg::before {
  content: "\f74b";
}
.bi-filetype-js::before {
  content: "\f74c";
}
.bi-filetype-jsx::before {
  content: "\f74d";
}
.bi-filetype-key::before {
  content: "\f74e";
}
.bi-filetype-m4p::before {
  content: "\f74f";
}
.bi-filetype-md::before {
  content: "\f750";
}
.bi-filetype-mdx::before {
  content: "\f751";
}
.bi-filetype-mov::before {
  content: "\f752";
}
.bi-filetype-mp3::before {
  content: "\f753";
}
.bi-filetype-mp4::before {
  content: "\f754";
}
.bi-filetype-otf::before {
  content: "\f755";
}
.bi-filetype-pdf::before {
  content: "\f756";
}
.bi-filetype-php::before {
  content: "\f757";
}
.bi-filetype-png::before {
  content: "\f758";
}
.bi-filetype-ppt::before {
  content: "\f75a";
}
.bi-filetype-psd::before {
  content: "\f75b";
}
.bi-filetype-py::before {
  content: "\f75c";
}
.bi-filetype-raw::before {
  content: "\f75d";
}
.bi-filetype-rb::before {
  content: "\f75e";
}
.bi-filetype-sass::before {
  content: "\f75f";
}
.bi-filetype-scss::before {
  content: "\f760";
}
.bi-filetype-sh::before {
  content: "\f761";
}
.bi-filetype-svg::before {
  content: "\f762";
}
.bi-filetype-tiff::before {
  content: "\f763";
}
.bi-filetype-tsx::before {
  content: "\f764";
}
.bi-filetype-ttf::before {
  content: "\f765";
}
.bi-filetype-txt::before {
  content: "\f766";
}
.bi-filetype-wav::before {
  content: "\f767";
}
.bi-filetype-woff::before {
  content: "\f768";
}
.bi-filetype-xls::before {
  content: "\f76a";
}
.bi-filetype-xml::before {
  content: "\f76b";
}
.bi-filetype-yml::before {
  content: "\f76c";
}
.bi-heart-arrow::before {
  content: "\f76d";
}
.bi-heart-pulse-fill::before {
  content: "\f76e";
}
.bi-heart-pulse::before {
  content: "\f76f";
}
.bi-heartbreak-fill::before {
  content: "\f770";
}
.bi-heartbreak::before {
  content: "\f771";
}
.bi-hearts::before {
  content: "\f772";
}
.bi-hospital-fill::before {
  content: "\f773";
}
.bi-hospital::before {
  content: "\f774";
}
.bi-house-heart-fill::before {
  content: "\f775";
}
.bi-house-heart::before {
  content: "\f776";
}
.bi-incognito::before {
  content: "\f777";
}
.bi-magnet-fill::before {
  content: "\f778";
}
.bi-magnet::before {
  content: "\f779";
}
.bi-person-heart::before {
  content: "\f77a";
}
.bi-person-hearts::before {
  content: "\f77b";
}
.bi-phone-flip::before {
  content: "\f77c";
}
.bi-plugin::before {
  content: "\f77d";
}
.bi-postage-fill::before {
  content: "\f77e";
}
.bi-postage-heart-fill::before {
  content: "\f77f";
}
.bi-postage-heart::before {
  content: "\f780";
}
.bi-postage::before {
  content: "\f781";
}
.bi-postcard-fill::before {
  content: "\f782";
}
.bi-postcard-heart-fill::before {
  content: "\f783";
}
.bi-postcard-heart::before {
  content: "\f784";
}
.bi-postcard::before {
  content: "\f785";
}
.bi-search-heart-fill::before {
  content: "\f786";
}
.bi-search-heart::before {
  content: "\f787";
}
.bi-sliders2-vertical::before {
  content: "\f788";
}
.bi-sliders2::before {
  content: "\f789";
}
.bi-trash3-fill::before {
  content: "\f78a";
}
.bi-trash3::before {
  content: "\f78b";
}
.bi-valentine::before {
  content: "\f78c";
}
.bi-valentine2::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.bi-wrench-adjustable::before {
  content: "\f790";
}
.bi-filetype-json::before {
  content: "\f791";
}
.bi-filetype-pptx::before {
  content: "\f792";
}
.bi-filetype-xlsx::before {
  content: "\f793";
}
.bi-1-circle-fill::before {
  content: "\f796";
}
.bi-1-circle::before {
  content: "\f797";
}
.bi-1-square-fill::before {
  content: "\f798";
}
.bi-1-square::before {
  content: "\f799";
}
.bi-2-circle-fill::before {
  content: "\f79c";
}
.bi-2-circle::before {
  content: "\f79d";
}
.bi-2-square-fill::before {
  content: "\f79e";
}
.bi-2-square::before {
  content: "\f79f";
}
.bi-3-circle-fill::before {
  content: "\f7a2";
}
.bi-3-circle::before {
  content: "\f7a3";
}
.bi-3-square-fill::before {
  content: "\f7a4";
}
.bi-3-square::before {
  content: "\f7a5";
}
.bi-4-circle-fill::before {
  content: "\f7a8";
}
.bi-4-circle::before {
  content: "\f7a9";
}
.bi-4-square-fill::before {
  content: "\f7aa";
}
.bi-4-square::before {
  content: "\f7ab";
}
.bi-5-circle-fill::before {
  content: "\f7ae";
}
.bi-5-circle::before {
  content: "\f7af";
}
.bi-5-square-fill::before {
  content: "\f7b0";
}
.bi-5-square::before {
  content: "\f7b1";
}
.bi-6-circle-fill::before {
  content: "\f7b4";
}
.bi-6-circle::before {
  content: "\f7b5";
}
.bi-6-square-fill::before {
  content: "\f7b6";
}
.bi-6-square::before {
  content: "\f7b7";
}
.bi-7-circle-fill::before {
  content: "\f7ba";
}
.bi-7-circle::before {
  content: "\f7bb";
}
.bi-7-square-fill::before {
  content: "\f7bc";
}
.bi-7-square::before {
  content: "\f7bd";
}
.bi-8-circle-fill::before {
  content: "\f7c0";
}
.bi-8-circle::before {
  content: "\f7c1";
}
.bi-8-square-fill::before {
  content: "\f7c2";
}
.bi-8-square::before {
  content: "\f7c3";
}
.bi-9-circle-fill::before {
  content: "\f7c6";
}
.bi-9-circle::before {
  content: "\f7c7";
}
.bi-9-square-fill::before {
  content: "\f7c8";
}
.bi-9-square::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.bi-airplane-engines::before {
  content: "\f7cb";
}
.bi-airplane-fill::before {
  content: "\f7cc";
}
.bi-airplane::before {
  content: "\f7cd";
}
.bi-alexa::before {
  content: "\f7ce";
}
.bi-alipay::before {
  content: "\f7cf";
}
.bi-android::before {
  content: "\f7d0";
}
.bi-android2::before {
  content: "\f7d1";
}
.bi-box-fill::before {
  content: "\f7d2";
}
.bi-box-seam-fill::before {
  content: "\f7d3";
}
.bi-browser-chrome::before {
  content: "\f7d4";
}
.bi-browser-edge::before {
  content: "\f7d5";
}
.bi-browser-firefox::before {
  content: "\f7d6";
}
.bi-browser-safari::before {
  content: "\f7d7";
}
.bi-c-circle-fill::before {
  content: "\f7da";
}
.bi-c-circle::before {
  content: "\f7db";
}
.bi-c-square-fill::before {
  content: "\f7dc";
}
.bi-c-square::before {
  content: "\f7dd";
}
.bi-capsule-pill::before {
  content: "\f7de";
}
.bi-capsule::before {
  content: "\f7df";
}
.bi-car-front-fill::before {
  content: "\f7e0";
}
.bi-car-front::before {
  content: "\f7e1";
}
.bi-cassette-fill::before {
  content: "\f7e2";
}
.bi-cassette::before {
  content: "\f7e3";
}
.bi-cc-circle-fill::before {
  content: "\f7e6";
}
.bi-cc-circle::before {
  content: "\f7e7";
}
.bi-cc-square-fill::before {
  content: "\f7e8";
}
.bi-cc-square::before {
  content: "\f7e9";
}
.bi-cup-hot-fill::before {
  content: "\f7ea";
}
.bi-cup-hot::before {
  content: "\f7eb";
}
.bi-currency-rupee::before {
  content: "\f7ec";
}
.bi-dropbox::before {
  content: "\f7ed";
}
.bi-escape::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.bi-fast-forward-btn::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.bi-fast-forward-circle::before {
  content: "\f7f2";
}
.bi-fast-forward-fill::before {
  content: "\f7f3";
}
.bi-fast-forward::before {
  content: "\f7f4";
}
.bi-filetype-sql::before {
  content: "\f7f5";
}
.bi-fire::before {
  content: "\f7f6";
}
.bi-google-play::before {
  content: "\f7f7";
}
.bi-h-circle-fill::before {
  content: "\f7fa";
}
.bi-h-circle::before {
  content: "\f7fb";
}
.bi-h-square-fill::before {
  content: "\f7fc";
}
.bi-h-square::before {
  content: "\f7fd";
}
.bi-indent::before {
  content: "\f7fe";
}
.bi-lungs-fill::before {
  content: "\f7ff";
}
.bi-lungs::before {
  content: "\f800";
}
.bi-microsoft-teams::before {
  content: "\f801";
}
.bi-p-circle-fill::before {
  content: "\f804";
}
.bi-p-circle::before {
  content: "\f805";
}
.bi-p-square-fill::before {
  content: "\f806";
}
.bi-p-square::before {
  content: "\f807";
}
.bi-pass-fill::before {
  content: "\f808";
}
.bi-pass::before {
  content: "\f809";
}
.bi-prescription::before {
  content: "\f80a";
}
.bi-prescription2::before {
  content: "\f80b";
}
.bi-r-circle-fill::before {
  content: "\f80e";
}
.bi-r-circle::before {
  content: "\f80f";
}
.bi-r-square-fill::before {
  content: "\f810";
}
.bi-r-square::before {
  content: "\f811";
}
.bi-repeat-1::before {
  content: "\f812";
}
.bi-repeat::before {
  content: "\f813";
}
.bi-rewind-btn-fill::before {
  content: "\f814";
}
.bi-rewind-btn::before {
  content: "\f815";
}
.bi-rewind-circle-fill::before {
  content: "\f816";
}
.bi-rewind-circle::before {
  content: "\f817";
}
.bi-rewind-fill::before {
  content: "\f818";
}
.bi-rewind::before {
  content: "\f819";
}
.bi-train-freight-front-fill::before {
  content: "\f81a";
}
.bi-train-freight-front::before {
  content: "\f81b";
}
.bi-train-front-fill::before {
  content: "\f81c";
}
.bi-train-front::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.bi-train-lightrail-front::before {
  content: "\f81f";
}
.bi-truck-front-fill::before {
  content: "\f820";
}
.bi-truck-front::before {
  content: "\f821";
}
.bi-ubuntu::before {
  content: "\f822";
}
.bi-unindent::before {
  content: "\f823";
}
.bi-unity::before {
  content: "\f824";
}
.bi-universal-access-circle::before {
  content: "\f825";
}
.bi-universal-access::before {
  content: "\f826";
}
.bi-virus::before {
  content: "\f827";
}
.bi-virus2::before {
  content: "\f828";
}
.bi-wechat::before {
  content: "\f829";
}
.bi-yelp::before {
  content: "\f82a";
}
.bi-sign-stop-fill::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.bi-sign-stop-lights::before {
  content: "\f82d";
}
.bi-sign-stop::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.bi-sign-turn-left::before {
  content: "\f830";
}
.bi-sign-turn-right-fill::before {
  content: "\f831";
}
.bi-sign-turn-right::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.bi-sign-turn-slight-left::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.bi-sign-turn-slight-right::before {
  content: "\f836";
}
.bi-sign-yield-fill::before {
  content: "\f837";
}
.bi-sign-yield::before {
  content: "\f838";
}
.bi-ev-station-fill::before {
  content: "\f839";
}
.bi-ev-station::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.bi-fuel-pump-fill::before {
  content: "\f83d";
}
.bi-fuel-pump::before {
  content: "\f83e";
}
.bi-0-circle-fill::before {
  content: "\f83f";
}
.bi-0-circle::before {
  content: "\f840";
}
.bi-0-square-fill::before {
  content: "\f841";
}
.bi-0-square::before {
  content: "\f842";
}
.bi-rocket-fill::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.bi-rocket-takeoff::before {
  content: "\f845";
}
.bi-rocket::before {
  content: "\f846";
}
.bi-stripe::before {
  content: "\f847";
}
.bi-subscript::before {
  content: "\f848";
}
.bi-superscript::before {
  content: "\f849";
}
.bi-trello::before {
  content: "\f84a";
}
.bi-envelope-at-fill::before {
  content: "\f84b";
}
.bi-envelope-at::before {
  content: "\f84c";
}
.bi-regex::before {
  content: "\f84d";
}
.bi-text-wrap::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.bi-sign-dead-end::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.bi-sign-do-not-enter::before {
  content: "\f852";
}
.bi-sign-intersection-fill::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.bi-sign-intersection-side::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.bi-sign-intersection-t::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.bi-sign-intersection-y::before {
  content: "\f859";
}
.bi-sign-intersection::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.bi-sign-merge-left::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.bi-sign-merge-right::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.bi-sign-no-left-turn::before {
  content: "\f860";
}
.bi-sign-no-parking-fill::before {
  content: "\f861";
}
.bi-sign-no-parking::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.bi-sign-no-right-turn::before {
  content: "\f864";
}
.bi-sign-railroad-fill::before {
  content: "\f865";
}
.bi-sign-railroad::before {
  content: "\f866";
}
.bi-building-add::before {
  content: "\f867";
}
.bi-building-check::before {
  content: "\f868";
}
.bi-building-dash::before {
  content: "\f869";
}
.bi-building-down::before {
  content: "\f86a";
}
.bi-building-exclamation::before {
  content: "\f86b";
}
.bi-building-fill-add::before {
  content: "\f86c";
}
.bi-building-fill-check::before {
  content: "\f86d";
}
.bi-building-fill-dash::before {
  content: "\f86e";
}
.bi-building-fill-down::before {
  content: "\f86f";
}
.bi-building-fill-exclamation::before {
  content: "\f870";
}
.bi-building-fill-gear::before {
  content: "\f871";
}
.bi-building-fill-lock::before {
  content: "\f872";
}
.bi-building-fill-slash::before {
  content: "\f873";
}
.bi-building-fill-up::before {
  content: "\f874";
}
.bi-building-fill-x::before {
  content: "\f875";
}
.bi-building-fill::before {
  content: "\f876";
}
.bi-building-gear::before {
  content: "\f877";
}
.bi-building-lock::before {
  content: "\f878";
}
.bi-building-slash::before {
  content: "\f879";
}
.bi-building-up::before {
  content: "\f87a";
}
.bi-building-x::before {
  content: "\f87b";
}
.bi-buildings-fill::before {
  content: "\f87c";
}
.bi-buildings::before {
  content: "\f87d";
}
.bi-bus-front-fill::before {
  content: "\f87e";
}
.bi-bus-front::before {
  content: "\f87f";
}
.bi-ev-front-fill::before {
  content: "\f880";
}
.bi-ev-front::before {
  content: "\f881";
}
.bi-globe-americas::before {
  content: "\f882";
}
.bi-globe-asia-australia::before {
  content: "\f883";
}
.bi-globe-central-south-asia::before {
  content: "\f884";
}
.bi-globe-europe-africa::before {
  content: "\f885";
}
.bi-house-add-fill::before {
  content: "\f886";
}
.bi-house-add::before {
  content: "\f887";
}
.bi-house-check-fill::before {
  content: "\f888";
}
.bi-house-check::before {
  content: "\f889";
}
.bi-house-dash-fill::before {
  content: "\f88a";
}
.bi-house-dash::before {
  content: "\f88b";
}
.bi-house-down-fill::before {
  content: "\f88c";
}
.bi-house-down::before {
  content: "\f88d";
}
.bi-house-exclamation-fill::before {
  content: "\f88e";
}
.bi-house-exclamation::before {
  content: "\f88f";
}
.bi-house-gear-fill::before {
  content: "\f890";
}
.bi-house-gear::before {
  content: "\f891";
}
.bi-house-lock-fill::before {
  content: "\f892";
}
.bi-house-lock::before {
  content: "\f893";
}
.bi-house-slash-fill::before {
  content: "\f894";
}
.bi-house-slash::before {
  content: "\f895";
}
.bi-house-up-fill::before {
  content: "\f896";
}
.bi-house-up::before {
  content: "\f897";
}
.bi-house-x-fill::before {
  content: "\f898";
}
.bi-house-x::before {
  content: "\f899";
}
.bi-person-add::before {
  content: "\f89a";
}
.bi-person-down::before {
  content: "\f89b";
}
.bi-person-exclamation::before {
  content: "\f89c";
}
.bi-person-fill-add::before {
  content: "\f89d";
}
.bi-person-fill-check::before {
  content: "\f89e";
}
.bi-person-fill-dash::before {
  content: "\f89f";
}
.bi-person-fill-down::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.bi-person-fill-gear::before {
  content: "\f8a2";
}
.bi-person-fill-lock::before {
  content: "\f8a3";
}
.bi-person-fill-slash::before {
  content: "\f8a4";
}
.bi-person-fill-up::before {
  content: "\f8a5";
}
.bi-person-fill-x::before {
  content: "\f8a6";
}
.bi-person-gear::before {
  content: "\f8a7";
}
.bi-person-lock::before {
  content: "\f8a8";
}
.bi-person-slash::before {
  content: "\f8a9";
}
.bi-person-up::before {
  content: "\f8aa";
}
.bi-scooter::before {
  content: "\f8ab";
}
.bi-taxi-front-fill::before {
  content: "\f8ac";
}
.bi-taxi-front::before {
  content: "\f8ad";
}
.bi-amd::before {
  content: "\f8ae";
}
.bi-database-add::before {
  content: "\f8af";
}
.bi-database-check::before {
  content: "\f8b0";
}
.bi-database-dash::before {
  content: "\f8b1";
}
.bi-database-down::before {
  content: "\f8b2";
}
.bi-database-exclamation::before {
  content: "\f8b3";
}
.bi-database-fill-add::before {
  content: "\f8b4";
}
.bi-database-fill-check::before {
  content: "\f8b5";
}
.bi-database-fill-dash::before {
  content: "\f8b6";
}
.bi-database-fill-down::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.bi-database-fill-gear::before {
  content: "\f8b9";
}
.bi-database-fill-lock::before {
  content: "\f8ba";
}
.bi-database-fill-slash::before {
  content: "\f8bb";
}
.bi-database-fill-up::before {
  content: "\f8bc";
}
.bi-database-fill-x::before {
  content: "\f8bd";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-database-gear::before {
  content: "\f8bf";
}
.bi-database-lock::before {
  content: "\f8c0";
}
.bi-database-slash::before {
  content: "\f8c1";
}
.bi-database-up::before {
  content: "\f8c2";
}
.bi-database-x::before {
  content: "\f8c3";
}
.bi-database::before {
  content: "\f8c4";
}
.bi-houses-fill::before {
  content: "\f8c5";
}
.bi-houses::before {
  content: "\f8c6";
}
.bi-nvidia::before {
  content: "\f8c7";
}
.bi-person-vcard-fill::before {
  content: "\f8c8";
}
.bi-person-vcard::before {
  content: "\f8c9";
}
.bi-sina-weibo::before {
  content: "\f8ca";
}
.bi-tencent-qq::before {
  content: "\f8cb";
}
.bi-wikipedia::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "\f900";
}
.bi-suitcase2-fill::before {
  content: "\f901";
}
.bi-suitcase2::before {
  content: "\f902";
}
.bi-vignette::before {
  content: "\f903";
}
.bi-bluesky::before {
  content: "\f7f9";
}
.bi-tux::before {
  content: "\f904";
}
.bi-beaker-fill::before {
  content: "\f905";
}
.bi-beaker::before {
  content: "\f906";
}
.bi-flask-fill::before {
  content: "\f907";
}
.bi-flask-florence-fill::before {
  content: "\f908";
}
.bi-flask-florence::before {
  content: "\f909";
}
.bi-flask::before {
  content: "\f90a";
}
.bi-leaf-fill::before {
  content: "\f90b";
}
.bi-leaf::before {
  content: "\f90c";
}
.bi-measuring-cup-fill::before {
  content: "\f90d";
}
.bi-measuring-cup::before {
  content: "\f90e";
}
.bi-unlock2-fill::before {
  content: "\f90f";
}
.bi-unlock2::before {
  content: "\f910";
}
.bi-battery-low::before {
  content: "\f911";
}
.bi-anthropic::before {
  content: "\f912";
}
.bi-apple-music::before {
  content: "\f913";
}
.bi-claude::before {
  content: "\f914";
}
.bi-openai::before {
  content: "\f915";
}
.bi-perplexity::before {
  content: "\f916";
}
.bi-css::before {
  content: "\f917";
}
.bi-javascript::before {
  content: "\f918";
}
.bi-typescript::before {
  content: "\f919";
}
.bi-fork-knife::before {
  content: "\f91a";
}
.bi-globe-americas-fill::before {
  content: "\f91b";
}
.bi-globe-asia-australia-fill::before {
  content: "\f91c";
}
.bi-globe-central-south-asia-fill::before {
  content: "\f91d";
}
.bi-globe-europe-africa-fill::before {
  content: "\f91e";
}
.formio-loader {
  position: relative;
  min-height: 100px;
}
.loader-wrapper {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 10000;
  display: inline-block;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.alert-success {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #0a3622;
  background-color: #d1e7dd;
  border: #a3cfbb;
  border-radius: .375rem;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.formio-form {
  position: relative;
}
.col-form-label.field-required:after {
  content: none !important;
}
.required-star {
  color: #eb0000;
}
.formio-error-wrapper,
.formio-warning-wrapper {
  padding: 1em;
}
.formio-error-wrapper {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.formio-error-wrapper .formio-errors .error {
  color: #c20000;
}
.formio-error-wrapper .field-required:after {
  color: #c20000;
}
.formio-warning-wrapper {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.form-control {
  height: calc(1.4em + .75rem + 2px);
}
.formio-disabled-input .form-control.flatpickr-input {
  background-color: #eee;
}
.builder-component.has-error .invalid-feedback,
.formio-component-modal-wrapper.has-error .invalid-feedback,
.formio-component-modal-wrapper.has-message .invalid-feedback,
.formio-component.alert-danger .invalid-feedback,
.formio-component.has-error .invalid-feedback,
.formio-component.has-message .invalid-feedback {
  display: block;
  color: inherit;
  margin-top: 4px;
}
.formio-errors .error {
  color: #dc3545;
}
.formio-errors .warning {
  color: #856404;
}
.formio-errors .info {
  color: #004085;
}
.formio-form-group {
  margin-bottom: 1rem;
}
.formio-wysiwyg-editor {
  min-height: 200px;
  background-color: #fff;
}
.has-feedback .form-control {
  padding-right: 10px;
}
.has-feedback .form-control[type=hidden] {
  padding-right: 0;
}
.has-error.bg-danger {
  padding: 4px;
}
.ql-source:after {
  content: "[source]";
  white-space: nowrap;
}
.quill-source-code {
  width: 100%;
  margin: 0;
  background: #1d1d1d;
  box-sizing: border-box;
  color: #ccc;
  font-size: 15px;
  outline: 0;
  padding: 20px;
  line-height: 24px;
  font-family:
    Consolas,
    Menlo,
    Monaco,
    "Courier New",
    monospace;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  display: none;
}
.formio-component-tags tags {
  background-color: #fff;
}
.field-required:after,
.tab-error::after {
  content: " *";
  color: #eb0000;
}
.field-required:after {
  position: relative;
  z-index: 10;
}
.glyphicon-spin {
  -webkit-animation: formio-spin 1s infinite linear;
  -moz-animation: formio-spin 1s infinite linear;
  -o-animation: formio-spin 1s infinite linear;
  animation: formio-spin 1s infinite linear;
}
@-moz-keyframes formio-spin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes formio-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes formio-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-icon-right {
  margin-left: 5px;
}
.formio-component-submit .submit-success::after {
  content: "\2713";
  position: relative;
  right: -4px;
  top: 1px;
  line-height: 1;
}
.formio-component-submit .submit-fail::after {
  content: "\2717";
  position: relative;
  right: -4px;
  top: 1px;
  line-height: 1;
}
.card.card-vertical {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.card.card-vertical .card-body,
.tab,
.tab-content {
  flex-grow: 2;
}
.nav-tabs-vertical {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
  padding-left: 5px;
  margin-right: 10px;
  border-bottom: 0;
}
.card.card-vertical > .card-body,
.card.card-vertical > .tab,
.card.card-vertical > .tab-content {
  flex-basis: 85%;
}
.card.card-vertical ul > li > .nav-link-vertical {
  border-right-color: transparent;
  border-radius: 4px 0 0 4px;
  margin-right: 0;
}
.card.card-vertical ul > li > .nav-link-vertical.active {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.card.card-vertical ul > li > .nav-link-vertical.active:hover {
  border-right-color: transparent;
}
.nav-tabs-vertical > li {
  margin: 0 -1px 0 0;
}
.formio-component-submit .submit-fail[disabled] {
  opacity: 1;
}
.form-control.flatpickr-input {
  background-color: #fff;
}
.input-group .flatpickr-wrapper {
  flex-grow: 1;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-calendar .flatpickr-current-month input.cur-year:focus,
.flatpickr-calendar .flatpickr-days:focus {
  outline: auto;
}
td > .form-group,
td > .formio-form-group {
  margin-bottom: 0;
}
.signature-pad-body {
  overflow: hidden;
  position: relative;
}
.signature-pad-body .form-control-feedback {
  position: absolute;
  font-size: .8rem;
  top: 1px;
  right: 3px;
}
.signature-pad-canvas {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .02) inset;
  border: 1px solid #f4f4f4;
}
.btn.signature-pad-refresh {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 3px;
  line-height: 0;
}
[dir=rtl] .btn.signature-pad-refresh {
  left: unset;
  right: 0;
}
.formio-component-multiple .choices__input {
  width: 100%;
}
.formio-component-multiple .is-invalid {
  border-color: #f04124;
}
.formio-component-multiple :not(.is-invalid) {
  border-color: #ccc;
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}
.signature-pad-refresh img {
  height: 1.2em;
}
.signature-pad-footer {
  text-align: center;
  color: #c3c3c3;
}
.is-active.choices__list--dropdown {
  z-index: 100;
}
.choices__list--multiple .choices__item {
  border-radius: 0;
  padding: 2px 8px;
  line-height: 1em;
  margin-bottom: 6px;
}
.choices__list--single {
  padding: 0;
}
.choices__item.choices__item--selectable {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 25px;
  text-overflow: ellipsis;
}
.choices__input {
  padding: 2px;
}
.choices[dir=rtl] > * {
  text-align: right;
}
.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] {
  padding-left: 5px;
  float: right;
}
.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] .choices__button {
  float: left;
  margin: 0 8px 0 -4px;
  padding-left: unset;
  padding-right: 16px;
  border-left: unset;
  border-right: 1px solid #008fa1;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .choices__button {
    float: right;
  }
}
.formio-component-file .fileSelector {
  position: relative;
  padding: 15px;
  border: 2px dashed #ddd;
  text-align: center;
}
.formio-component-file .fileSelector .loader-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
}
.formio-component-file .fileSelector .loader-wrapper .loader {
  height: 45px;
  width: 45px;
  margin-top: -23px;
  margin-left: -23px;
}
.formio-component-file .fileSelector a {
  text-decoration: underline;
}
.formio-component-file .status {
  margin-top: 4px;
  font-size: .9rem;
}
.formio-component-file .list-group-item .fa {
  cursor: pointer;
}
.formio-component-file .fileSelector.fileDragOver {
  border-color: #127abe;
}
.formio-component-file .fileSelector .fa,
.formio-component-file .fileSelector .glyphicon {
  font-size: 20px;
  margin-right: 5px;
}
[dir=rtl] .formio-component-file .fileSelector .fa,
[dir=rtl] .formio-component-file .fileSelector .glyphicon {
  margin-right: unset;
  margin-left: 5px;
}
.formio-component-file .fileSelector .browse {
  cursor: pointer;
}
@-webkit-keyframes formio-dialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes formio-dialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes formio-dialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes formio-dialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.formio-dialog {
  box-sizing: border-box;
  font-size: .8em;
  color: #666;
}
.formio-dialog.formio-modaledit-dialog {
  font-size: inherit;
}
.formio-dialog *,
.formio-dialog :after,
.formio-dialog :before {
  box-sizing: inherit;
}
.formio-dialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  animation: formio-dialog-fadein .5s;
}
.formio-dialog.formio-dialog-disabled-animation,
.formio-dialog.formio-dialog-disabled-animation .formio-dialog-content,
.formio-dialog.formio-dialog-disabled-animation .formio-dialog-overlay {
  -webkit-animation: none !important;
  animation: none !important;
}
.formio-dialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: formio-dialog-fadein .5s;
  animation: formio-dialog-fadein .5s;
  margin-right: 15px;
  background: 0 0;
}
.formio-dialog-no-overlay {
  pointer-events: none;
}
.formio-dialog.formio-dialog-closing .formio-dialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: formio-dialog-fadeout .5s;
  animation: formio-dialog-fadeout .5s;
}
.formio-dialog-content {
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-animation: formio-dialog-fadein .5s;
  animation: formio-dialog-fadein .5s;
  pointer-events: all;
  overflow: auto;
}
.formio-component-modal-wrapper-select .formio-dialog-content {
  overflow: initial;
}
.formio-dialog.formio-dialog-closing .formio-dialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: formio-dialog-fadeout .5s;
  animation: formio-dialog-fadeout .5s;
}
.formio-dialog-close:before {
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  content: "\d7";
  cursor: pointer;
}
body.formio-dialog-open,
html.formio-dialog-open {
  overflow: hidden;
}
.formio-dialog .tab-content {
  padding-top: 12px;
}
.formio-dialog-close {
  z-index: 1000;
}
@-webkit-keyframes formio-dialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes formio-dialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes formio-dialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes formio-dialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.formio-dialog.formio-dialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}
.formio-dialog.formio-dialog-theme-default .component-edit-container {
  padding: .5em;
}
.formio-dialog.formio-dialog-theme-default.formio-dialog-closing .formio-dialog-content {
  -webkit-animation: formio-dialog-flyout .5s;
  animation: formio-dialog-flyout .5s;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-content {
  -webkit-animation: formio-dialog-flyin .5s;
  animation: formio-dialog-flyin .5s;
  background: #f0f0f0;
  border-radius: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 80%;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close {
  border: none;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 100;
}
.formio-clickable {
  cursor: pointer;
}
.component-settings .nav > li > a {
  padding: 8px 10px;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:before {
  display: block;
  padding: 3px;
  background: 0 0;
  color: #8a8a8a;
  content: "\d7";
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:active:before,
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:hover:before {
  color: #777;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-message {
  margin-bottom: .5em;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-input {
  margin-bottom: 1em;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: 0;
}
.formio-dialog-buttons {
  display: flex;
  justify-content: flex-end;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus {
  -webkit-animation: formio-dialog-pulse 1.1s infinite;
  animation: formio-dialog-pulse 1.1s infinite;
  outline: 0;
}
@media (max-width:568px) {
  .formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
.formio-dialog-content .panel {
  margin: 0;
}
.formio-dialog-content [ref=dialogHeader] {
  padding-right: 15px;
}
.formio-placeholder {
  position: absolute;
  color: #999;
}
.formio-dialog .formio-dialog-close {
  cursor: pointer;
}
.formio-iframe {
  border: none;
  width: 100%;
  height: 1000px;
}
.inline-form-button {
  margin-right: 10px;
}
.tooltip {
  opacity: 1;
}
.tooltip[x-placement=right] .tooltip-arrow {
  border-right: 5px solid #000;
}
.tooltip[x-placement=right] .tooltip-inner {
  margin-left: 8px;
}
.control-label--bottom {
  margin-bottom: 0;
  margin-top: 5px;
}
.formio-component-label-hidden {
  position: relative;
}
.formio-hidden {
  margin: 0;
}
.formio-removed {
  display: none;
}
.control-label--hidden {
  position: absolute;
  top: 6px;
  right: 5px;
}
.formio-component-datetime .control-label--hidden.field-required {
  right: 45px;
  z-index: 3;
}
.formio-component-selectboxes .control-label--hidden.field-required,
.formio-component-survey .control-label--hidden.field-required {
  top: 0;
}
.formio-component-resource .control-label--hidden.field-required,
.formio-component-select .control-label--hidden.field-required {
  right: 40px;
  z-index: 2;
}
.formio-component-radio .control-label--hidden.field-required:after,
.formio-component-selectboxes .control-label--hidden.field-required:after {
  display: none;
}
.formio-component-radio.formio-component-label-hidden.required .form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .form-check-label:before {
  position: relative;
  content: "* ";
  color: #eb0000;
}
.formio-component-radio.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before {
  right: 20px;
}
.formio-component-datasource,
.formio-component-hidden:not(.formio-component-checkbox) {
  margin-bottom: 0;
}
.checkbox-inline label,
.radio-inline label {
  font-weight: 400;
  cursor: pointer;
}
.editgrid-listgroup {
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.formio-component-submit button[disabled] + .has-error {
  display: block;
}
.formio-choices.form-group,
.formio-choices.formio-form-group {
  margin-bottom: 0;
}
.formio-choices[data-type=select-multiple] .form-control {
  height: auto;
}
.form-control.formio-multiple-mask-select {
  width: 15%;
  z-index: 4;
}
.form-control.formio-multiple-mask-input {
  width: 85%;
}
.input-group.formio-multiple-mask-container {
  width: 100%;
}
.formio-component .table {
  margin-bottom: 0;
  word-break: break-word;
}
.formio-component-htmlelement {
  word-wrap: break-word;
}
.formio-component-htmlelement ol,
.formio-component-htmlelement ul {
  margin-left: 10px;
}
.editgrid-table-container {
  margin-bottom: 10px;
  max-width: calc(100vw - 140px);
}
.editgrid-table-container .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.editgrid-table-column {
  border: none;
}
.editgrid-table-head {
  border: 1px solid #ddd;
}
.editgrid-table-body {
  border: 1px solid #ddd;
  border-top: 0;
}
.formio-hide-label-panel-tooltip {
  margin-top: -10px;
  margin-left: -10px;
}
.is-disabled .choices__list--multiple .choices__item {
  padding: 5px 10px;
}
.is-disabled .choices__list--multiple .choices__item .choices__button {
  display: none;
}
.formio-collapse-icon {
  cursor: pointer;
  margin-right: 4px;
}
[dir=rtl] .formio-collapse-icon {
  margin-right: unset;
  margin-left: 4px;
}
.formio-component-dateTime .form-control[type=datetime-local] ~ .input-group-addon,
.formio-component-datetime .form-control[type=datetime-local] ~ .input-group-addon {
  width: auto;
}
.formio-component-datagrid .formio-datagrid-remove {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear, visibility 0s .2s;
}
.formio-component-datagrid {
  overflow-x: auto;
  overflow-y: visible;
  height: auto;
}
.formio-component-datagrid .datagrid-table,
.formio-component-datagrid .datagrid-table td,
.formio-component-datagrid .datagrid-table th {
  border: 3px solid #ddd !important;
  padding: 10px;
}
.formio-component-datagrid .datagrid-table > tbody > tr > td:last-child {
  position: relative;
}
.formio-component-datagrid .datagrid-table > tbody > tr:hover > td:last-child .formio-datagrid-remove {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .2s linear;
}
.datagrid-table > tbody > tr > td {
  word-break: auto-phrase;
}
.formio-component-modaledit .formio-modaledit-view-container {
  position: relative;
  border: 1px solid #ddd;
  min-height: 34px;
  padding: 6px 12px;
  cursor: text;
}
td .formio-component-modaledit .formio-modaledit-view-container {
  padding: 0;
  border-style: none;
}
.formio-component-modaledit .formio-modaledit-edit {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear, visibility 0s .2s;
}
.formio-component-modaledit .formio-modaledit-view-container:hover .formio-modaledit-edit {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .2s linear;
}
.formio-modaledit-dialog .formio-modaledit-close {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0;
}
.reset-margins a,
.reset-margins abbr,
.reset-margins acronym,
.reset-margins address,
.reset-margins applet,
.reset-margins article,
.reset-margins aside,
.reset-margins audio,
.reset-margins b,
.reset-margins big,
.reset-margins blockquote,
.reset-margins body,
.reset-margins canvas,
.reset-margins caption,
.reset-margins center,
.reset-margins cite,
.reset-margins code,
.reset-margins dd,
.reset-margins del,
.reset-margins details,
.reset-margins dfn,
.reset-margins div,
.reset-margins dl,
.reset-margins dt,
.reset-margins em,
.reset-margins embed,
.reset-margins fieldset,
.reset-margins figcaption,
.reset-margins figure,
.reset-margins footer,
.reset-margins form,
.reset-margins h1,
.reset-margins h2,
.reset-margins h3,
.reset-margins h4,
.reset-margins h5,
.reset-margins h6,
.reset-margins header,
.reset-margins hgroup,
.reset-margins html,
.reset-margins i,
.reset-margins iframe,
.reset-margins img,
.reset-margins ins,
.reset-margins kbd,
.reset-margins label,
.reset-margins legend,
.reset-margins li,
.reset-margins mark,
.reset-margins menu,
.reset-margins nav,
.reset-margins object,
.reset-margins ol,
.reset-margins output,
.reset-margins p,
.reset-margins pre,
.reset-margins q,
.reset-margins ruby,
.reset-margins s,
.reset-margins samp,
.reset-margins section,
.reset-margins small,
.reset-margins span,
.reset-margins strike,
.reset-margins strong,
.reset-margins sub,
.reset-margins summary,
.reset-margins sup,
.reset-margins table,
.reset-margins tbody,
.reset-margins td,
.reset-margins tfoot,
.reset-margins th,
.reset-margins thead,
.reset-margins time,
.reset-margins tr,
.reset-margins tt,
.reset-margins u,
.reset-margins ul,
.reset-margins var,
.reset-margins video {
  margin: 0;
}
.ck-body .ck.ck-balloon-panel {
  z-index: 101000;
}
.formio-component-select select[disabled=disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.formio-component-select .choices.is-disabled[data-type*=select-one]:after,
.formio-component-select div[disabled=disabled] button {
  display: none;
}
.datagrid-group-label.collapsed > td {
  display: none;
}
.datagrid-group-header.clickable {
  cursor: pointer;
}
.datagrid-group-header.clickable .datagrid-group-label:before {
  display: inline-block;
  vertical-align: middle;
  content: "\25be";
  margin: 0 5px;
}
.datagrid-group-header.clickable.collapsed .datagrid-group-label:before {
  content: "\25b8";
}
.formio-component.alert-danger .help-block,
.formio-component.alert-warning .help-block {
  color: inherit;
}
.formio-select-autocomplete-input {
  opacity: 0;
  position: relative;
  z-index: -1;
  display: block;
  height: 0;
  border: none;
}
.has-error > .help-block {
  margin-top: 5px;
  margin-bottom: 10px;
}
.no-top-border-table > .table > tbody > tr:first-child > td {
  border-top: none;
}
.table > tbody > tr > td.cell-align-left {
  text-align: left;
}
.table > tbody > tr > td.cell-align-center {
  text-align: center;
}
.table > tbody > tr > td.cell-align-center > div {
  margin-left: auto;
  margin-right: auto;
}
.table > tbody > tr > td.cell-align-right {
  text-align: right;
}
.table > tbody > tr > td.cell-align-right > div {
  margin-left: auto;
}
.table-responsive[ref=component] {
  overflow-x: visible;
}
.formio-component-textarea .alert .ck-editor__editable {
  color: inherit;
}
.formio-component-textarea .ck.ck-editor__editable .image .ck-progress-bar {
  height: 4px;
}
.formio-component-textarea .ck.ck-editor ol,
.formio-component-textarea .ck.ck-editor ul {
  margin-left: 10px;
}
div[data-oembed-url] {
  width: 100%;
}
.checkbox label.label-position-bottom,
.checkbox label.label-position-left,
.checkbox label.label-position-top,
.radio label.label-position-bottom,
.radio label.label-position-left,
.radio label.label-position-top {
  padding-left: 0;
}
.checkbox label.label-position-bottom span,
.checkbox label.label-position-top span,
.radio label.label-position-bottom span,
.radio label.label-position-top span {
  display: block;
}
.checkbox label.label-position-bottom input[type=checkbox],
.checkbox label.label-position-top input[type=checkbox],
.radio label.label-position-bottom input[type=radio],
.radio label.label-position-top input[type=radio] {
  position: relative;
  margin-left: 0;
}
.checkbox label.label-position-top input[type=checkbox],
.radio label.label-position-top input[type=radio] {
  margin-top: 4px;
}
.checkbox label.label-position-bottom input[type=checkbox],
.radio label.label-position-bottom input[type=radio] {
  margin-bottom: 8px;
}
.radio label.label-position-left input[type=radio] {
  margin-left: 10px;
}
.checkbox label.label-position-left input[type=checkbox] {
  margin-left: 4px;
  position: relative;
}
.open-modal-button {
  width: 100%;
  text-align: left;
  white-space: normal;
  height: auto;
}
.formio-component-modal-wrapper-signature .open-modal-button {
  text-align: center;
  height: 100%;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}
.formio-component-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}
.formio-component-content .image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}
.formio-component-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}
.formio-component-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.formio-component-content .image.image_resized img {
  width: 100%;
}
.formio-component-content .image.image_resized > figcaption {
  display: block;
}
.formio-component-content .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
}
.formio-component-content .image-style-align-center:not(.image_resized),
.formio-component-content .image-style-align-left:not(.image_resized),
.formio-component-content .image-style-align-right:not(.image_resized),
.formio-component-content .image-style-side:not(.image_resized) {
  max-width: 50%;
}
.formio-component-content .image-style-align-center:not(.image_resized),
.formio-component-content .image-style-align-left:not(.image_resized),
.formio-component-content .image-style-align-right:not(.image_resized),
.formio-component-content .image-style-side:not(.image_resized) {
  max-width: 50%;
}
.formio-component-content .image-style-align-center:not(.image_resized),
.formio-component-content .image-style-align-left:not(.image_resized),
.formio-component-content .image-style-align-right:not(.image_resized),
.formio-component-content .image-style-side:not(.image_resized) {
  max-width: 50%;
}
.formio-component-content .image-style-align-center:not(.image_resized),
.formio-component-content .image-style-align-left:not(.image_resized),
.formio-component-content .image-style-align-right:not(.image_resized),
.formio-component-content .image-style-side:not(.image_resized) {
  max-width: 50%;
}
.formio-component-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.formio-component-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
.formio-component-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
.formio-component-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.formio-component-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px #ccc;
}
.formio-component-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 5px #ccc;
}
.formio-component-content .text-tiny {
  font-size: .7em;
}
.formio-component-content .text-small {
  font-size: .85em;
}
.formio-component-content .text-big {
  font-size: 1.4em;
}
.formio-component-content .text-huge {
  font-size: 1.8em;
}
.formio-component-content ol {
  padding-inline-start: 40px;
}
.formio-component-address.formio-component-label-hidden > label.field-required {
  z-index: 1;
}
.formio-component-address.formio-component-label-hidden > label.field-required ~ .address-autocomplete-container .address-autocomplete-remove-value-icon {
  right: 20px;
}
.address-autocomplete-container {
  position: relative;
}
.address-autocomplete-container .address-autocomplete-remove-value-icon {
  cursor: pointer;
  position: absolute;
  margin-top: -9px;
  right: 10px;
  top: 50%;
}
.address-autocomplete-container .address-autocomplete-remove-value-icon--hidden {
  display: none;
}
.autocomplete {
  background: #fff;
  font:
    14px/22px "-apple-system",
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(50, 50, 50, .6);
  z-index: 11000;
}
.autocomplete > div {
  cursor: pointer;
  padding: 6px 10px;
}
.autocomplete > div.selected,
.autocomplete > div:hover:not(.group) {
  background: #1e90ff;
  color: #fff;
}
.field-wrapper {
  display: flex;
}
.field-wrapper--reverse {
  flex-direction: row-reverse;
}
.field-wrapper .field-label--right {
  text-align: right;
}
.formio-component-modal-wrapper {
  margin-bottom: 10px;
}
.formio-component-modal-wrapper .open-modal-button {
  height: auto;
}
.formio-component-modal-wrapper .component-rendering-hidden {
  visibility: hidden;
}
.formio-component-textarea div.formio-editor-read-only-content[ref=input] {
  white-space: pre-wrap;
}
.formio-editor-read-only-content img {
  max-width: 100%;
}
.formio-editor-read-only-content li[data-list=bullet] {
  list-style-type: none;
}
.formio-editor-read-only-content li[data-list=bullet] .ql-ui {
  padding-right: .5rem;
}
.formio-editor-read-only-content li[data-list=bullet] .ql-ui::before {
  content: "\2022";
}
.formio-editor-read-only-content li[data-list=ordered] {
  list-style-type: none;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.formio-editor-read-only-content li[data-list=ordered] .ql-ui {
  padding-right: .5rem;
}
.formio-editor-read-only-content li[data-list=ordered] .ql-ui::before {
  content: counter(list-0, decimal) ". ";
}
.formio-editor-read-only-content figure.table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #b3b3b3;
  table-layout: fixed;
}
.formio-editor-read-only-content figure.table table td,
.formio-editor-read-only-content figure.table table th {
  min-width: 2em;
  padding: .4em;
  border: 1px solid #bfbfbf;
}
.formio-component-password .pull-right:not(:last-child),
.formio-component-textarea .pull-right:not(:last-child),
.formio-component-textfield .pull-right:not(:last-child) {
  padding-left: 12px;
}
.formio-form > div > nav > ul.pagination {
  flex-flow: wrap row;
  justify-content: flex-start;
}
.formio-form > div > nav > ul.pagination .page-link {
  cursor: pointer;
  color: #1c74d9;
}
.formio-form > div > nav > ul.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #1c74d9;
  border-color: #1c74d9;
}
.classic-pagination {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 15px 10px 15px;
  line-height: 1em;
}
.classic-pagination-page {
  padding: 0;
  position: relative;
}
.classic-pagination-title {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.classic-pagination-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 40px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.classic-pagination-dot::after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.classic-pagination .progress,
.classic-pagination-progress {
  position: relative;
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
  border: none;
  padding: 0;
  background-color: #f6f6f6;
}
.classic-pagination .progress-bar,
.classic-pagination-progress-bar {
  width: 0;
  height: 10px;
  box-shadow: none;
  background: #fbe8aa;
}
.classic-pagination-page.complete .classic-pagination-progress-bar,
.classic-pagination-page.complete .progress-bar {
  width: 100%;
}
.classic-pagination-page.active .classic-pagination-progress-bar,
.classic-pagination-page.active .progress-bar {
  width: 50%;
}
.classic-pagination-page.disabled .classic-pagination-dot {
  background-color: #f5f5f5;
}
.classic-pagination-page.disabled .classic-pagination-dot::after {
  opacity: 0;
}
.classic-pagination-page:first-child .classic-pagination-progress,
.classic-pagination-page:first-child .progress {
  left: 50%;
  width: 50%;
}
.classic-pagination-page:first-child.active .classic-pagination-progress-bar,
.classic-pagination-page:first-child.active .progress-bar {
  width: 0%;
}
.classic-pagination-page:last-child .classic-pagination-progress,
.classic-pagination-page:last-child .progress {
  width: 50%;
}
.classic-pagination-page:last-child.active .classic-pagination-progress-bar,
.classic-pagination-page:last-child.active .progress-bar {
  width: 100%;
}
.pac-container {
  z-index: 11000;
}
[ref=buttonMessageContainer].has-error {
  cursor: pointer;
}
[ref=passwordStrengthIndicator] {
  display: inline;
}
.formio-security-indicator {
  display: flex;
  height: 5px;
}
.formio-security-indicator [class^=security-] {
  width: 100%;
  height: 100%;
}
.formio-security-indicator .security-low {
  background-color: #c51e00;
}
.formio-security-indicator .security-medium {
  background-color: #ebb400;
}
.formio-security-indicator .security-high {
  background-color: #bddf00;
}
.formio-security-indicator .security-very-high {
  background-color: #009118;
}
.formio-component-textarea .formio-editor-read-only-content .text-big {
  font-size: 1.4em;
}
.formio-component-textarea .formio-editor-read-only-content .text-huge {
  font-size: 1.8em;
}
.formio-component-textarea .formio-editor-read-only-content .text-small {
  font-size: .85em;
}
.formio-component-textarea .formio-editor-read-only-content .text-tiny {
  font-size: .7em;
}
.formio-component [ref=valueMaskInput] {
  display: none;
}
.formio-wizard-nav-container {
  display: flex;
}
.formio-wizard-nav-container li {
  margin-right: .5rem;
}
@media not all and (min-width:30em) {
  .formio-wizard-nav-container {
    flex-direction: column;
  }
  .formio-wizard-nav-container li {
    margin-right: 0;
  }
  .formio-wizard-nav-container li .btn {
    width: 100%;
    margin-bottom: .25rem;
  }
}
.formio-tooltip__trigger {
  cursor: pointer;
}
.formio-tooltip__body {
  background-color: #1b1b1b;
  border-radius: .25rem;
  bottom: 0;
  color: #f0f0f0;
  display: none;
  font-size: 1rem;
  padding: .5rem;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  width: auto;
  white-space: pre;
  z-index: 1000;
}
.formio-tooltip__body.formio-tooltip--is-set {
  display: block;
}
.formio-tooltip__body--whitespace {
  white-space: normal;
  width: 250px;
}
.formio-tooltip__body--right {
  top: auto;
  transform: translateX(0);
}
.formio-tooltip__body--left {
  top: auto;
  left: 0;
  right: auto;
  transform: translateX(0);
}
.formio-tooltip__body--bottom {
  bottom: auto;
  top: 0;
}
.formio-tooltip__wrapper {
  position: relative;
}
.formio-tooltip__wrapper > span {
  font-weight: 400;
}
.ace_editor,
.ace_editor div,
.ace_editor span {
  font-family:
    Monaco,
    Menlo,
    "Ubuntu Mono",
    "Droid Sans Mono",
    Consolas,
    monospace !important;
}
span[role=link] {
  text-decoration: underline;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.align-center {
  display: flex;
  align-items: center;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.formbuilder {
  position: relative;
}
.drag-container {
  padding: 10px;
  border: dotted 2px #e8e8e8;
}
.drag-container:hover {
  cursor: move;
  border: dotted 2px #ccc;
}
.drag-container.formio-builder-form,
.drag-container.formio-builder-form:hover,
.panel-body > .drag-container.formio-builder-components,
.panel-body > .drag-container.formio-builder-components:hover,
.tab-pane > .drag-container.formio-builder-components,
.tab-pane > .drag-container.formio-builder-components:hover {
  padding: 0 0 1rem 0;
  border: none;
}
.component-btn-group {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  z-index: 1000;
  margin-top: -2px;
}
.builder-component {
  position: relative;
  min-height: 15px;
  margin-bottom: 15px;
}
.builder-component .formio-component-htmlelement {
  border: dotted 2px #e8e8e8;
}
.builder-component .formio-component-htmlelement [ref=html]:empty:before {
  content: "HTML Content";
  color: #aaa;
}
.builder-component:not(:hover) .component-btn-group {
  display: none;
}
.builder-group-button {
  background-color: transparent;
  white-space: normal;
  text-align: left;
}
.form-builder-group-header {
  padding: 0;
}
.component-btn-group .component-settings-button {
  float: right;
  z-index: 1001;
  margin: 4px 4px 0 0;
  z-index: 1001;
  -webkit-box-shadow: 0 0 10px 1px rgba(48, 113, 169, .6);
  -moz-box-shadow: 0 0 10px 1px rgba(48, 113, 169, .6);
  box-shadow: 0 0 10px 1px rgba(48, 113, 169, .6);
}
.formbuilder .formio-component-content,
.formbuilder .formio-component-datasource,
.formbuilder .formio-component-form,
.formbuilder .formio-component-hidden {
  border: 2px dashed #ddd;
}
.formbuilder .formio-component-datasource,
.formbuilder .formio-component-form,
.formbuilder .formio-component-hidden {
  min-height: 3em;
  text-align: center;
  color: #aaa;
  padding-top: .5em;
}
.btn-group-xxs > .btn,
.btn-xxs,
.component-btn-group .component-settings-button {
  padding: 2px 2px;
  font-size: 10px;
  line-height: 1.2em;
  border-radius: 0;
  width: 18px;
  height: 18px;
}
.formcomponents .formcomponent {
  text-align: left;
  padding: 5px 5px 5px 8px;
  margin-top: .2rem;
  font-size: .8em;
  line-height: 1.2;
  border-radius: .3em;
}
.form-builder-panel .panel-body {
  padding: 5px;
}
.formio-component-tabs .ui.tabular.menu .item {
  padding: .8em;
}
.formio-pdf-builder {
  position: relative;
}
.formio-drop-zone {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #0d87e9;
  opacity: .1;
}
.formio-drop-zone.enabled {
  display: inherit;
}
.component-settings .formio-dialog-content {
  max-height: 100%;
}
.component-settings .formio-dialog-content .ck-editor__editable ol {
  padding-inline-start: 40px;
}
.component-btn-group .btn.component-settings-button-paste {
  display: none;
}
.builder-paste-mode .component-settings-button-paste {
  display: inherit !important;
}
.wizard-page-label {
  cursor: pointer;
  border-radius: 0;
}
.panel-body .drag-and-drop-alert {
  margin-bottom: 0;
}
.builder-sidebar_scroll {
  position: sticky;
  top: 15px;
  max-height: 100vh;
  overflow-y: auto;
}
.builder-sidebar_search {
  margin-bottom: 10px;
  appearance: auto;
}
.formio-wizard-builder-component-title {
  color: #6c757d;
  text-align: center;
  padding: .5rem;
}
.formio-wizard-position {
  position: relative;
}
.gu-mirror {
  list-style-type: none;
}
.formio-settings-help {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  margin-top: 10px;
}
.help-block {
  margin: 0;
}
.builder-sidebar .btn {
  white-space: normal;
}
.component-settings {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.component-edit-container {
  height: auto;
  overflow: hidden;
}
.component-edit-content {
  height: calc(100% - 4em);
}
.component-edit-tabs.col-sm-6 {
  min-height: 87vh;
  height: 100%;
}
.component-edit-tabs.col-sm-12 {
  height: calc(100% - 4em);
  overflow-y: auto;
}
.component-edit-tabs.col-sm-12 .editForm {
  height: calc(100% - 4em);
  overflow-y: auto;
}
.progress.pdf-progress {
  height: 2rem;
}
.progress.pdf-progress .progress-bar {
  font-size: 1rem;
  line-height: 2rem;
}
.builder-sidebar.disabled .formcomponent {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
}
.builder-component-selected {
  border: 2px dashed #919191;
  outline: 0 !important;
}

/* node_modules/intl-tel-input/build/css/intlTelInput.css */
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}
[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}
.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}
[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}
.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3;
}
.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}
.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}
.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}
[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}
.iti__search-clear:hover,
.iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}
.iti__no-results {
  text-align: center;
  padding: 30px 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__ac {
  --iti-flag-offset: 0px;
}
.iti__ad {
  --iti-flag-offset: -16px;
}
.iti__ae {
  --iti-flag-offset: -32px;
}
.iti__af {
  --iti-flag-offset: -48px;
}
.iti__ag {
  --iti-flag-offset: -64px;
}
.iti__ai {
  --iti-flag-offset: -80px;
}
.iti__al {
  --iti-flag-offset: -96px;
}
.iti__am {
  --iti-flag-offset: -112px;
}
.iti__ao {
  --iti-flag-offset: -128px;
}
.iti__ar {
  --iti-flag-offset: -144px;
}
.iti__as {
  --iti-flag-offset: -160px;
}
.iti__at {
  --iti-flag-offset: -176px;
}
.iti__au {
  --iti-flag-offset: -192px;
}
.iti__aw {
  --iti-flag-offset: -208px;
}
.iti__ax {
  --iti-flag-offset: -224px;
}
.iti__az {
  --iti-flag-offset: -240px;
}
.iti__ba {
  --iti-flag-offset: -256px;
}
.iti__bb {
  --iti-flag-offset: -272px;
}
.iti__bd {
  --iti-flag-offset: -288px;
}
.iti__be {
  --iti-flag-offset: -304px;
}
.iti__bf {
  --iti-flag-offset: -320px;
}
.iti__bg {
  --iti-flag-offset: -336px;
}
.iti__bh {
  --iti-flag-offset: -352px;
}
.iti__bi {
  --iti-flag-offset: -368px;
}
.iti__bj {
  --iti-flag-offset: -384px;
}
.iti__bl {
  --iti-flag-offset: -400px;
}
.iti__bm {
  --iti-flag-offset: -416px;
}
.iti__bn {
  --iti-flag-offset: -432px;
}
.iti__bo {
  --iti-flag-offset: -448px;
}
.iti__bq {
  --iti-flag-offset: -464px;
}
.iti__br {
  --iti-flag-offset: -480px;
}
.iti__bs {
  --iti-flag-offset: -496px;
}
.iti__bt {
  --iti-flag-offset: -512px;
}
.iti__bw {
  --iti-flag-offset: -528px;
}
.iti__by {
  --iti-flag-offset: -544px;
}
.iti__bz {
  --iti-flag-offset: -560px;
}
.iti__ca {
  --iti-flag-offset: -576px;
}
.iti__cc {
  --iti-flag-offset: -592px;
}
.iti__cd {
  --iti-flag-offset: -608px;
}
.iti__cf {
  --iti-flag-offset: -624px;
}
.iti__cg {
  --iti-flag-offset: -640px;
}
.iti__ch {
  --iti-flag-offset: -656px;
}
.iti__ci {
  --iti-flag-offset: -672px;
}
.iti__ck {
  --iti-flag-offset: -688px;
}
.iti__cl {
  --iti-flag-offset: -704px;
}
.iti__cm {
  --iti-flag-offset: -720px;
}
.iti__cn {
  --iti-flag-offset: -736px;
}
.iti__co {
  --iti-flag-offset: -752px;
}
.iti__cr {
  --iti-flag-offset: -768px;
}
.iti__cu {
  --iti-flag-offset: -784px;
}
.iti__cv {
  --iti-flag-offset: -800px;
}
.iti__cw {
  --iti-flag-offset: -816px;
}
.iti__cx {
  --iti-flag-offset: -832px;
}
.iti__cy {
  --iti-flag-offset: -848px;
}
.iti__cz {
  --iti-flag-offset: -864px;
}
.iti__de {
  --iti-flag-offset: -880px;
}
.iti__dj {
  --iti-flag-offset: -896px;
}
.iti__dk {
  --iti-flag-offset: -912px;
}
.iti__dm {
  --iti-flag-offset: -928px;
}
.iti__do {
  --iti-flag-offset: -944px;
}
.iti__dz {
  --iti-flag-offset: -960px;
}
.iti__ec {
  --iti-flag-offset: -976px;
}
.iti__ee {
  --iti-flag-offset: -992px;
}
.iti__eg {
  --iti-flag-offset: -1008px;
}
.iti__eh {
  --iti-flag-offset: -1024px;
}
.iti__er {
  --iti-flag-offset: -1040px;
}
.iti__es {
  --iti-flag-offset: -1056px;
}
.iti__et {
  --iti-flag-offset: -1072px;
}
.iti__fi {
  --iti-flag-offset: -1088px;
}
.iti__fj {
  --iti-flag-offset: -1104px;
}
.iti__fk {
  --iti-flag-offset: -1120px;
}
.iti__fm {
  --iti-flag-offset: -1136px;
}
.iti__fo {
  --iti-flag-offset: -1152px;
}
.iti__fr {
  --iti-flag-offset: -1168px;
}
.iti__ga {
  --iti-flag-offset: -1184px;
}
.iti__gb {
  --iti-flag-offset: -1200px;
}
.iti__gd {
  --iti-flag-offset: -1216px;
}
.iti__ge {
  --iti-flag-offset: -1232px;
}
.iti__gf {
  --iti-flag-offset: -1248px;
}
.iti__gg {
  --iti-flag-offset: -1264px;
}
.iti__gh {
  --iti-flag-offset: -1280px;
}
.iti__gi {
  --iti-flag-offset: -1296px;
}
.iti__gl {
  --iti-flag-offset: -1312px;
}
.iti__gm {
  --iti-flag-offset: -1328px;
}
.iti__gn {
  --iti-flag-offset: -1344px;
}
.iti__gp {
  --iti-flag-offset: -1360px;
}
.iti__gq {
  --iti-flag-offset: -1376px;
}
.iti__gr {
  --iti-flag-offset: -1392px;
}
.iti__gt {
  --iti-flag-offset: -1408px;
}
.iti__gu {
  --iti-flag-offset: -1424px;
}
.iti__gw {
  --iti-flag-offset: -1440px;
}
.iti__gy {
  --iti-flag-offset: -1456px;
}
.iti__hk {
  --iti-flag-offset: -1472px;
}
.iti__hn {
  --iti-flag-offset: -1488px;
}
.iti__hr {
  --iti-flag-offset: -1504px;
}
.iti__ht {
  --iti-flag-offset: -1520px;
}
.iti__hu {
  --iti-flag-offset: -1536px;
}
.iti__id {
  --iti-flag-offset: -1552px;
}
.iti__ie {
  --iti-flag-offset: -1568px;
}
.iti__il {
  --iti-flag-offset: -1584px;
}
.iti__im {
  --iti-flag-offset: -1600px;
}
.iti__in {
  --iti-flag-offset: -1616px;
}
.iti__io {
  --iti-flag-offset: -1632px;
}
.iti__iq {
  --iti-flag-offset: -1648px;
}
.iti__ir {
  --iti-flag-offset: -1664px;
}
.iti__is {
  --iti-flag-offset: -1680px;
}
.iti__it {
  --iti-flag-offset: -1696px;
}
.iti__je {
  --iti-flag-offset: -1712px;
}
.iti__jm {
  --iti-flag-offset: -1728px;
}
.iti__jo {
  --iti-flag-offset: -1744px;
}
.iti__jp {
  --iti-flag-offset: -1760px;
}
.iti__ke {
  --iti-flag-offset: -1776px;
}
.iti__kg {
  --iti-flag-offset: -1792px;
}
.iti__kh {
  --iti-flag-offset: -1808px;
}
.iti__ki {
  --iti-flag-offset: -1824px;
}
.iti__km {
  --iti-flag-offset: -1840px;
}
.iti__kn {
  --iti-flag-offset: -1856px;
}
.iti__kp {
  --iti-flag-offset: -1872px;
}
.iti__kr {
  --iti-flag-offset: -1888px;
}
.iti__kw {
  --iti-flag-offset: -1904px;
}
.iti__ky {
  --iti-flag-offset: -1920px;
}
.iti__kz {
  --iti-flag-offset: -1936px;
}
.iti__la {
  --iti-flag-offset: -1952px;
}
.iti__lb {
  --iti-flag-offset: -1968px;
}
.iti__lc {
  --iti-flag-offset: -1984px;
}
.iti__li {
  --iti-flag-offset: -2000px;
}
.iti__lk {
  --iti-flag-offset: -2016px;
}
.iti__lr {
  --iti-flag-offset: -2032px;
}
.iti__ls {
  --iti-flag-offset: -2048px;
}
.iti__lt {
  --iti-flag-offset: -2064px;
}
.iti__lu {
  --iti-flag-offset: -2080px;
}
.iti__lv {
  --iti-flag-offset: -2096px;
}
.iti__ly {
  --iti-flag-offset: -2112px;
}
.iti__ma {
  --iti-flag-offset: -2128px;
}
.iti__mc {
  --iti-flag-offset: -2144px;
}
.iti__md {
  --iti-flag-offset: -2160px;
}
.iti__me {
  --iti-flag-offset: -2176px;
}
.iti__mf {
  --iti-flag-offset: -2192px;
}
.iti__mg {
  --iti-flag-offset: -2208px;
}
.iti__mh {
  --iti-flag-offset: -2224px;
}
.iti__mk {
  --iti-flag-offset: -2240px;
}
.iti__ml {
  --iti-flag-offset: -2256px;
}
.iti__mm {
  --iti-flag-offset: -2272px;
}
.iti__mn {
  --iti-flag-offset: -2288px;
}
.iti__mo {
  --iti-flag-offset: -2304px;
}
.iti__mp {
  --iti-flag-offset: -2320px;
}
.iti__mq {
  --iti-flag-offset: -2336px;
}
.iti__mr {
  --iti-flag-offset: -2352px;
}
.iti__ms {
  --iti-flag-offset: -2368px;
}
.iti__mt {
  --iti-flag-offset: -2384px;
}
.iti__mu {
  --iti-flag-offset: -2400px;
}
.iti__mv {
  --iti-flag-offset: -2416px;
}
.iti__mw {
  --iti-flag-offset: -2432px;
}
.iti__mx {
  --iti-flag-offset: -2448px;
}
.iti__my {
  --iti-flag-offset: -2464px;
}
.iti__mz {
  --iti-flag-offset: -2480px;
}
.iti__na {
  --iti-flag-offset: -2496px;
}
.iti__nc {
  --iti-flag-offset: -2512px;
}
.iti__ne {
  --iti-flag-offset: -2528px;
}
.iti__nf {
  --iti-flag-offset: -2544px;
}
.iti__ng {
  --iti-flag-offset: -2560px;
}
.iti__ni {
  --iti-flag-offset: -2576px;
}
.iti__nl {
  --iti-flag-offset: -2592px;
}
.iti__no {
  --iti-flag-offset: -2608px;
}
.iti__np {
  --iti-flag-offset: -2624px;
}
.iti__nr {
  --iti-flag-offset: -2640px;
}
.iti__nu {
  --iti-flag-offset: -2656px;
}
.iti__nz {
  --iti-flag-offset: -2672px;
}
.iti__om {
  --iti-flag-offset: -2688px;
}
.iti__pa {
  --iti-flag-offset: -2704px;
}
.iti__pe {
  --iti-flag-offset: -2720px;
}
.iti__pf {
  --iti-flag-offset: -2736px;
}
.iti__pg {
  --iti-flag-offset: -2752px;
}
.iti__ph {
  --iti-flag-offset: -2768px;
}
.iti__pk {
  --iti-flag-offset: -2784px;
}
.iti__pl {
  --iti-flag-offset: -2800px;
}
.iti__pm {
  --iti-flag-offset: -2816px;
}
.iti__pr {
  --iti-flag-offset: -2832px;
}
.iti__ps {
  --iti-flag-offset: -2848px;
}
.iti__pt {
  --iti-flag-offset: -2864px;
}
.iti__pw {
  --iti-flag-offset: -2880px;
}
.iti__py {
  --iti-flag-offset: -2896px;
}
.iti__qa {
  --iti-flag-offset: -2912px;
}
.iti__re {
  --iti-flag-offset: -2928px;
}
.iti__ro {
  --iti-flag-offset: -2944px;
}
.iti__rs {
  --iti-flag-offset: -2960px;
}
.iti__ru {
  --iti-flag-offset: -2976px;
}
.iti__rw {
  --iti-flag-offset: -2992px;
}
.iti__sa {
  --iti-flag-offset: -3008px;
}
.iti__sb {
  --iti-flag-offset: -3024px;
}
.iti__sc {
  --iti-flag-offset: -3040px;
}
.iti__sd {
  --iti-flag-offset: -3056px;
}
.iti__se {
  --iti-flag-offset: -3072px;
}
.iti__sg {
  --iti-flag-offset: -3088px;
}
.iti__sh {
  --iti-flag-offset: -3104px;
}
.iti__si {
  --iti-flag-offset: -3120px;
}
.iti__sj {
  --iti-flag-offset: -3136px;
}
.iti__sk {
  --iti-flag-offset: -3152px;
}
.iti__sl {
  --iti-flag-offset: -3168px;
}
.iti__sm {
  --iti-flag-offset: -3184px;
}
.iti__sn {
  --iti-flag-offset: -3200px;
}
.iti__so {
  --iti-flag-offset: -3216px;
}
.iti__sr {
  --iti-flag-offset: -3232px;
}
.iti__ss {
  --iti-flag-offset: -3248px;
}
.iti__st {
  --iti-flag-offset: -3264px;
}
.iti__sv {
  --iti-flag-offset: -3280px;
}
.iti__sx {
  --iti-flag-offset: -3296px;
}
.iti__sy {
  --iti-flag-offset: -3312px;
}
.iti__sz {
  --iti-flag-offset: -3328px;
}
.iti__tc {
  --iti-flag-offset: -3344px;
}
.iti__td {
  --iti-flag-offset: -3360px;
}
.iti__tg {
  --iti-flag-offset: -3376px;
}
.iti__th {
  --iti-flag-offset: -3392px;
}
.iti__tj {
  --iti-flag-offset: -3408px;
}
.iti__tk {
  --iti-flag-offset: -3424px;
}
.iti__tl {
  --iti-flag-offset: -3440px;
}
.iti__tm {
  --iti-flag-offset: -3456px;
}
.iti__tn {
  --iti-flag-offset: -3472px;
}
.iti__to {
  --iti-flag-offset: -3488px;
}
.iti__tr {
  --iti-flag-offset: -3504px;
}
.iti__tt {
  --iti-flag-offset: -3520px;
}
.iti__tv {
  --iti-flag-offset: -3536px;
}
.iti__tw {
  --iti-flag-offset: -3552px;
}
.iti__tz {
  --iti-flag-offset: -3568px;
}
.iti__ua {
  --iti-flag-offset: -3584px;
}
.iti__ug {
  --iti-flag-offset: -3600px;
}
.iti__us {
  --iti-flag-offset: -3616px;
}
.iti__uy {
  --iti-flag-offset: -3632px;
}
.iti__uz {
  --iti-flag-offset: -3648px;
}
.iti__va {
  --iti-flag-offset: -3664px;
}
.iti__vc {
  --iti-flag-offset: -3680px;
}
.iti__ve {
  --iti-flag-offset: -3696px;
}
.iti__vg {
  --iti-flag-offset: -3712px;
}
.iti__vi {
  --iti-flag-offset: -3728px;
}
.iti__vn {
  --iti-flag-offset: -3744px;
}
.iti__vu {
  --iti-flag-offset: -3760px;
}
.iti__wf {
  --iti-flag-offset: -3776px;
}
.iti__ws {
  --iti-flag-offset: -3792px;
}
.iti__xk {
  --iti-flag-offset: -3808px;
}
.iti__ye {
  --iti-flag-offset: -3824px;
}
.iti__yt {
  --iti-flag-offset: -3840px;
}
.iti__za {
  --iti-flag-offset: -3856px;
}
.iti__zm {
  --iti-flag-offset: -3872px;
}
.iti__zw {
  --iti-flag-offset: -3888px;
}
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
:root {
  --iti-path-flags-1x: url("./media/flags.webp");
  --iti-path-flags-2x: url("./media/flags@2x.webp");
  --iti-path-globe-1x: url("./media/globe.webp");
  --iti-path-globe-2x: url("./media/globe@2x.webp");
}

/* src/styles.scss */
*,
::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: rgb(59 130 246 / 0.5);
  --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: rgb(59 130 246 / 0.5);
  --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: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e5e5;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    Poppins,
    system-ui,
    -apple-system,
    sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    Monaco,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.tw-container {
  width: 100%;
}
@media (min-width: 0px) {
  .tw-container {
    max-width: 0px;
  }
}
@media (min-width: 576px) {
  .tw-container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .tw-container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .tw-container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px;
  }
}
.tw-bg-primary {
  background-color: var(--theme-primary) !important;
}
.tw-bg-primary-light {
  background-color: var(--theme-primary-light) !important;
}
.tw-bg-secondary {
  background-color: var(--theme-secondary) !important;
}
.tw-bg-secondary-light {
  background-color: var(--theme-secondary-light) !important;
}
.tw-text-primary {
  color: var(--theme-primary) !important;
}
.tw-text-secondary {
  color: var(--theme-secondary) !important;
}
.tw-border-primary {
  border-color: var(--theme-primary) !important;
}
.tw-border-secondary {
  border-color: var(--theme-secondary) !important;
}
.system-btn {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(67 168 66 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.system-btn:hover {
  background-color: var(--theme-secondary);
}
.system-h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
@media (min-width: 576px) {
  .system-h2 {
    font-size: 22px;
  }
}
.system-label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.system-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.system-input:focus {
  --tw-ring-color: var(--theme-primary);
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(2px + 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);
}
.system-select {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.system-select:focus {
  --tw-ring-color: var(--theme-primary);
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(2px + 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);
}
.system-select {
  appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: 2.5rem;
}
.system-input-error {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.system-modal-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.system-modal-btn-retour {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.system-modal-btn-retour:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.search-input {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5rem;
}
.search-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.system-input-error-message {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.gradient-green {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #006A4F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 106 79 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #116E9B var(--tw-gradient-to-position);
}
.tw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.tw-pointer-events-none {
  pointer-events: none !important;
}
.tw-pointer-events-auto {
  pointer-events: auto !important;
}
.tw-invisible {
  visibility: hidden !important;
}
.tw-fixed {
  position: fixed !important;
}
.tw-absolute {
  position: absolute !important;
}
.tw-relative {
  position: relative !important;
}
.tw-sticky {
  position: sticky !important;
}
.tw-inset-0 {
  inset: 0px !important;
}
.tw-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}
.-tw-bottom-1 {
  bottom: -0.25rem !important;
}
.-tw-right-1 {
  right: -0.25rem !important;
}
.-tw-top-3 {
  top: -0.75rem !important;
}
.-tw-top-\[18px\] {
  top: -18px !important;
}
.-tw-top-\[30px\] {
  top: -30px !important;
}
.tw--right-1\.5 {
  right: -0.375rem !important;
}
.tw--top-1\.5 {
  top: -0.375rem !important;
}
.tw-bottom-0 {
  bottom: 0px !important;
}
.tw-bottom-2 {
  bottom: 0.5rem !important;
}
.tw-bottom-4 {
  bottom: 1rem !important;
}
.tw-bottom-\[-20px\] {
  bottom: -20px !important;
}
.tw-bottom-full {
  bottom: 100% !important;
}
.tw-left-0 {
  left: 0px !important;
}
.tw-left-1 {
  left: 0.25rem !important;
}
.tw-left-1\/2 {
  left: 50% !important;
}
.tw-left-2 {
  left: 0.5rem !important;
}
.tw-left-2\.5 {
  left: 0.625rem !important;
}
.tw-left-3 {
  left: 0.75rem !important;
}
.tw-left-4 {
  left: 1rem !important;
}
.tw-left-\[-18px\] {
  left: -18px !important;
}
.tw-left-\[15\.2px\] {
  left: 15.2px !important;
}
.tw-left-\[15px\] {
  left: 15px !important;
}
.tw-left-\[17px\] {
  left: 17px !important;
}
.tw-left-\[228px\] {
  left: 228px !important;
}
.tw-left-\[64px\] {
  left: 64px !important;
}
.tw-left-full {
  left: 100% !important;
}
.tw-right-0 {
  right: 0px !important;
}
.tw-right-1 {
  right: 0.25rem !important;
}
.tw-right-10 {
  right: 2.5rem !important;
}
.tw-right-2 {
  right: 0.5rem !important;
}
.tw-right-3 {
  right: 0.75rem !important;
}
.tw-right-4 {
  right: 1rem !important;
}
.tw-right-6 {
  right: 1.5rem !important;
}
.tw-right-\[-18px\] {
  right: -18px !important;
}
.tw-right-\[0\.1rem\] {
  right: 0.1rem !important;
}
.tw-right-\[10px\] {
  right: 10px !important;
}
.tw-right-\[15px\] {
  right: 15px !important;
}
.tw-right-\[26px\] {
  right: 26px !important;
}
.tw-right-full {
  right: 100% !important;
}
.tw-top-0 {
  top: 0px !important;
}
.tw-top-1 {
  top: 0.25rem !important;
}
.tw-top-1\/2 {
  top: 50% !important;
}
.tw-top-10 {
  top: 2.5rem !important;
}
.tw-top-2 {
  top: 0.5rem !important;
}
.tw-top-3 {
  top: 0.75rem !important;
}
.tw-top-4 {
  top: 1rem !important;
}
.tw-top-5 {
  top: 1.25rem !important;
}
.tw-top-6 {
  top: 1.5rem !important;
}
.tw-top-8 {
  top: 2rem !important;
}
.tw-top-\[0\.4px\] {
  top: 0.4px !important;
}
.tw-top-\[10px\] {
  top: 10px !important;
}
.tw-top-\[11\.2px\] {
  top: 11.2px !important;
}
.tw-top-\[12px\] {
  top: 12px !important;
}
.tw-top-\[140px\] {
  top: 140px !important;
}
.tw-top-\[145px\] {
  top: 145px !important;
}
.tw-top-\[177px\] {
  top: 177px !important;
}
.tw-top-\[18px\] {
  top: 18px !important;
}
.tw-top-\[25px\] {
  top: 25px !important;
}
.tw-top-\[34px\] {
  top: 34px !important;
}
.tw-top-\[40px\] {
  top: 40px !important;
}
.tw-top-\[45px\] {
  top: 45px !important;
}
.tw-top-\[88px\] {
  top: 88px !important;
}
.tw-top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px) !important;
}
.tw-top-\[calc\(50\%-0\.5px\)\] {
  top: calc(50% - 0.5px) !important;
}
.tw-top-full {
  top: 100% !important;
}
.\!tw-z-\[1000\] {
  z-index: 1000 !important;
}
.tw-z-0 {
  z-index: 0 !important;
}
.tw-z-10 {
  z-index: 10 !important;
}
.tw-z-20 {
  z-index: 20 !important;
}
.tw-z-30 {
  z-index: 30 !important;
}
.tw-z-40 {
  z-index: 40 !important;
}
.tw-z-50 {
  z-index: 50 !important;
}
.tw-z-\[-1\] {
  z-index: -1 !important;
}
.tw-z-\[10000\] {
  z-index: 10000 !important;
}
.tw-z-\[10001\] {
  z-index: 10001 !important;
}
.tw-z-\[1000\] {
  z-index: 1000 !important;
}
.tw-z-\[100\] {
  z-index: 100 !important;
}
.tw-z-\[35\] {
  z-index: 35 !important;
}
.tw-z-\[50\] {
  z-index: 50 !important;
}
.tw-z-\[51\] {
  z-index: 51 !important;
}
.tw-z-\[60\] {
  z-index: 60 !important;
}
.tw-z-\[70\] {
  z-index: 70 !important;
}
.tw-z-\[900\] {
  z-index: 900 !important;
}
.tw-z-\[990\] {
  z-index: 990 !important;
}
.tw-z-\[9997\] {
  z-index: 9997 !important;
}
.tw-z-\[9998\] {
  z-index: 9998 !important;
}
.tw-z-\[9999\] {
  z-index: 9999 !important;
}
.tw-order-1 {
  order: 1 !important;
}
.tw-order-2 {
  order: 2 !important;
}
.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.tw-col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.tw-m-0 {
  margin: 0px !important;
}
.tw-m-auto {
  margin: auto !important;
}
.tw-m-px {
  margin: 1px !important;
}
.tw--mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tw-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.tw-mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.tw-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.tw-mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.tw-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.tw-mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.tw-my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.tw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.tw-my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.tw-my-\[2px\] {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.\!tw-mb-24 {
  margin-bottom: 6rem !important;
}
.-tw-mb-px {
  margin-bottom: -1px !important;
}
.-tw-ml-2\.5 {
  margin-left: -0.625rem !important;
}
.-tw-ml-3 {
  margin-left: -0.75rem !important;
}
.-tw-mr-1 {
  margin-right: -0.25rem !important;
}
.-tw-mr-2 {
  margin-right: -0.5rem !important;
}
.-tw-mt-10 {
  margin-top: -2.5rem !important;
}
.tw--mt-\[170px\] {
  margin-top: -170px !important;
}
.tw-mb-0 {
  margin-bottom: 0px !important;
}
.tw-mb-0\.5 {
  margin-bottom: 0.125rem !important;
}
.tw-mb-1 {
  margin-bottom: 0.25rem !important;
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.tw-mb-10 {
  margin-bottom: 2.5rem !important;
}
.tw-mb-12 {
  margin-bottom: 3rem !important;
}
.tw-mb-2 {
  margin-bottom: 0.5rem !important;
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.tw-mb-24 {
  margin-bottom: 6rem !important;
}
.tw-mb-3 {
  margin-bottom: 0.75rem !important;
}
.tw-mb-4 {
  margin-bottom: 1rem !important;
}
.tw-mb-5 {
  margin-bottom: 1.25rem !important;
}
.tw-mb-6 {
  margin-bottom: 1.5rem !important;
}
.tw-mb-8 {
  margin-bottom: 2rem !important;
}
.tw-mb-\[-1px\] {
  margin-bottom: -1px !important;
}
.tw-mb-\[2px\] {
  margin-bottom: 2px !important;
}
.tw-ml-0 {
  margin-left: 0px !important;
}
.tw-ml-1 {
  margin-left: 0.25rem !important;
}
.tw-ml-1\.5 {
  margin-left: 0.375rem !important;
}
.tw-ml-2 {
  margin-left: 0.5rem !important;
}
.tw-ml-4 {
  margin-left: 1rem !important;
}
.tw-ml-5 {
  margin-left: 1.25rem !important;
}
.tw-ml-\[24px\] {
  margin-left: 24px !important;
}
.tw-ml-auto {
  margin-left: auto !important;
}
.tw-mr-1 {
  margin-right: 0.25rem !important;
}
.tw-mr-1\.5 {
  margin-right: 0.375rem !important;
}
.tw-mr-2 {
  margin-right: 0.5rem !important;
}
.tw-mr-3 {
  margin-right: 0.75rem !important;
}
.tw-mr-4 {
  margin-right: 1rem !important;
}
.tw-mr-6 {
  margin-right: 1.5rem !important;
}
.tw-mr-auto {
  margin-right: auto !important;
}
.tw-mt-0 {
  margin-top: 0px !important;
}
.tw-mt-0\.5 {
  margin-top: 0.125rem !important;
}
.tw-mt-1 {
  margin-top: 0.25rem !important;
}
.tw-mt-1\.5 {
  margin-top: 0.375rem !important;
}
.tw-mt-10 {
  margin-top: 2.5rem !important;
}
.tw-mt-12 {
  margin-top: 3rem !important;
}
.tw-mt-2 {
  margin-top: 0.5rem !important;
}
.tw-mt-2\.5 {
  margin-top: 0.625rem !important;
}
.tw-mt-3 {
  margin-top: 0.75rem !important;
}
.tw-mt-4 {
  margin-top: 1rem !important;
}
.tw-mt-5 {
  margin-top: 1.25rem !important;
}
.tw-mt-6 {
  margin-top: 1.5rem !important;
}
.tw-mt-8 {
  margin-top: 2rem !important;
}
.tw-mt-\[12px\] {
  margin-top: 12px !important;
}
.tw-mt-auto {
  margin-top: auto !important;
}
.tw-line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.tw-line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.tw-line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.tw-block {
  display: block !important;
}
.tw-inline-block {
  display: inline-block !important;
}
.tw-inline {
  display: inline !important;
}
.tw-flex {
  display: flex !important;
}
.tw-inline-flex {
  display: inline-flex !important;
}
.tw-grid {
  display: grid !important;
}
.tw-hidden {
  display: none !important;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1 !important;
}
.tw-aspect-video {
  aspect-ratio: 16 / 9 !important;
}
.tw-size-10 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.tw-size-2 {
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.tw-size-4 {
  width: 1rem !important;
  height: 1rem !important;
}
.tw-size-8 {
  width: 2rem !important;
  height: 2rem !important;
}
.tw-size-9 {
  width: 2.25rem !important;
  height: 2.25rem !important;
}
.tw-size-\[20px\] {
  width: 20px !important;
  height: 20px !important;
}
.\!tw-h-10 {
  height: 2.5rem !important;
}
.\!tw-h-\[40px\] {
  height: 40px !important;
}
.tw-h-0 {
  height: 0px !important;
}
.tw-h-0\.5 {
  height: 0.125rem !important;
}
.tw-h-1 {
  height: 0.25rem !important;
}
.tw-h-1\.5 {
  height: 0.375rem !important;
}
.tw-h-10 {
  height: 2.5rem !important;
}
.tw-h-11 {
  height: 2.75rem !important;
}
.tw-h-12 {
  height: 3rem !important;
}
.tw-h-14 {
  height: 3.5rem !important;
}
.tw-h-16 {
  height: 4rem !important;
}
.tw-h-2 {
  height: 0.5rem !important;
}
.tw-h-2\.5 {
  height: 0.625rem !important;
}
.tw-h-20 {
  height: 5rem !important;
}
.tw-h-24 {
  height: 6rem !important;
}
.tw-h-28 {
  height: 7rem !important;
}
.tw-h-3 {
  height: 0.75rem !important;
}
.tw-h-3\.5 {
  height: 0.875rem !important;
}
.tw-h-4 {
  height: 1rem !important;
}
.tw-h-40 {
  height: 10rem !important;
}
.tw-h-48 {
  height: 12rem !important;
}
.tw-h-5 {
  height: 1.25rem !important;
}
.tw-h-6 {
  height: 1.5rem !important;
}
.tw-h-7 {
  height: 1.75rem !important;
}
.tw-h-72 {
  height: 18rem !important;
}
.tw-h-8 {
  height: 2rem !important;
}
.tw-h-9 {
  height: 2.25rem !important;
}
.tw-h-\[100px\] {
  height: 100px !important;
}
.tw-h-\[105px\] {
  height: 105px !important;
}
.tw-h-\[10px\] {
  height: 10px !important;
}
.tw-h-\[120px\] {
  height: 120px !important;
}
.tw-h-\[13px\] {
  height: 13px !important;
}
.tw-h-\[141px\] {
  height: 141px !important;
}
.tw-h-\[14px\] {
  height: 14px !important;
}
.tw-h-\[150px\] {
  height: 150px !important;
}
.tw-h-\[16px\] {
  height: 16px !important;
}
.tw-h-\[180px\] {
  height: 180px !important;
}
.tw-h-\[18px\] {
  height: 18px !important;
}
.tw-h-\[199px\] {
  height: 199px !important;
}
.tw-h-\[1px\] {
  height: 1px !important;
}
.tw-h-\[200px\] {
  height: 200px !important;
}
.tw-h-\[20px\] {
  height: 20px !important;
}
.tw-h-\[220px\] {
  height: 220px !important;
}
.tw-h-\[222px\] {
  height: 222px !important;
}
.tw-h-\[22px\] {
  height: 22px !important;
}
.tw-h-\[24px\] {
  height: 24px !important;
}
.tw-h-\[250px\] {
  height: 250px !important;
}
.tw-h-\[25px\] {
  height: 25px !important;
}
.tw-h-\[26px\] {
  height: 26px !important;
}
.tw-h-\[270px\] {
  height: 270px !important;
}
.tw-h-\[28px\] {
  height: 28px !important;
}
.tw-h-\[29px\] {
  height: 29px !important;
}
.tw-h-\[2px\] {
  height: 2px !important;
}
.tw-h-\[30px\] {
  height: 30px !important;
}
.tw-h-\[32px\] {
  height: 32px !important;
}
.tw-h-\[34px\] {
  height: 34px !important;
}
.tw-h-\[35px\] {
  height: 35px !important;
}
.tw-h-\[36px\] {
  height: 36px !important;
}
.tw-h-\[37px\] {
  height: 37px !important;
}
.tw-h-\[38px\] {
  height: 38px !important;
}
.tw-h-\[3px\] {
  height: 3px !important;
}
.tw-h-\[40px\] {
  height: 40px !important;
}
.tw-h-\[44px\] {
  height: 44px !important;
}
.tw-h-\[45px\] {
  height: 45px !important;
}
.tw-h-\[48px\] {
  height: 48px !important;
}
.tw-h-\[500px\] {
  height: 500px !important;
}
.tw-h-\[50px\] {
  height: 50px !important;
}
.tw-h-\[513px\] {
  height: 513px !important;
}
.tw-h-\[52px\] {
  height: 52px !important;
}
.tw-h-\[56px\] {
  height: 56px !important;
}
.tw-h-\[58px\] {
  height: 58px !important;
}
.tw-h-\[60px\] {
  height: 60px !important;
}
.tw-h-\[63px\] {
  height: 63px !important;
}
.tw-h-\[65px\] {
  height: 65px !important;
}
.tw-h-\[65vh\] {
  height: 65vh !important;
}
.tw-h-\[72px\] {
  height: 72px !important;
}
.tw-h-\[75vh\] {
  height: 75vh !important;
}
.tw-h-\[80px\] {
  height: 80px !important;
}
.tw-h-\[85vh\] {
  height: 85vh !important;
}
.tw-h-\[88px\] {
  height: 88px !important;
}
.tw-h-\[8px\] {
  height: 8px !important;
}
.tw-h-\[90px\] {
  height: 90px !important;
}
.tw-h-\[95vh\] {
  height: 95vh !important;
}
.tw-h-\[98vh\] {
  height: 98vh !important;
}
.tw-h-\[calc\(100vh-54px\)\] {
  height: calc(100vh - 54px) !important;
}
.tw-h-\[calc\(100vh-76px\)\] {
  height: calc(100vh - 76px) !important;
}
.tw-h-auto {
  height: auto !important;
}
.tw-h-full {
  height: 100% !important;
}
.tw-h-px {
  height: 1px !important;
}
.tw-h-screen {
  height: 100vh !important;
}
.tw-max-h-40 {
  max-height: 10rem !important;
}
.tw-max-h-48 {
  max-height: 12rem !important;
}
.tw-max-h-52 {
  max-height: 13rem !important;
}
.tw-max-h-60 {
  max-height: 15rem !important;
}
.tw-max-h-64 {
  max-height: 16rem !important;
}
.tw-max-h-72 {
  max-height: 18rem !important;
}
.tw-max-h-\[180px\] {
  max-height: 180px !important;
}
.tw-max-h-\[300px\] {
  max-height: 300px !important;
}
.tw-max-h-\[400px\] {
  max-height: 400px !important;
}
.tw-max-h-\[500px\] {
  max-height: 500px !important;
}
.tw-max-h-\[60vh\] {
  max-height: 60vh !important;
}
.tw-max-h-\[70vh\] {
  max-height: 70vh !important;
}
.tw-max-h-\[85vh\] {
  max-height: 85vh !important;
}
.tw-max-h-\[90vh\] {
  max-height: 90vh !important;
}
.tw-max-h-\[calc\(100vh-120px\)\] {
  max-height: calc(100vh - 120px) !important;
}
.tw-max-h-full {
  max-height: 100% !important;
}
.tw-min-h-0 {
  min-height: 0px !important;
}
.tw-min-h-6 {
  min-height: 1.5rem !important;
}
.tw-min-h-\[100px\] {
  min-height: 100px !important;
}
.tw-min-h-\[160px\] {
  min-height: 160px !important;
}
.tw-min-h-\[200px\] {
  min-height: 200px !important;
}
.tw-min-h-\[280px\] {
  min-height: 280px !important;
}
.tw-min-h-\[28px\] {
  min-height: 28px !important;
}
.tw-min-h-\[400px\] {
  min-height: 400px !important;
}
.tw-min-h-\[40px\] {
  min-height: 40px !important;
}
.tw-min-h-\[44px\] {
  min-height: 44px !important;
}
.tw-min-h-\[50vh\] {
  min-height: 50vh !important;
}
.tw-min-h-\[60vh\] {
  min-height: 60vh !important;
}
.tw-min-h-\[calc\(100vh-140px\)\] {
  min-height: calc(100vh - 140px) !important;
}
.tw-min-h-\[calc\(100vh-80px-54px\)\] {
  min-height: calc(100vh - 80px - 54px) !important;
}
.tw-min-h-full {
  min-height: 100% !important;
}
.tw-min-h-screen {
  min-height: 100vh !important;
}
.\!tw-w-10 {
  width: 2.5rem !important;
}
.tw-w-0 {
  width: 0px !important;
}
.tw-w-1 {
  width: 0.25rem !important;
}
.tw-w-1\/2 {
  width: 50% !important;
}
.tw-w-1\/3 {
  width: 33.333333% !important;
}
.tw-w-1\/4 {
  width: 25% !important;
}
.tw-w-10 {
  width: 2.5rem !important;
}
.tw-w-11 {
  width: 2.75rem !important;
}
.tw-w-11\/12 {
  width: 91.666667% !important;
}
.tw-w-12 {
  width: 3rem !important;
}
.tw-w-14 {
  width: 3.5rem !important;
}
.tw-w-16 {
  width: 4rem !important;
}
.tw-w-2 {
  width: 0.5rem !important;
}
.tw-w-2\.5 {
  width: 0.625rem !important;
}
.tw-w-2\/3 {
  width: 66.666667% !important;
}
.tw-w-2\/5 {
  width: 40% !important;
}
.tw-w-20 {
  width: 5rem !important;
}
.tw-w-24 {
  width: 6rem !important;
}
.tw-w-28 {
  width: 7rem !important;
}
.tw-w-3 {
  width: 0.75rem !important;
}
.tw-w-3\.5 {
  width: 0.875rem !important;
}
.tw-w-3\/4 {
  width: 75% !important;
}
.tw-w-3\/5 {
  width: 60% !important;
}
.tw-w-32 {
  width: 8rem !important;
}
.tw-w-36 {
  width: 9rem !important;
}
.tw-w-4 {
  width: 1rem !important;
}
.tw-w-4\/5 {
  width: 80% !important;
}
.tw-w-40 {
  width: 10rem !important;
}
.tw-w-44 {
  width: 11rem !important;
}
.tw-w-48 {
  width: 12rem !important;
}
.tw-w-5 {
  width: 1.25rem !important;
}
.tw-w-5\/6 {
  width: 83.333333% !important;
}
.tw-w-52 {
  width: 13rem !important;
}
.tw-w-56 {
  width: 14rem !important;
}
.tw-w-6 {
  width: 1.5rem !important;
}
.tw-w-64 {
  width: 16rem !important;
}
.tw-w-7 {
  width: 1.75rem !important;
}
.tw-w-8 {
  width: 2rem !important;
}
.tw-w-80 {
  width: 20rem !important;
}
.tw-w-9 {
  width: 2.25rem !important;
}
.tw-w-\[1\.4px\] {
  width: 1.4px !important;
}
.tw-w-\[100px\] {
  width: 100px !important;
}
.tw-w-\[10px\] {
  width: 10px !important;
}
.tw-w-\[119px\] {
  width: 119px !important;
}
.tw-w-\[11px\] {
  width: 11px !important;
}
.tw-w-\[120px\] {
  width: 120px !important;
}
.tw-w-\[134px\] {
  width: 134px !important;
}
.tw-w-\[13px\] {
  width: 13px !important;
}
.tw-w-\[140px\] {
  width: 140px !important;
}
.tw-w-\[148px\] {
  width: 148px !important;
}
.tw-w-\[150px\] {
  width: 150px !important;
}
.tw-w-\[164px\] {
  width: 164px !important;
}
.tw-w-\[16px\] {
  width: 16px !important;
}
.tw-w-\[170px\] {
  width: 170px !important;
}
.tw-w-\[180px\] {
  width: 180px !important;
}
.tw-w-\[18px\] {
  width: 18px !important;
}
.tw-w-\[1px\] {
  width: 1px !important;
}
.tw-w-\[200px\] {
  width: 200px !important;
}
.tw-w-\[205px\] {
  width: 205px !important;
}
.tw-w-\[20px\] {
  width: 20px !important;
}
.tw-w-\[220px\] {
  width: 220px !important;
}
.tw-w-\[22px\] {
  width: 22px !important;
}
.tw-w-\[24px\] {
  width: 24px !important;
}
.tw-w-\[256px\] {
  width: 256px !important;
}
.tw-w-\[25px\] {
  width: 25px !important;
}
.tw-w-\[26px\] {
  width: 26px !important;
}
.tw-w-\[280px\] {
  width: 280px !important;
}
.tw-w-\[28px\] {
  width: 28px !important;
}
.tw-w-\[29\.5px\] {
  width: 29.5px !important;
}
.tw-w-\[2px\] {
  width: 2px !important;
}
.tw-w-\[306px\] {
  width: 306px !important;
}
.tw-w-\[30px\] {
  width: 30px !important;
}
.tw-w-\[31px\] {
  width: 31px !important;
}
.tw-w-\[320px\] {
  width: 320px !important;
}
.tw-w-\[350px\] {
  width: 350px !important;
}
.tw-w-\[35px\] {
  width: 35px !important;
}
.tw-w-\[360px\] {
  width: 360px !important;
}
.tw-w-\[400px\] {
  width: 400px !important;
}
.tw-w-\[405px\] {
  width: 405px !important;
}
.tw-w-\[40px\] {
  width: 40px !important;
}
.tw-w-\[42px\] {
  width: 42px !important;
}
.tw-w-\[45\%\] {
  width: 45% !important;
}
.tw-w-\[45px\] {
  width: 45px !important;
}
.tw-w-\[48px\] {
  width: 48px !important;
}
.tw-w-\[50\%\] {
  width: 50% !important;
}
.tw-w-\[500px\] {
  width: 500px !important;
}
.tw-w-\[50px\] {
  width: 50px !important;
}
.tw-w-\[55\%\] {
  width: 55% !important;
}
.tw-w-\[58px\] {
  width: 58px !important;
}
.tw-w-\[60px\] {
  width: 60px !important;
}
.tw-w-\[65\%\] {
  width: 65% !important;
}
.tw-w-\[70\%\] {
  width: 70% !important;
}
.tw-w-\[70px\] {
  width: 70px !important;
}
.tw-w-\[82px\] {
  width: 82px !important;
}
.tw-w-\[85\%\] {
  width: 85% !important;
}
.tw-w-\[8px\] {
  width: 8px !important;
}
.tw-w-\[90\%\] {
  width: 90% !important;
}
.tw-w-\[90px\] {
  width: 90px !important;
}
.tw-w-\[90vw\] {
  width: 90vw !important;
}
.tw-w-\[92vw\] {
  width: 92vw !important;
}
.tw-w-\[95\%\] {
  width: 95% !important;
}
.tw-w-\[95vw\] {
  width: 95vw !important;
}
.tw-w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem) !important;
}
.tw-w-auto {
  width: auto !important;
}
.tw-w-fit {
  width: fit-content !important;
}
.tw-w-full {
  width: 100% !important;
}
.tw-w-px {
  width: 1px !important;
}
.tw-min-w-0 {
  min-width: 0px !important;
}
.tw-min-w-\[110px\] {
  min-width: 110px !important;
}
.tw-min-w-\[120px\] {
  min-width: 120px !important;
}
.tw-min-w-\[18px\] {
  min-width: 18px !important;
}
.tw-min-w-\[200px\] {
  min-width: 200px !important;
}
.tw-min-w-\[20px\] {
  min-width: 20px !important;
}
.tw-min-w-\[24px\] {
  min-width: 24px !important;
}
.tw-min-w-\[250px\] {
  min-width: 250px !important;
}
.tw-min-w-\[303px\] {
  min-width: 303px !important;
}
.tw-min-w-\[32px\] {
  min-width: 32px !important;
}
.tw-min-w-\[40px\] {
  min-width: 40px !important;
}
.tw-min-w-\[600px\] {
  min-width: 600px !important;
}
.tw-min-w-\[60px\] {
  min-width: 60px !important;
}
.tw-min-w-\[75\%\] {
  min-width: 75% !important;
}
.tw-min-w-\[90px\] {
  min-width: 90px !important;
}
.tw-min-w-full {
  min-width: 100% !important;
}
.tw-min-w-max {
  min-width: max-content !important;
}
.tw-max-w-2xl {
  max-width: 42rem !important;
}
.tw-max-w-3xl {
  max-width: 48rem !important;
}
.tw-max-w-48 {
  max-width: 12rem !important;
}
.tw-max-w-4xl {
  max-width: 56rem !important;
}
.tw-max-w-5xl {
  max-width: 64rem !important;
}
.tw-max-w-7xl {
  max-width: 80rem !important;
}
.tw-max-w-\[100px\] {
  max-width: 100px !important;
}
.tw-max-w-\[120px\] {
  max-width: 120px !important;
}
.tw-max-w-\[130px\] {
  max-width: 130px !important;
}
.tw-max-w-\[1400px\] {
  max-width: 1400px !important;
}
.tw-max-w-\[140px\] {
  max-width: 140px !important;
}
.tw-max-w-\[1440px\] {
  max-width: 1440px !important;
}
.tw-max-w-\[150px\] {
  max-width: 150px !important;
}
.tw-max-w-\[200px\] {
  max-width: 200px !important;
}
.tw-max-w-\[250px\] {
  max-width: 250px !important;
}
.tw-max-w-\[320px\] {
  max-width: 320px !important;
}
.tw-max-w-\[350px\] {
  max-width: 350px !important;
}
.tw-max-w-\[408px\] {
  max-width: 408px !important;
}
.tw-max-w-\[450px\] {
  max-width: 450px !important;
}
.tw-max-w-\[45px\] {
  max-width: 45px !important;
}
.tw-max-w-\[48px\] {
  max-width: 48px !important;
}
.tw-max-w-\[492px\] {
  max-width: 492px !important;
}
.tw-max-w-\[500px\] {
  max-width: 500px !important;
}
.tw-max-w-\[50px\] {
  max-width: 50px !important;
}
.tw-max-w-\[516px\] {
  max-width: 516px !important;
}
.tw-max-w-\[529px\] {
  max-width: 529px !important;
}
.tw-max-w-\[550px\] {
  max-width: 550px !important;
}
.tw-max-w-\[600px\] {
  max-width: 600px !important;
}
.tw-max-w-\[644px\] {
  max-width: 644px !important;
}
.tw-max-w-\[656px\] {
  max-width: 656px !important;
}
.tw-max-w-\[700px\] {
  max-width: 700px !important;
}
.tw-max-w-\[743px\] {
  max-width: 743px !important;
}
.tw-max-w-\[790px\] {
  max-width: 790px !important;
}
.tw-max-w-\[800px\] {
  max-width: 800px !important;
}
.tw-max-w-\[85\%\] {
  max-width: 85% !important;
}
.tw-max-w-\[900px\] {
  max-width: 900px !important;
}
.tw-max-w-\[939px\] {
  max-width: 939px !important;
}
.tw-max-w-full {
  max-width: 100% !important;
}
.tw-max-w-md {
  max-width: 28rem !important;
}
.tw-max-w-none {
  max-width: none !important;
}
.tw-max-w-screen-xl {
  max-width: 1200px !important;
}
.tw-max-w-sm {
  max-width: 24rem !important;
}
.tw-max-w-xs {
  max-width: 20rem !important;
}
.tw-flex-1 {
  flex: 1 1 0% !important;
}
.tw-flex-none {
  flex: none !important;
}
.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.tw-shrink-0 {
  flex-shrink: 0 !important;
}
.tw-flex-grow {
  flex-grow: 1 !important;
}
.tw-border-collapse {
  border-collapse: collapse !important;
}
.\!tw-translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.-tw-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}
.-tw-translate-x-full {
  --tw-translate-x: -100% !important;
  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)) !important;
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.tw--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.tw-translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.tw-translate-x-6 {
  --tw-translate-x: 1.5rem !important;
  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)) !important;
}
.-tw-rotate-180 {
  --tw-rotate: -180deg !important;
  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)) !important;
}
.tw-rotate-0 {
  --tw-rotate: 0deg !important;
  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)) !important;
}
.tw-rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}
.tw-scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}
.tw-scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
  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)) !important;
}
.tw-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)) !important;
}
@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.tw-animate-ping {
  animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}
@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}
.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}
.tw-animate-spin {
  animation: tw-spin 1s linear infinite !important;
}
.tw-cursor-default {
  cursor: default !important;
}
.tw-cursor-not-allowed {
  cursor: not-allowed !important;
}
.tw-cursor-pointer {
  cursor: pointer !important;
}
.tw-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.tw-resize-none {
  resize: none !important;
}
.tw-resize-y {
  resize: vertical !important;
}
.tw-scroll-mt-\[140px\] {
  scroll-margin-top: 140px !important;
}
.tw-list-inside {
  list-style-position: inside !important;
}
.tw-list-disc {
  list-style-type: disc !important;
}
.tw-list-none {
  list-style-type: none !important;
}
.tw-appearance-none {
  appearance: none !important;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.tw-grid-cols-\[135px_1fr_122px\] {
  grid-template-columns: 135px 1fr 122px !important;
}
.tw-grid-cols-\[24px_1fr\] {
  grid-template-columns: 24px 1fr !important;
}
.tw-flex-row {
  flex-direction: row !important;
}
.tw-flex-col {
  flex-direction: column !important;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse !important;
}
.tw-flex-wrap {
  flex-wrap: wrap !important;
}
.tw-flex-nowrap {
  flex-wrap: nowrap !important;
}
.tw-items-start {
  align-items: flex-start !important;
}
.tw-items-end {
  align-items: flex-end !important;
}
.tw-items-center {
  align-items: center !important;
}
.tw-items-stretch {
  align-items: stretch !important;
}
.tw-justify-start {
  justify-content: flex-start !important;
}
.tw-justify-end {
  justify-content: flex-end !important;
}
.tw-justify-center {
  justify-content: center !important;
}
.tw-justify-between {
  justify-content: space-between !important;
}
.tw-gap-0 {
  gap: 0px !important;
}
.tw-gap-0\.5 {
  gap: 0.125rem !important;
}
.tw-gap-1 {
  gap: 0.25rem !important;
}
.tw-gap-1\.5 {
  gap: 0.375rem !important;
}
.tw-gap-10 {
  gap: 2.5rem !important;
}
.tw-gap-12 {
  gap: 3rem !important;
}
.tw-gap-2 {
  gap: 0.5rem !important;
}
.tw-gap-2\.5 {
  gap: 0.625rem !important;
}
.tw-gap-3 {
  gap: 0.75rem !important;
}
.tw-gap-4 {
  gap: 1rem !important;
}
.tw-gap-5 {
  gap: 1.25rem !important;
}
.tw-gap-6 {
  gap: 1.5rem !important;
}
.tw-gap-7 {
  gap: 1.75rem !important;
}
.tw-gap-8 {
  gap: 2rem !important;
}
.tw-gap-9 {
  gap: 2.25rem !important;
}
.tw-gap-\[10px\] {
  gap: 10px !important;
}
.tw-gap-\[12px\] {
  gap: 12px !important;
}
.tw-gap-\[14px\] {
  gap: 14px !important;
}
.tw-gap-\[16px\] {
  gap: 16px !important;
}
.tw-gap-\[24px\] {
  gap: 24px !important;
}
.tw-gap-\[2px\] {
  gap: 2px !important;
}
.tw-gap-\[32px\] {
  gap: 32px !important;
}
.tw-gap-\[4px\] {
  gap: 4px !important;
}
.tw-gap-\[5px\] {
  gap: 5px !important;
}
.tw-gap-\[8px\] {
  gap: 8px !important;
}
.tw-gap-x-0 {
  column-gap: 0px !important;
}
.tw-gap-x-1 {
  column-gap: 0.25rem !important;
}
.tw-gap-x-2 {
  column-gap: 0.5rem !important;
}
.tw-gap-x-3 {
  column-gap: 0.75rem !important;
}
.tw-gap-x-4 {
  column-gap: 1rem !important;
}
.tw-gap-x-6 {
  column-gap: 1.5rem !important;
}
.tw-gap-y-1 {
  row-gap: 0.25rem !important;
}
.tw-gap-y-2 {
  row-gap: 0.5rem !important;
}
.tw-gap-y-4 {
  row-gap: 1rem !important;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1)) !important;
}
.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1)) !important;
}
.tw-self-start {
  align-self: flex-start !important;
}
.tw-self-stretch {
  align-self: stretch !important;
}
.tw-overflow-auto {
  overflow: auto !important;
}
.tw-overflow-hidden {
  overflow: hidden !important;
}
.tw-overflow-clip {
  overflow: clip !important;
}
.tw-overflow-visible {
  overflow: visible !important;
}
.tw-overflow-x-auto {
  overflow-x: auto !important;
}
.tw-overflow-y-auto {
  overflow-y: auto !important;
}
.tw-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.tw-text-ellipsis {
  text-overflow: ellipsis !important;
}
.tw-whitespace-nowrap {
  white-space: nowrap !important;
}
.tw-whitespace-pre-line {
  white-space: pre-line !important;
}
.tw-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
.tw-text-nowrap {
  text-wrap: nowrap !important;
}
.tw-break-words {
  overflow-wrap: break-word !important;
}
.tw-break-all {
  word-break: break-all !important;
}
.tw-rounded {
  border-radius: 0.25rem !important;
}
.tw-rounded-2xl {
  border-radius: 1rem !important;
}
.tw-rounded-3xl {
  border-radius: 1.5rem !important;
}
.tw-rounded-\[100px\] {
  border-radius: 100px !important;
}
.tw-rounded-\[10px\] {
  border-radius: 10px !important;
}
.tw-rounded-\[11\.5px\] {
  border-radius: 11.5px !important;
}
.tw-rounded-\[12px\] {
  border-radius: 12px !important;
}
.tw-rounded-\[14px\] {
  border-radius: 14px !important;
}
.tw-rounded-\[16px\] {
  border-radius: 16px !important;
}
.tw-rounded-\[18px\] {
  border-radius: 18px !important;
}
.tw-rounded-\[20px\] {
  border-radius: 20px !important;
}
.tw-rounded-\[22px\] {
  border-radius: 22px !important;
}
.tw-rounded-\[24px\] {
  border-radius: 24px !important;
}
.tw-rounded-\[28px\] {
  border-radius: 28px !important;
}
.tw-rounded-\[3\.6px\] {
  border-radius: 3.6px !important;
}
.tw-rounded-\[4px\] {
  border-radius: 4px !important;
}
.tw-rounded-\[53px\] {
  border-radius: 53px !important;
}
.tw-rounded-\[56px\] {
  border-radius: 56px !important;
}
.tw-rounded-\[6px\] {
  border-radius: 6px !important;
}
.tw-rounded-\[7px\] {
  border-radius: 7px !important;
}
.tw-rounded-\[8px\] {
  border-radius: 8px !important;
}
.tw-rounded-full {
  border-radius: 9999px !important;
}
.tw-rounded-lg {
  border-radius: 0.5rem !important;
}
.tw-rounded-md {
  border-radius: 0.375rem !important;
}
.tw-rounded-sm {
  border-radius: 0.125rem !important;
}
.tw-rounded-xl {
  border-radius: 0.75rem !important;
}
.tw-rounded-b-\[22px\] {
  border-bottom-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}
.tw-rounded-b-\[30px\] {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.tw-rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.tw-rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.tw-rounded-t-\[30px\] {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.tw-rounded-bl-\[8px\] {
  border-bottom-left-radius: 8px !important;
}
.tw-rounded-tl-\[4px\] {
  border-top-left-radius: 4px !important;
}
.tw-rounded-tl-\[8px\] {
  border-top-left-radius: 8px !important;
}
.tw-rounded-tr-\[4px\] {
  border-top-right-radius: 4px !important;
}
.tw-border {
  border-width: 1px !important;
}
.tw-border-0 {
  border-width: 0px !important;
}
.tw-border-2 {
  border-width: 2px !important;
}
.tw-border-4 {
  border-width: 4px !important;
}
.tw-border-8 {
  border-width: 8px !important;
}
.tw-border-\[1\.4px\] {
  border-width: 1.4px !important;
}
.tw-border-\[1\.5px\] {
  border-width: 1.5px !important;
}
.tw-border-\[1px\] {
  border-width: 1px !important;
}
.tw-border-\[20px\] {
  border-width: 20px !important;
}
.tw-border-\[2px\] {
  border-width: 2px !important;
}
.tw-border-\[3px\] {
  border-width: 3px !important;
}
.tw-border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.tw-border-b {
  border-bottom-width: 1px !important;
}
.tw-border-b-2 {
  border-bottom-width: 2px !important;
}
.tw-border-b-4 {
  border-bottom-width: 4px !important;
}
.tw-border-b-\[0\.8px\] {
  border-bottom-width: 0.8px !important;
}
.tw-border-b-\[3px\] {
  border-bottom-width: 3px !important;
}
.tw-border-l {
  border-left-width: 1px !important;
}
.tw-border-l-0 {
  border-left-width: 0px !important;
}
.tw-border-l-4 {
  border-left-width: 4px !important;
}
.tw-border-l-\[1\.4px\] {
  border-left-width: 1.4px !important;
}
.tw-border-l-\[3px\] {
  border-left-width: 3px !important;
}
.tw-border-r {
  border-right-width: 1px !important;
}
.tw-border-r-0 {
  border-right-width: 0px !important;
}
.tw-border-r-4 {
  border-right-width: 4px !important;
}
.tw-border-t {
  border-top-width: 1px !important;
}
.tw-border-t-2 {
  border-top-width: 2px !important;
}
.tw-border-t-4 {
  border-top-width: 4px !important;
}
.tw-border-t-\[0\.8px\] {
  border-top-width: 0.8px !important;
}
.tw-border-solid {
  border-style: solid !important;
}
.tw-border-dashed {
  border-style: dashed !important;
}
.tw-border-none {
  border-style: none !important;
}
.tw-border-\[\#006A4F\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#006a4f\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#0ea5e9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#107F62\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 127 98 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#16A34A\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#1879C2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 121 194 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#333\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#3b82f6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#434343\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 67 67 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#43A842\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#43A842\]\/30 {
  border-color: rgb(67 168 66 / 0.3) !important;
}
.tw-border-\[\#43A842\]\/50 {
  border-color: rgb(67 168 66 / 0.5) !important;
}
.tw-border-\[\#43a842\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#767676\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(118 118 118 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#93C5FD\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#A5A5A5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 165 165 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#BCCEE5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(188 206 229 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#CBD5E1\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#CCCCCC\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#D11135\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 17 53 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#D18D00\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 141 0 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#D6D6D6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#D8571F\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 87 31 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#DC2626\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#E2E8F0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#E4E7EC\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#E5E5E5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#E5E7EB\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#F0F2F5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#F1F1F1A6\] {
  border-color: #F1F1F1A6 !important;
}
.tw-border-\[\#F1F1F1\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#F3F4F6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#F9DED2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 222 210 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#FDE68A\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#FFCF11\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 207 17 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#a5a5a5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 165 165 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#bbf7d0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#bfdbfe\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#d11135\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 17 53 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#d5d5d5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#d5d7da\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 215 218 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#d6d6d6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#d92d20\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 45 32 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#e4e7ec\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#e5e5e5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#fef3f2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 242 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#ffcf11\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 207 17 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[rgba\(214\,214\,214\,0\.5\)\] {
  border-color: rgba(214, 214, 214, 0.5) !important;
}
.tw-border-\[var\(--color-accent\)\] {
  border-color: var(--color-accent) !important;
}
.tw-border-\[var\(--color-primary\)\] {
  border-color: var(--color-primary) !important;
}
.tw-border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-amber-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-amber-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-citizen-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-citizen-primary-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 241 218 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-citizen-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-citizen-secondary-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-current {
  border-color: currentColor !important;
}
.tw-border-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-enterprise-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 87 31 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-enterprise-primary-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 222 210 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-enterprise-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 110 155 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-enterprise-secondary-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 237 250 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gov-primary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 233 227 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gov-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gov-secondary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 110 155 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-100\/40 {
  border-color: rgb(245 245 245 / 0.4) !important;
}
.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-200\/50 {
  border-color: rgb(229 229 229 / 0.5) !important;
}
.tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-green-secondary\/50 {
  border-color: rgb(0 106 79 / 0.5) !important;
}
.tw-border-inactive {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 207 179 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-slate-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-transparent {
  border-color: transparent !important;
}
.tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-white\/30 {
  border-color: rgb(255 255 255 / 0.3) !important;
}
.tw-border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-b-\[\#E5E7EB\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-\[\#43A842\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-\[\#E6B800\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(230 184 0 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-amber-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-gray-300 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-l-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-r-gray-900 {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-\[\#006A4F\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-\[\#1879C2\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(24 121 194 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-\[\#434343\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 67 67 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-\[\#43A842\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-\[\#D8571F\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(216 87 31 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-\[var\(--color-accent\)\] {
  border-top-color: var(--color-accent) !important;
}
.tw-border-t-\[var\(--color-primary\)\] {
  border-top-color: var(--color-primary) !important;
}
.tw-border-t-black {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-current {
  border-top-color: currentColor !important;
}
.tw-border-t-gray-700 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-gray-800 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-t-transparent {
  border-top-color: transparent !important;
}
.tw-border-t-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.\!tw-bg-transparent {
  background-color: transparent !important;
}
.tw-bg-\[\#006A4F\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 106 79 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#0A66C2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 102 194 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#11619C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 97 156 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#1877F2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#1976D2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 118 210 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#25D366\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#3b82f6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#43A842\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 168 66 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#43a842\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 168 66 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#4CAF50\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 175 80 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#88C5A3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 197 163 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#9ca3af\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#A3A3A3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#C5F3A0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(197 243 160 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#CDCDCD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#D11135\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 17 53 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#D1EDFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 237 250 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#D6D6D6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#D8571F\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 87 31 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#DBEAFE\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#DBF1DA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 241 218 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#DCFCE7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E4E7EC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E5E5E5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E5E7EB\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E5F2EE\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 242 238 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E6F0FD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 240 253 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E6F4F0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 244 240 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#E8F4FD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 244 253 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#EBEFF4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 239 244 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#ECEEF2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 238 242 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#EDF7F5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 247 245 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F1F5F9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F8F9FA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F8FAFC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F9DED2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 210 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FDF0EB\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 240 235 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FEE2E2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FEF3CD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 205 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FEF9C3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FFCF11\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 207 17 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FFD700\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 215 0 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#FFFBEB\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#d11135\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 17 53 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#d1fae5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#d4edda\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 237 218 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#d6d6d6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#d92d20\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#dbeafe\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#dcfce7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#e0f2fe\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#e5f2ee\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 242 238 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#ebeff4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 239 244 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#eff6ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f0f9f0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 240 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f0fdf4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f3e8ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f3f3fc\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 252 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f3f4f6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f8fafc\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#facc15\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#fbbf24\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#fee2e2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#fee4e2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 228 226 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#fef3c7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#fef3ed\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 237 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#fef9c3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[\#ffcf11\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 207 17 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[rgba\(255\,255\,255\,0\.5\)\] {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.tw-bg-\[var\(--color-accent\)\] {
  background-color: var(--color-accent) !important;
}
.tw-bg-\[var\(--color-accent-light\)\] {
  background-color: var(--color-accent-light) !important;
}
.tw-bg-\[var\(--color-primary\)\] {
  background-color: var(--color-primary) !important;
}
.tw-bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.tw-bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}
.tw-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.tw-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}
.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}
.tw-bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-citizen-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 168 66 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-citizen-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 241 218 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-citizen-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 106 79 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-citizen-secondary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-enterprise-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 87 31 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-enterprise-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 210 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-enterprise-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 110 155 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-enterprise-secondary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 237 250 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gov-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 241 218 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gov-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 106 79 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gov-secondary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 233 243 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-gray-pure {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 64 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 64 48 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-green-secondary\/10 {
  background-color: rgb(0 106 79 / 0.1) !important;
}
.tw-bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 231 217 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 179 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 210 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 87 31 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-orange-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 87 31 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 106 79 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-transparent {
  background-color: transparent !important;
}
.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}
.tw-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3) !important;
}
.tw-bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4) !important;
}
.tw-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
.tw-bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}
.tw-bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}
.tw-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9) !important;
}
.tw-bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}
.tw-bg-opacity-15 {
  --tw-bg-opacity: 0.15 !important;
}
.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}
.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}
.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.tw-from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-gov-primary-500 {
  --tw-gradient-from: #006A4F var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 106 79 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-gray-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-green-700 {
  --tw-gradient-from: #004030 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 64 48 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-orange-50 {
  --tw-gradient-from: #F9DED2 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 222 210 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tw-via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #a855f7 var(--tw-gradient-via-position),
    var(--tw-gradient-to) !important;
}
.tw-via-white {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fff var(--tw-gradient-via-position),
    var(--tw-gradient-to) !important;
}
.tw-to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position) !important;
}
.tw-to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position) !important;
}
.tw-to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position) !important;
}
.tw-to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position) !important;
}
.tw-to-gov-secondary-500 {
  --tw-gradient-to: #116E9B var(--tw-gradient-to-position) !important;
}
.tw-to-green-100 {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position) !important;
}
.tw-to-orange-100 {
  --tw-gradient-to: #fde7d9 var(--tw-gradient-to-position) !important;
}
.tw-to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position) !important;
}
.tw-to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position) !important;
}
.tw-bg-right {
  background-position: right !important;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}
.tw-object-contain {
  object-fit: contain !important;
}
.tw-object-cover {
  object-fit: cover !important;
}
.\!tw-p-5 {
  padding: 1.25rem !important;
}
.tw-p-0 {
  padding: 0px !important;
}
.tw-p-0\.5 {
  padding: 0.125rem !important;
}
.tw-p-1 {
  padding: 0.25rem !important;
}
.tw-p-1\.5 {
  padding: 0.375rem !important;
}
.tw-p-16 {
  padding: 4rem !important;
}
.tw-p-2 {
  padding: 0.5rem !important;
}
.tw-p-2\.5 {
  padding: 0.625rem !important;
}
.tw-p-3 {
  padding: 0.75rem !important;
}
.tw-p-4 {
  padding: 1rem !important;
}
.tw-p-5 {
  padding: 1.25rem !important;
}
.tw-p-6 {
  padding: 1.5rem !important;
}
.tw-p-8 {
  padding: 2rem !important;
}
.tw-p-\[16px\] {
  padding: 16px !important;
}
.tw-p-\[20px\] {
  padding: 20px !important;
}
.tw-p-\[24px\] {
  padding: 24px !important;
}
.tw-p-\[2px\] {
  padding: 2px !important;
}
.tw-p-\[30px\] {
  padding: 30px !important;
}
.tw-p-\[6px\] {
  padding: 6px !important;
}
.tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.tw-px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.tw-px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.tw-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.tw-px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.tw-px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.tw-px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.tw-px-\[17px\] {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.tw-px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.tw-px-\[24px\] {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.tw-px-\[32px\] {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.tw-px-\[46px\] {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.tw-px-\[4px\] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.tw-px-\[54px\] {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.tw-py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.tw-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.tw-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tw-py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.tw-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.tw-py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.tw-py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.tw-py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.tw-py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.tw-py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.tw-py-\[24px\] {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.tw-py-\[25px\] {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.tw-py-\[2px\] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.tw-py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.tw-py-\[5\.5px\] {
  padding-top: 5.5px !important;
  padding-bottom: 5.5px !important;
}
.tw-py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.tw-py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.\!tw-pt-5 {
  padding-top: 1.25rem !important;
}
.tw-pb-0 {
  padding-bottom: 0px !important;
}
.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}
.tw-pb-1\.5 {
  padding-bottom: 0.375rem !important;
}
.tw-pb-10 {
  padding-bottom: 2.5rem !important;
}
.tw-pb-12 {
  padding-bottom: 3rem !important;
}
.tw-pb-18 {
  padding-bottom: 4.5rem !important;
}
.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}
.tw-pb-2\.5 {
  padding-bottom: 0.625rem !important;
}
.tw-pb-24 {
  padding-bottom: 6rem !important;
}
.tw-pb-28 {
  padding-bottom: 7rem !important;
}
.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}
.tw-pb-4 {
  padding-bottom: 1rem !important;
}
.tw-pb-5 {
  padding-bottom: 1.25rem !important;
}
.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}
.tw-pb-8 {
  padding-bottom: 2rem !important;
}
.tw-pb-\[100px\] {
  padding-bottom: 100px !important;
}
.tw-pb-\[15px\] {
  padding-bottom: 15px !important;
}
.tw-pb-\[16px\] {
  padding-bottom: 16px !important;
}
.tw-pb-\[190px\] {
  padding-bottom: 190px !important;
}
.tw-pb-\[54px\] {
  padding-bottom: 54px !important;
}
.tw-pb-\[60px\] {
  padding-bottom: 60px !important;
}
.tw-pb-\[64px\] {
  padding-bottom: 64px !important;
}
.tw-pb-\[78px\] {
  padding-bottom: 78px !important;
}
.tw-pb-\[80px\] {
  padding-bottom: 80px !important;
}
.tw-pb-px {
  padding-bottom: 1px !important;
}
.tw-pl-0 {
  padding-left: 0px !important;
}
.tw-pl-1 {
  padding-left: 0.25rem !important;
}
.tw-pl-10 {
  padding-left: 2.5rem !important;
}
.tw-pl-12 {
  padding-left: 3rem !important;
}
.tw-pl-3 {
  padding-left: 0.75rem !important;
}
.tw-pl-4 {
  padding-left: 1rem !important;
}
.tw-pl-6 {
  padding-left: 1.5rem !important;
}
.tw-pl-8 {
  padding-left: 2rem !important;
}
.tw-pl-\[16px\] {
  padding-left: 16px !important;
}
.tw-pl-\[70px\] {
  padding-left: 70px !important;
}
.tw-pr-1 {
  padding-right: 0.25rem !important;
}
.tw-pr-10 {
  padding-right: 2.5rem !important;
}
.tw-pr-12 {
  padding-right: 3rem !important;
}
.tw-pr-2 {
  padding-right: 0.5rem !important;
}
.tw-pr-3 {
  padding-right: 0.75rem !important;
}
.tw-pr-4 {
  padding-right: 1rem !important;
}
.tw-pr-5 {
  padding-right: 1.25rem !important;
}
.tw-pr-6 {
  padding-right: 1.5rem !important;
}
.tw-pr-8 {
  padding-right: 2rem !important;
}
.tw-pr-\[8px\] {
  padding-right: 8px !important;
}
.tw-pt-0 {
  padding-top: 0px !important;
}
.tw-pt-1 {
  padding-top: 0.25rem !important;
}
.tw-pt-1\.5 {
  padding-top: 0.375rem !important;
}
.tw-pt-16 {
  padding-top: 4rem !important;
}
.tw-pt-18 {
  padding-top: 4.5rem !important;
}
.tw-pt-2 {
  padding-top: 0.5rem !important;
}
.tw-pt-28 {
  padding-top: 7rem !important;
}
.tw-pt-3 {
  padding-top: 0.75rem !important;
}
.tw-pt-32 {
  padding-top: 8rem !important;
}
.tw-pt-36 {
  padding-top: 9rem !important;
}
.tw-pt-4 {
  padding-top: 1rem !important;
}
.tw-pt-5 {
  padding-top: 1.25rem !important;
}
.tw-pt-6 {
  padding-top: 1.5rem !important;
}
.tw-pt-8 {
  padding-top: 2rem !important;
}
.tw-pt-\[100px\] {
  padding-top: 100px !important;
}
.tw-pt-\[12px\] {
  padding-top: 12px !important;
}
.tw-pt-\[76px\] {
  padding-top: 76px !important;
}
.tw-pt-\[80px\] {
  padding-top: 80px !important;
}
.tw-pt-\[90px\] {
  padding-top: 90px !important;
}
.tw-text-left {
  text-align: left !important;
}
.tw-text-center {
  text-align: center !important;
}
.tw-text-right {
  text-align: right !important;
}
.tw-font-\[\'Inter\'\,sans-serif\] {
  font-family: "Inter", sans-serif !important;
}
.tw-font-\[\'Poppins\'\,sans-serif\] {
  font-family: "Poppins", sans-serif !important;
}
.tw-font-\[\\\'Poppins\\\'\,sans-serif\] {
  font-family: \'Poppins\', sans-serif !important;
}
.tw-font-mono {
  font-family:
    Monaco,
    Courier New,
    monospace !important;
}
.tw-font-sans {
  font-family:
    Poppins,
    system-ui,
    -apple-system,
    sans-serif !important;
}
.tw-font-serif {
  font-family:
    ui-serif,
    Georgia,
    Cambria,
    "Times New Roman",
    Times,
    serif !important;
}
.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}
.tw-text-3xl {
  font-size: 1.75rem !important;
  line-height: 1.35 !important;
}
.tw-text-4xl {
  font-size: 2rem !important;
  line-height: 1.3 !important;
}
.tw-text-5xl {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
}
.tw-text-6xl {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}
.tw-text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}
.tw-text-\[10px\] {
  font-size: 10px !important;
}
.tw-text-\[11px\] {
  font-size: 11px !important;
}
.tw-text-\[12px\] {
  font-size: 12px !important;
}
.tw-text-\[13\.5px\] {
  font-size: 13.5px !important;
}
.tw-text-\[13px\] {
  font-size: 13px !important;
}
.tw-text-\[14px\] {
  font-size: 14px !important;
}
.tw-text-\[15px\] {
  font-size: 15px !important;
}
.tw-text-\[16px\] {
  font-size: 16px !important;
}
.tw-text-\[17px\] {
  font-size: 17px !important;
}
.tw-text-\[18px\] {
  font-size: 18px !important;
}
.tw-text-\[20px\] {
  font-size: 20px !important;
}
.tw-text-\[22px\] {
  font-size: 22px !important;
}
.tw-text-\[24px\] {
  font-size: 24px !important;
}
.tw-text-\[28px\] {
  font-size: 28px !important;
}
.tw-text-\[30px\] {
  font-size: 30px !important;
}
.tw-text-\[36px\] {
  font-size: 36px !important;
}
.tw-text-\[64px\] {
  font-size: 64px !important;
}
.tw-text-\[8px\] {
  font-size: 8px !important;
}
.tw-text-\[9px\] {
  font-size: 9px !important;
}
.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}
.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}
.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}
.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}
.\!tw-font-semibold {
  font-weight: 600 !important;
}
.tw-font-bold {
  font-weight: 700 !important;
}
.tw-font-extralight {
  font-weight: 200 !important;
}
.tw-font-light {
  font-weight: 300 !important;
}
.tw-font-medium {
  font-weight: 500 !important;
}
.tw-font-normal {
  font-weight: 400 !important;
}
.tw-font-semibold {
  font-weight: 600 !important;
}
.tw-uppercase {
  text-transform: uppercase !important;
}
.tw-italic {
  font-style: italic !important;
}
.tw-tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.tw-leading-\[0\] {
  line-height: 0 !important;
}
.tw-leading-\[1\.25\] {
  line-height: 1.25 !important;
}
.tw-leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.tw-leading-\[1\.3\] {
  line-height: 1.3 !important;
}
.tw-leading-\[1\.45\] {
  line-height: 1.45 !important;
}
.tw-leading-\[1\.4\] {
  line-height: 1.4 !important;
}
.tw-leading-\[1\.5\] {
  line-height: 1.5 !important;
}
.tw-leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.tw-leading-\[1\.7\] {
  line-height: 1.7 !important;
}
.tw-leading-\[125\%\] {
  line-height: 125% !important;
}
.tw-leading-\[150\%\] {
  line-height: 150% !important;
}
.tw-leading-\[18px\] {
  line-height: 18px !important;
}
.tw-leading-\[20px\] {
  line-height: 20px !important;
}
.tw-leading-\[24px\] {
  line-height: 24px !important;
}
.tw-leading-\[28px\] {
  line-height: 28px !important;
}
.tw-leading-none {
  line-height: 1 !important;
}
.tw-leading-normal {
  line-height: 1.5 !important;
}
.tw-leading-relaxed {
  line-height: 1.625 !important;
}
.tw-leading-snug {
  line-height: 1.375 !important;
}
.tw-leading-tight {
  line-height: 1.25 !important;
}
.tw-tracking-\[-0\.02em\] {
  letter-spacing: -0.02em !important;
}
.tw-tracking-\[-0\.48px\] {
  letter-spacing: -0.48px !important;
}
.tw-tracking-\[-0\.4px\] {
  letter-spacing: -0.4px !important;
}
.tw-tracking-\[-0\.56px\] {
  letter-spacing: -0.56px !important;
}
.tw-tracking-\[-0\.64px\] {
  letter-spacing: -0.64px !important;
}
.tw-tracking-\[-0\.8px\] {
  letter-spacing: -0.8px !important;
}
.tw-tracking-tight {
  letter-spacing: -0.025em !important;
}
.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}
.tw-tracking-wider {
  letter-spacing: 0.05em !important;
}
.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#000000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#006A4F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#006a4f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0077B5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 119 181 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0284c7\] {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#030213\] {
  --tw-text-opacity: 1 !important;
  color: rgb(3 2 19 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0A0A0A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0A0D12\] {
  --tw-text-opacity: 1 !important;
  color: rgb(10 13 18 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0B1220\] {
  --tw-text-opacity: 1 !important;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0F172B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 43 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0ea5e9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#101928\] {
  --tw-text-opacity: 1 !important;
  color: rgb(16 25 40 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#107F62\] {
  --tw-text-opacity: 1 !important;
  color: rgb(16 127 98 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#111827\] {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#16A34A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#181D27\] {
  --tw-text-opacity: 1 !important;
  color: rgb(24 29 39 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#181d27\] {
  --tw-text-opacity: 1 !important;
  color: rgb(24 29 39 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1877F2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1879C2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(24 121 194 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1976D2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(25 118 210 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1A1A1A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1F1F1F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1F2937\] {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1a1a1a\] {
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1d2939\] {
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#1e293b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#25D366\] {
  --tw-text-opacity: 1 !important;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#272928\] {
  --tw-text-opacity: 1 !important;
  color: rgb(39 41 40 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#28a745\] {
  --tw-text-opacity: 1 !important;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#292929\] {
  --tw-text-opacity: 1 !important;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#2D452B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(45 69 43 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#2E74B5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(46 116 181 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#333\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#334155\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#374151\] {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#3B82F6\] {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#3b82f6\] {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#414651\] {
  --tw-text-opacity: 1 !important;
  color: rgb(65 70 81 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#434343\] {
  --tw-text-opacity: 1 !important;
  color: rgb(67 67 67 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#43A842\] {
  --tw-text-opacity: 1 !important;
  color: rgb(67 168 66 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#43a842\] {
  --tw-text-opacity: 1 !important;
  color: rgb(67 168 66 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#475569\] {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#4A5565\] {
  --tw-text-opacity: 1 !important;
  color: rgb(74 85 101 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#515151\] {
  --tw-text-opacity: 1 !important;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#535862\] {
  --tw-text-opacity: 1 !important;
  color: rgb(83 88 98 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#575757\] {
  --tw-text-opacity: 1 !important;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#616161\] {
  --tw-text-opacity: 1 !important;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#64748B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#667085\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#667185\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 113 133 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#6A7282\] {
  --tw-text-opacity: 1 !important;
  color: rgb(106 114 130 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#6B7280\] {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#6b7280\] {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#717182\] {
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 130 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#767676\] {
  --tw-text-opacity: 1 !important;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#888\] {
  --tw-text-opacity: 1 !important;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#898d8f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(137 141 143 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#9CA3AF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#9ca3af\] {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#C4C4C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(196 196 196 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#D11135\] {
  --tw-text-opacity: 1 !important;
  color: rgb(209 17 53 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#D18D00\] {
  --tw-text-opacity: 1 !important;
  color: rgb(209 141 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#D1D5DB\] {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#D8571F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(216 87 31 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#D8971F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(216 151 31 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#DC2626\] {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#E05A33\] {
  --tw-text-opacity: 1 !important;
  color: rgb(224 90 51 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#E53935\] {
  --tw-text-opacity: 1 !important;
  color: rgb(229 57 53 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#F26422\] {
  --tw-text-opacity: 1 !important;
  color: rgb(242 100 34 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#F6B630\] {
  --tw-text-opacity: 1 !important;
  color: rgb(246 182 48 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#FFCF11\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 207 17 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#b24c07\] {
  --tw-text-opacity: 1 !important;
  color: rgb(178 76 7 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#d11135\] {
  --tw-text-opacity: 1 !important;
  color: rgb(209 17 53 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#ef4444\] {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#f6b630\] {
  --tw-text-opacity: 1 !important;
  color: rgb(246 182 48 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[var\(--color-accent\)\] {
  color: var(--color-accent) !important;
}
.tw-text-\[var\(--color-accent\,\#16a34a\)\] {
  color: var(--color-accent,#16a34a) !important;
}
.tw-text-\[var\(--color-primary\)\] {
  color: var(--color-primary) !important;
}
.tw-text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-citizen-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(67 168 66 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-citizen-primary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(219 241 218 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-citizen-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-citizen-secondary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-emerald-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-enterprise-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(216 87 31 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-enterprise-primary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(249 222 210 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-enterprise-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(17 110 155 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-enterprise-secondary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(209 237 250 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-error {
  --tw-text-opacity: 1 !important;
  color: rgb(209 17 53 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gov-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gov-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 64 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gov-secondary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 110 155 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-gray-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(40 101 40 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 64 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 64 48 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-green-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 159 103 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(216 87 31 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(173 70 25 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(130 52 19 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-rose-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-text-title {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1)) !important;
}
.tw-underline {
  text-decoration-line: underline !important;
}
.\!tw-no-underline {
  text-decoration-line: none !important;
}
.tw-no-underline {
  text-decoration-line: none !important;
}
.tw-decoration-solid {
  text-decoration-style: solid !important;
}
.tw-placeholder-\[\#767676\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(118 118 118 / var(--tw-placeholder-opacity, 1)) !important;
}
.tw-opacity-0 {
  opacity: 0 !important;
}
.tw-opacity-10 {
  opacity: 0.1 !important;
}
.tw-opacity-100 {
  opacity: 1 !important;
}
.tw-opacity-15 {
  opacity: 0.15 !important;
}
.tw-opacity-25 {
  opacity: 0.25 !important;
}
.tw-opacity-40 {
  opacity: 0.4 !important;
}
.tw-opacity-50 {
  opacity: 0.5 !important;
}
.tw-opacity-60 {
  opacity: 0.6 !important;
}
.tw-opacity-65 {
  opacity: 0.65 !important;
}
.tw-opacity-70 {
  opacity: 0.7 !important;
}
.tw-opacity-75 {
  opacity: 0.75 !important;
}
.tw-opacity-80 {
  opacity: 0.8 !important;
}
.tw-opacity-90 {
  opacity: 0.9 !important;
}
.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-\[0_-2px_8px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0 -2px 8px rgba(0,0,0,0.06) !important;
  --tw-shadow-colored: 0 -2px 8px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-\[0_4px_24px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-\[0px_1px_2px_0px_rgba\(10\,13\,18\,0\.05\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(10,13,18,0.05) !important;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-\[0px_4px_20px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0px 4px 20px rgba(0,0,0,0.06) !important;
  --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-\[0px_8px_16px_0px_rgba\(15\,23\,42\,0\.05\)\,0px_40px_64px_0px_rgba\(15\,23\,42\,0\.05\)\] {
  --tw-shadow: 0px 8px 16px 0px rgba(15,23,42,0.05),0px 40px 64px 0px rgba(15,23,42,0.05) !important;
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color), 0px 40px 64px 0px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.tw-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.tw-ring-\[\#43A842\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(67 168 66 / var(--tw-ring-opacity, 1)) !important;
}
.tw-ring-\[\#D8571F\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(216 87 31 / var(--tw-ring-opacity, 1)) !important;
}
.tw-ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1)) !important;
}
.tw-ring-green-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 85 64 / var(--tw-ring-opacity, 1)) !important;
}
.tw-ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important;
}
.tw-ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}
.tw-ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}
.tw-drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  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) !important;
}
.tw-drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  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) !important;
}
.tw-backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
  -webkit-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) !important;
  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) !important;
}
.tw-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  -webkit-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) !important;
  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) !important;
}
.tw-transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-\[border-radius\] {
  transition-property: border-radius !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-duration-100 {
  transition-duration: 100ms !important;
}
.tw-duration-150 {
  transition-duration: 150ms !important;
}
.tw-duration-200 {
  transition-duration: 200ms !important;
}
.tw-duration-300 {
  transition-duration: 300ms !important;
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
:root,
body.theme-citoyen {
  --color-primary: #43A842;
  --color-primary-hover: #3a9539;
  --color-accent: #43A842;
  --color-accent-light: #E5F2EE;
  --color-primary-rgb:
    67,
    168,
    66;
}
body.theme-public {
  --color-primary: #D8571F;
  --color-primary-hover: #B8461A;
  --color-accent: #D8571F;
  --color-accent-light: #FEF3E8;
  --color-primary-rgb:
    216,
    87,
    31;
}
.search-btn {
  border: 2px solid var(--color-accent);
  animation: border-breathe 2.5s ease-in-out infinite;
}
@keyframes border-breathe {
  0%, 100% {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), 0);
  }
  50% {
    border-color: var(--color-primary);
    box-shadow: 0 0 8px 2px rgba(var(--color-primary-rgb), 0.3);
  }
}
@keyframes spacePageSmoothFadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
app-select-space-page,
app-create-space-type-page,
app-create-citizen-space-page,
app-create-citizen-space-email-page {
  display: block;
  opacity: 0;
  animation: spacePageSmoothFadeIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
:host ::ng-deep .bg-default {
  background-color: var(--color-primary) !important;
  color: white !important;
}
html {
  scroll-behavior: smooth;
}
:root {
  color-scheme: light only;
  --theme-primary: #43a842;
  --theme-primary-light: #dbf1da;
  --theme-secondary: #006a4f;
  --theme-secondary-light: #f9fafb;
  --citizen-primary: #43a842;
  --citizen-primary-light: #dbf1da;
  --citizen-secondary: #006a4f;
  --citizen-secondary-light: #f9fafb;
  --enterprise-primary: #d8571f;
  --enterprise-primary-light: #f9ded2;
  --enterprise-secondary: #116e9b;
  --enterprise-secondary-light: #d1edfa;
}
html,
body {
  color-scheme: light only;
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: white;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  * {
    color-scheme: light only !important;
  }
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border: 4px solid transparent;
  border-radius: 7px;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: #9a9a9a;
  border: 4px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 transparent;
}
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.14) transparent;
}
.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.14);
  border: 2px solid transparent;
  border-radius: 4px;
  background-clip: padding-box;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.scrollbar-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
p {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
  touch-action: none !important;
}
.menu-scroll {
  overflow: scroll;
  scrollbar-width: none;
}
.menu-scroll::-webkit-scrollbar {
  display: none;
}
.p-dialog-mask,
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1100 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.p-dialog {
  z-index: 1101 !important;
  position: relative !important;
}
.tw-card-hover {
  transition: all 0.3s ease;
}
.tw-card-hover:hover {
  transform: translateY(-2px);
}
.tw-gradient-overlay {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%);
}
.gradient-horizontal {
  background:
    linear-gradient(
      90deg,
      #006a4f,
      #116e9b);
}
.gradient-diagonal {
  background:
    linear-gradient(
      135deg,
      #006a4f,
      #116e9b);
}
.gradient-custom {
  background:
    linear-gradient(
      135deg,
      #006a4f 0%,
      #116e9b 50%,
      #116e9b 100%);
}
i {
  font-size: 18px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1 1 0%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-sm-1 {
  width: 8.333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-sm-2 {
  width: 16.666667%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-sm-3 {
  width: 25%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-sm-4 {
  width: 33.333333%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-sm-6 {
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-sm-12 {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.formio-form nav[aria-label="Wizard navigation"] {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  counter-reset: step-counter !important;
  position: relative !important;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: calc(50% / var(--step-count, 6) - 20px);
  height: 2px;
  background-color: #43A842;
  z-index: 0;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(50% / var(--step-count, 6) - 20px);
  height: 2px;
  background-color: #E5E7EB;
  z-index: 0;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination:has(.page-item:last-child.active)::after {
  background-color: #43A842;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #E5E7EB;
  z-index: 0;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item:has(~ .page-item.active):not(:last-child)::after {
  background-color: #43A842 !important;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item .page-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 10 !important;
  text-indent: -9999px;
  overflow: hidden;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item .page-link::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #43A842;
  background-color: #43A842;
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  text-indent: 0;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item.active .page-link::before {
  border-color: #43A842;
  background-color: white;
  color: #43A842;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item.active ~ .page-item .page-link::before {
  border-color: #E5E7EB;
  background-color: white;
  color: #9CA3AF;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item .page-link {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #374151 !important;
  text-align: center !important;
  max-width: 120px !important;
  line-height: 1.3 !important;
  text-transform: capitalize !important;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item.active ~ .page-item .page-link {
  color: #9CA3AF !important;
}
.formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item.active .page-link {
  color: #111827 !important;
}
.formio-form .formio-component-button[class*=annuler],
.formio-form .formio-component-button[class*=cancel],
.formio-form .formio-component-button[class*=next],
.formio-form .formio-component-button[class*=prev],
.formio-form .formio-component-button[class*=suivant],
.formio-form .formio-component-button[class*=precedent],
.formio-form .formio-component-columns:has(.formio-component-button[class*=annuler]),
.formio-form .formio-component-columns:has(.formio-component-button[class*=next]) {
  display: none !important;
}
.formio-form .btn-wizard-nav-cancel,
.formio-form .btn-wizard-nav-previous,
.formio-form .btn-wizard-nav-next,
.formio-form .btn-wizard-nav-submit,
.formio-form .formio-wizard-nav-container {
  display: none !important;
}
.formio-bootstrap-isolated.intro-step-active .formio-form nav[aria-label="Wizard navigation"] {
  display: none !important;
}
.formio-bootstrap-isolated.has-start-button .formio-form nav[aria-label="Wizard navigation"] {
  display: none !important;
}
.formio-bootstrap-isolated .formio-form nav[aria-label="Wizard navigation"] {
  display: none !important;
}
.formio-bootstrap-isolated.has-intro-step .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item:first-child {
  display: none !important;
}
.hide-wizard-nav .formio-form nav[aria-label="Wizard navigation"] {
  display: none !important;
}
.has-description-panel .formio-form nav[aria-label="Wizard navigation"] ul.pagination {
  counter-reset: step-counter 0 !important;
}
.has-description-panel .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item:first-child {
  display: none !important;
}
.has-description-panel .formio-form nav[aria-label="Wizard navigation"] ul.pagination::before,
.has-description-panel .formio-form nav[aria-label="Wizard navigation"] ul.pagination::after {
  width: calc(50% / var(--step-count, 5) - 20px);
}
.formio-bootstrap-isolated.has-start-button .formio-form .formio-component-button.formio-component-submit {
  display: none !important;
}
.formio-bootstrap-isolated.has-start-button .formio-form button[name*=submit] {
  display: none !important;
}
@media (max-width: 768px) {
  .formio-form nav[aria-label="Wizard navigation"] {
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .formio-form nav[aria-label="Wizard navigation"]::-webkit-scrollbar {
    display: none;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination {
    flex-wrap: nowrap !important;
    min-width: max-content;
    gap: 0 !important;
    padding: 0.5rem 0;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item {
    flex: 0 0 auto !important;
    min-width: 50px !important;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item .page-link::before {
    width: 32px;
    height: 32px;
    font-size: 12px;
    margin-bottom: 0 !important;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item:not(:last-child)::after {
    top: 16px;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination::before,
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination::after {
    top: 16px;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item .page-link {
    font-size: 0 !important;
    color: transparent !important;
  }
  .formio-form nav[aria-label="Wizard navigation"] ul.pagination .page-item .page-link::before {
    font-size: 12px !important;
    color: inherit !important;
  }
}
body.theme-public .gradient-green {
  background:
    linear-gradient(
      90deg,
      #0F5991 0%,
      #1879C2 100%) !important;
}
.hover\:tw-bg-primary:hover {
  background-color: var(--theme-primary) !important;
}
.hover\:tw-bg-primary-light:hover {
  background-color: var(--theme-primary-light) !important;
}
.hover\:tw-bg-secondary:hover {
  background-color: var(--theme-secondary) !important;
}
.hover\:tw-text-primary:hover {
  color: var(--theme-primary) !important;
}
.focus\:tw-border-primary:focus {
  border-color: var(--theme-primary) !important;
}
.focus\:tw-ring-primary:focus {
  --tw-ring-color: var(--theme-primary) !important;
}
.focus\:tw-ring-secondary:focus {
  --tw-ring-color: var(--theme-secondary) !important;
}
.active\:tw-bg-secondary:active {
  background-color: var(--theme-secondary) !important;
}
.placeholder\:tw-text-xs::placeholder {
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}
.placeholder\:tw-text-\[\#767676\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:tw-text-black::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:tw-text-gray-400::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
.last\:tw-border-0:last-child {
  border-width: 0px !important;
}
.last\:tw-border-b-0:last-child {
  border-bottom-width: 0px !important;
}
.checked\:tw-border-\[\#006a4f\]:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.checked\:tw-bg-\[\#e5f2ee\]:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 242 238 / var(--tw-bg-opacity, 1)) !important;
}
.focus-within\:tw-border-\[\#D8571F\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 87 31 / var(--tw-border-opacity, 1)) !important;
}
.focus-within\:tw-ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus-within\:tw-ring-\[\#D8571F\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(216 87 31 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:tw-ring-\[var\(--color-primary\)\]:focus-within {
  --tw-ring-color: var(--color-primary) !important;
}
.focus-within\:tw-ring-green-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1)) !important;
}
.hover\:tw-translate-y-\[-2px\]:hover {
  --tw-translate-y: -2px !important;
  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)) !important;
}
.hover\:tw-scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}
.hover\:tw-scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02 !important;
  --tw-scale-y: 1.02 !important;
  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)) !important;
}
.hover\:tw-border-\[\#006A4F\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-\[\#43A842\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-\[\#43a842\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-\[\#D8571F\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 87 31 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-\[var\(--color-primary\)\]:hover {
  border-color: var(--color-primary) !important;
}
.hover\:tw-border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-emerald-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#005540\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 64 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#095196\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 81 150 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#166FE5\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 111 229 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#20BD5C\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 189 92 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#368635\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 134 53 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#3a9038\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 144 56 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#3a9238\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 146 56 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#3a9239\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 146 57 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#3a923a\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 146 58 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#3a9539\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(58 149 57 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#43A842\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 168 66 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#43A842\]\/5:hover {
  background-color: rgb(67 168 66 / 0.05) !important;
}
.hover\:tw-bg-\[\#D8571F\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 87 31 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#D8571F\]\/5:hover {
  background-color: rgb(216 87 31 / 0.05) !important;
}
.hover\:tw-bg-\[\#DBF1DA\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 241 218 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#E0F2EF\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 239 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#E5BA0F\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 186 15 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#E5E7EB\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#ad4619\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(173 70 25 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#c0261a\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 38 26 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#c94c16f5\]:hover {
  background-color: #c94c16f5 !important;
}
.hover\:tw-bg-\[\#e35315\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 83 21 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#e84f0e17\]:hover {
  background-color: #e84f0e17 !important;
}
.hover\:tw-bg-\[\#eb5617\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 86 23 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#f0f9f0\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 240 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#f9fafb\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[\#fef3ed\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 237 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-\[var\(--color-primary\)\]:hover {
  background-color: var(--color-primary) !important;
}
.hover\:tw-bg-\[var\(--color-primary-hover\)\]:hover {
  background-color: var(--color-primary-hover) !important;
}
.hover\:tw-bg-amber-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.hover\:tw-bg-blue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-blue-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-emerald-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gov-primary-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 64 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-green-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-green-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 64 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 64 48 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-orange-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 179 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-orange-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 210 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-orange-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(173 70 25 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-orange-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(130 52 19 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-primary-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 64 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}
.hover\:tw-bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3) !important;
}
.hover\:tw-bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9) !important;
}
.hover\:tw-from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:tw-to-blue-800:hover {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position) !important;
}
.hover\:tw-text-\[\#005940\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 89 64 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[\#006A4F\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[\#0f172a\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[\#11619C\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 97 156 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[\#43A842\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(67 168 66 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[\#43a842\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(67 168 66 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[\#D8571F\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(216 87 31 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-\[var\(--color-primary\)\]:hover {
  color: var(--color-primary) !important;
}
.hover\:tw-text-\[var\(--color-primary-hover\)\]:hover {
  color: var(--color-primary-hover) !important;
}
.hover\:tw-text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-green-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 64 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 64 48 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-orange-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(173 70 25 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-red-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-underline:hover {
  text-decoration-line: underline !important;
}
.hover\:tw-opacity-70:hover {
  opacity: 0.7 !important;
}
.hover\:tw-opacity-80:hover {
  opacity: 0.8 !important;
}
.hover\:tw-opacity-90:hover {
  opacity: 0.9 !important;
}
.hover\:tw-shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.hover\:tw-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.hover\:tw-brightness-110:hover {
  --tw-brightness: brightness(1.1) !important;
  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) !important;
}
.focus\:tw-border-2:focus {
  border-width: 2px !important;
}
.focus\:tw-border-\[\#006A4F\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.focus\:tw-border-\[\#43A842\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.focus\:tw-border-\[\#43a842\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 168 66 / var(--tw-border-opacity, 1)) !important;
}
.focus\:tw-border-\[\#D8571F\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 87 31 / var(--tw-border-opacity, 1)) !important;
}
.focus\:tw-border-\[var\(--color-primary\)\]:focus {
  border-color: var(--color-primary) !important;
}
.focus\:tw-border-gov-primary-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 106 79 / var(--tw-border-opacity, 1)) !important;
}
.focus\:tw-border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}
.focus\:tw-border-transparent:focus {
  border-color: transparent !important;
}
.focus\:tw-bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:tw-bg-gray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:tw-bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:tw-ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:tw-ring-\[\#006A4F\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 106 79 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-\[\#43A842\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(67 168 66 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-\[\#43A842\]\/20:focus {
  --tw-ring-color: rgb(67 168 66 / 0.2) !important;
}
.focus\:tw-ring-\[\#43a842\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(67 168 66 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-\[\#D8571F\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(216 87 31 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-\[var\(--color-primary\)\]:focus {
  --tw-ring-color: var(--color-primary) !important;
}
.focus\:tw-ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-gov-primary-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 106 79 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-gov-primary-500\/20:focus {
  --tw-ring-color: rgb(0 106 79 / 0.2) !important;
}
.focus\:tw-ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:tw-ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}
.focus\:tw-ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}
.focus\:tw-ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}
.active\:tw-scale-90:active {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
  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)) !important;
}
.active\:tw-scale-95:active {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  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)) !important;
}
.active\:tw-scale-\[0\.98\]:active {
  --tw-scale-x: 0.98 !important;
  --tw-scale-y: 0.98 !important;
  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)) !important;
}
.active\:tw-bg-\[\#367a35\]:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 122 53 / var(--tw-bg-opacity, 1)) !important;
}
.active\:tw-bg-\[\#823413\]:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(130 52 19 / var(--tw-bg-opacity, 1)) !important;
}
.active\:tw-bg-\[\#f3f4f6\]:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.active\:tw-bg-white:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:tw-pointer-events-none:disabled {
  pointer-events: none !important;
}
.disabled\:tw-cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}
.disabled\:tw-border-\[\#d6d6d6\]:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1)) !important;
}
.disabled\:tw-bg-\[\#d6d6d6\]:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:tw-bg-gray-300:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:tw-opacity-100:disabled {
  opacity: 1 !important;
}
.disabled\:tw-opacity-30:disabled {
  opacity: 0.3 !important;
}
.disabled\:tw-opacity-40:disabled {
  opacity: 0.4 !important;
}
.disabled\:tw-opacity-50:disabled {
  opacity: 0.5 !important;
}
.disabled\:tw-opacity-60:disabled {
  opacity: 0.6 !important;
}
.disabled\:tw-opacity-70:disabled {
  opacity: 0.7 !important;
}
.disabled\:hover\:tw-bg-\[\#D8571F\]:hover:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 87 31 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:hover\:tw-bg-\[\#F1F1F1\]:hover:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:hover\:tw-bg-white:hover:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-group:hover .group-hover\:tw-flex {
  display: flex !important;
}
.tw-group:hover .group-hover\:tw-scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}
.tw-group:hover .group-hover\:tw-scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}
.tw-group:hover .group-hover\:tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.tw-group:hover .group-hover\:tw-text-\[\#006A4F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 106 79 / var(--tw-text-opacity, 1)) !important;
}
.tw-group:hover .group-hover\:tw-text-\[\#43a842\] {
  --tw-text-opacity: 1 !important;
  color: rgb(67 168 66 / var(--tw-text-opacity, 1)) !important;
}
.tw-group:hover .group-hover\:tw-text-\[\#D8571F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(216 87 31 / var(--tw-text-opacity, 1)) !important;
}
.tw-group:hover .group-hover\:tw-text-\[var\(--color-primary\)\] {
  color: var(--color-primary) !important;
}
.tw-group:hover .group-hover\:tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1 !important;
}
@media (min-width: 0px) {
  .xs\:tw-ml-auto {
    margin-left: auto !important;
  }
  .xs\:tw-mt-0 {
    margin-top: 0px !important;
  }
  .xs\:tw-inline {
    display: inline !important;
  }
  .xs\:tw-flex-row {
    flex-direction: row !important;
  }
  .xs\:tw-items-center {
    align-items: center !important;
  }
  .xs\:tw-gap-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .sm\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }
  .sm\:tw-bottom-\[-28px\] {
    bottom: -28px !important;
  }
  .sm\:tw-left-10 {
    left: 2.5rem !important;
  }
  .sm\:tw-left-4 {
    left: 1rem !important;
  }
  .sm\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:-tw-ml-3 {
    margin-left: -0.75rem !important;
  }
  .sm\:-tw-ml-4 {
    margin-left: -1rem !important;
  }
  .sm\:tw--mt-\[195px\] {
    margin-top: -195px !important;
  }
  .sm\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .sm\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }
  .sm\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }
  .sm\:tw-ml-auto {
    margin-left: auto !important;
  }
  .sm\:tw-mt-0 {
    margin-top: 0px !important;
  }
  .sm\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }
  .sm\:tw-mt-4 {
    margin-top: 1rem !important;
  }
  .sm\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }
  .sm\:tw-mt-8 {
    margin-top: 2rem !important;
  }
  .sm\:tw-block {
    display: block !important;
  }
  .sm\:tw-inline {
    display: inline !important;
  }
  .sm\:tw-flex {
    display: flex !important;
  }
  .sm\:tw-grid {
    display: grid !important;
  }
  .sm\:tw-hidden {
    display: none !important;
  }
  .sm\:tw-h-10 {
    height: 2.5rem !important;
  }
  .sm\:tw-h-12 {
    height: 3rem !important;
  }
  .sm\:tw-h-16 {
    height: 4rem !important;
  }
  .sm\:tw-h-20 {
    height: 5rem !important;
  }
  .sm\:tw-h-24 {
    height: 6rem !important;
  }
  .sm\:tw-h-4 {
    height: 1rem !important;
  }
  .sm\:tw-h-5 {
    height: 1.25rem !important;
  }
  .sm\:tw-h-6 {
    height: 1.5rem !important;
  }
  .sm\:tw-h-7 {
    height: 1.75rem !important;
  }
  .sm\:tw-h-8 {
    height: 2rem !important;
  }
  .sm\:tw-h-\[19px\] {
    height: 19px !important;
  }
  .sm\:tw-h-\[24px\] {
    height: 24px !important;
  }
  .sm\:tw-h-\[32px\] {
    height: 32px !important;
  }
  .sm\:tw-h-\[36px\] {
    height: 36px !important;
  }
  .sm\:tw-h-\[48px\] {
    height: 48px !important;
  }
  .sm\:tw-h-\[55px\] {
    height: 55px !important;
  }
  .sm\:tw-h-\[600px\] {
    height: 600px !important;
  }
  .sm\:tw-h-\[60px\] {
    height: 60px !important;
  }
  .sm\:tw-h-\[60vh\] {
    height: 60vh !important;
  }
  .sm\:tw-h-\[64px\] {
    height: 64px !important;
  }
  .sm\:tw-h-\[65px\] {
    height: 65px !important;
  }
  .sm\:tw-h-auto {
    height: auto !important;
  }
  .sm\:tw-max-h-\[90vh\] {
    max-height: 90vh !important;
  }
  .sm\:tw-min-h-0 {
    min-height: 0px !important;
  }
  .sm\:tw-min-h-\[320px\] {
    min-height: 320px !important;
  }
  .sm\:tw-w-10 {
    width: 2.5rem !important;
  }
  .sm\:tw-w-12 {
    width: 3rem !important;
  }
  .sm\:tw-w-14 {
    width: 3.5rem !important;
  }
  .sm\:tw-w-16 {
    width: 4rem !important;
  }
  .sm\:tw-w-24 {
    width: 6rem !important;
  }
  .sm\:tw-w-4 {
    width: 1rem !important;
  }
  .sm\:tw-w-5 {
    width: 1.25rem !important;
  }
  .sm\:tw-w-6 {
    width: 1.5rem !important;
  }
  .sm\:tw-w-7 {
    width: 1.75rem !important;
  }
  .sm\:tw-w-8 {
    width: 2rem !important;
  }
  .sm\:tw-w-\[136px\] {
    width: 136px !important;
  }
  .sm\:tw-w-\[248px\] {
    width: 248px !important;
  }
  .sm\:tw-w-\[300px\] {
    width: 300px !important;
  }
  .sm\:tw-w-\[340px\] {
    width: 340px !important;
  }
  .sm\:tw-w-\[35px\] {
    width: 35px !important;
  }
  .sm\:tw-w-\[400px\] {
    width: 400px !important;
  }
  .sm\:tw-w-\[420px\] {
    width: 420px !important;
  }
  .sm\:tw-w-\[449px\] {
    width: 449px !important;
  }
  .sm\:tw-w-\[50vw\] {
    width: 50vw !important;
  }
  .sm\:tw-w-\[600px\] {
    width: 600px !important;
  }
  .sm\:tw-w-\[640px\] {
    width: 640px !important;
  }
  .sm\:tw-w-\[70vw\] {
    width: 70vw !important;
  }
  .sm\:tw-w-\[80\%\] {
    width: 80% !important;
  }
  .sm\:tw-w-\[800px\] {
    width: 800px !important;
  }
  .sm\:tw-w-\[900px\] {
    width: 900px !important;
  }
  .sm\:tw-w-auto {
    width: auto !important;
  }
  .sm\:tw-min-w-\[110px\] {
    min-width: 110px !important;
  }
  .sm\:tw-min-w-\[200px\] {
    min-width: 200px !important;
  }
  .sm\:tw-min-w-\[50\%\] {
    min-width: 50% !important;
  }
  .sm\:tw-max-w-3xl {
    max-width: 48rem !important;
  }
  .sm\:tw-max-w-\[240px\] {
    max-width: 240px !important;
  }
  .sm\:tw-max-w-\[76\%\] {
    max-width: 76% !important;
  }
  .sm\:tw-max-w-\[90\%\] {
    max-width: 90% !important;
  }
  .sm\:tw-max-w-md {
    max-width: 28rem !important;
  }
  .sm\:tw-flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:tw-flex-initial {
    flex: 0 1 auto !important;
  }
  .sm\:tw-flex-none {
    flex: none !important;
  }
  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:tw-flex-row {
    flex-direction: row !important;
  }
  .sm\:tw-items-start {
    align-items: flex-start !important;
  }
  .sm\:tw-items-center {
    align-items: center !important;
  }
  .sm\:tw-justify-start {
    justify-content: flex-start !important;
  }
  .sm\:tw-justify-end {
    justify-content: flex-end !important;
  }
  .sm\:tw-justify-between {
    justify-content: space-between !important;
  }
  .sm\:tw-gap-0 {
    gap: 0px !important;
  }
  .sm\:tw-gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:tw-gap-3 {
    gap: 0.75rem !important;
  }
  .sm\:tw-gap-4 {
    gap: 1rem !important;
  }
  .sm\:tw-gap-5 {
    gap: 1.25rem !important;
  }
  .sm\:tw-gap-6 {
    gap: 1.5rem !important;
  }
  .sm\:tw-gap-7 {
    gap: 1.75rem !important;
  }
  .sm\:tw-gap-8 {
    gap: 2rem !important;
  }
  .sm\:tw-gap-x-4 {
    column-gap: 1rem !important;
  }
  .sm\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .sm\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  .sm\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:tw-p-3 {
    padding: 0.75rem !important;
  }
  .sm\:tw-p-4 {
    padding: 1rem !important;
  }
  .sm\:tw-p-5 {
    padding: 1.25rem !important;
  }
  .sm\:tw-p-6 {
    padding: 1.5rem !important;
  }
  .sm\:tw-p-8 {
    padding: 2rem !important;
  }
  .sm\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .sm\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .sm\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:tw-px-\[16px\] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sm\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .sm\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:tw-py-\[10px\] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }
  .sm\:tw-pb-18 {
    padding-bottom: 4.5rem !important;
  }
  .sm\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }
  .sm\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }
  .sm\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }
  .sm\:tw-pb-\[215px\] {
    padding-bottom: 215px !important;
  }
  .sm\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }
  .sm\:tw-pl-12 {
    padding-left: 3rem !important;
  }
  .sm\:tw-pl-4 {
    padding-left: 1rem !important;
  }
  .sm\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }
  .sm\:tw-pl-8 {
    padding-left: 2rem !important;
  }
  .sm\:tw-pr-\[10px\] {
    padding-right: 10px !important;
  }
  .sm\:tw-pt-20 {
    padding-top: 5rem !important;
  }
  .sm\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }
  .sm\:tw-pt-4 {
    padding-top: 1rem !important;
  }
  .sm\:tw-pt-40 {
    padding-top: 10rem !important;
  }
  .sm\:tw-pt-8 {
    padding-top: 2rem !important;
  }
  .sm\:tw-pt-\[100px\] {
    padding-top: 100px !important;
  }
  .sm\:tw-pt-\[110px\] {
    padding-top: 110px !important;
  }
  .sm\:tw-pt-\[120px\] {
    padding-top: 120px !important;
  }
  .sm\:tw-text-left {
    text-align: left !important;
  }
  .sm\:tw-text-right {
    text-align: right !important;
  }
  .sm\:tw-text-start {
    text-align: start !important;
  }
  .sm\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }
  .sm\:tw-text-3xl {
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
  }
  .sm\:tw-text-4xl {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }
  .sm\:tw-text-\[13px\] {
    font-size: 13px !important;
  }
  .sm\:tw-text-\[14px\] {
    font-size: 14px !important;
  }
  .sm\:tw-text-\[15px\] {
    font-size: 15px !important;
  }
  .sm\:tw-text-\[16px\] {
    font-size: 16px !important;
  }
  .sm\:tw-text-\[18px\] {
    font-size: 18px !important;
  }
  .sm\:tw-text-\[20px\] {
    font-size: 20px !important;
  }
  .sm\:tw-text-\[22px\] {
    font-size: 22px !important;
  }
  .sm\:tw-text-\[24px\] {
    font-size: 24px !important;
  }
  .sm\:tw-text-\[26px\] {
    font-size: 26px !important;
  }
  .sm\:tw-text-\[28px\] {
    font-size: 28px !important;
  }
  .sm\:tw-text-\[32px\] {
    font-size: 32px !important;
  }
  .sm\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
  .sm\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .sm\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }
  .sm\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  .sm\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
}
@media (min-width: 768px) {
  .md\:-tw-top-12 {
    top: -3rem !important;
  }
  .md\:tw-right-\[0\.98rem\] {
    right: 0.98rem !important;
  }
  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:tw-ml-\[280px\] {
    margin-left: 280px !important;
  }
  .md\:tw-ml-\[72px\] {
    margin-left: 72px !important;
  }
  .md\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:tw-mr-8 {
    margin-right: 2rem !important;
  }
  .md\:tw-mt-4 {
    margin-top: 1rem !important;
  }
  .md\:tw-block {
    display: block !important;
  }
  .md\:tw-inline {
    display: inline !important;
  }
  .md\:tw-grid {
    display: grid !important;
  }
  .md\:tw-hidden {
    display: none !important;
  }
  .md\:\!tw-h-12 {
    height: 3rem !important;
  }
  .md\:tw-h-12 {
    height: 3rem !important;
  }
  .md\:tw-h-16 {
    height: 4rem !important;
  }
  .md\:tw-h-9 {
    height: 2.25rem !important;
  }
  .md\:tw-h-\[110px\] {
    height: 110px !important;
  }
  .md\:tw-h-\[120px\] {
    height: 120px !important;
  }
  .md\:tw-h-\[22px\] {
    height: 22px !important;
  }
  .md\:tw-h-\[50px\] {
    height: 50px !important;
  }
  .md\:tw-h-\[54px\] {
    height: 54px !important;
  }
  .md\:tw-h-\[70vh\] {
    height: 70vh !important;
  }
  .md\:tw-min-h-\[400px\] {
    min-height: 400px !important;
  }
  .md\:tw-min-h-\[48px\] {
    min-height: 48px !important;
  }
  .md\:tw-min-h-\[600px\] {
    min-height: 600px !important;
  }
  .md\:\!tw-w-12 {
    width: 3rem !important;
  }
  .md\:tw-w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:tw-w-16 {
    width: 4rem !important;
  }
  .md\:tw-w-7 {
    width: 1.75rem !important;
  }
  .md\:tw-w-96 {
    width: 24rem !important;
  }
  .md\:tw-w-\[1000px\] {
    width: 1000px !important;
  }
  .md\:tw-w-\[110px\] {
    width: 110px !important;
  }
  .md\:tw-w-\[360px\] {
    width: 360px !important;
  }
  .md\:tw-w-\[400px\] {
    width: 400px !important;
  }
  .md\:tw-w-\[600px\] {
    width: 600px !important;
  }
  .md\:tw-w-\[900px\] {
    width: 900px !important;
  }
  .md\:tw-w-auto {
    width: auto !important;
  }
  .md\:tw-min-w-\[250px\] {
    min-width: 250px !important;
  }
  .md\:tw-min-w-\[36px\] {
    min-width: 36px !important;
  }
  .md\:tw-min-w-\[48px\] {
    min-width: 48px !important;
  }
  .md\:tw-max-w-2xl {
    max-width: 42rem !important;
  }
  .md\:tw-max-w-4xl {
    max-width: 56rem !important;
  }
  .md\:tw-max-w-\[1103px\] {
    max-width: 1103px !important;
  }
  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:tw-flex-none {
    flex: none !important;
  }
  .md\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:tw-flex-row {
    flex-direction: row !important;
  }
  .md\:tw-flex-col {
    flex-direction: column !important;
  }
  .md\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:tw-items-start {
    align-items: flex-start !important;
  }
  .md\:tw-items-center {
    align-items: center !important;
  }
  .md\:tw-justify-start {
    justify-content: flex-start !important;
  }
  .md\:tw-justify-center {
    justify-content: center !important;
  }
  .md\:tw-gap-0 {
    gap: 0px !important;
  }
  .md\:tw-gap-3 {
    gap: 0.75rem !important;
  }
  .md\:tw-gap-6 {
    gap: 1.5rem !important;
  }
  .md\:tw-gap-8 {
    gap: 2rem !important;
  }
  .md\:tw-gap-\[16px\] {
    gap: 16px !important;
  }
  .md\:tw-gap-\[20px\] {
    gap: 20px !important;
  }
  .md\:tw-gap-\[24px\] {
    gap: 24px !important;
  }
  .md\:tw-gap-\[32px\] {
    gap: 32px !important;
  }
  .md\:tw-gap-\[48px\] {
    gap: 48px !important;
  }
  .md\:tw-gap-\[8px\] {
    gap: 8px !important;
  }
  .md\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }
  .md\:tw-p-5 {
    padding: 1.25rem !important;
  }
  .md\:tw-p-8 {
    padding: 2rem !important;
  }
  .md\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .md\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:tw-py-\[24px\] {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .md\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }
  .md\:tw-pb-\[54px\] {
    padding-bottom: 54px !important;
  }
  .md\:tw-pr-8 {
    padding-right: 2rem !important;
  }
  .md\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }
  .md\:tw-pt-\[110px\] {
    padding-top: 110px !important;
  }
  .md\:tw-pt-\[80px\] {
    padding-top: 80px !important;
  }
  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }
  .md\:tw-text-3xl {
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
  }
  .md\:tw-text-\[11px\] {
    font-size: 11px !important;
  }
  .md\:tw-text-\[12px\] {
    font-size: 12px !important;
  }
  .md\:tw-text-\[13px\] {
    font-size: 13px !important;
  }
  .md\:tw-text-\[14px\] {
    font-size: 14px !important;
  }
  .md\:tw-text-\[15px\] {
    font-size: 15px !important;
  }
  .md\:tw-text-\[16px\] {
    font-size: 16px !important;
  }
  .md\:tw-text-\[18px\] {
    font-size: 18px !important;
  }
  .md\:tw-text-\[20px\] {
    font-size: 20px !important;
  }
  .md\:tw-text-\[22px\] {
    font-size: 22px !important;
  }
  .md\:tw-text-\[24px\] {
    font-size: 24px !important;
  }
  .md\:tw-text-\[28px\] {
    font-size: 28px !important;
  }
  .md\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
  .md\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .md\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }
}
@media (min-width: 992px) {
  .lg\:tw-fixed {
    position: fixed !important;
  }
  .lg\:tw-relative {
    position: relative !important;
  }
  .lg\:tw-sticky {
    position: sticky !important;
  }
  .lg\:tw-bottom-\[-36px\] {
    bottom: -36px !important;
  }
  .lg\:tw-left-auto {
    left: auto !important;
  }
  .lg\:tw-top-20 {
    top: 5rem !important;
  }
  .lg\:tw-top-24 {
    top: 6rem !important;
  }
  .lg\:tw-top-\[125px\] {
    top: 125px !important;
  }
  .lg\:tw-top-\[130px\] {
    top: 130px !important;
  }
  .lg\:tw-top-\[50px\] {
    top: 50px !important;
  }
  .lg\:tw-top-\[76px\] {
    top: 76px !important;
  }
  .lg\:tw-top-\[80px\] {
    top: 80px !important;
  }
  .lg\:tw-z-0 {
    z-index: 0 !important;
  }
  .lg\:tw-order-1 {
    order: 1 !important;
  }
  .lg\:tw-order-2 {
    order: 2 !important;
  }
  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg\:tw-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }
  .lg\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }
  .lg\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }
  .lg\:tw-ml-\[340px\] {
    margin-left: 340px !important;
  }
  .lg\:tw-ml-\[450px\] {
    margin-left: 450px !important;
  }
  .lg\:tw-ml-\[500px\] {
    margin-left: 500px !important;
  }
  .lg\:tw-ml-auto {
    margin-left: auto !important;
  }
  .lg\:tw-mt-0 {
    margin-top: 0px !important;
  }
  .lg\:tw-mt-4 {
    margin-top: 1rem !important;
  }
  .lg\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }
  .lg\:tw-block {
    display: block !important;
  }
  .lg\:tw-inline-block {
    display: inline-block !important;
  }
  .lg\:tw-inline {
    display: inline !important;
  }
  .lg\:tw-flex {
    display: flex !important;
  }
  .lg\:tw-inline-flex {
    display: inline-flex !important;
  }
  .lg\:tw-table-cell {
    display: table-cell !important;
  }
  .lg\:tw-grid {
    display: grid !important;
  }
  .lg\:tw-hidden {
    display: none !important;
  }
  .lg\:tw-h-10 {
    height: 2.5rem !important;
  }
  .lg\:tw-h-20 {
    height: 5rem !important;
  }
  .lg\:tw-h-24 {
    height: 6rem !important;
  }
  .lg\:tw-h-4 {
    height: 1rem !important;
  }
  .lg\:tw-h-5 {
    height: 1.25rem !important;
  }
  .lg\:tw-h-7 {
    height: 1.75rem !important;
  }
  .lg\:tw-h-9 {
    height: 2.25rem !important;
  }
  .lg\:tw-h-\[20px\] {
    height: 20px !important;
  }
  .lg\:tw-h-\[38px\] {
    height: 38px !important;
  }
  .lg\:tw-h-\[41px\] {
    height: 41px !important;
  }
  .lg\:tw-h-\[90vh\] {
    height: 90vh !important;
  }
  .lg\:tw-h-\[calc\(100vh-76px\)\] {
    height: calc(100vh - 76px) !important;
  }
  .lg\:tw-h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px) !important;
  }
  .lg\:tw-h-\[calc\(100vh-80px-54px\)\] {
    height: calc(100vh - 80px - 54px) !important;
  }
  .lg\:tw-h-auto {
    height: auto !important;
  }
  .lg\:tw-max-h-\[90vh\] {
    max-height: 90vh !important;
  }
  .lg\:tw-min-h-\[115px\] {
    min-height: 115px !important;
  }
  .lg\:tw-min-h-\[380px\] {
    min-height: 380px !important;
  }
  .lg\:tw-w-10 {
    width: 2.5rem !important;
  }
  .lg\:tw-w-20 {
    width: 5rem !important;
  }
  .lg\:tw-w-28 {
    width: 7rem !important;
  }
  .lg\:tw-w-32 {
    width: 8rem !important;
  }
  .lg\:tw-w-4 {
    width: 1rem !important;
  }
  .lg\:tw-w-4\/12 {
    width: 33.333333% !important;
  }
  .lg\:tw-w-5 {
    width: 1.25rem !important;
  }
  .lg\:tw-w-7 {
    width: 1.75rem !important;
  }
  .lg\:tw-w-8\/12 {
    width: 66.666667% !important;
  }
  .lg\:tw-w-9 {
    width: 2.25rem !important;
  }
  .lg\:tw-w-\[120px\] {
    width: 120px !important;
  }
  .lg\:tw-w-\[140px\] {
    width: 140px !important;
  }
  .lg\:tw-w-\[180px\] {
    width: 180px !important;
  }
  .lg\:tw-w-\[220px\] {
    width: 220px !important;
  }
  .lg\:tw-w-\[224px\] {
    width: 224px !important;
  }
  .lg\:tw-w-\[251px\] {
    width: 251px !important;
  }
  .lg\:tw-w-\[258px\] {
    width: 258px !important;
  }
  .lg\:tw-w-\[260px\] {
    width: 260px !important;
  }
  .lg\:tw-w-\[300px\] {
    width: 300px !important;
  }
  .lg\:tw-w-\[320px\] {
    width: 320px !important;
  }
  .lg\:tw-w-\[340px\] {
    width: 340px !important;
  }
  .lg\:tw-w-\[405px\] {
    width: 405px !important;
  }
  .lg\:tw-w-\[431px\] {
    width: 431px !important;
  }
  .lg\:tw-w-\[450px\] {
    width: 450px !important;
  }
  .lg\:tw-w-\[460px\] {
    width: 460px !important;
  }
  .lg\:tw-w-\[500px\] {
    width: 500px !important;
  }
  .lg\:tw-w-\[772px\] {
    width: 772px !important;
  }
  .lg\:tw-w-\[800px\] {
    width: 800px !important;
  }
  .lg\:tw-w-auto {
    width: auto !important;
  }
  .lg\:tw-w-full {
    width: 100% !important;
  }
  .lg\:tw-min-w-\[130px\] {
    min-width: 130px !important;
  }
  .lg\:tw-min-w-\[140px\] {
    min-width: 140px !important;
  }
  .lg\:tw-max-w-2xl {
    max-width: 42rem !important;
  }
  .lg\:tw-max-w-5xl {
    max-width: 64rem !important;
  }
  .lg\:tw-max-w-\[250px\] {
    max-width: 250px !important;
  }
  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }
  .lg\:tw-flex-none {
    flex: none !important;
  }
  .lg\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
    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)) !important;
  }
  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:tw-flex-row {
    flex-direction: row !important;
  }
  .lg\:tw-flex-col {
    flex-direction: column !important;
  }
  .lg\:tw-items-start {
    align-items: flex-start !important;
  }
  .lg\:tw-items-end {
    align-items: flex-end !important;
  }
  .lg\:tw-items-center {
    align-items: center !important;
  }
  .lg\:tw-justify-start {
    justify-content: flex-start !important;
  }
  .lg\:tw-justify-end {
    justify-content: flex-end !important;
  }
  .lg\:tw-justify-center {
    justify-content: center !important;
  }
  .lg\:\!tw-justify-between {
    justify-content: space-between !important;
  }
  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }
  .lg\:tw-gap-0 {
    gap: 0px !important;
  }
  .lg\:tw-gap-12 {
    gap: 3rem !important;
  }
  .lg\:tw-gap-16 {
    gap: 4rem !important;
  }
  .lg\:tw-gap-2 {
    gap: 0.5rem !important;
  }
  .lg\:tw-gap-20 {
    gap: 5rem !important;
  }
  .lg\:tw-gap-24 {
    gap: 6rem !important;
  }
  .lg\:tw-gap-3 {
    gap: 0.75rem !important;
  }
  .lg\:tw-gap-4 {
    gap: 1rem !important;
  }
  .lg\:tw-gap-6 {
    gap: 1.5rem !important;
  }
  .lg\:tw-gap-8 {
    gap: 2rem !important;
  }
  .lg\:tw-gap-\[22px\] {
    gap: 22px !important;
  }
  .lg\:tw-gap-x-10 {
    column-gap: 2.5rem !important;
  }
  .lg\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }
  .lg\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }
  .lg\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }
  .lg\:tw-self-start {
    align-self: flex-start !important;
  }
  .lg\:tw-overflow-auto {
    overflow: auto !important;
  }
  .lg\:tw-overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .lg\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }
  .lg\:tw-rounded-\[12px\] {
    border-radius: 12px !important;
  }
  .lg\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }
  .lg\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }
  .lg\:tw-border {
    border-width: 1px !important;
  }
  .lg\:tw-border-r {
    border-right-width: 1px !important;
  }
  .lg\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
  }
  .lg\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
  }
  .lg\:tw-bg-\[\#f5f5f5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
  }
  .lg\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
  .lg\:tw-bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8) !important;
  }
  .lg\:tw-p-10 {
    padding: 2.5rem !important;
  }
  .lg\:tw-p-16 {
    padding: 4rem !important;
  }
  .lg\:tw-p-3 {
    padding: 0.75rem !important;
  }
  .lg\:tw-p-4 {
    padding: 1rem !important;
  }
  .lg\:tw-p-6 {
    padding: 1.5rem !important;
  }
  .lg\:tw-p-8 {
    padding: 2rem !important;
  }
  .lg\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .lg\:tw-px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg\:tw-px-\[64px\] {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .lg\:tw-px-\[80px\] {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .lg\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .lg\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:tw-py-\[12px\] {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .lg\:tw-py-\[50px\] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg\:tw-py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg\:tw-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }
  .lg\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }
  .lg\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }
  .lg\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }
  .lg\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }
  .lg\:tw-pb-\[110px\] {
    padding-bottom: 110px !important;
  }
  .lg\:tw-pb-\[40px\] {
    padding-bottom: 40px !important;
  }
  .lg\:tw-pb-\[54px\] {
    padding-bottom: 54px !important;
  }
  .lg\:tw-pb-\[60px\] {
    padding-bottom: 60px !important;
  }
  .lg\:tw-pl-0 {
    padding-left: 0px !important;
  }
  .lg\:tw-pl-8 {
    padding-left: 2rem !important;
  }
  .lg\:tw-pl-\[256px\] {
    padding-left: 256px !important;
  }
  .lg\:tw-pl-\[82px\] {
    padding-left: 82px !important;
  }
  .lg\:tw-pr-8 {
    padding-right: 2rem !important;
  }
  .lg\:tw-pt-0 {
    padding-top: 0px !important;
  }
  .lg\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }
  .lg\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:tw-pt-20 {
    padding-top: 5rem !important;
  }
  .lg\:tw-pt-24 {
    padding-top: 6rem !important;
  }
  .lg\:tw-pt-4 {
    padding-top: 1rem !important;
  }
  .lg\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }
  .lg\:tw-pt-8 {
    padding-top: 2rem !important;
  }
  .lg\:tw-pt-\[105px\] {
    padding-top: 105px !important;
  }
  .lg\:tw-pt-\[140px\] {
    padding-top: 140px !important;
  }
  .lg\:tw-pt-\[160px\] {
    padding-top: 160px !important;
  }
  .lg\:tw-pt-\[76px\] {
    padding-top: 76px !important;
  }
  .lg\:tw-pt-\[80px\] {
    padding-top: 80px !important;
  }
  .lg\:tw-pt-\[86px\] {
    padding-top: 86px !important;
  }
  .lg\:tw-pt-\[96px\] {
    padding-top: 96px !important;
  }
  .lg\:tw-text-left {
    text-align: left !important;
  }
  .lg\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }
  .lg\:tw-text-3xl {
    font-size: 1.75rem !important;
    line-height: 1.35 !important;
  }
  .lg\:tw-text-5xl {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  .lg\:tw-text-\[12px\] {
    font-size: 12px !important;
  }
  .lg\:tw-text-\[15px\] {
    font-size: 15px !important;
  }
  .lg\:tw-text-\[16px\] {
    font-size: 16px !important;
  }
  .lg\:tw-text-\[17px\] {
    font-size: 17px !important;
  }
  .lg\:tw-text-\[18px\] {
    font-size: 18px !important;
  }
  .lg\:tw-text-\[19px\] {
    font-size: 19px !important;
  }
  .lg\:tw-text-\[20px\] {
    font-size: 20px !important;
  }
  .lg\:tw-text-\[24px\] {
    font-size: 24px !important;
  }
  .lg\:tw-text-\[28px\] {
    font-size: 28px !important;
  }
  .lg\:tw-text-\[32px\] {
    font-size: 32px !important;
  }
  .lg\:tw-text-\[36px\] {
    font-size: 36px !important;
  }
  .lg\:tw-text-\[40px\] {
    font-size: 40px !important;
  }
  .lg\:tw-text-\[42px\] {
    font-size: 42px !important;
  }
  .lg\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
  .lg\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .lg\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }
  .lg\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  .lg\:tw-font-semibold {
    font-weight: 600 !important;
  }
  .lg\:tw-leading-\[1\.25\] {
    line-height: 1.25 !important;
  }
  .lg\:tw-tracking-\[-1\.6px\] {
    letter-spacing: -1.6px !important;
  }
  .lg\:tw-text-\[\#6B7280\] {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
  }
  .lg\:tw-text-\[var\(--color-primary\)\] {
    color: var(--color-primary) !important;
  }
}
@media (min-width: 1200px) {
  .xl\:tw-fixed {
    position: fixed !important;
  }
  .xl\:tw-top-\[76px\] {
    top: 76px !important;
  }
  .xl\:tw-ml-\[500px\] {
    margin-left: 500px !important;
  }
  .xl\:tw-h-8 {
    height: 2rem !important;
  }
  .xl\:tw-h-\[calc\(100vh-76px\)\] {
    height: calc(100vh - 76px) !important;
  }
  .xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }
  .xl\:tw-w-8 {
    width: 2rem !important;
  }
  .xl\:tw-w-\[321px\] {
    width: 321px !important;
  }
  .xl\:tw-w-\[500px\] {
    width: 500px !important;
  }
  .xl\:tw-max-w-2xl {
    max-width: 42rem !important;
  }
  .xl\:tw-max-w-\[1136px\] {
    max-width: 1136px !important;
  }
  .xl\:tw-max-w-\[150px\] {
    max-width: 150px !important;
  }
  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:tw-gap-10 {
    gap: 2.5rem !important;
  }
  .xl\:tw-gap-2 {
    gap: 0.5rem !important;
  }
  .xl\:tw-gap-3 {
    gap: 0.75rem !important;
  }
  .xl\:tw-gap-4 {
    gap: 1rem !important;
  }
  .xl\:tw-overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:tw-border-r {
    border-right-width: 1px !important;
  }
  .xl\:tw-border-\[\#D6D6D6\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(214 214 214 / var(--tw-border-opacity, 1)) !important;
  }
  .xl\:tw-p-8 {
    padding: 2rem !important;
  }
  .xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:tw-text-\[24px\] {
    font-size: 24px !important;
  }
  .xl\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }
  .xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)) !important;
  }
  .dark\:tw-bg-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
  }
  .dark\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1)) !important;
  }
  .dark\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

/* node_modules/@phosphor-icons/web/src/regular/style.css */
@font-face {
  font-family: "Phosphor";
  src:
    url("./media/Phosphor.woff2") format("woff2"),
    url("./media/Phosphor.woff") format("woff"),
    url("./media/Phosphor.ttf") format("truetype"),
    url("./media/Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph.ph-acorn:before {
  content: "\eb9a";
}
.ph.ph-address-book:before {
  content: "\e6f8";
}
.ph.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph.ph-airplane:before {
  content: "\e002";
}
.ph.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph.ph-airplane-landing:before {
  content: "\e502";
}
.ph.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph.ph-airplay:before {
  content: "\e004";
}
.ph.ph-alarm:before {
  content: "\e006";
}
.ph.ph-alien:before {
  content: "\e8a6";
}
.ph.ph-align-bottom:before {
  content: "\e506";
}
.ph.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph.ph-align-left:before {
  content: "\e50e";
}
.ph.ph-align-left-simple:before {
  content: "\eaee";
}
.ph.ph-align-right:before {
  content: "\e510";
}
.ph.ph-align-right-simple:before {
  content: "\eb12";
}
.ph.ph-align-top:before {
  content: "\e512";
}
.ph.ph-align-top-simple:before {
  content: "\eb14";
}
.ph.ph-amazon-logo:before {
  content: "\e96c";
}
.ph.ph-ambulance:before {
  content: "\e572";
}
.ph.ph-anchor:before {
  content: "\e514";
}
.ph.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph.ph-android-logo:before {
  content: "\e008";
}
.ph.ph-angle:before {
  content: "\e7bc";
}
.ph.ph-angular-logo:before {
  content: "\eb80";
}
.ph.ph-aperture:before {
  content: "\e00a";
}
.ph.ph-app-store-logo:before {
  content: "\e974";
}
.ph.ph-app-window:before {
  content: "\e5da";
}
.ph.ph-apple-logo:before {
  content: "\e516";
}
.ph.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph.ph-approximate-equals:before {
  content: "\edaa";
}
.ph.ph-archive:before {
  content: "\e00c";
}
.ph.ph-armchair:before {
  content: "\e012";
}
.ph.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph.ph-arrow-down:before {
  content: "\e03e";
}
.ph.ph-arrow-down-left:before {
  content: "\e040";
}
.ph.ph-arrow-down-right:before {
  content: "\e042";
}
.ph.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph.ph-arrow-line-left:before {
  content: "\e062";
}
.ph.ph-arrow-line-right:before {
  content: "\e064";
}
.ph.ph-arrow-line-up:before {
  content: "\e066";
}
.ph.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph.ph-arrow-square-left:before {
  content: "\e074";
}
.ph.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph.ph-arrow-square-right:before {
  content: "\e076";
}
.ph.ph-arrow-square-up:before {
  content: "\e078";
}
.ph.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph.ph-arrow-up:before {
  content: "\e08e";
}
.ph.ph-arrow-up-left:before {
  content: "\e090";
}
.ph.ph-arrow-up-right:before {
  content: "\e092";
}
.ph.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph.ph-arrows-down-up:before {
  content: "\e098";
}
.ph.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph.ph-arrows-in:before {
  content: "\e09a";
}
.ph.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph.ph-arrows-out:before {
  content: "\e0a2";
}
.ph.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph.ph-arrows-split:before {
  content: "\ed3c";
}
.ph.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph.ph-article:before {
  content: "\e0a8";
}
.ph.ph-article-medium:before {
  content: "\e5e0";
}
.ph.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph.ph-asclepius:before {
  content: "\ee34";
}
.ph.ph-caduceus:before {
  content: "\ee34";
}
.ph.ph-asterisk:before {
  content: "\e0aa";
}
.ph.ph-asterisk-simple:before {
  content: "\e832";
}
.ph.ph-at:before {
  content: "\e0ac";
}
.ph.ph-atom:before {
  content: "\e5e4";
}
.ph.ph-avocado:before {
  content: "\ee04";
}
.ph.ph-axe:before {
  content: "\e9fc";
}
.ph.ph-baby:before {
  content: "\e774";
}
.ph.ph-baby-carriage:before {
  content: "\e818";
}
.ph.ph-backpack:before {
  content: "\e922";
}
.ph.ph-backspace:before {
  content: "\e0ae";
}
.ph.ph-bag:before {
  content: "\e0b0";
}
.ph.ph-bag-simple:before {
  content: "\e5e6";
}
.ph.ph-balloon:before {
  content: "\e76c";
}
.ph.ph-bandaids:before {
  content: "\e0b2";
}
.ph.ph-bank:before {
  content: "\e0b4";
}
.ph.ph-barbell:before {
  content: "\e0b6";
}
.ph.ph-barcode:before {
  content: "\e0b8";
}
.ph.ph-barn:before {
  content: "\ec72";
}
.ph.ph-barricade:before {
  content: "\e948";
}
.ph.ph-baseball:before {
  content: "\e71a";
}
.ph.ph-baseball-cap:before {
  content: "\ea28";
}
.ph.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph.ph-basket:before {
  content: "\e964";
}
.ph.ph-basketball:before {
  content: "\e724";
}
.ph.ph-bathtub:before {
  content: "\e81e";
}
.ph.ph-battery-charging:before {
  content: "\e0ba";
}
.ph.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph.ph-battery-empty:before {
  content: "\e0be";
}
.ph.ph-battery-full:before {
  content: "\e0c0";
}
.ph.ph-battery-high:before {
  content: "\e0c2";
}
.ph.ph-battery-low:before {
  content: "\e0c4";
}
.ph.ph-battery-medium:before {
  content: "\e0c6";
}
.ph.ph-battery-plus:before {
  content: "\e808";
}
.ph.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph.ph-battery-warning:before {
  content: "\e0c8";
}
.ph.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph.ph-beach-ball:before {
  content: "\ed24";
}
.ph.ph-beanie:before {
  content: "\ea2a";
}
.ph.ph-bed:before {
  content: "\e0cc";
}
.ph.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph.ph-beer-stein:before {
  content: "\eb62";
}
.ph.ph-behance-logo:before {
  content: "\e7f4";
}
.ph.ph-bell:before {
  content: "\e0ce";
}
.ph.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph.ph-bell-simple:before {
  content: "\e0d0";
}
.ph.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph.ph-bell-slash:before {
  content: "\e0d4";
}
.ph.ph-bell-z:before {
  content: "\e5ee";
}
.ph.ph-belt:before {
  content: "\ea2c";
}
.ph.ph-bezier-curve:before {
  content: "\eb00";
}
.ph.ph-bicycle:before {
  content: "\e0d6";
}
.ph.ph-binary:before {
  content: "\ee60";
}
.ph.ph-binoculars:before {
  content: "\ea64";
}
.ph.ph-biohazard:before {
  content: "\e9e0";
}
.ph.ph-bird:before {
  content: "\e72c";
}
.ph.ph-blueprint:before {
  content: "\eda0";
}
.ph.ph-bluetooth:before {
  content: "\e0da";
}
.ph.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph.ph-boat:before {
  content: "\e786";
}
.ph.ph-bomb:before {
  content: "\ee0a";
}
.ph.ph-bone:before {
  content: "\e7f2";
}
.ph.ph-book:before {
  content: "\e0e2";
}
.ph.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph.ph-book-open:before {
  content: "\e0e6";
}
.ph.ph-book-open-text:before {
  content: "\e8f2";
}
.ph.ph-book-open-user:before {
  content: "\ede0";
}
.ph.ph-bookmark:before {
  content: "\e0e8";
}
.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph.ph-bookmarks:before {
  content: "\e0ec";
}
.ph.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph.ph-books:before {
  content: "\e758";
}
.ph.ph-boot:before {
  content: "\ecca";
}
.ph.ph-boules:before {
  content: "\e722";
}
.ph.ph-bounding-box:before {
  content: "\e6ce";
}
.ph.ph-bowl-food:before {
  content: "\eaa4";
}
.ph.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph.ph-bowling-ball:before {
  content: "\ea34";
}
.ph.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph.ph-archive-box:before {
  content: "\e00e";
}
.ph.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph.ph-boxing-glove:before {
  content: "\ea36";
}
.ph.ph-brackets-angle:before {
  content: "\e862";
}
.ph.ph-brackets-curly:before {
  content: "\e860";
}
.ph.ph-brackets-round:before {
  content: "\e864";
}
.ph.ph-brackets-square:before {
  content: "\e85e";
}
.ph.ph-brain:before {
  content: "\e74e";
}
.ph.ph-brandy:before {
  content: "\e6b4";
}
.ph.ph-bread:before {
  content: "\e81c";
}
.ph.ph-bridge:before {
  content: "\ea68";
}
.ph.ph-briefcase:before {
  content: "\e0ee";
}
.ph.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph.ph-broadcast:before {
  content: "\e0f2";
}
.ph.ph-broom:before {
  content: "\ec54";
}
.ph.ph-browser:before {
  content: "\e0f4";
}
.ph.ph-browsers:before {
  content: "\e0f6";
}
.ph.ph-bug:before {
  content: "\e5f4";
}
.ph.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph.ph-bug-droid:before {
  content: "\e5f8";
}
.ph.ph-building:before {
  content: "\e100";
}
.ph.ph-building-apartment:before {
  content: "\e0fe";
}
.ph.ph-building-office:before {
  content: "\e0ff";
}
.ph.ph-buildings:before {
  content: "\e102";
}
.ph.ph-bulldozer:before {
  content: "\ec6c";
}
.ph.ph-bus:before {
  content: "\e106";
}
.ph.ph-butterfly:before {
  content: "\ea6e";
}
.ph.ph-cable-car:before {
  content: "\e49c";
}
.ph.ph-cactus:before {
  content: "\e918";
}
.ph.ph-cake:before {
  content: "\e780";
}
.ph.ph-calculator:before {
  content: "\e538";
}
.ph.ph-calendar:before {
  content: "\e108";
}
.ph.ph-calendar-blank:before {
  content: "\e10a";
}
.ph.ph-calendar-check:before {
  content: "\e712";
}
.ph.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph.ph-calendar-minus:before {
  content: "\ea14";
}
.ph.ph-calendar-plus:before {
  content: "\e714";
}
.ph.ph-calendar-slash:before {
  content: "\ea12";
}
.ph.ph-calendar-star:before {
  content: "\e8b2";
}
.ph.ph-calendar-x:before {
  content: "\e10c";
}
.ph.ph-call-bell:before {
  content: "\e7de";
}
.ph.ph-camera:before {
  content: "\e10e";
}
.ph.ph-camera-plus:before {
  content: "\ec58";
}
.ph.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph.ph-camera-slash:before {
  content: "\e110";
}
.ph.ph-campfire:before {
  content: "\e9d8";
}
.ph.ph-car:before {
  content: "\e112";
}
.ph.ph-car-battery:before {
  content: "\ee30";
}
.ph.ph-car-profile:before {
  content: "\e8cc";
}
.ph.ph-car-simple:before {
  content: "\e114";
}
.ph.ph-cardholder:before {
  content: "\e5fa";
}
.ph.ph-cards:before {
  content: "\e0f8";
}
.ph.ph-cards-three:before {
  content: "\ee50";
}
.ph.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph.ph-caret-circle-left:before {
  content: "\e120";
}
.ph.ph-caret-circle-right:before {
  content: "\e122";
}
.ph.ph-caret-circle-up:before {
  content: "\e124";
}
.ph.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph.ph-caret-double-down:before {
  content: "\e126";
}
.ph.ph-caret-double-left:before {
  content: "\e128";
}
.ph.ph-caret-double-right:before {
  content: "\e12a";
}
.ph.ph-caret-double-up:before {
  content: "\e12c";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-caret-left:before {
  content: "\e138";
}
.ph.ph-caret-line-down:before {
  content: "\e134";
}
.ph.ph-caret-line-left:before {
  content: "\e132";
}
.ph.ph-caret-line-right:before {
  content: "\e130";
}
.ph.ph-caret-line-up:before {
  content: "\e12e";
}
.ph.ph-caret-right:before {
  content: "\e13a";
}
.ph.ph-caret-up:before {
  content: "\e13c";
}
.ph.ph-caret-up-down:before {
  content: "\e140";
}
.ph.ph-carrot:before {
  content: "\ed38";
}
.ph.ph-cash-register:before {
  content: "\ed80";
}
.ph.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph.ph-castle-turret:before {
  content: "\e9d0";
}
.ph.ph-cat:before {
  content: "\e748";
}
.ph.ph-cell-signal-full:before {
  content: "\e142";
}
.ph.ph-cell-signal-high:before {
  content: "\e144";
}
.ph.ph-cell-signal-low:before {
  content: "\e146";
}
.ph.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph.ph-cell-tower:before {
  content: "\ebaa";
}
.ph.ph-certificate:before {
  content: "\e766";
}
.ph.ph-chair:before {
  content: "\e950";
}
.ph.ph-chalkboard:before {
  content: "\e5fc";
}
.ph.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph.ph-champagne:before {
  content: "\eaca";
}
.ph.ph-charging-station:before {
  content: "\e8d0";
}
.ph.ph-chart-bar:before {
  content: "\e150";
}
.ph.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph.ph-chart-donut:before {
  content: "\eaa6";
}
.ph.ph-chart-line:before {
  content: "\e154";
}
.ph.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph.ph-chart-line-up:before {
  content: "\e156";
}
.ph.ph-chart-pie:before {
  content: "\e158";
}
.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph.ph-chart-polar:before {
  content: "\eaa8";
}
.ph.ph-chart-scatter:before {
  content: "\eaac";
}
.ph.ph-chat:before {
  content: "\e15c";
}
.ph.ph-chat-centered:before {
  content: "\e160";
}
.ph.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph.ph-chat-centered-text:before {
  content: "\e166";
}
.ph.ph-chat-circle:before {
  content: "\e168";
}
.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph.ph-chat-dots:before {
  content: "\e170";
}
.ph.ph-chat-slash:before {
  content: "\e15e";
}
.ph.ph-chat-teardrop:before {
  content: "\e172";
}
.ph.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph.ph-chat-text:before {
  content: "\e17a";
}
.ph.ph-chats:before {
  content: "\e17c";
}
.ph.ph-chats-circle:before {
  content: "\e17e";
}
.ph.ph-chats-teardrop:before {
  content: "\e180";
}
.ph.ph-check:before {
  content: "\e182";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-check-fat:before {
  content: "\eba6";
}
.ph.ph-check-square:before {
  content: "\e186";
}
.ph.ph-check-square-offset:before {
  content: "\e188";
}
.ph.ph-checkerboard:before {
  content: "\e8c4";
}
.ph.ph-checks:before {
  content: "\e53a";
}
.ph.ph-cheers:before {
  content: "\ea4a";
}
.ph.ph-cheese:before {
  content: "\e9fe";
}
.ph.ph-chef-hat:before {
  content: "\ed8e";
}
.ph.ph-cherries:before {
  content: "\e830";
}
.ph.ph-church:before {
  content: "\ecea";
}
.ph.ph-cigarette:before {
  content: "\ed90";
}
.ph.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph.ph-circle:before {
  content: "\e18a";
}
.ph.ph-circle-dashed:before {
  content: "\e602";
}
.ph.ph-circle-half:before {
  content: "\e18c";
}
.ph.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph.ph-circle-notch:before {
  content: "\eb44";
}
.ph.ph-circles-four:before {
  content: "\e190";
}
.ph.ph-circles-three:before {
  content: "\e192";
}
.ph.ph-circles-three-plus:before {
  content: "\e194";
}
.ph.ph-circuitry:before {
  content: "\e9c2";
}
.ph.ph-city:before {
  content: "\ea6a";
}
.ph.ph-clipboard:before {
  content: "\e196";
}
.ph.ph-clipboard-text:before {
  content: "\e198";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph.ph-clock-user:before {
  content: "\edec";
}
.ph.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph.ph-cloud:before {
  content: "\e1aa";
}
.ph.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph.ph-cloud-check:before {
  content: "\e1b0";
}
.ph.ph-cloud-fog:before {
  content: "\e53c";
}
.ph.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph.ph-cloud-moon:before {
  content: "\e53e";
}
.ph.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph.ph-cloud-sun:before {
  content: "\e540";
}
.ph.ph-cloud-warning:before {
  content: "\ea98";
}
.ph.ph-cloud-x:before {
  content: "\ea96";
}
.ph.ph-clover:before {
  content: "\edc8";
}
.ph.ph-club:before {
  content: "\e1ba";
}
.ph.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph.ph-coda-logo:before {
  content: "\e7ce";
}
.ph.ph-code:before {
  content: "\e1bc";
}
.ph.ph-code-block:before {
  content: "\eafe";
}
.ph.ph-code-simple:before {
  content: "\e1be";
}
.ph.ph-codepen-logo:before {
  content: "\e978";
}
.ph.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph.ph-coffee:before {
  content: "\e1c2";
}
.ph.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph.ph-coin:before {
  content: "\e60e";
}
.ph.ph-coin-vertical:before {
  content: "\eb48";
}
.ph.ph-coins:before {
  content: "\e78e";
}
.ph.ph-columns:before {
  content: "\e546";
}
.ph.ph-columns-plus-left:before {
  content: "\e544";
}
.ph.ph-columns-plus-right:before {
  content: "\e542";
}
.ph.ph-command:before {
  content: "\e1c4";
}
.ph.ph-compass:before {
  content: "\e1c8";
}
.ph.ph-compass-rose:before {
  content: "\e1c6";
}
.ph.ph-compass-tool:before {
  content: "\ea0e";
}
.ph.ph-computer-tower:before {
  content: "\e548";
}
.ph.ph-confetti:before {
  content: "\e81a";
}
.ph.ph-contactless-payment:before {
  content: "\ed42";
}
.ph.ph-control:before {
  content: "\eca6";
}
.ph.ph-cookie:before {
  content: "\e6ca";
}
.ph.ph-cooking-pot:before {
  content: "\e764";
}
.ph.ph-copy:before {
  content: "\e1ca";
}
.ph.ph-copy-simple:before {
  content: "\e1cc";
}
.ph.ph-copyleft:before {
  content: "\e86a";
}
.ph.ph-copyright:before {
  content: "\e54a";
}
.ph.ph-corners-in:before {
  content: "\e1ce";
}
.ph.ph-corners-out:before {
  content: "\e1d0";
}
.ph.ph-couch:before {
  content: "\e7f6";
}
.ph.ph-court-basketball:before {
  content: "\ee36";
}
.ph.ph-cow:before {
  content: "\eabe";
}
.ph.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph.ph-cpu:before {
  content: "\e610";
}
.ph.ph-crane:before {
  content: "\ed48";
}
.ph.ph-crane-tower:before {
  content: "\ed49";
}
.ph.ph-credit-card:before {
  content: "\e1d2";
}
.ph.ph-cricket:before {
  content: "\ee12";
}
.ph.ph-crop:before {
  content: "\e1d4";
}
.ph.ph-cross:before {
  content: "\e8a0";
}
.ph.ph-crosshair:before {
  content: "\e1d6";
}
.ph.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph.ph-crown:before {
  content: "\e614";
}
.ph.ph-crown-cross:before {
  content: "\ee5e";
}
.ph.ph-crown-simple:before {
  content: "\e616";
}
.ph.ph-cube:before {
  content: "\e1da";
}
.ph.ph-cube-focus:before {
  content: "\ed0a";
}
.ph.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph.ph-currency-btc:before {
  content: "\e618";
}
.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph.ph-currency-cny:before {
  content: "\e54e";
}
.ph.ph-currency-dollar:before {
  content: "\e550";
}
.ph.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph.ph-currency-eth:before {
  content: "\eada";
}
.ph.ph-currency-eur:before {
  content: "\e554";
}
.ph.ph-currency-gbp:before {
  content: "\e556";
}
.ph.ph-currency-inr:before {
  content: "\e558";
}
.ph.ph-currency-jpy:before {
  content: "\e55a";
}
.ph.ph-currency-krw:before {
  content: "\e55c";
}
.ph.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph.ph-currency-ngn:before {
  content: "\eb52";
}
.ph.ph-currency-rub:before {
  content: "\e55e";
}
.ph.ph-cursor:before {
  content: "\e1dc";
}
.ph.ph-cursor-click:before {
  content: "\e7c8";
}
.ph.ph-cursor-text:before {
  content: "\e7d8";
}
.ph.ph-cylinder:before {
  content: "\e8fc";
}
.ph.ph-database:before {
  content: "\e1de";
}
.ph.ph-desk:before {
  content: "\ed16";
}
.ph.ph-desktop:before {
  content: "\e560";
}
.ph.ph-desktop-tower:before {
  content: "\e562";
}
.ph.ph-detective:before {
  content: "\e83e";
}
.ph.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph.ph-device-mobile:before {
  content: "\e1e0";
}
.ph.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph.ph-device-rotate:before {
  content: "\edf2";
}
.ph.ph-device-tablet:before {
  content: "\e1e6";
}
.ph.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph.ph-devices:before {
  content: "\eba4";
}
.ph.ph-diamond:before {
  content: "\e1ec";
}
.ph.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph.ph-dice-five:before {
  content: "\e1ee";
}
.ph.ph-dice-four:before {
  content: "\e1f0";
}
.ph.ph-dice-one:before {
  content: "\e1f2";
}
.ph.ph-dice-six:before {
  content: "\e1f4";
}
.ph.ph-dice-three:before {
  content: "\e1f6";
}
.ph.ph-dice-two:before {
  content: "\e1f8";
}
.ph.ph-disc:before {
  content: "\e564";
}
.ph.ph-disco-ball:before {
  content: "\ed98";
}
.ph.ph-discord-logo:before {
  content: "\e61a";
}
.ph.ph-divide:before {
  content: "\e1fa";
}
.ph.ph-dna:before {
  content: "\e924";
}
.ph.ph-dog:before {
  content: "\e74a";
}
.ph.ph-door:before {
  content: "\e61c";
}
.ph.ph-door-open:before {
  content: "\e7e6";
}
.ph.ph-dot:before {
  content: "\ecde";
}
.ph.ph-dot-outline:before {
  content: "\ece0";
}
.ph.ph-dots-nine:before {
  content: "\e1fc";
}
.ph.ph-dots-six:before {
  content: "\e794";
}
.ph.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph.ph-dots-three:before {
  content: "\e1fe";
}
.ph.ph-dots-three-circle:before {
  content: "\e200";
}
.ph.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph.ph-dots-three-outline:before {
  content: "\e204";
}
.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph.ph-download:before {
  content: "\e20a";
}
.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-dress:before {
  content: "\ea7e";
}
.ph.ph-dresser:before {
  content: "\e94e";
}
.ph.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph.ph-drone:before {
  content: "\ed74";
}
.ph.ph-drop:before {
  content: "\e210";
}
.ph.ph-drop-half:before {
  content: "\e566";
}
.ph.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph.ph-drop-simple:before {
  content: "\ee32";
}
.ph.ph-drop-slash:before {
  content: "\e954";
}
.ph.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph.ph-ear:before {
  content: "\e70c";
}
.ph.ph-ear-slash:before {
  content: "\e70e";
}
.ph.ph-egg:before {
  content: "\e812";
}
.ph.ph-egg-crack:before {
  content: "\eb64";
}
.ph.ph-eject:before {
  content: "\e212";
}
.ph.ph-eject-simple:before {
  content: "\e6ae";
}
.ph.ph-elevator:before {
  content: "\ecc0";
}
.ph.ph-empty:before {
  content: "\edbc";
}
.ph.ph-engine:before {
  content: "\ea80";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph.ph-envelope-open:before {
  content: "\e216";
}
.ph.ph-envelope-simple:before {
  content: "\e218";
}
.ph.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph.ph-equalizer:before {
  content: "\ebbc";
}
.ph.ph-equals:before {
  content: "\e21c";
}
.ph.ph-eraser:before {
  content: "\e21e";
}
.ph.ph-escalator-down:before {
  content: "\ecba";
}
.ph.ph-escalator-up:before {
  content: "\ecbc";
}
.ph.ph-exam:before {
  content: "\e742";
}
.ph.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph.ph-exclude:before {
  content: "\e882";
}
.ph.ph-exclude-square:before {
  content: "\e880";
}
.ph.ph-export:before {
  content: "\eaf0";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-eye-closed:before {
  content: "\e222";
}
.ph.ph-eye-slash:before {
  content: "\e224";
}
.ph.ph-eyedropper:before {
  content: "\e568";
}
.ph.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph.ph-eyes:before {
  content: "\ee5c";
}
.ph.ph-face-mask:before {
  content: "\e56a";
}
.ph.ph-facebook-logo:before {
  content: "\e226";
}
.ph.ph-factory:before {
  content: "\e760";
}
.ph.ph-faders:before {
  content: "\e228";
}
.ph.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph.ph-fan:before {
  content: "\e9f2";
}
.ph.ph-farm:before {
  content: "\ec70";
}
.ph.ph-fast-forward:before {
  content: "\e6a6";
}
.ph.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph.ph-feather:before {
  content: "\e9c0";
}
.ph.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph.ph-figma-logo:before {
  content: "\e22e";
}
.ph.ph-file:before {
  content: "\e230";
}
.ph.ph-file-archive:before {
  content: "\eb2a";
}
.ph.ph-file-arrow-down:before {
  content: "\e232";
}
.ph.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph.ph-file-audio:before {
  content: "\ea20";
}
.ph.ph-file-c:before {
  content: "\eb32";
}
.ph.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph.ph-file-cloud:before {
  content: "\e95e";
}
.ph.ph-file-code:before {
  content: "\e914";
}
.ph.ph-file-cpp:before {
  content: "\eb2e";
}
.ph.ph-file-css:before {
  content: "\eb34";
}
.ph.ph-file-csv:before {
  content: "\eb1c";
}
.ph.ph-file-dashed:before {
  content: "\e704";
}
.ph.ph-file-dotted:before {
  content: "\e704";
}
.ph.ph-file-doc:before {
  content: "\eb1e";
}
.ph.ph-file-html:before {
  content: "\eb38";
}
.ph.ph-file-image:before {
  content: "\ea24";
}
.ph.ph-file-ini:before {
  content: "\eb33";
}
.ph.ph-file-jpg:before {
  content: "\eb1a";
}
.ph.ph-file-js:before {
  content: "\eb24";
}
.ph.ph-file-jsx:before {
  content: "\eb3a";
}
.ph.ph-file-lock:before {
  content: "\e95c";
}
.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph.ph-file-search:before {
  content: "\e238";
}
.ph.ph-file-md:before {
  content: "\ed50";
}
.ph.ph-file-minus:before {
  content: "\e234";
}
.ph.ph-file-pdf:before {
  content: "\e702";
}
.ph.ph-file-plus:before {
  content: "\e236";
}
.ph.ph-file-png:before {
  content: "\eb18";
}
.ph.ph-file-ppt:before {
  content: "\eb20";
}
.ph.ph-file-py:before {
  content: "\eb2c";
}
.ph.ph-file-rs:before {
  content: "\eb28";
}
.ph.ph-file-sql:before {
  content: "\ed4e";
}
.ph.ph-file-svg:before {
  content: "\ed08";
}
.ph.ph-file-text:before {
  content: "\e23a";
}
.ph.ph-file-ts:before {
  content: "\eb26";
}
.ph.ph-file-tsx:before {
  content: "\eb3c";
}
.ph.ph-file-txt:before {
  content: "\eb35";
}
.ph.ph-file-video:before {
  content: "\ea22";
}
.ph.ph-file-vue:before {
  content: "\eb3e";
}
.ph.ph-file-x:before {
  content: "\e23c";
}
.ph.ph-file-xls:before {
  content: "\eb22";
}
.ph.ph-file-zip:before {
  content: "\e958";
}
.ph.ph-files:before {
  content: "\e710";
}
.ph.ph-film-reel:before {
  content: "\e8c0";
}
.ph.ph-film-script:before {
  content: "\eb50";
}
.ph.ph-film-slate:before {
  content: "\e8c2";
}
.ph.ph-film-strip:before {
  content: "\e792";
}
.ph.ph-fingerprint:before {
  content: "\e23e";
}
.ph.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph.ph-finn-the-human:before {
  content: "\e56c";
}
.ph.ph-fire:before {
  content: "\e242";
}
.ph.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph.ph-fire-simple:before {
  content: "\e620";
}
.ph.ph-fire-truck:before {
  content: "\e574";
}
.ph.ph-first-aid:before {
  content: "\e56e";
}
.ph.ph-first-aid-kit:before {
  content: "\e570";
}
.ph.ph-fish:before {
  content: "\e728";
}
.ph.ph-fish-simple:before {
  content: "\e72a";
}
.ph.ph-flag:before {
  content: "\e244";
}
.ph.ph-flag-banner:before {
  content: "\e622";
}
.ph.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph.ph-flag-checkered:before {
  content: "\ea38";
}
.ph.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph.ph-flame:before {
  content: "\e624";
}
.ph.ph-flashlight:before {
  content: "\e246";
}
.ph.ph-flask:before {
  content: "\e79e";
}
.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph.ph-floppy-disk:before {
  content: "\e248";
}
.ph.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph.ph-flower:before {
  content: "\e75e";
}
.ph.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph.ph-flower-tulip:before {
  content: "\eacc";
}
.ph.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph.ph-folder:before {
  content: "\e24a";
}
.ph.ph-folder-notch:before {
  content: "\e24a";
}
.ph.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph.ph-folder-lock:before {
  content: "\ea3c";
}
.ph.ph-folder-minus:before {
  content: "\e254";
}
.ph.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph.ph-folder-open:before {
  content: "\e256";
}
.ph.ph-folder-notch-open:before {
  content: "\e256";
}
.ph.ph-folder-plus:before {
  content: "\e258";
}
.ph.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph.ph-folder-simple:before {
  content: "\e25a";
}
.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph.ph-folder-star:before {
  content: "\ea86";
}
.ph.ph-folder-user:before {
  content: "\eb46";
}
.ph.ph-folders:before {
  content: "\e260";
}
.ph.ph-football:before {
  content: "\e718";
}
.ph.ph-football-helmet:before {
  content: "\ee4c";
}
.ph.ph-footprints:before {
  content: "\ea88";
}
.ph.ph-fork-knife:before {
  content: "\e262";
}
.ph.ph-four-k:before {
  content: "\ea5c";
}
.ph.ph-frame-corners:before {
  content: "\e626";
}
.ph.ph-framer-logo:before {
  content: "\e264";
}
.ph.ph-function:before {
  content: "\ebe4";
}
.ph.ph-funnel:before {
  content: "\e266";
}
.ph.ph-funnel-simple:before {
  content: "\e268";
}
.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph.ph-funnel-x:before {
  content: "\e26c";
}
.ph.ph-game-controller:before {
  content: "\e26e";
}
.ph.ph-garage:before {
  content: "\ecd6";
}
.ph.ph-gas-can:before {
  content: "\e8ce";
}
.ph.ph-gas-pump:before {
  content: "\e768";
}
.ph.ph-gauge:before {
  content: "\e628";
}
.ph.ph-gavel:before {
  content: "\ea32";
}
.ph.ph-gear:before {
  content: "\e270";
}
.ph.ph-gear-fine:before {
  content: "\e87c";
}
.ph.ph-gear-six:before {
  content: "\e272";
}
.ph.ph-gender-female:before {
  content: "\e6e0";
}
.ph.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph.ph-gender-male:before {
  content: "\e6e2";
}
.ph.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph.ph-ghost:before {
  content: "\e62a";
}
.ph.ph-gif:before {
  content: "\e274";
}
.ph.ph-gift:before {
  content: "\e276";
}
.ph.ph-git-branch:before {
  content: "\e278";
}
.ph.ph-git-commit:before {
  content: "\e27a";
}
.ph.ph-git-diff:before {
  content: "\e27c";
}
.ph.ph-git-fork:before {
  content: "\e27e";
}
.ph.ph-git-merge:before {
  content: "\e280";
}
.ph.ph-git-pull-request:before {
  content: "\e282";
}
.ph.ph-github-logo:before {
  content: "\e576";
}
.ph.ph-gitlab-logo:before {
  content: "\e694";
}
.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph.ph-globe-simple:before {
  content: "\e28e";
}
.ph.ph-globe-simple-x:before {
  content: "\e284";
}
.ph.ph-globe-stand:before {
  content: "\e290";
}
.ph.ph-globe-x:before {
  content: "\e286";
}
.ph.ph-goggles:before {
  content: "\ecb4";
}
.ph.ph-golf:before {
  content: "\ea3e";
}
.ph.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph.ph-google-logo:before {
  content: "\e292";
}
.ph.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph.ph-google-play-logo:before {
  content: "\e294";
}
.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph.ph-gps:before {
  content: "\edd8";
}
.ph.ph-gps-fix:before {
  content: "\edd6";
}
.ph.ph-gps-slash:before {
  content: "\edd4";
}
.ph.ph-gradient:before {
  content: "\eb42";
}
.ph.ph-graduation-cap:before {
  content: "\e62c";
}
.ph.ph-grains:before {
  content: "\ec68";
}
.ph.ph-grains-slash:before {
  content: "\ec6a";
}
.ph.ph-graph:before {
  content: "\eb58";
}
.ph.ph-graphics-card:before {
  content: "\e612";
}
.ph.ph-greater-than:before {
  content: "\edc4";
}
.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph.ph-grid-four:before {
  content: "\e296";
}
.ph.ph-grid-nine:before {
  content: "\ec8c";
}
.ph.ph-guitar:before {
  content: "\ea8a";
}
.ph.ph-hair-dryer:before {
  content: "\ea66";
}
.ph.ph-hamburger:before {
  content: "\e790";
}
.ph.ph-hammer:before {
  content: "\e80e";
}
.ph.ph-hand:before {
  content: "\e298";
}
.ph.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph.ph-hand-coins:before {
  content: "\ea8c";
}
.ph.ph-hand-deposit:before {
  content: "\ee82";
}
.ph.ph-hand-eye:before {
  content: "\ea4c";
}
.ph.ph-hand-fist:before {
  content: "\e57a";
}
.ph.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph.ph-hand-heart:before {
  content: "\e810";
}
.ph.ph-hand-palm:before {
  content: "\e57e";
}
.ph.ph-hand-peace:before {
  content: "\e7cc";
}
.ph.ph-hand-pointing:before {
  content: "\e29a";
}
.ph.ph-hand-soap:before {
  content: "\e630";
}
.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph.ph-hand-tap:before {
  content: "\ec90";
}
.ph.ph-hand-waving:before {
  content: "\e580";
}
.ph.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph.ph-handbag:before {
  content: "\e29c";
}
.ph.ph-handbag-simple:before {
  content: "\e62e";
}
.ph.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph.ph-hands-praying:before {
  content: "\ecc8";
}
.ph.ph-handshake:before {
  content: "\e582";
}
.ph.ph-hard-drive:before {
  content: "\e29e";
}
.ph.ph-hard-drives:before {
  content: "\e2a0";
}
.ph.ph-hard-hat:before {
  content: "\ed46";
}
.ph.ph-hash:before {
  content: "\e2a2";
}
.ph.ph-hash-straight:before {
  content: "\e2a4";
}
.ph.ph-head-circuit:before {
  content: "\e7d4";
}
.ph.ph-headlights:before {
  content: "\e6fe";
}
.ph.ph-headphones:before {
  content: "\e2a6";
}
.ph.ph-headset:before {
  content: "\e584";
}
.ph.ph-heart:before {
  content: "\e2a8";
}
.ph.ph-heart-break:before {
  content: "\ebe8";
}
.ph.ph-heart-half:before {
  content: "\ec48";
}
.ph.ph-heart-straight:before {
  content: "\e2aa";
}
.ph.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph.ph-heartbeat:before {
  content: "\e2ac";
}
.ph.ph-hexagon:before {
  content: "\e2ae";
}
.ph.ph-high-definition:before {
  content: "\ea8e";
}
.ph.ph-high-heel:before {
  content: "\e8e8";
}
.ph.ph-highlighter:before {
  content: "\ec76";
}
.ph.ph-highlighter-circle:before {
  content: "\e632";
}
.ph.ph-hockey:before {
  content: "\ec86";
}
.ph.ph-hoodie:before {
  content: "\ecd0";
}
.ph.ph-horse:before {
  content: "\e2b0";
}
.ph.ph-hospital:before {
  content: "\e844";
}
.ph.ph-hourglass:before {
  content: "\e2b2";
}
.ph.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph.ph-house:before {
  content: "\e2c2";
}
.ph.ph-house-line:before {
  content: "\e2c4";
}
.ph.ph-house-simple:before {
  content: "\e2c6";
}
.ph.ph-hurricane:before {
  content: "\e88e";
}
.ph.ph-ice-cream:before {
  content: "\e804";
}
.ph.ph-identification-badge:before {
  content: "\e6f6";
}
.ph.ph-identification-card:before {
  content: "\e2c8";
}
.ph.ph-image:before {
  content: "\e2ca";
}
.ph.ph-image-broken:before {
  content: "\e7a8";
}
.ph.ph-image-square:before {
  content: "\e2cc";
}
.ph.ph-images:before {
  content: "\e836";
}
.ph.ph-images-square:before {
  content: "\e834";
}
.ph.ph-infinity:before {
  content: "\e634";
}
.ph.ph-lemniscate:before {
  content: "\e634";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-intersect:before {
  content: "\e2d2";
}
.ph.ph-intersect-square:before {
  content: "\e87a";
}
.ph.ph-intersect-three:before {
  content: "\ecc4";
}
.ph.ph-intersection:before {
  content: "\edba";
}
.ph.ph-invoice:before {
  content: "\ee42";
}
.ph.ph-island:before {
  content: "\ee06";
}
.ph.ph-jar:before {
  content: "\e7e0";
}
.ph.ph-jar-label:before {
  content: "\e7e1";
}
.ph.ph-jeep:before {
  content: "\e2d4";
}
.ph.ph-joystick:before {
  content: "\ea5e";
}
.ph.ph-kanban:before {
  content: "\eb54";
}
.ph.ph-key:before {
  content: "\e2d6";
}
.ph.ph-key-return:before {
  content: "\e782";
}
.ph.ph-keyboard:before {
  content: "\e2d8";
}
.ph.ph-keyhole:before {
  content: "\ea78";
}
.ph.ph-knife:before {
  content: "\e636";
}
.ph.ph-ladder:before {
  content: "\e9e4";
}
.ph.ph-ladder-simple:before {
  content: "\ec26";
}
.ph.ph-lamp:before {
  content: "\e638";
}
.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph.ph-laptop:before {
  content: "\e586";
}
.ph.ph-lasso:before {
  content: "\edc6";
}
.ph.ph-lastfm-logo:before {
  content: "\e842";
}
.ph.ph-layout:before {
  content: "\e6d6";
}
.ph.ph-leaf:before {
  content: "\e2da";
}
.ph.ph-lectern:before {
  content: "\e95a";
}
.ph.ph-lego:before {
  content: "\e8c6";
}
.ph.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph.ph-less-than:before {
  content: "\edac";
}
.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph.ph-lifebuoy:before {
  content: "\e63a";
}
.ph.ph-lightbulb:before {
  content: "\e2dc";
}
.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph.ph-lighthouse:before {
  content: "\e9f6";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-lightning-a:before {
  content: "\ea84";
}
.ph.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph.ph-line-segment:before {
  content: "\e6d2";
}
.ph.ph-line-segments:before {
  content: "\e6d4";
}
.ph.ph-line-vertical:before {
  content: "\ed70";
}
.ph.ph-link:before {
  content: "\e2e2";
}
.ph.ph-link-break:before {
  content: "\e2e4";
}
.ph.ph-link-simple:before {
  content: "\e2e6";
}
.ph.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph.ph-linktree-logo:before {
  content: "\edee";
}
.ph.ph-linux-logo:before {
  content: "\eb02";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-list-bullets:before {
  content: "\e2f2";
}
.ph.ph-list-checks:before {
  content: "\eadc";
}
.ph.ph-list-dashes:before {
  content: "\e2f4";
}
.ph.ph-list-heart:before {
  content: "\ebde";
}
.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph.ph-list-numbers:before {
  content: "\e2f6";
}
.ph.ph-list-plus:before {
  content: "\e2f8";
}
.ph.ph-list-star:before {
  content: "\ebdc";
}
.ph.ph-lock:before {
  content: "\e2fa";
}
.ph.ph-lock-key:before {
  content: "\e2fe";
}
.ph.ph-lock-key-open:before {
  content: "\e300";
}
.ph.ph-lock-laminated:before {
  content: "\e302";
}
.ph.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph.ph-lock-open:before {
  content: "\e306";
}
.ph.ph-lock-simple:before {
  content: "\e308";
}
.ph.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph.ph-lockers:before {
  content: "\ecb8";
}
.ph.ph-log:before {
  content: "\ed82";
}
.ph.ph-magic-wand:before {
  content: "\e6b6";
}
.ph.ph-magnet:before {
  content: "\e680";
}
.ph.ph-magnet-straight:before {
  content: "\e682";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph.ph-mailbox:before {
  content: "\ec1e";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph.ph-map-pin-line:before {
  content: "\e318";
}
.ph.ph-map-pin-plus:before {
  content: "\e314";
}
.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph.ph-map-trifold:before {
  content: "\e31a";
}
.ph.ph-markdown-logo:before {
  content: "\e508";
}
.ph.ph-marker-circle:before {
  content: "\e640";
}
.ph.ph-martini:before {
  content: "\e31c";
}
.ph.ph-mask-happy:before {
  content: "\e9f4";
}
.ph.ph-mask-sad:before {
  content: "\eb9e";
}
.ph.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph.ph-math-operations:before {
  content: "\e31e";
}
.ph.ph-matrix-logo:before {
  content: "\ed64";
}
.ph.ph-medal:before {
  content: "\e320";
}
.ph.ph-medal-military:before {
  content: "\ecfc";
}
.ph.ph-medium-logo:before {
  content: "\e322";
}
.ph.ph-megaphone:before {
  content: "\e324";
}
.ph.ph-megaphone-simple:before {
  content: "\e642";
}
.ph.ph-member-of:before {
  content: "\edc2";
}
.ph.ph-memory:before {
  content: "\e9c4";
}
.ph.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph.ph-meta-logo:before {
  content: "\ed02";
}
.ph.ph-meteor:before {
  content: "\e9ba";
}
.ph.ph-metronome:before {
  content: "\ec8e";
}
.ph.ph-microphone:before {
  content: "\e326";
}
.ph.ph-microphone-slash:before {
  content: "\e328";
}
.ph.ph-microphone-stage:before {
  content: "\e75c";
}
.ph.ph-microscope:before {
  content: "\ec7a";
}
.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph.ph-minus:before {
  content: "\e32a";
}
.ph.ph-minus-circle:before {
  content: "\e32c";
}
.ph.ph-minus-square:before {
  content: "\ed4c";
}
.ph.ph-money:before {
  content: "\e588";
}
.ph.ph-money-wavy:before {
  content: "\ee68";
}
.ph.ph-monitor:before {
  content: "\e32e";
}
.ph.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph.ph-monitor-play:before {
  content: "\e58c";
}
.ph.ph-moon:before {
  content: "\e330";
}
.ph.ph-moon-stars:before {
  content: "\e58e";
}
.ph.ph-moped:before {
  content: "\e824";
}
.ph.ph-moped-front:before {
  content: "\e822";
}
.ph.ph-mosque:before {
  content: "\ecee";
}
.ph.ph-motorcycle:before {
  content: "\e80a";
}
.ph.ph-mountains:before {
  content: "\e7ae";
}
.ph.ph-mouse:before {
  content: "\e33a";
}
.ph.ph-mouse-left-click:before {
  content: "\e334";
}
.ph.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph.ph-mouse-right-click:before {
  content: "\e336";
}
.ph.ph-mouse-scroll:before {
  content: "\e332";
}
.ph.ph-mouse-simple:before {
  content: "\e644";
}
.ph.ph-music-note:before {
  content: "\e33c";
}
.ph.ph-music-note-simple:before {
  content: "\e33e";
}
.ph.ph-music-notes:before {
  content: "\e340";
}
.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph.ph-music-notes-simple:before {
  content: "\e342";
}
.ph.ph-navigation-arrow:before {
  content: "\eade";
}
.ph.ph-needle:before {
  content: "\e82e";
}
.ph.ph-network:before {
  content: "\edde";
}
.ph.ph-network-slash:before {
  content: "\eddc";
}
.ph.ph-network-x:before {
  content: "\edda";
}
.ph.ph-newspaper:before {
  content: "\e344";
}
.ph.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph.ph-not-equals:before {
  content: "\eda6";
}
.ph.ph-not-member-of:before {
  content: "\edae";
}
.ph.ph-not-subset-of:before {
  content: "\edb0";
}
.ph.ph-not-superset-of:before {
  content: "\edb2";
}
.ph.ph-notches:before {
  content: "\ed3a";
}
.ph.ph-note:before {
  content: "\e348";
}
.ph.ph-note-blank:before {
  content: "\e34a";
}
.ph.ph-note-pencil:before {
  content: "\e34c";
}
.ph.ph-notebook:before {
  content: "\e34e";
}
.ph.ph-notepad:before {
  content: "\e63e";
}
.ph.ph-notification:before {
  content: "\e6fa";
}
.ph.ph-notion-logo:before {
  content: "\e9a0";
}
.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph.ph-number-circle-eight:before {
  content: "\e352";
}
.ph.ph-number-circle-five:before {
  content: "\e358";
}
.ph.ph-number-circle-four:before {
  content: "\e35e";
}
.ph.ph-number-circle-nine:before {
  content: "\e364";
}
.ph.ph-number-circle-one:before {
  content: "\e36a";
}
.ph.ph-number-circle-seven:before {
  content: "\e370";
}
.ph.ph-number-circle-six:before {
  content: "\e376";
}
.ph.ph-number-circle-three:before {
  content: "\e37c";
}
.ph.ph-number-circle-two:before {
  content: "\e382";
}
.ph.ph-number-circle-zero:before {
  content: "\e388";
}
.ph.ph-number-eight:before {
  content: "\e350";
}
.ph.ph-number-five:before {
  content: "\e356";
}
.ph.ph-number-four:before {
  content: "\e35c";
}
.ph.ph-number-nine:before {
  content: "\e362";
}
.ph.ph-number-one:before {
  content: "\e368";
}
.ph.ph-number-seven:before {
  content: "\e36e";
}
.ph.ph-number-six:before {
  content: "\e374";
}
.ph.ph-number-square-eight:before {
  content: "\e354";
}
.ph.ph-number-square-five:before {
  content: "\e35a";
}
.ph.ph-number-square-four:before {
  content: "\e360";
}
.ph.ph-number-square-nine:before {
  content: "\e366";
}
.ph.ph-number-square-one:before {
  content: "\e36c";
}
.ph.ph-number-square-seven:before {
  content: "\e372";
}
.ph.ph-number-square-six:before {
  content: "\e378";
}
.ph.ph-number-square-three:before {
  content: "\e37e";
}
.ph.ph-number-square-two:before {
  content: "\e384";
}
.ph.ph-number-square-zero:before {
  content: "\e38a";
}
.ph.ph-number-three:before {
  content: "\e37a";
}
.ph.ph-number-two:before {
  content: "\e380";
}
.ph.ph-number-zero:before {
  content: "\e386";
}
.ph.ph-numpad:before {
  content: "\e3c8";
}
.ph.ph-nut:before {
  content: "\e38c";
}
.ph.ph-ny-times-logo:before {
  content: "\e646";
}
.ph.ph-octagon:before {
  content: "\e38e";
}
.ph.ph-office-chair:before {
  content: "\ea46";
}
.ph.ph-onigiri:before {
  content: "\ee2c";
}
.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph.ph-option:before {
  content: "\e8a8";
}
.ph.ph-orange:before {
  content: "\ee40";
}
.ph.ph-orange-slice:before {
  content: "\ed36";
}
.ph.ph-oven:before {
  content: "\ed8c";
}
.ph.ph-package:before {
  content: "\e390";
}
.ph.ph-paint-brush:before {
  content: "\e6f0";
}
.ph.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph.ph-paint-bucket:before {
  content: "\e392";
}
.ph.ph-paint-roller:before {
  content: "\e6f4";
}
.ph.ph-palette:before {
  content: "\e6c8";
}
.ph.ph-panorama:before {
  content: "\eaa2";
}
.ph.ph-pants:before {
  content: "\ec88";
}
.ph.ph-paper-plane:before {
  content: "\e394";
}
.ph.ph-paper-plane-right:before {
  content: "\e396";
}
.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph.ph-paperclip:before {
  content: "\e39a";
}
.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph.ph-parachute:before {
  content: "\ea7c";
}
.ph.ph-paragraph:before {
  content: "\e960";
}
.ph.ph-parallelogram:before {
  content: "\ecc6";
}
.ph.ph-park:before {
  content: "\ecb2";
}
.ph.ph-password:before {
  content: "\e752";
}
.ph.ph-path:before {
  content: "\e39c";
}
.ph.ph-patreon-logo:before {
  content: "\e98a";
}
.ph.ph-pause:before {
  content: "\e39e";
}
.ph.ph-pause-circle:before {
  content: "\e3a0";
}
.ph.ph-paw-print:before {
  content: "\e648";
}
.ph.ph-paypal-logo:before {
  content: "\e98c";
}
.ph.ph-peace:before {
  content: "\e3a2";
}
.ph.ph-pen:before {
  content: "\e3aa";
}
.ph.ph-pen-nib:before {
  content: "\e3ac";
}
.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph.ph-pencil:before {
  content: "\e3ae";
}
.ph.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph.ph-pencil-line:before {
  content: "\e3b2";
}
.ph.ph-pencil-ruler:before {
  content: "\e906";
}
.ph.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph.ph-pentagon:before {
  content: "\ec7e";
}
.ph.ph-pentagram:before {
  content: "\ec5c";
}
.ph.ph-pepper:before {
  content: "\e94a";
}
.ph.ph-percent:before {
  content: "\e3b6";
}
.ph.ph-person:before {
  content: "\e3a8";
}
.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph.ph-person-simple:before {
  content: "\e72e";
}
.ph.ph-person-simple-bike:before {
  content: "\e734";
}
.ph.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph.ph-person-simple-run:before {
  content: "\e730";
}
.ph.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph.ph-person-simple-swim:before {
  content: "\e736";
}
.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph.ph-person-simple-throw:before {
  content: "\e732";
}
.ph.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph.ph-perspective:before {
  content: "\ebe6";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-phone-call:before {
  content: "\e3ba";
}
.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph.ph-phone-incoming:before {
  content: "\e3be";
}
.ph.ph-phone-list:before {
  content: "\e3cc";
}
.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph.ph-phone-pause:before {
  content: "\e3ca";
}
.ph.ph-phone-plus:before {
  content: "\ec56";
}
.ph.ph-phone-slash:before {
  content: "\e3c2";
}
.ph.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph.ph-phone-x:before {
  content: "\e3c4";
}
.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph.ph-pi:before {
  content: "\ec80";
}
.ph.ph-piano-keys:before {
  content: "\e9c8";
}
.ph.ph-picnic-table:before {
  content: "\ee26";
}
.ph.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph.ph-piggy-bank:before {
  content: "\ea04";
}
.ph.ph-pill:before {
  content: "\e700";
}
.ph.ph-ping-pong:before {
  content: "\ea42";
}
.ph.ph-pint-glass:before {
  content: "\edd0";
}
.ph.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph.ph-pinwheel:before {
  content: "\eb9c";
}
.ph.ph-pipe:before {
  content: "\ed86";
}
.ph.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph.ph-pix-logo:before {
  content: "\ecc2";
}
.ph.ph-pizza:before {
  content: "\e796";
}
.ph.ph-placeholder:before {
  content: "\e650";
}
.ph.ph-planet:before {
  content: "\e652";
}
.ph.ph-plant:before {
  content: "\ebae";
}
.ph.ph-play:before {
  content: "\e3d0";
}
.ph.ph-play-circle:before {
  content: "\e3d2";
}
.ph.ph-play-pause:before {
  content: "\e8be";
}
.ph.ph-playlist:before {
  content: "\e6aa";
}
.ph.ph-plug:before {
  content: "\e946";
}
.ph.ph-plug-charging:before {
  content: "\eb5c";
}
.ph.ph-plugs:before {
  content: "\eb56";
}
.ph.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-plus-circle:before {
  content: "\e3d6";
}
.ph.ph-plus-minus:before {
  content: "\e3d8";
}
.ph.ph-plus-square:before {
  content: "\ed4a";
}
.ph.ph-poker-chip:before {
  content: "\e594";
}
.ph.ph-police-car:before {
  content: "\ec4a";
}
.ph.ph-polygon:before {
  content: "\e6d0";
}
.ph.ph-popcorn:before {
  content: "\eb4e";
}
.ph.ph-popsicle:before {
  content: "\ebbe";
}
.ph.ph-potted-plant:before {
  content: "\ec22";
}
.ph.ph-power:before {
  content: "\e3da";
}
.ph.ph-prescription:before {
  content: "\e7a2";
}
.ph.ph-presentation:before {
  content: "\e654";
}
.ph.ph-presentation-chart:before {
  content: "\e656";
}
.ph.ph-printer:before {
  content: "\e3dc";
}
.ph.ph-prohibit:before {
  content: "\e3de";
}
.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph.ph-projector-screen:before {
  content: "\e658";
}
.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph.ph-pulse:before {
  content: "\e000";
}
.ph.ph-activity:before {
  content: "\e000";
}
.ph.ph-push-pin:before {
  content: "\e3e2";
}
.ph.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph.ph-puzzle-piece:before {
  content: "\e596";
}
.ph.ph-qr-code:before {
  content: "\e3e6";
}
.ph.ph-question:before {
  content: "\e3e8";
}
.ph.ph-question-mark:before {
  content: "\e3e9";
}
.ph.ph-queue:before {
  content: "\e6ac";
}
.ph.ph-quotes:before {
  content: "\e660";
}
.ph.ph-rabbit:before {
  content: "\eac2";
}
.ph.ph-racquet:before {
  content: "\ee02";
}
.ph.ph-radical:before {
  content: "\e3ea";
}
.ph.ph-radio:before {
  content: "\e77e";
}
.ph.ph-radio-button:before {
  content: "\eb08";
}
.ph.ph-radioactive:before {
  content: "\e9dc";
}
.ph.ph-rainbow:before {
  content: "\e598";
}
.ph.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph.ph-ranking:before {
  content: "\ed62";
}
.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph.ph-receipt:before {
  content: "\e3ec";
}
.ph.ph-receipt-x:before {
  content: "\ed40";
}
.ph.ph-record:before {
  content: "\e3ee";
}
.ph.ph-rectangle:before {
  content: "\e3f0";
}
.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph.ph-recycle:before {
  content: "\e75a";
}
.ph.ph-reddit-logo:before {
  content: "\e59c";
}
.ph.ph-repeat:before {
  content: "\e3f6";
}
.ph.ph-repeat-once:before {
  content: "\e3f8";
}
.ph.ph-replit-logo:before {
  content: "\eb8a";
}
.ph.ph-resize:before {
  content: "\ed6e";
}
.ph.ph-rewind:before {
  content: "\e6a8";
}
.ph.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph.ph-road-horizon:before {
  content: "\e838";
}
.ph.ph-robot:before {
  content: "\e762";
}
.ph.ph-rocket:before {
  content: "\e3fc";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-rows:before {
  content: "\e5a2";
}
.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph.ph-rss:before {
  content: "\e400";
}
.ph.ph-rss-simple:before {
  content: "\e402";
}
.ph.ph-rug:before {
  content: "\ea1a";
}
.ph.ph-ruler:before {
  content: "\e6b8";
}
.ph.ph-sailboat:before {
  content: "\e78a";
}
.ph.ph-scales:before {
  content: "\e750";
}
.ph.ph-scan:before {
  content: "\ebb6";
}
.ph.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph.ph-scissors:before {
  content: "\eae0";
}
.ph.ph-scooter:before {
  content: "\e820";
}
.ph.ph-screencast:before {
  content: "\e404";
}
.ph.ph-screwdriver:before {
  content: "\e86e";
}
.ph.ph-scribble:before {
  content: "\e806";
}
.ph.ph-scribble-loop:before {
  content: "\e662";
}
.ph.ph-scroll:before {
  content: "\eb7a";
}
.ph.ph-seal:before {
  content: "\e604";
}
.ph.ph-circle-wavy:before {
  content: "\e604";
}
.ph.ph-seal-check:before {
  content: "\e606";
}
.ph.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph.ph-seal-percent:before {
  content: "\e60a";
}
.ph.ph-seal-question:before {
  content: "\e608";
}
.ph.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph.ph-seal-warning:before {
  content: "\e60c";
}
.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph.ph-seat:before {
  content: "\eb8e";
}
.ph.ph-seatbelt:before {
  content: "\edfe";
}
.ph.ph-security-camera:before {
  content: "\eca4";
}
.ph.ph-selection:before {
  content: "\e69a";
}
.ph.ph-selection-all:before {
  content: "\e746";
}
.ph.ph-selection-background:before {
  content: "\eaf8";
}
.ph.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph.ph-selection-inverse:before {
  content: "\e744";
}
.ph.ph-selection-plus:before {
  content: "\e69c";
}
.ph.ph-selection-slash:before {
  content: "\e69e";
}
.ph.ph-shapes:before {
  content: "\ec5e";
}
.ph.ph-share:before {
  content: "\e406";
}
.ph.ph-share-fat:before {
  content: "\ed52";
}
.ph.ph-share-network:before {
  content: "\e408";
}
.ph.ph-shield:before {
  content: "\e40a";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-shield-checkered:before {
  content: "\e708";
}
.ph.ph-shield-chevron:before {
  content: "\e40e";
}
.ph.ph-shield-plus:before {
  content: "\e706";
}
.ph.ph-shield-slash:before {
  content: "\e410";
}
.ph.ph-shield-star:before {
  content: "\ec34";
}
.ph.ph-shield-warning:before {
  content: "\e412";
}
.ph.ph-shipping-container:before {
  content: "\e78c";
}
.ph.ph-shirt-folded:before {
  content: "\ea92";
}
.ph.ph-shooting-star:before {
  content: "\ecfa";
}
.ph.ph-shopping-bag:before {
  content: "\e416";
}
.ph.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph.ph-shopping-cart:before {
  content: "\e41e";
}
.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph.ph-shovel:before {
  content: "\e9e6";
}
.ph.ph-shower:before {
  content: "\e776";
}
.ph.ph-shrimp:before {
  content: "\eab4";
}
.ph.ph-shuffle:before {
  content: "\e422";
}
.ph.ph-shuffle-angular:before {
  content: "\e424";
}
.ph.ph-shuffle-simple:before {
  content: "\e426";
}
.ph.ph-sidebar:before {
  content: "\eab6";
}
.ph.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph.ph-sigma:before {
  content: "\eab8";
}
.ph.ph-sign-in:before {
  content: "\e428";
}
.ph.ph-sign-out:before {
  content: "\e42a";
}
.ph.ph-signature:before {
  content: "\ebac";
}
.ph.ph-signpost:before {
  content: "\e89c";
}
.ph.ph-sim-card:before {
  content: "\e664";
}
.ph.ph-siren:before {
  content: "\e9b8";
}
.ph.ph-sketch-logo:before {
  content: "\e42c";
}
.ph.ph-skip-back:before {
  content: "\e5a4";
}
.ph.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph.ph-skip-forward:before {
  content: "\e5a6";
}
.ph.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph.ph-skull:before {
  content: "\e916";
}
.ph.ph-skype-logo:before {
  content: "\e8dc";
}
.ph.ph-slack-logo:before {
  content: "\e5a8";
}
.ph.ph-sliders:before {
  content: "\e432";
}
.ph.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph.ph-slideshow:before {
  content: "\ed32";
}
.ph.ph-smiley:before {
  content: "\e436";
}
.ph.ph-smiley-angry:before {
  content: "\ec62";
}
.ph.ph-smiley-blank:before {
  content: "\e438";
}
.ph.ph-smiley-meh:before {
  content: "\e43a";
}
.ph.ph-smiley-melting:before {
  content: "\ee56";
}
.ph.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph.ph-smiley-sad:before {
  content: "\e43e";
}
.ph.ph-smiley-sticker:before {
  content: "\e440";
}
.ph.ph-smiley-wink:before {
  content: "\e666";
}
.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph.ph-snapchat-logo:before {
  content: "\e668";
}
.ph.ph-sneaker:before {
  content: "\e80c";
}
.ph.ph-sneaker-move:before {
  content: "\ed60";
}
.ph.ph-snowflake:before {
  content: "\e5aa";
}
.ph.ph-soccer-ball:before {
  content: "\e716";
}
.ph.ph-sock:before {
  content: "\ecce";
}
.ph.ph-solar-panel:before {
  content: "\ed7a";
}
.ph.ph-solar-roof:before {
  content: "\ed7b";
}
.ph.ph-sort-ascending:before {
  content: "\e444";
}
.ph.ph-sort-descending:before {
  content: "\e446";
}
.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph.ph-spade:before {
  content: "\e448";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph.ph-speaker-high:before {
  content: "\e44a";
}
.ph.ph-speaker-low:before {
  content: "\e44c";
}
.ph.ph-speaker-none:before {
  content: "\e44e";
}
.ph.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph.ph-speaker-slash:before {
  content: "\e45a";
}
.ph.ph-speaker-x:before {
  content: "\e45c";
}
.ph.ph-speedometer:before {
  content: "\ee74";
}
.ph.ph-sphere:before {
  content: "\ee66";
}
.ph.ph-spinner:before {
  content: "\e66a";
}
.ph.ph-spinner-ball:before {
  content: "\ee28";
}
.ph.ph-spinner-gap:before {
  content: "\e66c";
}
.ph.ph-spiral:before {
  content: "\e9fa";
}
.ph.ph-split-horizontal:before {
  content: "\e872";
}
.ph.ph-split-vertical:before {
  content: "\e876";
}
.ph.ph-spotify-logo:before {
  content: "\e66e";
}
.ph.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph.ph-square:before {
  content: "\e45e";
}
.ph.ph-square-half:before {
  content: "\e462";
}
.ph.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph.ph-square-logo:before {
  content: "\e690";
}
.ph.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph.ph-square-split-vertical:before {
  content: "\e874";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-stack:before {
  content: "\e466";
}
.ph.ph-stack-minus:before {
  content: "\edf4";
}
.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph.ph-stack-plus:before {
  content: "\edf6";
}
.ph.ph-stack-simple:before {
  content: "\e468";
}
.ph.ph-stairs:before {
  content: "\e8ec";
}
.ph.ph-stamp:before {
  content: "\ea48";
}
.ph.ph-standard-definition:before {
  content: "\ea90";
}
.ph.ph-star:before {
  content: "\e46a";
}
.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph.ph-star-four:before {
  content: "\e6a4";
}
.ph.ph-star-half:before {
  content: "\e70a";
}
.ph.ph-star-of-david:before {
  content: "\e89e";
}
.ph.ph-steam-logo:before {
  content: "\ead4";
}
.ph.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph.ph-steps:before {
  content: "\ecbe";
}
.ph.ph-stethoscope:before {
  content: "\e7ea";
}
.ph.ph-sticker:before {
  content: "\e5ac";
}
.ph.ph-stool:before {
  content: "\ea44";
}
.ph.ph-stop:before {
  content: "\e46c";
}
.ph.ph-stop-circle:before {
  content: "\e46e";
}
.ph.ph-storefront:before {
  content: "\e470";
}
.ph.ph-strategy:before {
  content: "\ea3a";
}
.ph.ph-stripe-logo:before {
  content: "\e698";
}
.ph.ph-student:before {
  content: "\e73e";
}
.ph.ph-subset-of:before {
  content: "\edc0";
}
.ph.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph.ph-subtitles:before {
  content: "\e1a8";
}
.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph.ph-subtract:before {
  content: "\ebd6";
}
.ph.ph-subtract-square:before {
  content: "\ebd4";
}
.ph.ph-subway:before {
  content: "\e498";
}
.ph.ph-suitcase:before {
  content: "\e5ae";
}
.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph.ph-sun:before {
  content: "\e472";
}
.ph.ph-sun-dim:before {
  content: "\e474";
}
.ph.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph.ph-sunglasses:before {
  content: "\e816";
}
.ph.ph-superset-of:before {
  content: "\edb8";
}
.ph.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph.ph-swap:before {
  content: "\e83c";
}
.ph.ph-swatches:before {
  content: "\e5b8";
}
.ph.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph.ph-sword:before {
  content: "\e5ba";
}
.ph.ph-synagogue:before {
  content: "\ecec";
}
.ph.ph-syringe:before {
  content: "\e968";
}
.ph.ph-t-shirt:before {
  content: "\e670";
}
.ph.ph-table:before {
  content: "\e476";
}
.ph.ph-tabs:before {
  content: "\e778";
}
.ph.ph-tag:before {
  content: "\e478";
}
.ph.ph-tag-chevron:before {
  content: "\e672";
}
.ph.ph-tag-simple:before {
  content: "\e47a";
}
.ph.ph-target:before {
  content: "\e47c";
}
.ph.ph-taxi:before {
  content: "\e902";
}
.ph.ph-tea-bag:before {
  content: "\e8e6";
}
.ph.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph.ph-television:before {
  content: "\e754";
}
.ph.ph-television-simple:before {
  content: "\eae6";
}
.ph.ph-tennis-ball:before {
  content: "\e720";
}
.ph.ph-tent:before {
  content: "\e8ba";
}
.ph.ph-terminal:before {
  content: "\e47e";
}
.ph.ph-terminal-window:before {
  content: "\eae8";
}
.ph.ph-test-tube:before {
  content: "\e7a0";
}
.ph.ph-text-a-underline:before {
  content: "\ed34";
}
.ph.ph-text-aa:before {
  content: "\e6ee";
}
.ph.ph-text-align-center:before {
  content: "\e480";
}
.ph.ph-text-align-justify:before {
  content: "\e482";
}
.ph.ph-text-align-left:before {
  content: "\e484";
}
.ph.ph-text-align-right:before {
  content: "\e486";
}
.ph.ph-text-b:before {
  content: "\e5be";
}
.ph.ph-text-bolder:before {
  content: "\e5be";
}
.ph.ph-text-columns:before {
  content: "\ec96";
}
.ph.ph-text-h:before {
  content: "\e6ba";
}
.ph.ph-text-h-five:before {
  content: "\e6c4";
}
.ph.ph-text-h-four:before {
  content: "\e6c2";
}
.ph.ph-text-h-one:before {
  content: "\e6bc";
}
.ph.ph-text-h-six:before {
  content: "\e6c6";
}
.ph.ph-text-h-three:before {
  content: "\e6c0";
}
.ph.ph-text-h-two:before {
  content: "\e6be";
}
.ph.ph-text-indent:before {
  content: "\ea1e";
}
.ph.ph-text-italic:before {
  content: "\e5c0";
}
.ph.ph-text-outdent:before {
  content: "\ea1c";
}
.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph.ph-text-subscript:before {
  content: "\ec98";
}
.ph.ph-text-superscript:before {
  content: "\ec9a";
}
.ph.ph-text-t:before {
  content: "\e48a";
}
.ph.ph-text-t-slash:before {
  content: "\e488";
}
.ph.ph-text-underline:before {
  content: "\e5c4";
}
.ph.ph-textbox:before {
  content: "\eb0a";
}
.ph.ph-thermometer:before {
  content: "\e5c6";
}
.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph.ph-threads-logo:before {
  content: "\ed9e";
}
.ph.ph-three-d:before {
  content: "\ea5a";
}
.ph.ph-thumbs-down:before {
  content: "\e48c";
}
.ph.ph-thumbs-up:before {
  content: "\e48e";
}
.ph.ph-ticket:before {
  content: "\e490";
}
.ph.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph.ph-tilde:before {
  content: "\eda8";
}
.ph.ph-timer:before {
  content: "\e492";
}
.ph.ph-tip-jar:before {
  content: "\e7e2";
}
.ph.ph-tipi:before {
  content: "\ed30";
}
.ph.ph-tire:before {
  content: "\edd2";
}
.ph.ph-toggle-left:before {
  content: "\e674";
}
.ph.ph-toggle-right:before {
  content: "\e676";
}
.ph.ph-toilet:before {
  content: "\e79a";
}
.ph.ph-toilet-paper:before {
  content: "\e79c";
}
.ph.ph-toolbox:before {
  content: "\eca0";
}
.ph.ph-tooth:before {
  content: "\e9cc";
}
.ph.ph-tornado:before {
  content: "\e88c";
}
.ph.ph-tote:before {
  content: "\e494";
}
.ph.ph-tote-simple:before {
  content: "\e678";
}
.ph.ph-towel:before {
  content: "\ede6";
}
.ph.ph-tractor:before {
  content: "\ec6e";
}
.ph.ph-trademark:before {
  content: "\e9f0";
}
.ph.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph.ph-traffic-sign:before {
  content: "\e67a";
}
.ph.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph.ph-train:before {
  content: "\e496";
}
.ph.ph-train-regional:before {
  content: "\e49e";
}
.ph.ph-train-simple:before {
  content: "\e4a0";
}
.ph.ph-tram:before {
  content: "\e9ec";
}
.ph.ph-translate:before {
  content: "\e4a2";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-trash-simple:before {
  content: "\e4a8";
}
.ph.ph-tray:before {
  content: "\e4aa";
}
.ph.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph.ph-archive-tray:before {
  content: "\e010";
}
.ph.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph.ph-treasure-chest:before {
  content: "\ede2";
}
.ph.ph-tree:before {
  content: "\e6da";
}
.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph.ph-tree-palm:before {
  content: "\e91a";
}
.ph.ph-tree-structure:before {
  content: "\e67c";
}
.ph.ph-tree-view:before {
  content: "\ee48";
}
.ph.ph-trend-down:before {
  content: "\e4ac";
}
.ph.ph-trend-up:before {
  content: "\e4ae";
}
.ph.ph-triangle:before {
  content: "\e4b0";
}
.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph.ph-trolley:before {
  content: "\e5b2";
}
.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph.ph-trophy:before {
  content: "\e67e";
}
.ph.ph-truck:before {
  content: "\e4b4";
}
.ph.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph.ph-umbrella:before {
  content: "\e684";
}
.ph.ph-umbrella-simple:before {
  content: "\e686";
}
.ph.ph-union:before {
  content: "\edbe";
}
.ph.ph-unite:before {
  content: "\e87e";
}
.ph.ph-unite-square:before {
  content: "\e878";
}
.ph.ph-upload:before {
  content: "\e4be";
}
.ph.ph-upload-simple:before {
  content: "\e4c0";
}
.ph.ph-usb:before {
  content: "\e956";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-user-check:before {
  content: "\eafa";
}
.ph.ph-user-circle:before {
  content: "\e4c4";
}
.ph.ph-user-circle-check:before {
  content: "\ec38";
}
.ph.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph.ph-user-focus:before {
  content: "\e6fc";
}
.ph.ph-user-gear:before {
  content: "\e4cc";
}
.ph.ph-user-list:before {
  content: "\e73c";
}
.ph.ph-user-minus:before {
  content: "\e4ce";
}
.ph.ph-user-plus:before {
  content: "\e4d0";
}
.ph.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph.ph-user-sound:before {
  content: "\eca8";
}
.ph.ph-user-square:before {
  content: "\e4d4";
}
.ph.ph-user-switch:before {
  content: "\e756";
}
.ph.ph-users:before {
  content: "\e4d6";
}
.ph.ph-users-four:before {
  content: "\e68c";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-van:before {
  content: "\e826";
}
.ph.ph-vault:before {
  content: "\e76e";
}
.ph.ph-vector-three:before {
  content: "\ee62";
}
.ph.ph-vector-two:before {
  content: "\ee64";
}
.ph.ph-vibrate:before {
  content: "\e4d8";
}
.ph.ph-video:before {
  content: "\e740";
}
.ph.ph-video-camera:before {
  content: "\e4da";
}
.ph.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph.ph-video-conference:before {
  content: "\edce";
}
.ph.ph-vignette:before {
  content: "\eba2";
}
.ph.ph-vinyl-record:before {
  content: "\ecac";
}
.ph.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph.ph-virus:before {
  content: "\e7d6";
}
.ph.ph-visor:before {
  content: "\ee2a";
}
.ph.ph-voicemail:before {
  content: "\e4de";
}
.ph.ph-volleyball:before {
  content: "\e726";
}
.ph.ph-wall:before {
  content: "\e688";
}
.ph.ph-wallet:before {
  content: "\e68a";
}
.ph.ph-warehouse:before {
  content: "\ecd4";
}
.ph.ph-warning:before {
  content: "\e4e0";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph.ph-washing-machine:before {
  content: "\ede8";
}
.ph.ph-watch:before {
  content: "\e4e6";
}
.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph.ph-wave-sine:before {
  content: "\ea9a";
}
.ph.ph-wave-square:before {
  content: "\ea9e";
}
.ph.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph.ph-waveform:before {
  content: "\e802";
}
.ph.ph-waveform-slash:before {
  content: "\e800";
}
.ph.ph-waves:before {
  content: "\e6de";
}
.ph.ph-webcam:before {
  content: "\e9b2";
}
.ph.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph.ph-wheelchair:before {
  content: "\e4e8";
}
.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph.ph-wifi-high:before {
  content: "\e4ea";
}
.ph.ph-wifi-low:before {
  content: "\e4ec";
}
.ph.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph.ph-wifi-none:before {
  content: "\e4f0";
}
.ph.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph.ph-wifi-x:before {
  content: "\e4f4";
}
.ph.ph-wind:before {
  content: "\e5d2";
}
.ph.ph-windmill:before {
  content: "\e9f8";
}
.ph.ph-windows-logo:before {
  content: "\e692";
}
.ph.ph-wine:before {
  content: "\e6b2";
}
.ph.ph-wrench:before {
  content: "\e5d4";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}
.ph.ph-x-logo:before {
  content: "\e4bc";
}
.ph.ph-x-square:before {
  content: "\e4fa";
}
.ph.ph-yarn:before {
  content: "\ed9a";
}
.ph.ph-yin-yang:before {
  content: "\e92a";
}
.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

/* node_modules/@phosphor-icons/web/src/bold/style.css */
@font-face {
  font-family: "Phosphor-Bold";
  src:
    url("./media/Phosphor-Bold.woff2") format("woff2"),
    url("./media/Phosphor-Bold.woff") format("woff"),
    url("./media/Phosphor-Bold.ttf") format("truetype"),
    url("./media/Phosphor-Bold.svg#Phosphor-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-bold {
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-bold.ph-acorn:before {
  content: "\eb9a";
}
.ph-bold.ph-address-book:before {
  content: "\e6f8";
}
.ph-bold.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph-bold.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph-bold.ph-airplane:before {
  content: "\e002";
}
.ph-bold.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph-bold.ph-airplane-landing:before {
  content: "\e502";
}
.ph-bold.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph-bold.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph-bold.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph-bold.ph-airplay:before {
  content: "\e004";
}
.ph-bold.ph-alarm:before {
  content: "\e006";
}
.ph-bold.ph-alien:before {
  content: "\e8a6";
}
.ph-bold.ph-align-bottom:before {
  content: "\e506";
}
.ph-bold.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph-bold.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph-bold.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph-bold.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph-bold.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph-bold.ph-align-left:before {
  content: "\e50e";
}
.ph-bold.ph-align-left-simple:before {
  content: "\eaee";
}
.ph-bold.ph-align-right:before {
  content: "\e510";
}
.ph-bold.ph-align-right-simple:before {
  content: "\eb12";
}
.ph-bold.ph-align-top:before {
  content: "\e512";
}
.ph-bold.ph-align-top-simple:before {
  content: "\eb14";
}
.ph-bold.ph-amazon-logo:before {
  content: "\e96c";
}
.ph-bold.ph-ambulance:before {
  content: "\e572";
}
.ph-bold.ph-anchor:before {
  content: "\e514";
}
.ph-bold.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph-bold.ph-android-logo:before {
  content: "\e008";
}
.ph-bold.ph-angle:before {
  content: "\e7bc";
}
.ph-bold.ph-angular-logo:before {
  content: "\eb80";
}
.ph-bold.ph-aperture:before {
  content: "\e00a";
}
.ph-bold.ph-app-store-logo:before {
  content: "\e974";
}
.ph-bold.ph-app-window:before {
  content: "\e5da";
}
.ph-bold.ph-apple-logo:before {
  content: "\e516";
}
.ph-bold.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph-bold.ph-approximate-equals:before {
  content: "\edaa";
}
.ph-bold.ph-archive:before {
  content: "\e00c";
}
.ph-bold.ph-armchair:before {
  content: "\e012";
}
.ph-bold.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph-bold.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph-bold.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph-bold.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph-bold.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph-bold.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph-bold.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph-bold.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph-bold.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph-bold.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph-bold.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph-bold.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph-bold.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph-bold.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph-bold.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph-bold.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-bold.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph-bold.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph-bold.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph-bold.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph-bold.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph-bold.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph-bold.ph-arrow-down:before {
  content: "\e03e";
}
.ph-bold.ph-arrow-down-left:before {
  content: "\e040";
}
.ph-bold.ph-arrow-down-right:before {
  content: "\e042";
}
.ph-bold.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph-bold.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph-bold.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph-bold.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph-bold.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph-bold.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph-bold.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph-bold.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph-bold.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph-bold.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph-bold.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph-bold.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph-bold.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph-bold.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph-bold.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph-bold.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph-bold.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph-bold.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph-bold.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph-bold.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph-bold.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph-bold.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph-bold.ph-arrow-left:before {
  content: "\e058";
}
.ph-bold.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph-bold.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph-bold.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph-bold.ph-arrow-line-left:before {
  content: "\e062";
}
.ph-bold.ph-arrow-line-right:before {
  content: "\e064";
}
.ph-bold.ph-arrow-line-up:before {
  content: "\e066";
}
.ph-bold.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph-bold.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph-bold.ph-arrow-right:before {
  content: "\e06c";
}
.ph-bold.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph-bold.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph-bold.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph-bold.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph-bold.ph-arrow-square-left:before {
  content: "\e074";
}
.ph-bold.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph-bold.ph-arrow-square-right:before {
  content: "\e076";
}
.ph-bold.ph-arrow-square-up:before {
  content: "\e078";
}
.ph-bold.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph-bold.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph-bold.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph-bold.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph-bold.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph-bold.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph-bold.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph-bold.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph-bold.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph-bold.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph-bold.ph-arrow-up:before {
  content: "\e08e";
}
.ph-bold.ph-arrow-up-left:before {
  content: "\e090";
}
.ph-bold.ph-arrow-up-right:before {
  content: "\e092";
}
.ph-bold.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph-bold.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph-bold.ph-arrows-down-up:before {
  content: "\e098";
}
.ph-bold.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph-bold.ph-arrows-in:before {
  content: "\e09a";
}
.ph-bold.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph-bold.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph-bold.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph-bold.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph-bold.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph-bold.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph-bold.ph-arrows-out:before {
  content: "\e0a2";
}
.ph-bold.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph-bold.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph-bold.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph-bold.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph-bold.ph-arrows-split:before {
  content: "\ed3c";
}
.ph-bold.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph-bold.ph-article:before {
  content: "\e0a8";
}
.ph-bold.ph-article-medium:before {
  content: "\e5e0";
}
.ph-bold.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph-bold.ph-asclepius:before {
  content: "\ee34";
}
.ph-bold.ph-caduceus:before {
  content: "\ee34";
}
.ph-bold.ph-asterisk:before {
  content: "\e0aa";
}
.ph-bold.ph-asterisk-simple:before {
  content: "\e832";
}
.ph-bold.ph-at:before {
  content: "\e0ac";
}
.ph-bold.ph-atom:before {
  content: "\e5e4";
}
.ph-bold.ph-avocado:before {
  content: "\ee04";
}
.ph-bold.ph-axe:before {
  content: "\e9fc";
}
.ph-bold.ph-baby:before {
  content: "\e774";
}
.ph-bold.ph-baby-carriage:before {
  content: "\e818";
}
.ph-bold.ph-backpack:before {
  content: "\e922";
}
.ph-bold.ph-backspace:before {
  content: "\e0ae";
}
.ph-bold.ph-bag:before {
  content: "\e0b0";
}
.ph-bold.ph-bag-simple:before {
  content: "\e5e6";
}
.ph-bold.ph-balloon:before {
  content: "\e76c";
}
.ph-bold.ph-bandaids:before {
  content: "\e0b2";
}
.ph-bold.ph-bank:before {
  content: "\e0b4";
}
.ph-bold.ph-barbell:before {
  content: "\e0b6";
}
.ph-bold.ph-barcode:before {
  content: "\e0b8";
}
.ph-bold.ph-barn:before {
  content: "\ec72";
}
.ph-bold.ph-barricade:before {
  content: "\e948";
}
.ph-bold.ph-baseball:before {
  content: "\e71a";
}
.ph-bold.ph-baseball-cap:before {
  content: "\ea28";
}
.ph-bold.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph-bold.ph-basket:before {
  content: "\e964";
}
.ph-bold.ph-basketball:before {
  content: "\e724";
}
.ph-bold.ph-bathtub:before {
  content: "\e81e";
}
.ph-bold.ph-battery-charging:before {
  content: "\e0ba";
}
.ph-bold.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph-bold.ph-battery-empty:before {
  content: "\e0be";
}
.ph-bold.ph-battery-full:before {
  content: "\e0c0";
}
.ph-bold.ph-battery-high:before {
  content: "\e0c2";
}
.ph-bold.ph-battery-low:before {
  content: "\e0c4";
}
.ph-bold.ph-battery-medium:before {
  content: "\e0c6";
}
.ph-bold.ph-battery-plus:before {
  content: "\e808";
}
.ph-bold.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph-bold.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph-bold.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph-bold.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph-bold.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph-bold.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph-bold.ph-battery-warning:before {
  content: "\e0c8";
}
.ph-bold.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph-bold.ph-beach-ball:before {
  content: "\ed24";
}
.ph-bold.ph-beanie:before {
  content: "\ea2a";
}
.ph-bold.ph-bed:before {
  content: "\e0cc";
}
.ph-bold.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph-bold.ph-beer-stein:before {
  content: "\eb62";
}
.ph-bold.ph-behance-logo:before {
  content: "\e7f4";
}
.ph-bold.ph-bell:before {
  content: "\e0ce";
}
.ph-bold.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph-bold.ph-bell-simple:before {
  content: "\e0d0";
}
.ph-bold.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph-bold.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph-bold.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph-bold.ph-bell-slash:before {
  content: "\e0d4";
}
.ph-bold.ph-bell-z:before {
  content: "\e5ee";
}
.ph-bold.ph-belt:before {
  content: "\ea2c";
}
.ph-bold.ph-bezier-curve:before {
  content: "\eb00";
}
.ph-bold.ph-bicycle:before {
  content: "\e0d6";
}
.ph-bold.ph-binary:before {
  content: "\ee60";
}
.ph-bold.ph-binoculars:before {
  content: "\ea64";
}
.ph-bold.ph-biohazard:before {
  content: "\e9e0";
}
.ph-bold.ph-bird:before {
  content: "\e72c";
}
.ph-bold.ph-blueprint:before {
  content: "\eda0";
}
.ph-bold.ph-bluetooth:before {
  content: "\e0da";
}
.ph-bold.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph-bold.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph-bold.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph-bold.ph-boat:before {
  content: "\e786";
}
.ph-bold.ph-bomb:before {
  content: "\ee0a";
}
.ph-bold.ph-bone:before {
  content: "\e7f2";
}
.ph-bold.ph-book:before {
  content: "\e0e2";
}
.ph-bold.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph-bold.ph-book-open:before {
  content: "\e0e6";
}
.ph-bold.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-bold.ph-book-open-user:before {
  content: "\ede0";
}
.ph-bold.ph-bookmark:before {
  content: "\e0e8";
}
.ph-bold.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-bold.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-bold.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph-bold.ph-books:before {
  content: "\e758";
}
.ph-bold.ph-boot:before {
  content: "\ecca";
}
.ph-bold.ph-boules:before {
  content: "\e722";
}
.ph-bold.ph-bounding-box:before {
  content: "\e6ce";
}
.ph-bold.ph-bowl-food:before {
  content: "\eaa4";
}
.ph-bold.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph-bold.ph-bowling-ball:before {
  content: "\ea34";
}
.ph-bold.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph-bold.ph-archive-box:before {
  content: "\e00e";
}
.ph-bold.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph-bold.ph-boxing-glove:before {
  content: "\ea36";
}
.ph-bold.ph-brackets-angle:before {
  content: "\e862";
}
.ph-bold.ph-brackets-curly:before {
  content: "\e860";
}
.ph-bold.ph-brackets-round:before {
  content: "\e864";
}
.ph-bold.ph-brackets-square:before {
  content: "\e85e";
}
.ph-bold.ph-brain:before {
  content: "\e74e";
}
.ph-bold.ph-brandy:before {
  content: "\e6b4";
}
.ph-bold.ph-bread:before {
  content: "\e81c";
}
.ph-bold.ph-bridge:before {
  content: "\ea68";
}
.ph-bold.ph-briefcase:before {
  content: "\e0ee";
}
.ph-bold.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph-bold.ph-broadcast:before {
  content: "\e0f2";
}
.ph-bold.ph-broom:before {
  content: "\ec54";
}
.ph-bold.ph-browser:before {
  content: "\e0f4";
}
.ph-bold.ph-browsers:before {
  content: "\e0f6";
}
.ph-bold.ph-bug:before {
  content: "\e5f4";
}
.ph-bold.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph-bold.ph-bug-droid:before {
  content: "\e5f8";
}
.ph-bold.ph-building:before {
  content: "\e100";
}
.ph-bold.ph-building-apartment:before {
  content: "\e0fe";
}
.ph-bold.ph-building-office:before {
  content: "\e0ff";
}
.ph-bold.ph-buildings:before {
  content: "\e102";
}
.ph-bold.ph-bulldozer:before {
  content: "\ec6c";
}
.ph-bold.ph-bus:before {
  content: "\e106";
}
.ph-bold.ph-butterfly:before {
  content: "\ea6e";
}
.ph-bold.ph-cable-car:before {
  content: "\e49c";
}
.ph-bold.ph-cactus:before {
  content: "\e918";
}
.ph-bold.ph-cake:before {
  content: "\e780";
}
.ph-bold.ph-calculator:before {
  content: "\e538";
}
.ph-bold.ph-calendar:before {
  content: "\e108";
}
.ph-bold.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-bold.ph-calendar-check:before {
  content: "\e712";
}
.ph-bold.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph-bold.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph-bold.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph-bold.ph-calendar-minus:before {
  content: "\ea14";
}
.ph-bold.ph-calendar-plus:before {
  content: "\e714";
}
.ph-bold.ph-calendar-slash:before {
  content: "\ea12";
}
.ph-bold.ph-calendar-star:before {
  content: "\e8b2";
}
.ph-bold.ph-calendar-x:before {
  content: "\e10c";
}
.ph-bold.ph-call-bell:before {
  content: "\e7de";
}
.ph-bold.ph-camera:before {
  content: "\e10e";
}
.ph-bold.ph-camera-plus:before {
  content: "\ec58";
}
.ph-bold.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph-bold.ph-camera-slash:before {
  content: "\e110";
}
.ph-bold.ph-campfire:before {
  content: "\e9d8";
}
.ph-bold.ph-car:before {
  content: "\e112";
}
.ph-bold.ph-car-battery:before {
  content: "\ee30";
}
.ph-bold.ph-car-profile:before {
  content: "\e8cc";
}
.ph-bold.ph-car-simple:before {
  content: "\e114";
}
.ph-bold.ph-cardholder:before {
  content: "\e5fa";
}
.ph-bold.ph-cards:before {
  content: "\e0f8";
}
.ph-bold.ph-cards-three:before {
  content: "\ee50";
}
.ph-bold.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph-bold.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph-bold.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph-bold.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph-bold.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph-bold.ph-caret-circle-left:before {
  content: "\e120";
}
.ph-bold.ph-caret-circle-right:before {
  content: "\e122";
}
.ph-bold.ph-caret-circle-up:before {
  content: "\e124";
}
.ph-bold.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph-bold.ph-caret-double-down:before {
  content: "\e126";
}
.ph-bold.ph-caret-double-left:before {
  content: "\e128";
}
.ph-bold.ph-caret-double-right:before {
  content: "\e12a";
}
.ph-bold.ph-caret-double-up:before {
  content: "\e12c";
}
.ph-bold.ph-caret-down:before {
  content: "\e136";
}
.ph-bold.ph-caret-left:before {
  content: "\e138";
}
.ph-bold.ph-caret-line-down:before {
  content: "\e134";
}
.ph-bold.ph-caret-line-left:before {
  content: "\e132";
}
.ph-bold.ph-caret-line-right:before {
  content: "\e130";
}
.ph-bold.ph-caret-line-up:before {
  content: "\e12e";
}
.ph-bold.ph-caret-right:before {
  content: "\e13a";
}
.ph-bold.ph-caret-up:before {
  content: "\e13c";
}
.ph-bold.ph-caret-up-down:before {
  content: "\e140";
}
.ph-bold.ph-carrot:before {
  content: "\ed38";
}
.ph-bold.ph-cash-register:before {
  content: "\ed80";
}
.ph-bold.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph-bold.ph-castle-turret:before {
  content: "\e9d0";
}
.ph-bold.ph-cat:before {
  content: "\e748";
}
.ph-bold.ph-cell-signal-full:before {
  content: "\e142";
}
.ph-bold.ph-cell-signal-high:before {
  content: "\e144";
}
.ph-bold.ph-cell-signal-low:before {
  content: "\e146";
}
.ph-bold.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph-bold.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph-bold.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph-bold.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph-bold.ph-cell-tower:before {
  content: "\ebaa";
}
.ph-bold.ph-certificate:before {
  content: "\e766";
}
.ph-bold.ph-chair:before {
  content: "\e950";
}
.ph-bold.ph-chalkboard:before {
  content: "\e5fc";
}
.ph-bold.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph-bold.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-bold.ph-champagne:before {
  content: "\eaca";
}
.ph-bold.ph-charging-station:before {
  content: "\e8d0";
}
.ph-bold.ph-chart-bar:before {
  content: "\e150";
}
.ph-bold.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph-bold.ph-chart-donut:before {
  content: "\eaa6";
}
.ph-bold.ph-chart-line:before {
  content: "\e154";
}
.ph-bold.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph-bold.ph-chart-line-up:before {
  content: "\e156";
}
.ph-bold.ph-chart-pie:before {
  content: "\e158";
}
.ph-bold.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-bold.ph-chart-polar:before {
  content: "\eaa8";
}
.ph-bold.ph-chart-scatter:before {
  content: "\eaac";
}
.ph-bold.ph-chat:before {
  content: "\e15c";
}
.ph-bold.ph-chat-centered:before {
  content: "\e160";
}
.ph-bold.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph-bold.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph-bold.ph-chat-centered-text:before {
  content: "\e166";
}
.ph-bold.ph-chat-circle:before {
  content: "\e168";
}
.ph-bold.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph-bold.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph-bold.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph-bold.ph-chat-dots:before {
  content: "\e170";
}
.ph-bold.ph-chat-slash:before {
  content: "\e15e";
}
.ph-bold.ph-chat-teardrop:before {
  content: "\e172";
}
.ph-bold.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph-bold.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph-bold.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph-bold.ph-chat-text:before {
  content: "\e17a";
}
.ph-bold.ph-chats:before {
  content: "\e17c";
}
.ph-bold.ph-chats-circle:before {
  content: "\e17e";
}
.ph-bold.ph-chats-teardrop:before {
  content: "\e180";
}
.ph-bold.ph-check:before {
  content: "\e182";
}
.ph-bold.ph-check-circle:before {
  content: "\e184";
}
.ph-bold.ph-check-fat:before {
  content: "\eba6";
}
.ph-bold.ph-check-square:before {
  content: "\e186";
}
.ph-bold.ph-check-square-offset:before {
  content: "\e188";
}
.ph-bold.ph-checkerboard:before {
  content: "\e8c4";
}
.ph-bold.ph-checks:before {
  content: "\e53a";
}
.ph-bold.ph-cheers:before {
  content: "\ea4a";
}
.ph-bold.ph-cheese:before {
  content: "\e9fe";
}
.ph-bold.ph-chef-hat:before {
  content: "\ed8e";
}
.ph-bold.ph-cherries:before {
  content: "\e830";
}
.ph-bold.ph-church:before {
  content: "\ecea";
}
.ph-bold.ph-cigarette:before {
  content: "\ed90";
}
.ph-bold.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-bold.ph-circle:before {
  content: "\e18a";
}
.ph-bold.ph-circle-dashed:before {
  content: "\e602";
}
.ph-bold.ph-circle-half:before {
  content: "\e18c";
}
.ph-bold.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph-bold.ph-circle-notch:before {
  content: "\eb44";
}
.ph-bold.ph-circles-four:before {
  content: "\e190";
}
.ph-bold.ph-circles-three:before {
  content: "\e192";
}
.ph-bold.ph-circles-three-plus:before {
  content: "\e194";
}
.ph-bold.ph-circuitry:before {
  content: "\e9c2";
}
.ph-bold.ph-city:before {
  content: "\ea6a";
}
.ph-bold.ph-clipboard:before {
  content: "\e196";
}
.ph-bold.ph-clipboard-text:before {
  content: "\e198";
}
.ph-bold.ph-clock:before {
  content: "\e19a";
}
.ph-bold.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph-bold.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph-bold.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph-bold.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph-bold.ph-clock-user:before {
  content: "\edec";
}
.ph-bold.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph-bold.ph-cloud:before {
  content: "\e1aa";
}
.ph-bold.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph-bold.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph-bold.ph-cloud-check:before {
  content: "\e1b0";
}
.ph-bold.ph-cloud-fog:before {
  content: "\e53c";
}
.ph-bold.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph-bold.ph-cloud-moon:before {
  content: "\e53e";
}
.ph-bold.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph-bold.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph-bold.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph-bold.ph-cloud-sun:before {
  content: "\e540";
}
.ph-bold.ph-cloud-warning:before {
  content: "\ea98";
}
.ph-bold.ph-cloud-x:before {
  content: "\ea96";
}
.ph-bold.ph-clover:before {
  content: "\edc8";
}
.ph-bold.ph-club:before {
  content: "\e1ba";
}
.ph-bold.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph-bold.ph-coda-logo:before {
  content: "\e7ce";
}
.ph-bold.ph-code:before {
  content: "\e1bc";
}
.ph-bold.ph-code-block:before {
  content: "\eafe";
}
.ph-bold.ph-code-simple:before {
  content: "\e1be";
}
.ph-bold.ph-codepen-logo:before {
  content: "\e978";
}
.ph-bold.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph-bold.ph-coffee:before {
  content: "\e1c2";
}
.ph-bold.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph-bold.ph-coin:before {
  content: "\e60e";
}
.ph-bold.ph-coin-vertical:before {
  content: "\eb48";
}
.ph-bold.ph-coins:before {
  content: "\e78e";
}
.ph-bold.ph-columns:before {
  content: "\e546";
}
.ph-bold.ph-columns-plus-left:before {
  content: "\e544";
}
.ph-bold.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-bold.ph-command:before {
  content: "\e1c4";
}
.ph-bold.ph-compass:before {
  content: "\e1c8";
}
.ph-bold.ph-compass-rose:before {
  content: "\e1c6";
}
.ph-bold.ph-compass-tool:before {
  content: "\ea0e";
}
.ph-bold.ph-computer-tower:before {
  content: "\e548";
}
.ph-bold.ph-confetti:before {
  content: "\e81a";
}
.ph-bold.ph-contactless-payment:before {
  content: "\ed42";
}
.ph-bold.ph-control:before {
  content: "\eca6";
}
.ph-bold.ph-cookie:before {
  content: "\e6ca";
}
.ph-bold.ph-cooking-pot:before {
  content: "\e764";
}
.ph-bold.ph-copy:before {
  content: "\e1ca";
}
.ph-bold.ph-copy-simple:before {
  content: "\e1cc";
}
.ph-bold.ph-copyleft:before {
  content: "\e86a";
}
.ph-bold.ph-copyright:before {
  content: "\e54a";
}
.ph-bold.ph-corners-in:before {
  content: "\e1ce";
}
.ph-bold.ph-corners-out:before {
  content: "\e1d0";
}
.ph-bold.ph-couch:before {
  content: "\e7f6";
}
.ph-bold.ph-court-basketball:before {
  content: "\ee36";
}
.ph-bold.ph-cow:before {
  content: "\eabe";
}
.ph-bold.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph-bold.ph-cpu:before {
  content: "\e610";
}
.ph-bold.ph-crane:before {
  content: "\ed48";
}
.ph-bold.ph-crane-tower:before {
  content: "\ed49";
}
.ph-bold.ph-credit-card:before {
  content: "\e1d2";
}
.ph-bold.ph-cricket:before {
  content: "\ee12";
}
.ph-bold.ph-crop:before {
  content: "\e1d4";
}
.ph-bold.ph-cross:before {
  content: "\e8a0";
}
.ph-bold.ph-crosshair:before {
  content: "\e1d6";
}
.ph-bold.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph-bold.ph-crown:before {
  content: "\e614";
}
.ph-bold.ph-crown-cross:before {
  content: "\ee5e";
}
.ph-bold.ph-crown-simple:before {
  content: "\e616";
}
.ph-bold.ph-cube:before {
  content: "\e1da";
}
.ph-bold.ph-cube-focus:before {
  content: "\ed0a";
}
.ph-bold.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-bold.ph-currency-btc:before {
  content: "\e618";
}
.ph-bold.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-bold.ph-currency-cny:before {
  content: "\e54e";
}
.ph-bold.ph-currency-dollar:before {
  content: "\e550";
}
.ph-bold.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph-bold.ph-currency-eth:before {
  content: "\eada";
}
.ph-bold.ph-currency-eur:before {
  content: "\e554";
}
.ph-bold.ph-currency-gbp:before {
  content: "\e556";
}
.ph-bold.ph-currency-inr:before {
  content: "\e558";
}
.ph-bold.ph-currency-jpy:before {
  content: "\e55a";
}
.ph-bold.ph-currency-krw:before {
  content: "\e55c";
}
.ph-bold.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph-bold.ph-currency-ngn:before {
  content: "\eb52";
}
.ph-bold.ph-currency-rub:before {
  content: "\e55e";
}
.ph-bold.ph-cursor:before {
  content: "\e1dc";
}
.ph-bold.ph-cursor-click:before {
  content: "\e7c8";
}
.ph-bold.ph-cursor-text:before {
  content: "\e7d8";
}
.ph-bold.ph-cylinder:before {
  content: "\e8fc";
}
.ph-bold.ph-database:before {
  content: "\e1de";
}
.ph-bold.ph-desk:before {
  content: "\ed16";
}
.ph-bold.ph-desktop:before {
  content: "\e560";
}
.ph-bold.ph-desktop-tower:before {
  content: "\e562";
}
.ph-bold.ph-detective:before {
  content: "\e83e";
}
.ph-bold.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph-bold.ph-device-mobile:before {
  content: "\e1e0";
}
.ph-bold.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph-bold.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph-bold.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph-bold.ph-device-rotate:before {
  content: "\edf2";
}
.ph-bold.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-bold.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph-bold.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph-bold.ph-devices:before {
  content: "\eba4";
}
.ph-bold.ph-diamond:before {
  content: "\e1ec";
}
.ph-bold.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph-bold.ph-dice-five:before {
  content: "\e1ee";
}
.ph-bold.ph-dice-four:before {
  content: "\e1f0";
}
.ph-bold.ph-dice-one:before {
  content: "\e1f2";
}
.ph-bold.ph-dice-six:before {
  content: "\e1f4";
}
.ph-bold.ph-dice-three:before {
  content: "\e1f6";
}
.ph-bold.ph-dice-two:before {
  content: "\e1f8";
}
.ph-bold.ph-disc:before {
  content: "\e564";
}
.ph-bold.ph-disco-ball:before {
  content: "\ed98";
}
.ph-bold.ph-discord-logo:before {
  content: "\e61a";
}
.ph-bold.ph-divide:before {
  content: "\e1fa";
}
.ph-bold.ph-dna:before {
  content: "\e924";
}
.ph-bold.ph-dog:before {
  content: "\e74a";
}
.ph-bold.ph-door:before {
  content: "\e61c";
}
.ph-bold.ph-door-open:before {
  content: "\e7e6";
}
.ph-bold.ph-dot:before {
  content: "\ecde";
}
.ph-bold.ph-dot-outline:before {
  content: "\ece0";
}
.ph-bold.ph-dots-nine:before {
  content: "\e1fc";
}
.ph-bold.ph-dots-six:before {
  content: "\e794";
}
.ph-bold.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph-bold.ph-dots-three:before {
  content: "\e1fe";
}
.ph-bold.ph-dots-three-circle:before {
  content: "\e200";
}
.ph-bold.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph-bold.ph-dots-three-outline:before {
  content: "\e204";
}
.ph-bold.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-bold.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph-bold.ph-download:before {
  content: "\e20a";
}
.ph-bold.ph-download-simple:before {
  content: "\e20c";
}
.ph-bold.ph-dress:before {
  content: "\ea7e";
}
.ph-bold.ph-dresser:before {
  content: "\e94e";
}
.ph-bold.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph-bold.ph-drone:before {
  content: "\ed74";
}
.ph-bold.ph-drop:before {
  content: "\e210";
}
.ph-bold.ph-drop-half:before {
  content: "\e566";
}
.ph-bold.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph-bold.ph-drop-simple:before {
  content: "\ee32";
}
.ph-bold.ph-drop-slash:before {
  content: "\e954";
}
.ph-bold.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph-bold.ph-ear:before {
  content: "\e70c";
}
.ph-bold.ph-ear-slash:before {
  content: "\e70e";
}
.ph-bold.ph-egg:before {
  content: "\e812";
}
.ph-bold.ph-egg-crack:before {
  content: "\eb64";
}
.ph-bold.ph-eject:before {
  content: "\e212";
}
.ph-bold.ph-eject-simple:before {
  content: "\e6ae";
}
.ph-bold.ph-elevator:before {
  content: "\ecc0";
}
.ph-bold.ph-empty:before {
  content: "\edbc";
}
.ph-bold.ph-engine:before {
  content: "\ea80";
}
.ph-bold.ph-envelope:before {
  content: "\e214";
}
.ph-bold.ph-envelope-open:before {
  content: "\e216";
}
.ph-bold.ph-envelope-simple:before {
  content: "\e218";
}
.ph-bold.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph-bold.ph-equalizer:before {
  content: "\ebbc";
}
.ph-bold.ph-equals:before {
  content: "\e21c";
}
.ph-bold.ph-eraser:before {
  content: "\e21e";
}
.ph-bold.ph-escalator-down:before {
  content: "\ecba";
}
.ph-bold.ph-escalator-up:before {
  content: "\ecbc";
}
.ph-bold.ph-exam:before {
  content: "\e742";
}
.ph-bold.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph-bold.ph-exclude:before {
  content: "\e882";
}
.ph-bold.ph-exclude-square:before {
  content: "\e880";
}
.ph-bold.ph-export:before {
  content: "\eaf0";
}
.ph-bold.ph-eye:before {
  content: "\e220";
}
.ph-bold.ph-eye-closed:before {
  content: "\e222";
}
.ph-bold.ph-eye-slash:before {
  content: "\e224";
}
.ph-bold.ph-eyedropper:before {
  content: "\e568";
}
.ph-bold.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph-bold.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph-bold.ph-eyes:before {
  content: "\ee5c";
}
.ph-bold.ph-face-mask:before {
  content: "\e56a";
}
.ph-bold.ph-facebook-logo:before {
  content: "\e226";
}
.ph-bold.ph-factory:before {
  content: "\e760";
}
.ph-bold.ph-faders:before {
  content: "\e228";
}
.ph-bold.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph-bold.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph-bold.ph-fan:before {
  content: "\e9f2";
}
.ph-bold.ph-farm:before {
  content: "\ec70";
}
.ph-bold.ph-fast-forward:before {
  content: "\e6a6";
}
.ph-bold.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph-bold.ph-feather:before {
  content: "\e9c0";
}
.ph-bold.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph-bold.ph-figma-logo:before {
  content: "\e22e";
}
.ph-bold.ph-file:before {
  content: "\e230";
}
.ph-bold.ph-file-archive:before {
  content: "\eb2a";
}
.ph-bold.ph-file-arrow-down:before {
  content: "\e232";
}
.ph-bold.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph-bold.ph-file-audio:before {
  content: "\ea20";
}
.ph-bold.ph-file-c:before {
  content: "\eb32";
}
.ph-bold.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph-bold.ph-file-cloud:before {
  content: "\e95e";
}
.ph-bold.ph-file-code:before {
  content: "\e914";
}
.ph-bold.ph-file-cpp:before {
  content: "\eb2e";
}
.ph-bold.ph-file-css:before {
  content: "\eb34";
}
.ph-bold.ph-file-csv:before {
  content: "\eb1c";
}
.ph-bold.ph-file-dashed:before {
  content: "\e704";
}
.ph-bold.ph-file-dotted:before {
  content: "\e704";
}
.ph-bold.ph-file-doc:before {
  content: "\eb1e";
}
.ph-bold.ph-file-html:before {
  content: "\eb38";
}
.ph-bold.ph-file-image:before {
  content: "\ea24";
}
.ph-bold.ph-file-ini:before {
  content: "\eb33";
}
.ph-bold.ph-file-jpg:before {
  content: "\eb1a";
}
.ph-bold.ph-file-js:before {
  content: "\eb24";
}
.ph-bold.ph-file-jsx:before {
  content: "\eb3a";
}
.ph-bold.ph-file-lock:before {
  content: "\e95c";
}
.ph-bold.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph-bold.ph-file-search:before {
  content: "\e238";
}
.ph-bold.ph-file-md:before {
  content: "\ed50";
}
.ph-bold.ph-file-minus:before {
  content: "\e234";
}
.ph-bold.ph-file-pdf:before {
  content: "\e702";
}
.ph-bold.ph-file-plus:before {
  content: "\e236";
}
.ph-bold.ph-file-png:before {
  content: "\eb18";
}
.ph-bold.ph-file-ppt:before {
  content: "\eb20";
}
.ph-bold.ph-file-py:before {
  content: "\eb2c";
}
.ph-bold.ph-file-rs:before {
  content: "\eb28";
}
.ph-bold.ph-file-sql:before {
  content: "\ed4e";
}
.ph-bold.ph-file-svg:before {
  content: "\ed08";
}
.ph-bold.ph-file-text:before {
  content: "\e23a";
}
.ph-bold.ph-file-ts:before {
  content: "\eb26";
}
.ph-bold.ph-file-tsx:before {
  content: "\eb3c";
}
.ph-bold.ph-file-txt:before {
  content: "\eb35";
}
.ph-bold.ph-file-video:before {
  content: "\ea22";
}
.ph-bold.ph-file-vue:before {
  content: "\eb3e";
}
.ph-bold.ph-file-x:before {
  content: "\e23c";
}
.ph-bold.ph-file-xls:before {
  content: "\eb22";
}
.ph-bold.ph-file-zip:before {
  content: "\e958";
}
.ph-bold.ph-files:before {
  content: "\e710";
}
.ph-bold.ph-film-reel:before {
  content: "\e8c0";
}
.ph-bold.ph-film-script:before {
  content: "\eb50";
}
.ph-bold.ph-film-slate:before {
  content: "\e8c2";
}
.ph-bold.ph-film-strip:before {
  content: "\e792";
}
.ph-bold.ph-fingerprint:before {
  content: "\e23e";
}
.ph-bold.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph-bold.ph-finn-the-human:before {
  content: "\e56c";
}
.ph-bold.ph-fire:before {
  content: "\e242";
}
.ph-bold.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph-bold.ph-fire-simple:before {
  content: "\e620";
}
.ph-bold.ph-fire-truck:before {
  content: "\e574";
}
.ph-bold.ph-first-aid:before {
  content: "\e56e";
}
.ph-bold.ph-first-aid-kit:before {
  content: "\e570";
}
.ph-bold.ph-fish:before {
  content: "\e728";
}
.ph-bold.ph-fish-simple:before {
  content: "\e72a";
}
.ph-bold.ph-flag:before {
  content: "\e244";
}
.ph-bold.ph-flag-banner:before {
  content: "\e622";
}
.ph-bold.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph-bold.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-bold.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph-bold.ph-flame:before {
  content: "\e624";
}
.ph-bold.ph-flashlight:before {
  content: "\e246";
}
.ph-bold.ph-flask:before {
  content: "\e79e";
}
.ph-bold.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph-bold.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph-bold.ph-floppy-disk:before {
  content: "\e248";
}
.ph-bold.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph-bold.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph-bold.ph-flower:before {
  content: "\e75e";
}
.ph-bold.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-bold.ph-flower-tulip:before {
  content: "\eacc";
}
.ph-bold.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph-bold.ph-folder:before {
  content: "\e24a";
}
.ph-bold.ph-folder-notch:before {
  content: "\e24a";
}
.ph-bold.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph-bold.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph-bold.ph-folder-lock:before {
  content: "\ea3c";
}
.ph-bold.ph-folder-minus:before {
  content: "\e254";
}
.ph-bold.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph-bold.ph-folder-open:before {
  content: "\e256";
}
.ph-bold.ph-folder-notch-open:before {
  content: "\e256";
}
.ph-bold.ph-folder-plus:before {
  content: "\e258";
}
.ph-bold.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph-bold.ph-folder-simple:before {
  content: "\e25a";
}
.ph-bold.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph-bold.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph-bold.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph-bold.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph-bold.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph-bold.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph-bold.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph-bold.ph-folder-star:before {
  content: "\ea86";
}
.ph-bold.ph-folder-user:before {
  content: "\eb46";
}
.ph-bold.ph-folders:before {
  content: "\e260";
}
.ph-bold.ph-football:before {
  content: "\e718";
}
.ph-bold.ph-football-helmet:before {
  content: "\ee4c";
}
.ph-bold.ph-footprints:before {
  content: "\ea88";
}
.ph-bold.ph-fork-knife:before {
  content: "\e262";
}
.ph-bold.ph-four-k:before {
  content: "\ea5c";
}
.ph-bold.ph-frame-corners:before {
  content: "\e626";
}
.ph-bold.ph-framer-logo:before {
  content: "\e264";
}
.ph-bold.ph-function:before {
  content: "\ebe4";
}
.ph-bold.ph-funnel:before {
  content: "\e266";
}
.ph-bold.ph-funnel-simple:before {
  content: "\e268";
}
.ph-bold.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph-bold.ph-funnel-x:before {
  content: "\e26c";
}
.ph-bold.ph-game-controller:before {
  content: "\e26e";
}
.ph-bold.ph-garage:before {
  content: "\ecd6";
}
.ph-bold.ph-gas-can:before {
  content: "\e8ce";
}
.ph-bold.ph-gas-pump:before {
  content: "\e768";
}
.ph-bold.ph-gauge:before {
  content: "\e628";
}
.ph-bold.ph-gavel:before {
  content: "\ea32";
}
.ph-bold.ph-gear:before {
  content: "\e270";
}
.ph-bold.ph-gear-fine:before {
  content: "\e87c";
}
.ph-bold.ph-gear-six:before {
  content: "\e272";
}
.ph-bold.ph-gender-female:before {
  content: "\e6e0";
}
.ph-bold.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph-bold.ph-gender-male:before {
  content: "\e6e2";
}
.ph-bold.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph-bold.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph-bold.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph-bold.ph-ghost:before {
  content: "\e62a";
}
.ph-bold.ph-gif:before {
  content: "\e274";
}
.ph-bold.ph-gift:before {
  content: "\e276";
}
.ph-bold.ph-git-branch:before {
  content: "\e278";
}
.ph-bold.ph-git-commit:before {
  content: "\e27a";
}
.ph-bold.ph-git-diff:before {
  content: "\e27c";
}
.ph-bold.ph-git-fork:before {
  content: "\e27e";
}
.ph-bold.ph-git-merge:before {
  content: "\e280";
}
.ph-bold.ph-git-pull-request:before {
  content: "\e282";
}
.ph-bold.ph-github-logo:before {
  content: "\e576";
}
.ph-bold.ph-gitlab-logo:before {
  content: "\e694";
}
.ph-bold.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph-bold.ph-globe:before {
  content: "\e288";
}
.ph-bold.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph-bold.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-bold.ph-globe-simple:before {
  content: "\e28e";
}
.ph-bold.ph-globe-simple-x:before {
  content: "\e284";
}
.ph-bold.ph-globe-stand:before {
  content: "\e290";
}
.ph-bold.ph-globe-x:before {
  content: "\e286";
}
.ph-bold.ph-goggles:before {
  content: "\ecb4";
}
.ph-bold.ph-golf:before {
  content: "\ea3e";
}
.ph-bold.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph-bold.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph-bold.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph-bold.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph-bold.ph-google-logo:before {
  content: "\e292";
}
.ph-bold.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph-bold.ph-google-play-logo:before {
  content: "\e294";
}
.ph-bold.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph-bold.ph-gps:before {
  content: "\edd8";
}
.ph-bold.ph-gps-fix:before {
  content: "\edd6";
}
.ph-bold.ph-gps-slash:before {
  content: "\edd4";
}
.ph-bold.ph-gradient:before {
  content: "\eb42";
}
.ph-bold.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-bold.ph-grains:before {
  content: "\ec68";
}
.ph-bold.ph-grains-slash:before {
  content: "\ec6a";
}
.ph-bold.ph-graph:before {
  content: "\eb58";
}
.ph-bold.ph-graphics-card:before {
  content: "\e612";
}
.ph-bold.ph-greater-than:before {
  content: "\edc4";
}
.ph-bold.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph-bold.ph-grid-four:before {
  content: "\e296";
}
.ph-bold.ph-grid-nine:before {
  content: "\ec8c";
}
.ph-bold.ph-guitar:before {
  content: "\ea8a";
}
.ph-bold.ph-hair-dryer:before {
  content: "\ea66";
}
.ph-bold.ph-hamburger:before {
  content: "\e790";
}
.ph-bold.ph-hammer:before {
  content: "\e80e";
}
.ph-bold.ph-hand:before {
  content: "\e298";
}
.ph-bold.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph-bold.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph-bold.ph-hand-coins:before {
  content: "\ea8c";
}
.ph-bold.ph-hand-deposit:before {
  content: "\ee82";
}
.ph-bold.ph-hand-eye:before {
  content: "\ea4c";
}
.ph-bold.ph-hand-fist:before {
  content: "\e57a";
}
.ph-bold.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph-bold.ph-hand-heart:before {
  content: "\e810";
}
.ph-bold.ph-hand-palm:before {
  content: "\e57e";
}
.ph-bold.ph-hand-peace:before {
  content: "\e7cc";
}
.ph-bold.ph-hand-pointing:before {
  content: "\e29a";
}
.ph-bold.ph-hand-soap:before {
  content: "\e630";
}
.ph-bold.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph-bold.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph-bold.ph-hand-tap:before {
  content: "\ec90";
}
.ph-bold.ph-hand-waving:before {
  content: "\e580";
}
.ph-bold.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph-bold.ph-handbag:before {
  content: "\e29c";
}
.ph-bold.ph-handbag-simple:before {
  content: "\e62e";
}
.ph-bold.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph-bold.ph-hands-praying:before {
  content: "\ecc8";
}
.ph-bold.ph-handshake:before {
  content: "\e582";
}
.ph-bold.ph-hard-drive:before {
  content: "\e29e";
}
.ph-bold.ph-hard-drives:before {
  content: "\e2a0";
}
.ph-bold.ph-hard-hat:before {
  content: "\ed46";
}
.ph-bold.ph-hash:before {
  content: "\e2a2";
}
.ph-bold.ph-hash-straight:before {
  content: "\e2a4";
}
.ph-bold.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-bold.ph-headlights:before {
  content: "\e6fe";
}
.ph-bold.ph-headphones:before {
  content: "\e2a6";
}
.ph-bold.ph-headset:before {
  content: "\e584";
}
.ph-bold.ph-heart:before {
  content: "\e2a8";
}
.ph-bold.ph-heart-break:before {
  content: "\ebe8";
}
.ph-bold.ph-heart-half:before {
  content: "\ec48";
}
.ph-bold.ph-heart-straight:before {
  content: "\e2aa";
}
.ph-bold.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph-bold.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-bold.ph-hexagon:before {
  content: "\e2ae";
}
.ph-bold.ph-high-definition:before {
  content: "\ea8e";
}
.ph-bold.ph-high-heel:before {
  content: "\e8e8";
}
.ph-bold.ph-highlighter:before {
  content: "\ec76";
}
.ph-bold.ph-highlighter-circle:before {
  content: "\e632";
}
.ph-bold.ph-hockey:before {
  content: "\ec86";
}
.ph-bold.ph-hoodie:before {
  content: "\ecd0";
}
.ph-bold.ph-horse:before {
  content: "\e2b0";
}
.ph-bold.ph-hospital:before {
  content: "\e844";
}
.ph-bold.ph-hourglass:before {
  content: "\e2b2";
}
.ph-bold.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph-bold.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph-bold.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph-bold.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph-bold.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph-bold.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph-bold.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph-bold.ph-house:before {
  content: "\e2c2";
}
.ph-bold.ph-house-line:before {
  content: "\e2c4";
}
.ph-bold.ph-house-simple:before {
  content: "\e2c6";
}
.ph-bold.ph-hurricane:before {
  content: "\e88e";
}
.ph-bold.ph-ice-cream:before {
  content: "\e804";
}
.ph-bold.ph-identification-badge:before {
  content: "\e6f6";
}
.ph-bold.ph-identification-card:before {
  content: "\e2c8";
}
.ph-bold.ph-image:before {
  content: "\e2ca";
}
.ph-bold.ph-image-broken:before {
  content: "\e7a8";
}
.ph-bold.ph-image-square:before {
  content: "\e2cc";
}
.ph-bold.ph-images:before {
  content: "\e836";
}
.ph-bold.ph-images-square:before {
  content: "\e834";
}
.ph-bold.ph-infinity:before {
  content: "\e634";
}
.ph-bold.ph-lemniscate:before {
  content: "\e634";
}
.ph-bold.ph-info:before {
  content: "\e2ce";
}
.ph-bold.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-bold.ph-intersect:before {
  content: "\e2d2";
}
.ph-bold.ph-intersect-square:before {
  content: "\e87a";
}
.ph-bold.ph-intersect-three:before {
  content: "\ecc4";
}
.ph-bold.ph-intersection:before {
  content: "\edba";
}
.ph-bold.ph-invoice:before {
  content: "\ee42";
}
.ph-bold.ph-island:before {
  content: "\ee06";
}
.ph-bold.ph-jar:before {
  content: "\e7e0";
}
.ph-bold.ph-jar-label:before {
  content: "\e7e1";
}
.ph-bold.ph-jeep:before {
  content: "\e2d4";
}
.ph-bold.ph-joystick:before {
  content: "\ea5e";
}
.ph-bold.ph-kanban:before {
  content: "\eb54";
}
.ph-bold.ph-key:before {
  content: "\e2d6";
}
.ph-bold.ph-key-return:before {
  content: "\e782";
}
.ph-bold.ph-keyboard:before {
  content: "\e2d8";
}
.ph-bold.ph-keyhole:before {
  content: "\ea78";
}
.ph-bold.ph-knife:before {
  content: "\e636";
}
.ph-bold.ph-ladder:before {
  content: "\e9e4";
}
.ph-bold.ph-ladder-simple:before {
  content: "\ec26";
}
.ph-bold.ph-lamp:before {
  content: "\e638";
}
.ph-bold.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph-bold.ph-laptop:before {
  content: "\e586";
}
.ph-bold.ph-lasso:before {
  content: "\edc6";
}
.ph-bold.ph-lastfm-logo:before {
  content: "\e842";
}
.ph-bold.ph-layout:before {
  content: "\e6d6";
}
.ph-bold.ph-leaf:before {
  content: "\e2da";
}
.ph-bold.ph-lectern:before {
  content: "\e95a";
}
.ph-bold.ph-lego:before {
  content: "\e8c6";
}
.ph-bold.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph-bold.ph-less-than:before {
  content: "\edac";
}
.ph-bold.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph-bold.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph-bold.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph-bold.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph-bold.ph-lifebuoy:before {
  content: "\e63a";
}
.ph-bold.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-bold.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph-bold.ph-lighthouse:before {
  content: "\e9f6";
}
.ph-bold.ph-lightning:before {
  content: "\e2de";
}
.ph-bold.ph-lightning-a:before {
  content: "\ea84";
}
.ph-bold.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph-bold.ph-line-segment:before {
  content: "\e6d2";
}
.ph-bold.ph-line-segments:before {
  content: "\e6d4";
}
.ph-bold.ph-line-vertical:before {
  content: "\ed70";
}
.ph-bold.ph-link:before {
  content: "\e2e2";
}
.ph-bold.ph-link-break:before {
  content: "\e2e4";
}
.ph-bold.ph-link-simple:before {
  content: "\e2e6";
}
.ph-bold.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph-bold.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph-bold.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph-bold.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-bold.ph-linktree-logo:before {
  content: "\edee";
}
.ph-bold.ph-linux-logo:before {
  content: "\eb02";
}
.ph-bold.ph-list:before {
  content: "\e2f0";
}
.ph-bold.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-bold.ph-list-checks:before {
  content: "\eadc";
}
.ph-bold.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-bold.ph-list-heart:before {
  content: "\ebde";
}
.ph-bold.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph-bold.ph-list-numbers:before {
  content: "\e2f6";
}
.ph-bold.ph-list-plus:before {
  content: "\e2f8";
}
.ph-bold.ph-list-star:before {
  content: "\ebdc";
}
.ph-bold.ph-lock:before {
  content: "\e2fa";
}
.ph-bold.ph-lock-key:before {
  content: "\e2fe";
}
.ph-bold.ph-lock-key-open:before {
  content: "\e300";
}
.ph-bold.ph-lock-laminated:before {
  content: "\e302";
}
.ph-bold.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph-bold.ph-lock-open:before {
  content: "\e306";
}
.ph-bold.ph-lock-simple:before {
  content: "\e308";
}
.ph-bold.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-bold.ph-lockers:before {
  content: "\ecb8";
}
.ph-bold.ph-log:before {
  content: "\ed82";
}
.ph-bold.ph-magic-wand:before {
  content: "\e6b6";
}
.ph-bold.ph-magnet:before {
  content: "\e680";
}
.ph-bold.ph-magnet-straight:before {
  content: "\e682";
}
.ph-bold.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-bold.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph-bold.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph-bold.ph-mailbox:before {
  content: "\ec1e";
}
.ph-bold.ph-map-pin:before {
  content: "\e316";
}
.ph-bold.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-bold.ph-map-pin-line:before {
  content: "\e318";
}
.ph-bold.ph-map-pin-plus:before {
  content: "\e314";
}
.ph-bold.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph-bold.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph-bold.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph-bold.ph-map-trifold:before {
  content: "\e31a";
}
.ph-bold.ph-markdown-logo:before {
  content: "\e508";
}
.ph-bold.ph-marker-circle:before {
  content: "\e640";
}
.ph-bold.ph-martini:before {
  content: "\e31c";
}
.ph-bold.ph-mask-happy:before {
  content: "\e9f4";
}
.ph-bold.ph-mask-sad:before {
  content: "\eb9e";
}
.ph-bold.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph-bold.ph-math-operations:before {
  content: "\e31e";
}
.ph-bold.ph-matrix-logo:before {
  content: "\ed64";
}
.ph-bold.ph-medal:before {
  content: "\e320";
}
.ph-bold.ph-medal-military:before {
  content: "\ecfc";
}
.ph-bold.ph-medium-logo:before {
  content: "\e322";
}
.ph-bold.ph-megaphone:before {
  content: "\e324";
}
.ph-bold.ph-megaphone-simple:before {
  content: "\e642";
}
.ph-bold.ph-member-of:before {
  content: "\edc2";
}
.ph-bold.ph-memory:before {
  content: "\e9c4";
}
.ph-bold.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph-bold.ph-meta-logo:before {
  content: "\ed02";
}
.ph-bold.ph-meteor:before {
  content: "\e9ba";
}
.ph-bold.ph-metronome:before {
  content: "\ec8e";
}
.ph-bold.ph-microphone:before {
  content: "\e326";
}
.ph-bold.ph-microphone-slash:before {
  content: "\e328";
}
.ph-bold.ph-microphone-stage:before {
  content: "\e75c";
}
.ph-bold.ph-microscope:before {
  content: "\ec7a";
}
.ph-bold.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph-bold.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph-bold.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph-bold.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph-bold.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph-bold.ph-minus:before {
  content: "\e32a";
}
.ph-bold.ph-minus-circle:before {
  content: "\e32c";
}
.ph-bold.ph-minus-square:before {
  content: "\ed4c";
}
.ph-bold.ph-money:before {
  content: "\e588";
}
.ph-bold.ph-money-wavy:before {
  content: "\ee68";
}
.ph-bold.ph-monitor:before {
  content: "\e32e";
}
.ph-bold.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph-bold.ph-monitor-play:before {
  content: "\e58c";
}
.ph-bold.ph-moon:before {
  content: "\e330";
}
.ph-bold.ph-moon-stars:before {
  content: "\e58e";
}
.ph-bold.ph-moped:before {
  content: "\e824";
}
.ph-bold.ph-moped-front:before {
  content: "\e822";
}
.ph-bold.ph-mosque:before {
  content: "\ecee";
}
.ph-bold.ph-motorcycle:before {
  content: "\e80a";
}
.ph-bold.ph-mountains:before {
  content: "\e7ae";
}
.ph-bold.ph-mouse:before {
  content: "\e33a";
}
.ph-bold.ph-mouse-left-click:before {
  content: "\e334";
}
.ph-bold.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph-bold.ph-mouse-right-click:before {
  content: "\e336";
}
.ph-bold.ph-mouse-scroll:before {
  content: "\e332";
}
.ph-bold.ph-mouse-simple:before {
  content: "\e644";
}
.ph-bold.ph-music-note:before {
  content: "\e33c";
}
.ph-bold.ph-music-note-simple:before {
  content: "\e33e";
}
.ph-bold.ph-music-notes:before {
  content: "\e340";
}
.ph-bold.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph-bold.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph-bold.ph-music-notes-simple:before {
  content: "\e342";
}
.ph-bold.ph-navigation-arrow:before {
  content: "\eade";
}
.ph-bold.ph-needle:before {
  content: "\e82e";
}
.ph-bold.ph-network:before {
  content: "\edde";
}
.ph-bold.ph-network-slash:before {
  content: "\eddc";
}
.ph-bold.ph-network-x:before {
  content: "\edda";
}
.ph-bold.ph-newspaper:before {
  content: "\e344";
}
.ph-bold.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph-bold.ph-not-equals:before {
  content: "\eda6";
}
.ph-bold.ph-not-member-of:before {
  content: "\edae";
}
.ph-bold.ph-not-subset-of:before {
  content: "\edb0";
}
.ph-bold.ph-not-superset-of:before {
  content: "\edb2";
}
.ph-bold.ph-notches:before {
  content: "\ed3a";
}
.ph-bold.ph-note:before {
  content: "\e348";
}
.ph-bold.ph-note-blank:before {
  content: "\e34a";
}
.ph-bold.ph-note-pencil:before {
  content: "\e34c";
}
.ph-bold.ph-notebook:before {
  content: "\e34e";
}
.ph-bold.ph-notepad:before {
  content: "\e63e";
}
.ph-bold.ph-notification:before {
  content: "\e6fa";
}
.ph-bold.ph-notion-logo:before {
  content: "\e9a0";
}
.ph-bold.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph-bold.ph-number-circle-eight:before {
  content: "\e352";
}
.ph-bold.ph-number-circle-five:before {
  content: "\e358";
}
.ph-bold.ph-number-circle-four:before {
  content: "\e35e";
}
.ph-bold.ph-number-circle-nine:before {
  content: "\e364";
}
.ph-bold.ph-number-circle-one:before {
  content: "\e36a";
}
.ph-bold.ph-number-circle-seven:before {
  content: "\e370";
}
.ph-bold.ph-number-circle-six:before {
  content: "\e376";
}
.ph-bold.ph-number-circle-three:before {
  content: "\e37c";
}
.ph-bold.ph-number-circle-two:before {
  content: "\e382";
}
.ph-bold.ph-number-circle-zero:before {
  content: "\e388";
}
.ph-bold.ph-number-eight:before {
  content: "\e350";
}
.ph-bold.ph-number-five:before {
  content: "\e356";
}
.ph-bold.ph-number-four:before {
  content: "\e35c";
}
.ph-bold.ph-number-nine:before {
  content: "\e362";
}
.ph-bold.ph-number-one:before {
  content: "\e368";
}
.ph-bold.ph-number-seven:before {
  content: "\e36e";
}
.ph-bold.ph-number-six:before {
  content: "\e374";
}
.ph-bold.ph-number-square-eight:before {
  content: "\e354";
}
.ph-bold.ph-number-square-five:before {
  content: "\e35a";
}
.ph-bold.ph-number-square-four:before {
  content: "\e360";
}
.ph-bold.ph-number-square-nine:before {
  content: "\e366";
}
.ph-bold.ph-number-square-one:before {
  content: "\e36c";
}
.ph-bold.ph-number-square-seven:before {
  content: "\e372";
}
.ph-bold.ph-number-square-six:before {
  content: "\e378";
}
.ph-bold.ph-number-square-three:before {
  content: "\e37e";
}
.ph-bold.ph-number-square-two:before {
  content: "\e384";
}
.ph-bold.ph-number-square-zero:before {
  content: "\e38a";
}
.ph-bold.ph-number-three:before {
  content: "\e37a";
}
.ph-bold.ph-number-two:before {
  content: "\e380";
}
.ph-bold.ph-number-zero:before {
  content: "\e386";
}
.ph-bold.ph-numpad:before {
  content: "\e3c8";
}
.ph-bold.ph-nut:before {
  content: "\e38c";
}
.ph-bold.ph-ny-times-logo:before {
  content: "\e646";
}
.ph-bold.ph-octagon:before {
  content: "\e38e";
}
.ph-bold.ph-office-chair:before {
  content: "\ea46";
}
.ph-bold.ph-onigiri:before {
  content: "\ee2c";
}
.ph-bold.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph-bold.ph-option:before {
  content: "\e8a8";
}
.ph-bold.ph-orange:before {
  content: "\ee40";
}
.ph-bold.ph-orange-slice:before {
  content: "\ed36";
}
.ph-bold.ph-oven:before {
  content: "\ed8c";
}
.ph-bold.ph-package:before {
  content: "\e390";
}
.ph-bold.ph-paint-brush:before {
  content: "\e6f0";
}
.ph-bold.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph-bold.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph-bold.ph-paint-bucket:before {
  content: "\e392";
}
.ph-bold.ph-paint-roller:before {
  content: "\e6f4";
}
.ph-bold.ph-palette:before {
  content: "\e6c8";
}
.ph-bold.ph-panorama:before {
  content: "\eaa2";
}
.ph-bold.ph-pants:before {
  content: "\ec88";
}
.ph-bold.ph-paper-plane:before {
  content: "\e394";
}
.ph-bold.ph-paper-plane-right:before {
  content: "\e396";
}
.ph-bold.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph-bold.ph-paperclip:before {
  content: "\e39a";
}
.ph-bold.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph-bold.ph-parachute:before {
  content: "\ea7c";
}
.ph-bold.ph-paragraph:before {
  content: "\e960";
}
.ph-bold.ph-parallelogram:before {
  content: "\ecc6";
}
.ph-bold.ph-park:before {
  content: "\ecb2";
}
.ph-bold.ph-password:before {
  content: "\e752";
}
.ph-bold.ph-path:before {
  content: "\e39c";
}
.ph-bold.ph-patreon-logo:before {
  content: "\e98a";
}
.ph-bold.ph-pause:before {
  content: "\e39e";
}
.ph-bold.ph-pause-circle:before {
  content: "\e3a0";
}
.ph-bold.ph-paw-print:before {
  content: "\e648";
}
.ph-bold.ph-paypal-logo:before {
  content: "\e98c";
}
.ph-bold.ph-peace:before {
  content: "\e3a2";
}
.ph-bold.ph-pen:before {
  content: "\e3aa";
}
.ph-bold.ph-pen-nib:before {
  content: "\e3ac";
}
.ph-bold.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph-bold.ph-pencil:before {
  content: "\e3ae";
}
.ph-bold.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph-bold.ph-pencil-line:before {
  content: "\e3b2";
}
.ph-bold.ph-pencil-ruler:before {
  content: "\e906";
}
.ph-bold.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-bold.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph-bold.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph-bold.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph-bold.ph-pentagon:before {
  content: "\ec7e";
}
.ph-bold.ph-pentagram:before {
  content: "\ec5c";
}
.ph-bold.ph-pepper:before {
  content: "\e94a";
}
.ph-bold.ph-percent:before {
  content: "\e3b6";
}
.ph-bold.ph-person:before {
  content: "\e3a8";
}
.ph-bold.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph-bold.ph-person-simple:before {
  content: "\e72e";
}
.ph-bold.ph-person-simple-bike:before {
  content: "\e734";
}
.ph-bold.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-bold.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph-bold.ph-person-simple-run:before {
  content: "\e730";
}
.ph-bold.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph-bold.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph-bold.ph-person-simple-swim:before {
  content: "\e736";
}
.ph-bold.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph-bold.ph-person-simple-throw:before {
  content: "\e732";
}
.ph-bold.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-bold.ph-perspective:before {
  content: "\ebe6";
}
.ph-bold.ph-phone:before {
  content: "\e3b8";
}
.ph-bold.ph-phone-call:before {
  content: "\e3ba";
}
.ph-bold.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph-bold.ph-phone-incoming:before {
  content: "\e3be";
}
.ph-bold.ph-phone-list:before {
  content: "\e3cc";
}
.ph-bold.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph-bold.ph-phone-pause:before {
  content: "\e3ca";
}
.ph-bold.ph-phone-plus:before {
  content: "\ec56";
}
.ph-bold.ph-phone-slash:before {
  content: "\e3c2";
}
.ph-bold.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph-bold.ph-phone-x:before {
  content: "\e3c4";
}
.ph-bold.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph-bold.ph-pi:before {
  content: "\ec80";
}
.ph-bold.ph-piano-keys:before {
  content: "\e9c8";
}
.ph-bold.ph-picnic-table:before {
  content: "\ee26";
}
.ph-bold.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph-bold.ph-piggy-bank:before {
  content: "\ea04";
}
.ph-bold.ph-pill:before {
  content: "\e700";
}
.ph-bold.ph-ping-pong:before {
  content: "\ea42";
}
.ph-bold.ph-pint-glass:before {
  content: "\edd0";
}
.ph-bold.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph-bold.ph-pinwheel:before {
  content: "\eb9c";
}
.ph-bold.ph-pipe:before {
  content: "\ed86";
}
.ph-bold.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph-bold.ph-pix-logo:before {
  content: "\ecc2";
}
.ph-bold.ph-pizza:before {
  content: "\e796";
}
.ph-bold.ph-placeholder:before {
  content: "\e650";
}
.ph-bold.ph-planet:before {
  content: "\e652";
}
.ph-bold.ph-plant:before {
  content: "\ebae";
}
.ph-bold.ph-play:before {
  content: "\e3d0";
}
.ph-bold.ph-play-circle:before {
  content: "\e3d2";
}
.ph-bold.ph-play-pause:before {
  content: "\e8be";
}
.ph-bold.ph-playlist:before {
  content: "\e6aa";
}
.ph-bold.ph-plug:before {
  content: "\e946";
}
.ph-bold.ph-plug-charging:before {
  content: "\eb5c";
}
.ph-bold.ph-plugs:before {
  content: "\eb56";
}
.ph-bold.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph-bold.ph-plus:before {
  content: "\e3d4";
}
.ph-bold.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-bold.ph-plus-minus:before {
  content: "\e3d8";
}
.ph-bold.ph-plus-square:before {
  content: "\ed4a";
}
.ph-bold.ph-poker-chip:before {
  content: "\e594";
}
.ph-bold.ph-police-car:before {
  content: "\ec4a";
}
.ph-bold.ph-polygon:before {
  content: "\e6d0";
}
.ph-bold.ph-popcorn:before {
  content: "\eb4e";
}
.ph-bold.ph-popsicle:before {
  content: "\ebbe";
}
.ph-bold.ph-potted-plant:before {
  content: "\ec22";
}
.ph-bold.ph-power:before {
  content: "\e3da";
}
.ph-bold.ph-prescription:before {
  content: "\e7a2";
}
.ph-bold.ph-presentation:before {
  content: "\e654";
}
.ph-bold.ph-presentation-chart:before {
  content: "\e656";
}
.ph-bold.ph-printer:before {
  content: "\e3dc";
}
.ph-bold.ph-prohibit:before {
  content: "\e3de";
}
.ph-bold.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph-bold.ph-projector-screen:before {
  content: "\e658";
}
.ph-bold.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph-bold.ph-pulse:before {
  content: "\e000";
}
.ph-bold.ph-activity:before {
  content: "\e000";
}
.ph-bold.ph-push-pin:before {
  content: "\e3e2";
}
.ph-bold.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph-bold.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph-bold.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph-bold.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-bold.ph-qr-code:before {
  content: "\e3e6";
}
.ph-bold.ph-question:before {
  content: "\e3e8";
}
.ph-bold.ph-question-mark:before {
  content: "\e3e9";
}
.ph-bold.ph-queue:before {
  content: "\e6ac";
}
.ph-bold.ph-quotes:before {
  content: "\e660";
}
.ph-bold.ph-rabbit:before {
  content: "\eac2";
}
.ph-bold.ph-racquet:before {
  content: "\ee02";
}
.ph-bold.ph-radical:before {
  content: "\e3ea";
}
.ph-bold.ph-radio:before {
  content: "\e77e";
}
.ph-bold.ph-radio-button:before {
  content: "\eb08";
}
.ph-bold.ph-radioactive:before {
  content: "\e9dc";
}
.ph-bold.ph-rainbow:before {
  content: "\e598";
}
.ph-bold.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph-bold.ph-ranking:before {
  content: "\ed62";
}
.ph-bold.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph-bold.ph-receipt:before {
  content: "\e3ec";
}
.ph-bold.ph-receipt-x:before {
  content: "\ed40";
}
.ph-bold.ph-record:before {
  content: "\e3ee";
}
.ph-bold.ph-rectangle:before {
  content: "\e3f0";
}
.ph-bold.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph-bold.ph-recycle:before {
  content: "\e75a";
}
.ph-bold.ph-reddit-logo:before {
  content: "\e59c";
}
.ph-bold.ph-repeat:before {
  content: "\e3f6";
}
.ph-bold.ph-repeat-once:before {
  content: "\e3f8";
}
.ph-bold.ph-replit-logo:before {
  content: "\eb8a";
}
.ph-bold.ph-resize:before {
  content: "\ed6e";
}
.ph-bold.ph-rewind:before {
  content: "\e6a8";
}
.ph-bold.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph-bold.ph-road-horizon:before {
  content: "\e838";
}
.ph-bold.ph-robot:before {
  content: "\e762";
}
.ph-bold.ph-rocket:before {
  content: "\e3fc";
}
.ph-bold.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph-bold.ph-rows:before {
  content: "\e5a2";
}
.ph-bold.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph-bold.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph-bold.ph-rss:before {
  content: "\e400";
}
.ph-bold.ph-rss-simple:before {
  content: "\e402";
}
.ph-bold.ph-rug:before {
  content: "\ea1a";
}
.ph-bold.ph-ruler:before {
  content: "\e6b8";
}
.ph-bold.ph-sailboat:before {
  content: "\e78a";
}
.ph-bold.ph-scales:before {
  content: "\e750";
}
.ph-bold.ph-scan:before {
  content: "\ebb6";
}
.ph-bold.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph-bold.ph-scissors:before {
  content: "\eae0";
}
.ph-bold.ph-scooter:before {
  content: "\e820";
}
.ph-bold.ph-screencast:before {
  content: "\e404";
}
.ph-bold.ph-screwdriver:before {
  content: "\e86e";
}
.ph-bold.ph-scribble:before {
  content: "\e806";
}
.ph-bold.ph-scribble-loop:before {
  content: "\e662";
}
.ph-bold.ph-scroll:before {
  content: "\eb7a";
}
.ph-bold.ph-seal:before {
  content: "\e604";
}
.ph-bold.ph-circle-wavy:before {
  content: "\e604";
}
.ph-bold.ph-seal-check:before {
  content: "\e606";
}
.ph-bold.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph-bold.ph-seal-percent:before {
  content: "\e60a";
}
.ph-bold.ph-seal-question:before {
  content: "\e608";
}
.ph-bold.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph-bold.ph-seal-warning:before {
  content: "\e60c";
}
.ph-bold.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph-bold.ph-seat:before {
  content: "\eb8e";
}
.ph-bold.ph-seatbelt:before {
  content: "\edfe";
}
.ph-bold.ph-security-camera:before {
  content: "\eca4";
}
.ph-bold.ph-selection:before {
  content: "\e69a";
}
.ph-bold.ph-selection-all:before {
  content: "\e746";
}
.ph-bold.ph-selection-background:before {
  content: "\eaf8";
}
.ph-bold.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph-bold.ph-selection-inverse:before {
  content: "\e744";
}
.ph-bold.ph-selection-plus:before {
  content: "\e69c";
}
.ph-bold.ph-selection-slash:before {
  content: "\e69e";
}
.ph-bold.ph-shapes:before {
  content: "\ec5e";
}
.ph-bold.ph-share:before {
  content: "\e406";
}
.ph-bold.ph-share-fat:before {
  content: "\ed52";
}
.ph-bold.ph-share-network:before {
  content: "\e408";
}
.ph-bold.ph-shield:before {
  content: "\e40a";
}
.ph-bold.ph-shield-check:before {
  content: "\e40c";
}
.ph-bold.ph-shield-checkered:before {
  content: "\e708";
}
.ph-bold.ph-shield-chevron:before {
  content: "\e40e";
}
.ph-bold.ph-shield-plus:before {
  content: "\e706";
}
.ph-bold.ph-shield-slash:before {
  content: "\e410";
}
.ph-bold.ph-shield-star:before {
  content: "\ec34";
}
.ph-bold.ph-shield-warning:before {
  content: "\e412";
}
.ph-bold.ph-shipping-container:before {
  content: "\e78c";
}
.ph-bold.ph-shirt-folded:before {
  content: "\ea92";
}
.ph-bold.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-bold.ph-shopping-bag:before {
  content: "\e416";
}
.ph-bold.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph-bold.ph-shopping-cart:before {
  content: "\e41e";
}
.ph-bold.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph-bold.ph-shovel:before {
  content: "\e9e6";
}
.ph-bold.ph-shower:before {
  content: "\e776";
}
.ph-bold.ph-shrimp:before {
  content: "\eab4";
}
.ph-bold.ph-shuffle:before {
  content: "\e422";
}
.ph-bold.ph-shuffle-angular:before {
  content: "\e424";
}
.ph-bold.ph-shuffle-simple:before {
  content: "\e426";
}
.ph-bold.ph-sidebar:before {
  content: "\eab6";
}
.ph-bold.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph-bold.ph-sigma:before {
  content: "\eab8";
}
.ph-bold.ph-sign-in:before {
  content: "\e428";
}
.ph-bold.ph-sign-out:before {
  content: "\e42a";
}
.ph-bold.ph-signature:before {
  content: "\ebac";
}
.ph-bold.ph-signpost:before {
  content: "\e89c";
}
.ph-bold.ph-sim-card:before {
  content: "\e664";
}
.ph-bold.ph-siren:before {
  content: "\e9b8";
}
.ph-bold.ph-sketch-logo:before {
  content: "\e42c";
}
.ph-bold.ph-skip-back:before {
  content: "\e5a4";
}
.ph-bold.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph-bold.ph-skip-forward:before {
  content: "\e5a6";
}
.ph-bold.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph-bold.ph-skull:before {
  content: "\e916";
}
.ph-bold.ph-skype-logo:before {
  content: "\e8dc";
}
.ph-bold.ph-slack-logo:before {
  content: "\e5a8";
}
.ph-bold.ph-sliders:before {
  content: "\e432";
}
.ph-bold.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-bold.ph-slideshow:before {
  content: "\ed32";
}
.ph-bold.ph-smiley:before {
  content: "\e436";
}
.ph-bold.ph-smiley-angry:before {
  content: "\ec62";
}
.ph-bold.ph-smiley-blank:before {
  content: "\e438";
}
.ph-bold.ph-smiley-meh:before {
  content: "\e43a";
}
.ph-bold.ph-smiley-melting:before {
  content: "\ee56";
}
.ph-bold.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph-bold.ph-smiley-sad:before {
  content: "\e43e";
}
.ph-bold.ph-smiley-sticker:before {
  content: "\e440";
}
.ph-bold.ph-smiley-wink:before {
  content: "\e666";
}
.ph-bold.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph-bold.ph-snapchat-logo:before {
  content: "\e668";
}
.ph-bold.ph-sneaker:before {
  content: "\e80c";
}
.ph-bold.ph-sneaker-move:before {
  content: "\ed60";
}
.ph-bold.ph-snowflake:before {
  content: "\e5aa";
}
.ph-bold.ph-soccer-ball:before {
  content: "\e716";
}
.ph-bold.ph-sock:before {
  content: "\ecce";
}
.ph-bold.ph-solar-panel:before {
  content: "\ed7a";
}
.ph-bold.ph-solar-roof:before {
  content: "\ed7b";
}
.ph-bold.ph-sort-ascending:before {
  content: "\e444";
}
.ph-bold.ph-sort-descending:before {
  content: "\e446";
}
.ph-bold.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph-bold.ph-spade:before {
  content: "\e448";
}
.ph-bold.ph-sparkle:before {
  content: "\e6a2";
}
.ph-bold.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph-bold.ph-speaker-high:before {
  content: "\e44a";
}
.ph-bold.ph-speaker-low:before {
  content: "\e44c";
}
.ph-bold.ph-speaker-none:before {
  content: "\e44e";
}
.ph-bold.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph-bold.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph-bold.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph-bold.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph-bold.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph-bold.ph-speaker-slash:before {
  content: "\e45a";
}
.ph-bold.ph-speaker-x:before {
  content: "\e45c";
}
.ph-bold.ph-speedometer:before {
  content: "\ee74";
}
.ph-bold.ph-sphere:before {
  content: "\ee66";
}
.ph-bold.ph-spinner:before {
  content: "\e66a";
}
.ph-bold.ph-spinner-ball:before {
  content: "\ee28";
}
.ph-bold.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-bold.ph-spiral:before {
  content: "\e9fa";
}
.ph-bold.ph-split-horizontal:before {
  content: "\e872";
}
.ph-bold.ph-split-vertical:before {
  content: "\e876";
}
.ph-bold.ph-spotify-logo:before {
  content: "\e66e";
}
.ph-bold.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph-bold.ph-square:before {
  content: "\e45e";
}
.ph-bold.ph-square-half:before {
  content: "\e462";
}
.ph-bold.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph-bold.ph-square-logo:before {
  content: "\e690";
}
.ph-bold.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph-bold.ph-square-split-vertical:before {
  content: "\e874";
}
.ph-bold.ph-squares-four:before {
  content: "\e464";
}
.ph-bold.ph-stack:before {
  content: "\e466";
}
.ph-bold.ph-stack-minus:before {
  content: "\edf4";
}
.ph-bold.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph-bold.ph-stack-plus:before {
  content: "\edf6";
}
.ph-bold.ph-stack-simple:before {
  content: "\e468";
}
.ph-bold.ph-stairs:before {
  content: "\e8ec";
}
.ph-bold.ph-stamp:before {
  content: "\ea48";
}
.ph-bold.ph-standard-definition:before {
  content: "\ea90";
}
.ph-bold.ph-star:before {
  content: "\e46a";
}
.ph-bold.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph-bold.ph-star-four:before {
  content: "\e6a4";
}
.ph-bold.ph-star-half:before {
  content: "\e70a";
}
.ph-bold.ph-star-of-david:before {
  content: "\e89e";
}
.ph-bold.ph-steam-logo:before {
  content: "\ead4";
}
.ph-bold.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph-bold.ph-steps:before {
  content: "\ecbe";
}
.ph-bold.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-bold.ph-sticker:before {
  content: "\e5ac";
}
.ph-bold.ph-stool:before {
  content: "\ea44";
}
.ph-bold.ph-stop:before {
  content: "\e46c";
}
.ph-bold.ph-stop-circle:before {
  content: "\e46e";
}
.ph-bold.ph-storefront:before {
  content: "\e470";
}
.ph-bold.ph-strategy:before {
  content: "\ea3a";
}
.ph-bold.ph-stripe-logo:before {
  content: "\e698";
}
.ph-bold.ph-student:before {
  content: "\e73e";
}
.ph-bold.ph-subset-of:before {
  content: "\edc0";
}
.ph-bold.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph-bold.ph-subtitles:before {
  content: "\e1a8";
}
.ph-bold.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph-bold.ph-subtract:before {
  content: "\ebd6";
}
.ph-bold.ph-subtract-square:before {
  content: "\ebd4";
}
.ph-bold.ph-subway:before {
  content: "\e498";
}
.ph-bold.ph-suitcase:before {
  content: "\e5ae";
}
.ph-bold.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph-bold.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph-bold.ph-sun:before {
  content: "\e472";
}
.ph-bold.ph-sun-dim:before {
  content: "\e474";
}
.ph-bold.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph-bold.ph-sunglasses:before {
  content: "\e816";
}
.ph-bold.ph-superset-of:before {
  content: "\edb8";
}
.ph-bold.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph-bold.ph-swap:before {
  content: "\e83c";
}
.ph-bold.ph-swatches:before {
  content: "\e5b8";
}
.ph-bold.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph-bold.ph-sword:before {
  content: "\e5ba";
}
.ph-bold.ph-synagogue:before {
  content: "\ecec";
}
.ph-bold.ph-syringe:before {
  content: "\e968";
}
.ph-bold.ph-t-shirt:before {
  content: "\e670";
}
.ph-bold.ph-table:before {
  content: "\e476";
}
.ph-bold.ph-tabs:before {
  content: "\e778";
}
.ph-bold.ph-tag:before {
  content: "\e478";
}
.ph-bold.ph-tag-chevron:before {
  content: "\e672";
}
.ph-bold.ph-tag-simple:before {
  content: "\e47a";
}
.ph-bold.ph-target:before {
  content: "\e47c";
}
.ph-bold.ph-taxi:before {
  content: "\e902";
}
.ph-bold.ph-tea-bag:before {
  content: "\e8e6";
}
.ph-bold.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph-bold.ph-television:before {
  content: "\e754";
}
.ph-bold.ph-television-simple:before {
  content: "\eae6";
}
.ph-bold.ph-tennis-ball:before {
  content: "\e720";
}
.ph-bold.ph-tent:before {
  content: "\e8ba";
}
.ph-bold.ph-terminal:before {
  content: "\e47e";
}
.ph-bold.ph-terminal-window:before {
  content: "\eae8";
}
.ph-bold.ph-test-tube:before {
  content: "\e7a0";
}
.ph-bold.ph-text-a-underline:before {
  content: "\ed34";
}
.ph-bold.ph-text-aa:before {
  content: "\e6ee";
}
.ph-bold.ph-text-align-center:before {
  content: "\e480";
}
.ph-bold.ph-text-align-justify:before {
  content: "\e482";
}
.ph-bold.ph-text-align-left:before {
  content: "\e484";
}
.ph-bold.ph-text-align-right:before {
  content: "\e486";
}
.ph-bold.ph-text-b:before {
  content: "\e5be";
}
.ph-bold.ph-text-bolder:before {
  content: "\e5be";
}
.ph-bold.ph-text-columns:before {
  content: "\ec96";
}
.ph-bold.ph-text-h:before {
  content: "\e6ba";
}
.ph-bold.ph-text-h-five:before {
  content: "\e6c4";
}
.ph-bold.ph-text-h-four:before {
  content: "\e6c2";
}
.ph-bold.ph-text-h-one:before {
  content: "\e6bc";
}
.ph-bold.ph-text-h-six:before {
  content: "\e6c6";
}
.ph-bold.ph-text-h-three:before {
  content: "\e6c0";
}
.ph-bold.ph-text-h-two:before {
  content: "\e6be";
}
.ph-bold.ph-text-indent:before {
  content: "\ea1e";
}
.ph-bold.ph-text-italic:before {
  content: "\e5c0";
}
.ph-bold.ph-text-outdent:before {
  content: "\ea1c";
}
.ph-bold.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph-bold.ph-text-subscript:before {
  content: "\ec98";
}
.ph-bold.ph-text-superscript:before {
  content: "\ec9a";
}
.ph-bold.ph-text-t:before {
  content: "\e48a";
}
.ph-bold.ph-text-t-slash:before {
  content: "\e488";
}
.ph-bold.ph-text-underline:before {
  content: "\e5c4";
}
.ph-bold.ph-textbox:before {
  content: "\eb0a";
}
.ph-bold.ph-thermometer:before {
  content: "\e5c6";
}
.ph-bold.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph-bold.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph-bold.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph-bold.ph-threads-logo:before {
  content: "\ed9e";
}
.ph-bold.ph-three-d:before {
  content: "\ea5a";
}
.ph-bold.ph-thumbs-down:before {
  content: "\e48c";
}
.ph-bold.ph-thumbs-up:before {
  content: "\e48e";
}
.ph-bold.ph-ticket:before {
  content: "\e490";
}
.ph-bold.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph-bold.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph-bold.ph-tilde:before {
  content: "\eda8";
}
.ph-bold.ph-timer:before {
  content: "\e492";
}
.ph-bold.ph-tip-jar:before {
  content: "\e7e2";
}
.ph-bold.ph-tipi:before {
  content: "\ed30";
}
.ph-bold.ph-tire:before {
  content: "\edd2";
}
.ph-bold.ph-toggle-left:before {
  content: "\e674";
}
.ph-bold.ph-toggle-right:before {
  content: "\e676";
}
.ph-bold.ph-toilet:before {
  content: "\e79a";
}
.ph-bold.ph-toilet-paper:before {
  content: "\e79c";
}
.ph-bold.ph-toolbox:before {
  content: "\eca0";
}
.ph-bold.ph-tooth:before {
  content: "\e9cc";
}
.ph-bold.ph-tornado:before {
  content: "\e88c";
}
.ph-bold.ph-tote:before {
  content: "\e494";
}
.ph-bold.ph-tote-simple:before {
  content: "\e678";
}
.ph-bold.ph-towel:before {
  content: "\ede6";
}
.ph-bold.ph-tractor:before {
  content: "\ec6e";
}
.ph-bold.ph-trademark:before {
  content: "\e9f0";
}
.ph-bold.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph-bold.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph-bold.ph-traffic-sign:before {
  content: "\e67a";
}
.ph-bold.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph-bold.ph-train:before {
  content: "\e496";
}
.ph-bold.ph-train-regional:before {
  content: "\e49e";
}
.ph-bold.ph-train-simple:before {
  content: "\e4a0";
}
.ph-bold.ph-tram:before {
  content: "\e9ec";
}
.ph-bold.ph-translate:before {
  content: "\e4a2";
}
.ph-bold.ph-trash:before {
  content: "\e4a6";
}
.ph-bold.ph-trash-simple:before {
  content: "\e4a8";
}
.ph-bold.ph-tray:before {
  content: "\e4aa";
}
.ph-bold.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph-bold.ph-archive-tray:before {
  content: "\e010";
}
.ph-bold.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph-bold.ph-treasure-chest:before {
  content: "\ede2";
}
.ph-bold.ph-tree:before {
  content: "\e6da";
}
.ph-bold.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph-bold.ph-tree-palm:before {
  content: "\e91a";
}
.ph-bold.ph-tree-structure:before {
  content: "\e67c";
}
.ph-bold.ph-tree-view:before {
  content: "\ee48";
}
.ph-bold.ph-trend-down:before {
  content: "\e4ac";
}
.ph-bold.ph-trend-up:before {
  content: "\e4ae";
}
.ph-bold.ph-triangle:before {
  content: "\e4b0";
}
.ph-bold.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph-bold.ph-trolley:before {
  content: "\e5b2";
}
.ph-bold.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph-bold.ph-trophy:before {
  content: "\e67e";
}
.ph-bold.ph-truck:before {
  content: "\e4b4";
}
.ph-bold.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph-bold.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph-bold.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph-bold.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-bold.ph-umbrella:before {
  content: "\e684";
}
.ph-bold.ph-umbrella-simple:before {
  content: "\e686";
}
.ph-bold.ph-union:before {
  content: "\edbe";
}
.ph-bold.ph-unite:before {
  content: "\e87e";
}
.ph-bold.ph-unite-square:before {
  content: "\e878";
}
.ph-bold.ph-upload:before {
  content: "\e4be";
}
.ph-bold.ph-upload-simple:before {
  content: "\e4c0";
}
.ph-bold.ph-usb:before {
  content: "\e956";
}
.ph-bold.ph-user:before {
  content: "\e4c2";
}
.ph-bold.ph-user-check:before {
  content: "\eafa";
}
.ph-bold.ph-user-circle:before {
  content: "\e4c4";
}
.ph-bold.ph-user-circle-check:before {
  content: "\ec38";
}
.ph-bold.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph-bold.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph-bold.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph-bold.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph-bold.ph-user-focus:before {
  content: "\e6fc";
}
.ph-bold.ph-user-gear:before {
  content: "\e4cc";
}
.ph-bold.ph-user-list:before {
  content: "\e73c";
}
.ph-bold.ph-user-minus:before {
  content: "\e4ce";
}
.ph-bold.ph-user-plus:before {
  content: "\e4d0";
}
.ph-bold.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph-bold.ph-user-sound:before {
  content: "\eca8";
}
.ph-bold.ph-user-square:before {
  content: "\e4d4";
}
.ph-bold.ph-user-switch:before {
  content: "\e756";
}
.ph-bold.ph-users:before {
  content: "\e4d6";
}
.ph-bold.ph-users-four:before {
  content: "\e68c";
}
.ph-bold.ph-users-three:before {
  content: "\e68e";
}
.ph-bold.ph-van:before {
  content: "\e826";
}
.ph-bold.ph-vault:before {
  content: "\e76e";
}
.ph-bold.ph-vector-three:before {
  content: "\ee62";
}
.ph-bold.ph-vector-two:before {
  content: "\ee64";
}
.ph-bold.ph-vibrate:before {
  content: "\e4d8";
}
.ph-bold.ph-video:before {
  content: "\e740";
}
.ph-bold.ph-video-camera:before {
  content: "\e4da";
}
.ph-bold.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph-bold.ph-video-conference:before {
  content: "\edce";
}
.ph-bold.ph-vignette:before {
  content: "\eba2";
}
.ph-bold.ph-vinyl-record:before {
  content: "\ecac";
}
.ph-bold.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph-bold.ph-virus:before {
  content: "\e7d6";
}
.ph-bold.ph-visor:before {
  content: "\ee2a";
}
.ph-bold.ph-voicemail:before {
  content: "\e4de";
}
.ph-bold.ph-volleyball:before {
  content: "\e726";
}
.ph-bold.ph-wall:before {
  content: "\e688";
}
.ph-bold.ph-wallet:before {
  content: "\e68a";
}
.ph-bold.ph-warehouse:before {
  content: "\ecd4";
}
.ph-bold.ph-warning:before {
  content: "\e4e0";
}
.ph-bold.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-bold.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph-bold.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph-bold.ph-washing-machine:before {
  content: "\ede8";
}
.ph-bold.ph-watch:before {
  content: "\e4e6";
}
.ph-bold.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph-bold.ph-wave-sine:before {
  content: "\ea9a";
}
.ph-bold.ph-wave-square:before {
  content: "\ea9e";
}
.ph-bold.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph-bold.ph-waveform:before {
  content: "\e802";
}
.ph-bold.ph-waveform-slash:before {
  content: "\e800";
}
.ph-bold.ph-waves:before {
  content: "\e6de";
}
.ph-bold.ph-webcam:before {
  content: "\e9b2";
}
.ph-bold.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph-bold.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph-bold.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph-bold.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-bold.ph-wheelchair:before {
  content: "\e4e8";
}
.ph-bold.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph-bold.ph-wifi-high:before {
  content: "\e4ea";
}
.ph-bold.ph-wifi-low:before {
  content: "\e4ec";
}
.ph-bold.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph-bold.ph-wifi-none:before {
  content: "\e4f0";
}
.ph-bold.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph-bold.ph-wifi-x:before {
  content: "\e4f4";
}
.ph-bold.ph-wind:before {
  content: "\e5d2";
}
.ph-bold.ph-windmill:before {
  content: "\e9f8";
}
.ph-bold.ph-windows-logo:before {
  content: "\e692";
}
.ph-bold.ph-wine:before {
  content: "\e6b2";
}
.ph-bold.ph-wrench:before {
  content: "\e5d4";
}
.ph-bold.ph-x:before {
  content: "\e4f6";
}
.ph-bold.ph-x-circle:before {
  content: "\e4f8";
}
.ph-bold.ph-x-logo:before {
  content: "\e4bc";
}
.ph-bold.ph-x-square:before {
  content: "\e4fa";
}
.ph-bold.ph-yarn:before {
  content: "\ed9a";
}
.ph-bold.ph-yin-yang:before {
  content: "\e92a";
}
.ph-bold.ph-youtube-logo:before {
  content: "\e4fc";
}

/* node_modules/@phosphor-icons/web/src/fill/style.css */
@font-face {
  font-family: "Phosphor-Fill";
  src:
    url("./media/Phosphor-Fill.woff2") format("woff2"),
    url("./media/Phosphor-Fill.woff") format("woff"),
    url("./media/Phosphor-Fill.ttf") format("truetype"),
    url("./media/Phosphor-Fill.svg#Phosphor-Fill") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-fill.ph-acorn:before {
  content: "\eb9a";
}
.ph-fill.ph-address-book:before {
  content: "\e6f8";
}
.ph-fill.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph-fill.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph-fill.ph-airplane:before {
  content: "\e002";
}
.ph-fill.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph-fill.ph-airplane-landing:before {
  content: "\e502";
}
.ph-fill.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph-fill.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph-fill.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph-fill.ph-airplay:before {
  content: "\e004";
}
.ph-fill.ph-alarm:before {
  content: "\e006";
}
.ph-fill.ph-alien:before {
  content: "\e8a6";
}
.ph-fill.ph-align-bottom:before {
  content: "\e506";
}
.ph-fill.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph-fill.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph-fill.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph-fill.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph-fill.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph-fill.ph-align-left:before {
  content: "\e50e";
}
.ph-fill.ph-align-left-simple:before {
  content: "\eaee";
}
.ph-fill.ph-align-right:before {
  content: "\e510";
}
.ph-fill.ph-align-right-simple:before {
  content: "\eb12";
}
.ph-fill.ph-align-top:before {
  content: "\e512";
}
.ph-fill.ph-align-top-simple:before {
  content: "\eb14";
}
.ph-fill.ph-amazon-logo:before {
  content: "\e96c";
}
.ph-fill.ph-ambulance:before {
  content: "\e572";
}
.ph-fill.ph-anchor:before {
  content: "\e514";
}
.ph-fill.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph-fill.ph-android-logo:before {
  content: "\e008";
}
.ph-fill.ph-angle:before {
  content: "\e7bc";
}
.ph-fill.ph-angular-logo:before {
  content: "\eb80";
}
.ph-fill.ph-aperture:before {
  content: "\e00a";
}
.ph-fill.ph-app-store-logo:before {
  content: "\e974";
}
.ph-fill.ph-app-window:before {
  content: "\e5da";
}
.ph-fill.ph-apple-logo:before {
  content: "\e516";
}
.ph-fill.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph-fill.ph-approximate-equals:before {
  content: "\edaa";
}
.ph-fill.ph-archive:before {
  content: "\e00c";
}
.ph-fill.ph-armchair:before {
  content: "\e012";
}
.ph-fill.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph-fill.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph-fill.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph-fill.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph-fill.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph-fill.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph-fill.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph-fill.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph-fill.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph-fill.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph-fill.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph-fill.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph-fill.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph-fill.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph-fill.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph-fill.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-fill.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph-fill.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph-fill.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph-fill.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph-fill.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph-fill.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph-fill.ph-arrow-down:before {
  content: "\e03e";
}
.ph-fill.ph-arrow-down-left:before {
  content: "\e040";
}
.ph-fill.ph-arrow-down-right:before {
  content: "\e042";
}
.ph-fill.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph-fill.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph-fill.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph-fill.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph-fill.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph-fill.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph-fill.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph-fill.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph-fill.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph-fill.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph-fill.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph-fill.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph-fill.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph-fill.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph-fill.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph-fill.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph-fill.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph-fill.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph-fill.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph-fill.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph-fill.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph-fill.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph-fill.ph-arrow-left:before {
  content: "\e058";
}
.ph-fill.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph-fill.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph-fill.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph-fill.ph-arrow-line-left:before {
  content: "\e062";
}
.ph-fill.ph-arrow-line-right:before {
  content: "\e064";
}
.ph-fill.ph-arrow-line-up:before {
  content: "\e066";
}
.ph-fill.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph-fill.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph-fill.ph-arrow-right:before {
  content: "\e06c";
}
.ph-fill.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph-fill.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph-fill.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph-fill.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph-fill.ph-arrow-square-left:before {
  content: "\e074";
}
.ph-fill.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph-fill.ph-arrow-square-right:before {
  content: "\e076";
}
.ph-fill.ph-arrow-square-up:before {
  content: "\e078";
}
.ph-fill.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph-fill.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph-fill.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph-fill.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph-fill.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph-fill.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph-fill.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph-fill.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph-fill.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph-fill.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph-fill.ph-arrow-up:before {
  content: "\e08e";
}
.ph-fill.ph-arrow-up-left:before {
  content: "\e090";
}
.ph-fill.ph-arrow-up-right:before {
  content: "\e092";
}
.ph-fill.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph-fill.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph-fill.ph-arrows-down-up:before {
  content: "\e098";
}
.ph-fill.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph-fill.ph-arrows-in:before {
  content: "\e09a";
}
.ph-fill.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph-fill.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph-fill.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph-fill.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph-fill.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph-fill.ph-arrows-out:before {
  content: "\e0a2";
}
.ph-fill.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph-fill.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph-fill.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph-fill.ph-arrows-split:before {
  content: "\ed3c";
}
.ph-fill.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph-fill.ph-article:before {
  content: "\e0a8";
}
.ph-fill.ph-article-medium:before {
  content: "\e5e0";
}
.ph-fill.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph-fill.ph-asclepius:before {
  content: "\ee34";
}
.ph-fill.ph-caduceus:before {
  content: "\ee34";
}
.ph-fill.ph-asterisk:before {
  content: "\e0aa";
}
.ph-fill.ph-asterisk-simple:before {
  content: "\e832";
}
.ph-fill.ph-at:before {
  content: "\e0ac";
}
.ph-fill.ph-atom:before {
  content: "\e5e4";
}
.ph-fill.ph-avocado:before {
  content: "\ee04";
}
.ph-fill.ph-axe:before {
  content: "\e9fc";
}
.ph-fill.ph-baby:before {
  content: "\e774";
}
.ph-fill.ph-baby-carriage:before {
  content: "\e818";
}
.ph-fill.ph-backpack:before {
  content: "\e922";
}
.ph-fill.ph-backspace:before {
  content: "\e0ae";
}
.ph-fill.ph-bag:before {
  content: "\e0b0";
}
.ph-fill.ph-bag-simple:before {
  content: "\e5e6";
}
.ph-fill.ph-balloon:before {
  content: "\e76c";
}
.ph-fill.ph-bandaids:before {
  content: "\e0b2";
}
.ph-fill.ph-bank:before {
  content: "\e0b4";
}
.ph-fill.ph-barbell:before {
  content: "\e0b6";
}
.ph-fill.ph-barcode:before {
  content: "\e0b8";
}
.ph-fill.ph-barn:before {
  content: "\ec72";
}
.ph-fill.ph-barricade:before {
  content: "\e948";
}
.ph-fill.ph-baseball:before {
  content: "\e71a";
}
.ph-fill.ph-baseball-cap:before {
  content: "\ea28";
}
.ph-fill.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph-fill.ph-basket:before {
  content: "\e964";
}
.ph-fill.ph-basketball:before {
  content: "\e724";
}
.ph-fill.ph-bathtub:before {
  content: "\e81e";
}
.ph-fill.ph-battery-charging:before {
  content: "\e0ba";
}
.ph-fill.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph-fill.ph-battery-empty:before {
  content: "\e0be";
}
.ph-fill.ph-battery-full:before {
  content: "\e0c0";
}
.ph-fill.ph-battery-high:before {
  content: "\e0c2";
}
.ph-fill.ph-battery-low:before {
  content: "\e0c4";
}
.ph-fill.ph-battery-medium:before {
  content: "\e0c6";
}
.ph-fill.ph-battery-plus:before {
  content: "\e808";
}
.ph-fill.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph-fill.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph-fill.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph-fill.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph-fill.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph-fill.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph-fill.ph-battery-warning:before {
  content: "\e0c8";
}
.ph-fill.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph-fill.ph-beach-ball:before {
  content: "\ed24";
}
.ph-fill.ph-beanie:before {
  content: "\ea2a";
}
.ph-fill.ph-bed:before {
  content: "\e0cc";
}
.ph-fill.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph-fill.ph-beer-stein:before {
  content: "\eb62";
}
.ph-fill.ph-behance-logo:before {
  content: "\e7f4";
}
.ph-fill.ph-bell:before {
  content: "\e0ce";
}
.ph-fill.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph-fill.ph-bell-simple:before {
  content: "\e0d0";
}
.ph-fill.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph-fill.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph-fill.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph-fill.ph-bell-slash:before {
  content: "\e0d4";
}
.ph-fill.ph-bell-z:before {
  content: "\e5ee";
}
.ph-fill.ph-belt:before {
  content: "\ea2c";
}
.ph-fill.ph-bezier-curve:before {
  content: "\eb00";
}
.ph-fill.ph-bicycle:before {
  content: "\e0d6";
}
.ph-fill.ph-binary:before {
  content: "\ee60";
}
.ph-fill.ph-binoculars:before {
  content: "\ea64";
}
.ph-fill.ph-biohazard:before {
  content: "\e9e0";
}
.ph-fill.ph-bird:before {
  content: "\e72c";
}
.ph-fill.ph-blueprint:before {
  content: "\eda0";
}
.ph-fill.ph-bluetooth:before {
  content: "\e0da";
}
.ph-fill.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph-fill.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph-fill.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph-fill.ph-boat:before {
  content: "\e786";
}
.ph-fill.ph-bomb:before {
  content: "\ee0a";
}
.ph-fill.ph-bone:before {
  content: "\e7f2";
}
.ph-fill.ph-book:before {
  content: "\e0e2";
}
.ph-fill.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph-fill.ph-book-open:before {
  content: "\e0e6";
}
.ph-fill.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-fill.ph-book-open-user:before {
  content: "\ede0";
}
.ph-fill.ph-bookmark:before {
  content: "\e0e8";
}
.ph-fill.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-fill.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-fill.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph-fill.ph-books:before {
  content: "\e758";
}
.ph-fill.ph-boot:before {
  content: "\ecca";
}
.ph-fill.ph-boules:before {
  content: "\e722";
}
.ph-fill.ph-bounding-box:before {
  content: "\e6ce";
}
.ph-fill.ph-bowl-food:before {
  content: "\eaa4";
}
.ph-fill.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph-fill.ph-bowling-ball:before {
  content: "\ea34";
}
.ph-fill.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph-fill.ph-archive-box:before {
  content: "\e00e";
}
.ph-fill.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph-fill.ph-boxing-glove:before {
  content: "\ea36";
}
.ph-fill.ph-brackets-angle:before {
  content: "\e862";
}
.ph-fill.ph-brackets-curly:before {
  content: "\e860";
}
.ph-fill.ph-brackets-round:before {
  content: "\e864";
}
.ph-fill.ph-brackets-square:before {
  content: "\e85e";
}
.ph-fill.ph-brain:before {
  content: "\e74e";
}
.ph-fill.ph-brandy:before {
  content: "\e6b4";
}
.ph-fill.ph-bread:before {
  content: "\e81c";
}
.ph-fill.ph-bridge:before {
  content: "\ea68";
}
.ph-fill.ph-briefcase:before {
  content: "\e0ee";
}
.ph-fill.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph-fill.ph-broadcast:before {
  content: "\e0f2";
}
.ph-fill.ph-broom:before {
  content: "\ec54";
}
.ph-fill.ph-browser:before {
  content: "\e0f4";
}
.ph-fill.ph-browsers:before {
  content: "\e0f6";
}
.ph-fill.ph-bug:before {
  content: "\e5f4";
}
.ph-fill.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph-fill.ph-bug-droid:before {
  content: "\e5f8";
}
.ph-fill.ph-building:before {
  content: "\e100";
}
.ph-fill.ph-building-apartment:before {
  content: "\e0fe";
}
.ph-fill.ph-building-office:before {
  content: "\e0ff";
}
.ph-fill.ph-buildings:before {
  content: "\e102";
}
.ph-fill.ph-bulldozer:before {
  content: "\ec6c";
}
.ph-fill.ph-bus:before {
  content: "\e106";
}
.ph-fill.ph-butterfly:before {
  content: "\ea6e";
}
.ph-fill.ph-cable-car:before {
  content: "\e49c";
}
.ph-fill.ph-cactus:before {
  content: "\e918";
}
.ph-fill.ph-cake:before {
  content: "\e780";
}
.ph-fill.ph-calculator:before {
  content: "\e538";
}
.ph-fill.ph-calendar:before {
  content: "\e108";
}
.ph-fill.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-fill.ph-calendar-check:before {
  content: "\e712";
}
.ph-fill.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph-fill.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph-fill.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph-fill.ph-calendar-minus:before {
  content: "\ea14";
}
.ph-fill.ph-calendar-plus:before {
  content: "\e714";
}
.ph-fill.ph-calendar-slash:before {
  content: "\ea12";
}
.ph-fill.ph-calendar-star:before {
  content: "\e8b2";
}
.ph-fill.ph-calendar-x:before {
  content: "\e10c";
}
.ph-fill.ph-call-bell:before {
  content: "\e7de";
}
.ph-fill.ph-camera:before {
  content: "\e10e";
}
.ph-fill.ph-camera-plus:before {
  content: "\ec58";
}
.ph-fill.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph-fill.ph-camera-slash:before {
  content: "\e110";
}
.ph-fill.ph-campfire:before {
  content: "\e9d8";
}
.ph-fill.ph-car:before {
  content: "\e112";
}
.ph-fill.ph-car-battery:before {
  content: "\ee30";
}
.ph-fill.ph-car-profile:before {
  content: "\e8cc";
}
.ph-fill.ph-car-simple:before {
  content: "\e114";
}
.ph-fill.ph-cardholder:before {
  content: "\e5fa";
}
.ph-fill.ph-cards:before {
  content: "\e0f8";
}
.ph-fill.ph-cards-three:before {
  content: "\ee50";
}
.ph-fill.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph-fill.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph-fill.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph-fill.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph-fill.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph-fill.ph-caret-circle-left:before {
  content: "\e120";
}
.ph-fill.ph-caret-circle-right:before {
  content: "\e122";
}
.ph-fill.ph-caret-circle-up:before {
  content: "\e124";
}
.ph-fill.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph-fill.ph-caret-double-down:before {
  content: "\e126";
}
.ph-fill.ph-caret-double-left:before {
  content: "\e128";
}
.ph-fill.ph-caret-double-right:before {
  content: "\e12a";
}
.ph-fill.ph-caret-double-up:before {
  content: "\e12c";
}
.ph-fill.ph-caret-down:before {
  content: "\e136";
}
.ph-fill.ph-caret-left:before {
  content: "\e138";
}
.ph-fill.ph-caret-line-down:before {
  content: "\e134";
}
.ph-fill.ph-caret-line-left:before {
  content: "\e132";
}
.ph-fill.ph-caret-line-right:before {
  content: "\e130";
}
.ph-fill.ph-caret-line-up:before {
  content: "\e12e";
}
.ph-fill.ph-caret-right:before {
  content: "\e13a";
}
.ph-fill.ph-caret-up:before {
  content: "\e13c";
}
.ph-fill.ph-caret-up-down:before {
  content: "\e140";
}
.ph-fill.ph-carrot:before {
  content: "\ed38";
}
.ph-fill.ph-cash-register:before {
  content: "\ed80";
}
.ph-fill.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph-fill.ph-castle-turret:before {
  content: "\e9d0";
}
.ph-fill.ph-cat:before {
  content: "\e748";
}
.ph-fill.ph-cell-signal-full:before {
  content: "\e142";
}
.ph-fill.ph-cell-signal-high:before {
  content: "\e144";
}
.ph-fill.ph-cell-signal-low:before {
  content: "\e146";
}
.ph-fill.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph-fill.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph-fill.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph-fill.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph-fill.ph-cell-tower:before {
  content: "\ebaa";
}
.ph-fill.ph-certificate:before {
  content: "\e766";
}
.ph-fill.ph-chair:before {
  content: "\e950";
}
.ph-fill.ph-chalkboard:before {
  content: "\e5fc";
}
.ph-fill.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph-fill.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-fill.ph-champagne:before {
  content: "\eaca";
}
.ph-fill.ph-charging-station:before {
  content: "\e8d0";
}
.ph-fill.ph-chart-bar:before {
  content: "\e150";
}
.ph-fill.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph-fill.ph-chart-donut:before {
  content: "\eaa6";
}
.ph-fill.ph-chart-line:before {
  content: "\e154";
}
.ph-fill.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph-fill.ph-chart-line-up:before {
  content: "\e156";
}
.ph-fill.ph-chart-pie:before {
  content: "\e158";
}
.ph-fill.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-fill.ph-chart-polar:before {
  content: "\eaa8";
}
.ph-fill.ph-chart-scatter:before {
  content: "\eaac";
}
.ph-fill.ph-chat:before {
  content: "\e15c";
}
.ph-fill.ph-chat-centered:before {
  content: "\e160";
}
.ph-fill.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph-fill.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph-fill.ph-chat-centered-text:before {
  content: "\e166";
}
.ph-fill.ph-chat-circle:before {
  content: "\e168";
}
.ph-fill.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph-fill.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph-fill.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph-fill.ph-chat-dots:before {
  content: "\e170";
}
.ph-fill.ph-chat-slash:before {
  content: "\e15e";
}
.ph-fill.ph-chat-teardrop:before {
  content: "\e172";
}
.ph-fill.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph-fill.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph-fill.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph-fill.ph-chat-text:before {
  content: "\e17a";
}
.ph-fill.ph-chats:before {
  content: "\e17c";
}
.ph-fill.ph-chats-circle:before {
  content: "\e17e";
}
.ph-fill.ph-chats-teardrop:before {
  content: "\e180";
}
.ph-fill.ph-check:before {
  content: "\e182";
}
.ph-fill.ph-check-circle:before {
  content: "\e184";
}
.ph-fill.ph-check-fat:before {
  content: "\eba6";
}
.ph-fill.ph-check-square:before {
  content: "\e186";
}
.ph-fill.ph-check-square-offset:before {
  content: "\e188";
}
.ph-fill.ph-checkerboard:before {
  content: "\e8c4";
}
.ph-fill.ph-checks:before {
  content: "\e53a";
}
.ph-fill.ph-cheers:before {
  content: "\ea4a";
}
.ph-fill.ph-cheese:before {
  content: "\e9fe";
}
.ph-fill.ph-chef-hat:before {
  content: "\ed8e";
}
.ph-fill.ph-cherries:before {
  content: "\e830";
}
.ph-fill.ph-church:before {
  content: "\ecea";
}
.ph-fill.ph-cigarette:before {
  content: "\ed90";
}
.ph-fill.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-fill.ph-circle:before {
  content: "\e18a";
}
.ph-fill.ph-circle-dashed:before {
  content: "\e602";
}
.ph-fill.ph-circle-half:before {
  content: "\e18c";
}
.ph-fill.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph-fill.ph-circle-notch:before {
  content: "\eb44";
}
.ph-fill.ph-circles-four:before {
  content: "\e190";
}
.ph-fill.ph-circles-three:before {
  content: "\e192";
}
.ph-fill.ph-circles-three-plus:before {
  content: "\e194";
}
.ph-fill.ph-circuitry:before {
  content: "\e9c2";
}
.ph-fill.ph-city:before {
  content: "\ea6a";
}
.ph-fill.ph-clipboard:before {
  content: "\e196";
}
.ph-fill.ph-clipboard-text:before {
  content: "\e198";
}
.ph-fill.ph-clock:before {
  content: "\e19a";
}
.ph-fill.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph-fill.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph-fill.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph-fill.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph-fill.ph-clock-user:before {
  content: "\edec";
}
.ph-fill.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph-fill.ph-cloud:before {
  content: "\e1aa";
}
.ph-fill.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph-fill.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph-fill.ph-cloud-check:before {
  content: "\e1b0";
}
.ph-fill.ph-cloud-fog:before {
  content: "\e53c";
}
.ph-fill.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph-fill.ph-cloud-moon:before {
  content: "\e53e";
}
.ph-fill.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph-fill.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph-fill.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph-fill.ph-cloud-sun:before {
  content: "\e540";
}
.ph-fill.ph-cloud-warning:before {
  content: "\ea98";
}
.ph-fill.ph-cloud-x:before {
  content: "\ea96";
}
.ph-fill.ph-clover:before {
  content: "\edc8";
}
.ph-fill.ph-club:before {
  content: "\e1ba";
}
.ph-fill.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph-fill.ph-coda-logo:before {
  content: "\e7ce";
}
.ph-fill.ph-code:before {
  content: "\e1bc";
}
.ph-fill.ph-code-block:before {
  content: "\eafe";
}
.ph-fill.ph-code-simple:before {
  content: "\e1be";
}
.ph-fill.ph-codepen-logo:before {
  content: "\e978";
}
.ph-fill.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph-fill.ph-coffee:before {
  content: "\e1c2";
}
.ph-fill.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph-fill.ph-coin:before {
  content: "\e60e";
}
.ph-fill.ph-coin-vertical:before {
  content: "\eb48";
}
.ph-fill.ph-coins:before {
  content: "\e78e";
}
.ph-fill.ph-columns:before {
  content: "\e546";
}
.ph-fill.ph-columns-plus-left:before {
  content: "\e544";
}
.ph-fill.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-fill.ph-command:before {
  content: "\e1c4";
}
.ph-fill.ph-compass:before {
  content: "\e1c8";
}
.ph-fill.ph-compass-rose:before {
  content: "\e1c6";
}
.ph-fill.ph-compass-tool:before {
  content: "\ea0e";
}
.ph-fill.ph-computer-tower:before {
  content: "\e548";
}
.ph-fill.ph-confetti:before {
  content: "\e81a";
}
.ph-fill.ph-contactless-payment:before {
  content: "\ed42";
}
.ph-fill.ph-control:before {
  content: "\eca6";
}
.ph-fill.ph-cookie:before {
  content: "\e6ca";
}
.ph-fill.ph-cooking-pot:before {
  content: "\e764";
}
.ph-fill.ph-copy:before {
  content: "\e1ca";
}
.ph-fill.ph-copy-simple:before {
  content: "\e1cc";
}
.ph-fill.ph-copyleft:before {
  content: "\e86a";
}
.ph-fill.ph-copyright:before {
  content: "\e54a";
}
.ph-fill.ph-corners-in:before {
  content: "\e1ce";
}
.ph-fill.ph-corners-out:before {
  content: "\e1d0";
}
.ph-fill.ph-couch:before {
  content: "\e7f6";
}
.ph-fill.ph-court-basketball:before {
  content: "\ee36";
}
.ph-fill.ph-cow:before {
  content: "\eabe";
}
.ph-fill.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph-fill.ph-cpu:before {
  content: "\e610";
}
.ph-fill.ph-crane:before {
  content: "\ed48";
}
.ph-fill.ph-crane-tower:before {
  content: "\ed49";
}
.ph-fill.ph-credit-card:before {
  content: "\e1d2";
}
.ph-fill.ph-cricket:before {
  content: "\ee12";
}
.ph-fill.ph-crop:before {
  content: "\e1d4";
}
.ph-fill.ph-cross:before {
  content: "\e8a0";
}
.ph-fill.ph-crosshair:before {
  content: "\e1d6";
}
.ph-fill.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph-fill.ph-crown:before {
  content: "\e614";
}
.ph-fill.ph-crown-cross:before {
  content: "\ee5e";
}
.ph-fill.ph-crown-simple:before {
  content: "\e616";
}
.ph-fill.ph-cube:before {
  content: "\e1da";
}
.ph-fill.ph-cube-focus:before {
  content: "\ed0a";
}
.ph-fill.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-fill.ph-currency-btc:before {
  content: "\e618";
}
.ph-fill.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-fill.ph-currency-cny:before {
  content: "\e54e";
}
.ph-fill.ph-currency-dollar:before {
  content: "\e550";
}
.ph-fill.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph-fill.ph-currency-eth:before {
  content: "\eada";
}
.ph-fill.ph-currency-eur:before {
  content: "\e554";
}
.ph-fill.ph-currency-gbp:before {
  content: "\e556";
}
.ph-fill.ph-currency-inr:before {
  content: "\e558";
}
.ph-fill.ph-currency-jpy:before {
  content: "\e55a";
}
.ph-fill.ph-currency-krw:before {
  content: "\e55c";
}
.ph-fill.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph-fill.ph-currency-ngn:before {
  content: "\eb52";
}
.ph-fill.ph-currency-rub:before {
  content: "\e55e";
}
.ph-fill.ph-cursor:before {
  content: "\e1dc";
}
.ph-fill.ph-cursor-click:before {
  content: "\e7c8";
}
.ph-fill.ph-cursor-text:before {
  content: "\e7d8";
}
.ph-fill.ph-cylinder:before {
  content: "\e8fc";
}
.ph-fill.ph-database:before {
  content: "\e1de";
}
.ph-fill.ph-desk:before {
  content: "\ed16";
}
.ph-fill.ph-desktop:before {
  content: "\e560";
}
.ph-fill.ph-desktop-tower:before {
  content: "\e562";
}
.ph-fill.ph-detective:before {
  content: "\e83e";
}
.ph-fill.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph-fill.ph-device-mobile:before {
  content: "\e1e0";
}
.ph-fill.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph-fill.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph-fill.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph-fill.ph-device-rotate:before {
  content: "\edf2";
}
.ph-fill.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-fill.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph-fill.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph-fill.ph-devices:before {
  content: "\eba4";
}
.ph-fill.ph-diamond:before {
  content: "\e1ec";
}
.ph-fill.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph-fill.ph-dice-five:before {
  content: "\e1ee";
}
.ph-fill.ph-dice-four:before {
  content: "\e1f0";
}
.ph-fill.ph-dice-one:before {
  content: "\e1f2";
}
.ph-fill.ph-dice-six:before {
  content: "\e1f4";
}
.ph-fill.ph-dice-three:before {
  content: "\e1f6";
}
.ph-fill.ph-dice-two:before {
  content: "\e1f8";
}
.ph-fill.ph-disc:before {
  content: "\e564";
}
.ph-fill.ph-disco-ball:before {
  content: "\ed98";
}
.ph-fill.ph-discord-logo:before {
  content: "\e61a";
}
.ph-fill.ph-divide:before {
  content: "\e1fa";
}
.ph-fill.ph-dna:before {
  content: "\e924";
}
.ph-fill.ph-dog:before {
  content: "\e74a";
}
.ph-fill.ph-door:before {
  content: "\e61c";
}
.ph-fill.ph-door-open:before {
  content: "\e7e6";
}
.ph-fill.ph-dot:before {
  content: "\ecde";
}
.ph-fill.ph-dot-outline:before {
  content: "\ece0";
}
.ph-fill.ph-dots-nine:before {
  content: "\e1fc";
}
.ph-fill.ph-dots-six:before {
  content: "\e794";
}
.ph-fill.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph-fill.ph-dots-three:before {
  content: "\e1fe";
}
.ph-fill.ph-dots-three-circle:before {
  content: "\e200";
}
.ph-fill.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph-fill.ph-dots-three-outline:before {
  content: "\e204";
}
.ph-fill.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-fill.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph-fill.ph-download:before {
  content: "\e20a";
}
.ph-fill.ph-download-simple:before {
  content: "\e20c";
}
.ph-fill.ph-dress:before {
  content: "\ea7e";
}
.ph-fill.ph-dresser:before {
  content: "\e94e";
}
.ph-fill.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph-fill.ph-drone:before {
  content: "\ed74";
}
.ph-fill.ph-drop:before {
  content: "\e210";
}
.ph-fill.ph-drop-half:before {
  content: "\e566";
}
.ph-fill.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph-fill.ph-drop-simple:before {
  content: "\ee32";
}
.ph-fill.ph-drop-slash:before {
  content: "\e954";
}
.ph-fill.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph-fill.ph-ear:before {
  content: "\e70c";
}
.ph-fill.ph-ear-slash:before {
  content: "\e70e";
}
.ph-fill.ph-egg:before {
  content: "\e812";
}
.ph-fill.ph-egg-crack:before {
  content: "\eb64";
}
.ph-fill.ph-eject:before {
  content: "\e212";
}
.ph-fill.ph-eject-simple:before {
  content: "\e6ae";
}
.ph-fill.ph-elevator:before {
  content: "\ecc0";
}
.ph-fill.ph-empty:before {
  content: "\edbc";
}
.ph-fill.ph-engine:before {
  content: "\ea80";
}
.ph-fill.ph-envelope:before {
  content: "\e214";
}
.ph-fill.ph-envelope-open:before {
  content: "\e216";
}
.ph-fill.ph-envelope-simple:before {
  content: "\e218";
}
.ph-fill.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph-fill.ph-equalizer:before {
  content: "\ebbc";
}
.ph-fill.ph-equals:before {
  content: "\e21c";
}
.ph-fill.ph-eraser:before {
  content: "\e21e";
}
.ph-fill.ph-escalator-down:before {
  content: "\ecba";
}
.ph-fill.ph-escalator-up:before {
  content: "\ecbc";
}
.ph-fill.ph-exam:before {
  content: "\e742";
}
.ph-fill.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph-fill.ph-exclude:before {
  content: "\e882";
}
.ph-fill.ph-exclude-square:before {
  content: "\e880";
}
.ph-fill.ph-export:before {
  content: "\eaf0";
}
.ph-fill.ph-eye:before {
  content: "\e220";
}
.ph-fill.ph-eye-closed:before {
  content: "\e222";
}
.ph-fill.ph-eye-slash:before {
  content: "\e224";
}
.ph-fill.ph-eyedropper:before {
  content: "\e568";
}
.ph-fill.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph-fill.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph-fill.ph-eyes:before {
  content: "\ee5c";
}
.ph-fill.ph-face-mask:before {
  content: "\e56a";
}
.ph-fill.ph-facebook-logo:before {
  content: "\e226";
}
.ph-fill.ph-factory:before {
  content: "\e760";
}
.ph-fill.ph-faders:before {
  content: "\e228";
}
.ph-fill.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph-fill.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph-fill.ph-fan:before {
  content: "\e9f2";
}
.ph-fill.ph-farm:before {
  content: "\ec70";
}
.ph-fill.ph-fast-forward:before {
  content: "\e6a6";
}
.ph-fill.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph-fill.ph-feather:before {
  content: "\e9c0";
}
.ph-fill.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph-fill.ph-figma-logo:before {
  content: "\e22e";
}
.ph-fill.ph-file:before {
  content: "\e230";
}
.ph-fill.ph-file-archive:before {
  content: "\eb2a";
}
.ph-fill.ph-file-arrow-down:before {
  content: "\e232";
}
.ph-fill.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph-fill.ph-file-audio:before {
  content: "\ea20";
}
.ph-fill.ph-file-c:before {
  content: "\eb32";
}
.ph-fill.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph-fill.ph-file-cloud:before {
  content: "\e95e";
}
.ph-fill.ph-file-code:before {
  content: "\e914";
}
.ph-fill.ph-file-cpp:before {
  content: "\eb2e";
}
.ph-fill.ph-file-css:before {
  content: "\eb34";
}
.ph-fill.ph-file-csv:before {
  content: "\eb1c";
}
.ph-fill.ph-file-dashed:before {
  content: "\e704";
}
.ph-fill.ph-file-dotted:before {
  content: "\e704";
}
.ph-fill.ph-file-doc:before {
  content: "\eb1e";
}
.ph-fill.ph-file-html:before {
  content: "\eb38";
}
.ph-fill.ph-file-image:before {
  content: "\ea24";
}
.ph-fill.ph-file-ini:before {
  content: "\eb33";
}
.ph-fill.ph-file-jpg:before {
  content: "\eb1a";
}
.ph-fill.ph-file-js:before {
  content: "\eb24";
}
.ph-fill.ph-file-jsx:before {
  content: "\eb3a";
}
.ph-fill.ph-file-lock:before {
  content: "\e95c";
}
.ph-fill.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph-fill.ph-file-search:before {
  content: "\e238";
}
.ph-fill.ph-file-md:before {
  content: "\ed50";
}
.ph-fill.ph-file-minus:before {
  content: "\e234";
}
.ph-fill.ph-file-pdf:before {
  content: "\e702";
}
.ph-fill.ph-file-plus:before {
  content: "\e236";
}
.ph-fill.ph-file-png:before {
  content: "\eb18";
}
.ph-fill.ph-file-ppt:before {
  content: "\eb20";
}
.ph-fill.ph-file-py:before {
  content: "\eb2c";
}
.ph-fill.ph-file-rs:before {
  content: "\eb28";
}
.ph-fill.ph-file-sql:before {
  content: "\ed4e";
}
.ph-fill.ph-file-svg:before {
  content: "\ed08";
}
.ph-fill.ph-file-text:before {
  content: "\e23a";
}
.ph-fill.ph-file-ts:before {
  content: "\eb26";
}
.ph-fill.ph-file-tsx:before {
  content: "\eb3c";
}
.ph-fill.ph-file-txt:before {
  content: "\eb35";
}
.ph-fill.ph-file-video:before {
  content: "\ea22";
}
.ph-fill.ph-file-vue:before {
  content: "\eb3e";
}
.ph-fill.ph-file-x:before {
  content: "\e23c";
}
.ph-fill.ph-file-xls:before {
  content: "\eb22";
}
.ph-fill.ph-file-zip:before {
  content: "\e958";
}
.ph-fill.ph-files:before {
  content: "\e710";
}
.ph-fill.ph-film-reel:before {
  content: "\e8c0";
}
.ph-fill.ph-film-script:before {
  content: "\eb50";
}
.ph-fill.ph-film-slate:before {
  content: "\e8c2";
}
.ph-fill.ph-film-strip:before {
  content: "\e792";
}
.ph-fill.ph-fingerprint:before {
  content: "\e23e";
}
.ph-fill.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph-fill.ph-finn-the-human:before {
  content: "\e56c";
}
.ph-fill.ph-fire:before {
  content: "\e242";
}
.ph-fill.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph-fill.ph-fire-simple:before {
  content: "\e620";
}
.ph-fill.ph-fire-truck:before {
  content: "\e574";
}
.ph-fill.ph-first-aid:before {
  content: "\e56e";
}
.ph-fill.ph-first-aid-kit:before {
  content: "\e570";
}
.ph-fill.ph-fish:before {
  content: "\e728";
}
.ph-fill.ph-fish-simple:before {
  content: "\e72a";
}
.ph-fill.ph-flag:before {
  content: "\e244";
}
.ph-fill.ph-flag-banner:before {
  content: "\e622";
}
.ph-fill.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph-fill.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-fill.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph-fill.ph-flame:before {
  content: "\e624";
}
.ph-fill.ph-flashlight:before {
  content: "\e246";
}
.ph-fill.ph-flask:before {
  content: "\e79e";
}
.ph-fill.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph-fill.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph-fill.ph-floppy-disk:before {
  content: "\e248";
}
.ph-fill.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph-fill.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph-fill.ph-flower:before {
  content: "\e75e";
}
.ph-fill.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-fill.ph-flower-tulip:before {
  content: "\eacc";
}
.ph-fill.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph-fill.ph-folder:before {
  content: "\e24a";
}
.ph-fill.ph-folder-notch:before {
  content: "\e24a";
}
.ph-fill.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph-fill.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph-fill.ph-folder-lock:before {
  content: "\ea3c";
}
.ph-fill.ph-folder-minus:before {
  content: "\e254";
}
.ph-fill.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph-fill.ph-folder-open:before {
  content: "\e256";
}
.ph-fill.ph-folder-notch-open:before {
  content: "\e256";
}
.ph-fill.ph-folder-plus:before {
  content: "\e258";
}
.ph-fill.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph-fill.ph-folder-simple:before {
  content: "\e25a";
}
.ph-fill.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph-fill.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph-fill.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph-fill.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph-fill.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph-fill.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph-fill.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph-fill.ph-folder-star:before {
  content: "\ea86";
}
.ph-fill.ph-folder-user:before {
  content: "\eb46";
}
.ph-fill.ph-folders:before {
  content: "\e260";
}
.ph-fill.ph-football:before {
  content: "\e718";
}
.ph-fill.ph-football-helmet:before {
  content: "\ee4c";
}
.ph-fill.ph-footprints:before {
  content: "\ea88";
}
.ph-fill.ph-fork-knife:before {
  content: "\e262";
}
.ph-fill.ph-four-k:before {
  content: "\ea5c";
}
.ph-fill.ph-frame-corners:before {
  content: "\e626";
}
.ph-fill.ph-framer-logo:before {
  content: "\e264";
}
.ph-fill.ph-function:before {
  content: "\ebe4";
}
.ph-fill.ph-funnel:before {
  content: "\e266";
}
.ph-fill.ph-funnel-simple:before {
  content: "\e268";
}
.ph-fill.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph-fill.ph-funnel-x:before {
  content: "\e26c";
}
.ph-fill.ph-game-controller:before {
  content: "\e26e";
}
.ph-fill.ph-garage:before {
  content: "\ecd6";
}
.ph-fill.ph-gas-can:before {
  content: "\e8ce";
}
.ph-fill.ph-gas-pump:before {
  content: "\e768";
}
.ph-fill.ph-gauge:before {
  content: "\e628";
}
.ph-fill.ph-gavel:before {
  content: "\ea32";
}
.ph-fill.ph-gear:before {
  content: "\e270";
}
.ph-fill.ph-gear-fine:before {
  content: "\e87c";
}
.ph-fill.ph-gear-six:before {
  content: "\e272";
}
.ph-fill.ph-gender-female:before {
  content: "\e6e0";
}
.ph-fill.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph-fill.ph-gender-male:before {
  content: "\e6e2";
}
.ph-fill.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph-fill.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph-fill.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph-fill.ph-ghost:before {
  content: "\e62a";
}
.ph-fill.ph-gif:before {
  content: "\e274";
}
.ph-fill.ph-gift:before {
  content: "\e276";
}
.ph-fill.ph-git-branch:before {
  content: "\e278";
}
.ph-fill.ph-git-commit:before {
  content: "\e27a";
}
.ph-fill.ph-git-diff:before {
  content: "\e27c";
}
.ph-fill.ph-git-fork:before {
  content: "\e27e";
}
.ph-fill.ph-git-merge:before {
  content: "\e280";
}
.ph-fill.ph-git-pull-request:before {
  content: "\e282";
}
.ph-fill.ph-github-logo:before {
  content: "\e576";
}
.ph-fill.ph-gitlab-logo:before {
  content: "\e694";
}
.ph-fill.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph-fill.ph-globe:before {
  content: "\e288";
}
.ph-fill.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph-fill.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-fill.ph-globe-simple:before {
  content: "\e28e";
}
.ph-fill.ph-globe-simple-x:before {
  content: "\e284";
}
.ph-fill.ph-globe-stand:before {
  content: "\e290";
}
.ph-fill.ph-globe-x:before {
  content: "\e286";
}
.ph-fill.ph-goggles:before {
  content: "\ecb4";
}
.ph-fill.ph-golf:before {
  content: "\ea3e";
}
.ph-fill.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph-fill.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph-fill.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph-fill.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph-fill.ph-google-logo:before {
  content: "\e292";
}
.ph-fill.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph-fill.ph-google-play-logo:before {
  content: "\e294";
}
.ph-fill.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph-fill.ph-gps:before {
  content: "\edd8";
}
.ph-fill.ph-gps-fix:before {
  content: "\edd6";
}
.ph-fill.ph-gps-slash:before {
  content: "\edd4";
}
.ph-fill.ph-gradient:before {
  content: "\eb42";
}
.ph-fill.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-fill.ph-grains:before {
  content: "\ec68";
}
.ph-fill.ph-grains-slash:before {
  content: "\ec6a";
}
.ph-fill.ph-graph:before {
  content: "\eb58";
}
.ph-fill.ph-graphics-card:before {
  content: "\e612";
}
.ph-fill.ph-greater-than:before {
  content: "\edc4";
}
.ph-fill.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph-fill.ph-grid-four:before {
  content: "\e296";
}
.ph-fill.ph-grid-nine:before {
  content: "\ec8c";
}
.ph-fill.ph-guitar:before {
  content: "\ea8a";
}
.ph-fill.ph-hair-dryer:before {
  content: "\ea66";
}
.ph-fill.ph-hamburger:before {
  content: "\e790";
}
.ph-fill.ph-hammer:before {
  content: "\e80e";
}
.ph-fill.ph-hand:before {
  content: "\e298";
}
.ph-fill.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph-fill.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph-fill.ph-hand-coins:before {
  content: "\ea8c";
}
.ph-fill.ph-hand-deposit:before {
  content: "\ee82";
}
.ph-fill.ph-hand-eye:before {
  content: "\ea4c";
}
.ph-fill.ph-hand-fist:before {
  content: "\e57a";
}
.ph-fill.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph-fill.ph-hand-heart:before {
  content: "\e810";
}
.ph-fill.ph-hand-palm:before {
  content: "\e57e";
}
.ph-fill.ph-hand-peace:before {
  content: "\e7cc";
}
.ph-fill.ph-hand-pointing:before {
  content: "\e29a";
}
.ph-fill.ph-hand-soap:before {
  content: "\e630";
}
.ph-fill.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph-fill.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph-fill.ph-hand-tap:before {
  content: "\ec90";
}
.ph-fill.ph-hand-waving:before {
  content: "\e580";
}
.ph-fill.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph-fill.ph-handbag:before {
  content: "\e29c";
}
.ph-fill.ph-handbag-simple:before {
  content: "\e62e";
}
.ph-fill.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph-fill.ph-hands-praying:before {
  content: "\ecc8";
}
.ph-fill.ph-handshake:before {
  content: "\e582";
}
.ph-fill.ph-hard-drive:before {
  content: "\e29e";
}
.ph-fill.ph-hard-drives:before {
  content: "\e2a0";
}
.ph-fill.ph-hard-hat:before {
  content: "\ed46";
}
.ph-fill.ph-hash:before {
  content: "\e2a2";
}
.ph-fill.ph-hash-straight:before {
  content: "\e2a4";
}
.ph-fill.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-fill.ph-headlights:before {
  content: "\e6fe";
}
.ph-fill.ph-headphones:before {
  content: "\e2a6";
}
.ph-fill.ph-headset:before {
  content: "\e584";
}
.ph-fill.ph-heart:before {
  content: "\e2a8";
}
.ph-fill.ph-heart-break:before {
  content: "\ebe8";
}
.ph-fill.ph-heart-half:before {
  content: "\ec48";
}
.ph-fill.ph-heart-straight:before {
  content: "\e2aa";
}
.ph-fill.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph-fill.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-fill.ph-hexagon:before {
  content: "\e2ae";
}
.ph-fill.ph-high-definition:before {
  content: "\ea8e";
}
.ph-fill.ph-high-heel:before {
  content: "\e8e8";
}
.ph-fill.ph-highlighter:before {
  content: "\ec76";
}
.ph-fill.ph-highlighter-circle:before {
  content: "\e632";
}
.ph-fill.ph-hockey:before {
  content: "\ec86";
}
.ph-fill.ph-hoodie:before {
  content: "\ecd0";
}
.ph-fill.ph-horse:before {
  content: "\e2b0";
}
.ph-fill.ph-hospital:before {
  content: "\e844";
}
.ph-fill.ph-hourglass:before {
  content: "\e2b2";
}
.ph-fill.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph-fill.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph-fill.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph-fill.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph-fill.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph-fill.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph-fill.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph-fill.ph-house:before {
  content: "\e2c2";
}
.ph-fill.ph-house-line:before {
  content: "\e2c4";
}
.ph-fill.ph-house-simple:before {
  content: "\e2c6";
}
.ph-fill.ph-hurricane:before {
  content: "\e88e";
}
.ph-fill.ph-ice-cream:before {
  content: "\e804";
}
.ph-fill.ph-identification-badge:before {
  content: "\e6f6";
}
.ph-fill.ph-identification-card:before {
  content: "\e2c8";
}
.ph-fill.ph-image:before {
  content: "\e2ca";
}
.ph-fill.ph-image-broken:before {
  content: "\e7a8";
}
.ph-fill.ph-image-square:before {
  content: "\e2cc";
}
.ph-fill.ph-images:before {
  content: "\e836";
}
.ph-fill.ph-images-square:before {
  content: "\e834";
}
.ph-fill.ph-infinity:before {
  content: "\e634";
}
.ph-fill.ph-lemniscate:before {
  content: "\e634";
}
.ph-fill.ph-info:before {
  content: "\e2ce";
}
.ph-fill.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-fill.ph-intersect:before {
  content: "\e2d2";
}
.ph-fill.ph-intersect-square:before {
  content: "\e87a";
}
.ph-fill.ph-intersect-three:before {
  content: "\ecc4";
}
.ph-fill.ph-intersection:before {
  content: "\edba";
}
.ph-fill.ph-invoice:before {
  content: "\ee42";
}
.ph-fill.ph-island:before {
  content: "\ee06";
}
.ph-fill.ph-jar:before {
  content: "\e7e0";
}
.ph-fill.ph-jar-label:before {
  content: "\e7e1";
}
.ph-fill.ph-jeep:before {
  content: "\e2d4";
}
.ph-fill.ph-joystick:before {
  content: "\ea5e";
}
.ph-fill.ph-kanban:before {
  content: "\eb54";
}
.ph-fill.ph-key:before {
  content: "\e2d6";
}
.ph-fill.ph-key-return:before {
  content: "\e782";
}
.ph-fill.ph-keyboard:before {
  content: "\e2d8";
}
.ph-fill.ph-keyhole:before {
  content: "\ea78";
}
.ph-fill.ph-knife:before {
  content: "\e636";
}
.ph-fill.ph-ladder:before {
  content: "\e9e4";
}
.ph-fill.ph-ladder-simple:before {
  content: "\ec26";
}
.ph-fill.ph-lamp:before {
  content: "\e638";
}
.ph-fill.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph-fill.ph-laptop:before {
  content: "\e586";
}
.ph-fill.ph-lasso:before {
  content: "\edc6";
}
.ph-fill.ph-lastfm-logo:before {
  content: "\e842";
}
.ph-fill.ph-layout:before {
  content: "\e6d6";
}
.ph-fill.ph-leaf:before {
  content: "\e2da";
}
.ph-fill.ph-lectern:before {
  content: "\e95a";
}
.ph-fill.ph-lego:before {
  content: "\e8c6";
}
.ph-fill.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph-fill.ph-less-than:before {
  content: "\edac";
}
.ph-fill.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph-fill.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph-fill.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph-fill.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph-fill.ph-lifebuoy:before {
  content: "\e63a";
}
.ph-fill.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-fill.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph-fill.ph-lighthouse:before {
  content: "\e9f6";
}
.ph-fill.ph-lightning:before {
  content: "\e2de";
}
.ph-fill.ph-lightning-a:before {
  content: "\ea84";
}
.ph-fill.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph-fill.ph-line-segment:before {
  content: "\e6d2";
}
.ph-fill.ph-line-segments:before {
  content: "\e6d4";
}
.ph-fill.ph-line-vertical:before {
  content: "\ed70";
}
.ph-fill.ph-link:before {
  content: "\e2e2";
}
.ph-fill.ph-link-break:before {
  content: "\e2e4";
}
.ph-fill.ph-link-simple:before {
  content: "\e2e6";
}
.ph-fill.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph-fill.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph-fill.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph-fill.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-fill.ph-linktree-logo:before {
  content: "\edee";
}
.ph-fill.ph-linux-logo:before {
  content: "\eb02";
}
.ph-fill.ph-list:before {
  content: "\e2f0";
}
.ph-fill.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-fill.ph-list-checks:before {
  content: "\eadc";
}
.ph-fill.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-fill.ph-list-heart:before {
  content: "\ebde";
}
.ph-fill.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph-fill.ph-list-numbers:before {
  content: "\e2f6";
}
.ph-fill.ph-list-plus:before {
  content: "\e2f8";
}
.ph-fill.ph-list-star:before {
  content: "\ebdc";
}
.ph-fill.ph-lock:before {
  content: "\e2fa";
}
.ph-fill.ph-lock-key:before {
  content: "\e2fe";
}
.ph-fill.ph-lock-key-open:before {
  content: "\e300";
}
.ph-fill.ph-lock-laminated:before {
  content: "\e302";
}
.ph-fill.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph-fill.ph-lock-open:before {
  content: "\e306";
}
.ph-fill.ph-lock-simple:before {
  content: "\e308";
}
.ph-fill.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-fill.ph-lockers:before {
  content: "\ecb8";
}
.ph-fill.ph-log:before {
  content: "\ed82";
}
.ph-fill.ph-magic-wand:before {
  content: "\e6b6";
}
.ph-fill.ph-magnet:before {
  content: "\e680";
}
.ph-fill.ph-magnet-straight:before {
  content: "\e682";
}
.ph-fill.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-fill.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph-fill.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph-fill.ph-mailbox:before {
  content: "\ec1e";
}
.ph-fill.ph-map-pin:before {
  content: "\e316";
}
.ph-fill.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-fill.ph-map-pin-line:before {
  content: "\e318";
}
.ph-fill.ph-map-pin-plus:before {
  content: "\e314";
}
.ph-fill.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph-fill.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph-fill.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph-fill.ph-map-trifold:before {
  content: "\e31a";
}
.ph-fill.ph-markdown-logo:before {
  content: "\e508";
}
.ph-fill.ph-marker-circle:before {
  content: "\e640";
}
.ph-fill.ph-martini:before {
  content: "\e31c";
}
.ph-fill.ph-mask-happy:before {
  content: "\e9f4";
}
.ph-fill.ph-mask-sad:before {
  content: "\eb9e";
}
.ph-fill.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph-fill.ph-math-operations:before {
  content: "\e31e";
}
.ph-fill.ph-matrix-logo:before {
  content: "\ed64";
}
.ph-fill.ph-medal:before {
  content: "\e320";
}
.ph-fill.ph-medal-military:before {
  content: "\ecfc";
}
.ph-fill.ph-medium-logo:before {
  content: "\e322";
}
.ph-fill.ph-megaphone:before {
  content: "\e324";
}
.ph-fill.ph-megaphone-simple:before {
  content: "\e642";
}
.ph-fill.ph-member-of:before {
  content: "\edc2";
}
.ph-fill.ph-memory:before {
  content: "\e9c4";
}
.ph-fill.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph-fill.ph-meta-logo:before {
  content: "\ed02";
}
.ph-fill.ph-meteor:before {
  content: "\e9ba";
}
.ph-fill.ph-metronome:before {
  content: "\ec8e";
}
.ph-fill.ph-microphone:before {
  content: "\e326";
}
.ph-fill.ph-microphone-slash:before {
  content: "\e328";
}
.ph-fill.ph-microphone-stage:before {
  content: "\e75c";
}
.ph-fill.ph-microscope:before {
  content: "\ec7a";
}
.ph-fill.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph-fill.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph-fill.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph-fill.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph-fill.ph-minus:before {
  content: "\e32a";
}
.ph-fill.ph-minus-circle:before {
  content: "\e32c";
}
.ph-fill.ph-minus-square:before {
  content: "\ed4c";
}
.ph-fill.ph-money:before {
  content: "\e588";
}
.ph-fill.ph-money-wavy:before {
  content: "\ee68";
}
.ph-fill.ph-monitor:before {
  content: "\e32e";
}
.ph-fill.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph-fill.ph-monitor-play:before {
  content: "\e58c";
}
.ph-fill.ph-moon:before {
  content: "\e330";
}
.ph-fill.ph-moon-stars:before {
  content: "\e58e";
}
.ph-fill.ph-moped:before {
  content: "\e824";
}
.ph-fill.ph-moped-front:before {
  content: "\e822";
}
.ph-fill.ph-mosque:before {
  content: "\ecee";
}
.ph-fill.ph-motorcycle:before {
  content: "\e80a";
}
.ph-fill.ph-mountains:before {
  content: "\e7ae";
}
.ph-fill.ph-mouse:before {
  content: "\e33a";
}
.ph-fill.ph-mouse-left-click:before {
  content: "\e334";
}
.ph-fill.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph-fill.ph-mouse-right-click:before {
  content: "\e336";
}
.ph-fill.ph-mouse-scroll:before {
  content: "\e332";
}
.ph-fill.ph-mouse-simple:before {
  content: "\e644";
}
.ph-fill.ph-music-note:before {
  content: "\e33c";
}
.ph-fill.ph-music-note-simple:before {
  content: "\e33e";
}
.ph-fill.ph-music-notes:before {
  content: "\e340";
}
.ph-fill.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph-fill.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph-fill.ph-music-notes-simple:before {
  content: "\e342";
}
.ph-fill.ph-navigation-arrow:before {
  content: "\eade";
}
.ph-fill.ph-needle:before {
  content: "\e82e";
}
.ph-fill.ph-network:before {
  content: "\edde";
}
.ph-fill.ph-network-slash:before {
  content: "\eddc";
}
.ph-fill.ph-network-x:before {
  content: "\edda";
}
.ph-fill.ph-newspaper:before {
  content: "\e344";
}
.ph-fill.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph-fill.ph-not-equals:before {
  content: "\eda6";
}
.ph-fill.ph-not-member-of:before {
  content: "\edae";
}
.ph-fill.ph-not-subset-of:before {
  content: "\edb0";
}
.ph-fill.ph-not-superset-of:before {
  content: "\edb2";
}
.ph-fill.ph-notches:before {
  content: "\ed3a";
}
.ph-fill.ph-note:before {
  content: "\e348";
}
.ph-fill.ph-note-blank:before {
  content: "\e34a";
}
.ph-fill.ph-note-pencil:before {
  content: "\e34c";
}
.ph-fill.ph-notebook:before {
  content: "\e34e";
}
.ph-fill.ph-notepad:before {
  content: "\e63e";
}
.ph-fill.ph-notification:before {
  content: "\e6fa";
}
.ph-fill.ph-notion-logo:before {
  content: "\e9a0";
}
.ph-fill.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph-fill.ph-number-circle-eight:before {
  content: "\e352";
}
.ph-fill.ph-number-circle-five:before {
  content: "\e358";
}
.ph-fill.ph-number-circle-four:before {
  content: "\e35e";
}
.ph-fill.ph-number-circle-nine:before {
  content: "\e364";
}
.ph-fill.ph-number-circle-one:before {
  content: "\e36a";
}
.ph-fill.ph-number-circle-seven:before {
  content: "\e370";
}
.ph-fill.ph-number-circle-six:before {
  content: "\e376";
}
.ph-fill.ph-number-circle-three:before {
  content: "\e37c";
}
.ph-fill.ph-number-circle-two:before {
  content: "\e382";
}
.ph-fill.ph-number-circle-zero:before {
  content: "\e388";
}
.ph-fill.ph-number-eight:before {
  content: "\e350";
}
.ph-fill.ph-number-five:before {
  content: "\e356";
}
.ph-fill.ph-number-four:before {
  content: "\e35c";
}
.ph-fill.ph-number-nine:before {
  content: "\e362";
}
.ph-fill.ph-number-one:before {
  content: "\e368";
}
.ph-fill.ph-number-seven:before {
  content: "\e36e";
}
.ph-fill.ph-number-six:before {
  content: "\e374";
}
.ph-fill.ph-number-square-eight:before {
  content: "\e354";
}
.ph-fill.ph-number-square-five:before {
  content: "\e35a";
}
.ph-fill.ph-number-square-four:before {
  content: "\e360";
}
.ph-fill.ph-number-square-nine:before {
  content: "\e366";
}
.ph-fill.ph-number-square-one:before {
  content: "\e36c";
}
.ph-fill.ph-number-square-seven:before {
  content: "\e372";
}
.ph-fill.ph-number-square-six:before {
  content: "\e378";
}
.ph-fill.ph-number-square-three:before {
  content: "\e37e";
}
.ph-fill.ph-number-square-two:before {
  content: "\e384";
}
.ph-fill.ph-number-square-zero:before {
  content: "\e38a";
}
.ph-fill.ph-number-three:before {
  content: "\e37a";
}
.ph-fill.ph-number-two:before {
  content: "\e380";
}
.ph-fill.ph-number-zero:before {
  content: "\e386";
}
.ph-fill.ph-numpad:before {
  content: "\e3c8";
}
.ph-fill.ph-nut:before {
  content: "\e38c";
}
.ph-fill.ph-ny-times-logo:before {
  content: "\e646";
}
.ph-fill.ph-octagon:before {
  content: "\e38e";
}
.ph-fill.ph-office-chair:before {
  content: "\ea46";
}
.ph-fill.ph-onigiri:before {
  content: "\ee2c";
}
.ph-fill.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph-fill.ph-option:before {
  content: "\e8a8";
}
.ph-fill.ph-orange:before {
  content: "\ee40";
}
.ph-fill.ph-orange-slice:before {
  content: "\ed36";
}
.ph-fill.ph-oven:before {
  content: "\ed8c";
}
.ph-fill.ph-package:before {
  content: "\e390";
}
.ph-fill.ph-paint-brush:before {
  content: "\e6f0";
}
.ph-fill.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph-fill.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph-fill.ph-paint-bucket:before {
  content: "\e392";
}
.ph-fill.ph-paint-roller:before {
  content: "\e6f4";
}
.ph-fill.ph-palette:before {
  content: "\e6c8";
}
.ph-fill.ph-panorama:before {
  content: "\eaa2";
}
.ph-fill.ph-pants:before {
  content: "\ec88";
}
.ph-fill.ph-paper-plane:before {
  content: "\e394";
}
.ph-fill.ph-paper-plane-right:before {
  content: "\e396";
}
.ph-fill.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph-fill.ph-paperclip:before {
  content: "\e39a";
}
.ph-fill.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph-fill.ph-parachute:before {
  content: "\ea7c";
}
.ph-fill.ph-paragraph:before {
  content: "\e960";
}
.ph-fill.ph-parallelogram:before {
  content: "\ecc6";
}
.ph-fill.ph-park:before {
  content: "\ecb2";
}
.ph-fill.ph-password:before {
  content: "\e752";
}
.ph-fill.ph-path:before {
  content: "\e39c";
}
.ph-fill.ph-patreon-logo:before {
  content: "\e98a";
}
.ph-fill.ph-pause:before {
  content: "\e39e";
}
.ph-fill.ph-pause-circle:before {
  content: "\e3a0";
}
.ph-fill.ph-paw-print:before {
  content: "\e648";
}
.ph-fill.ph-paypal-logo:before {
  content: "\e98c";
}
.ph-fill.ph-peace:before {
  content: "\e3a2";
}
.ph-fill.ph-pen:before {
  content: "\e3aa";
}
.ph-fill.ph-pen-nib:before {
  content: "\e3ac";
}
.ph-fill.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph-fill.ph-pencil:before {
  content: "\e3ae";
}
.ph-fill.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph-fill.ph-pencil-line:before {
  content: "\e3b2";
}
.ph-fill.ph-pencil-ruler:before {
  content: "\e906";
}
.ph-fill.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-fill.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph-fill.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph-fill.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph-fill.ph-pentagon:before {
  content: "\ec7e";
}
.ph-fill.ph-pentagram:before {
  content: "\ec5c";
}
.ph-fill.ph-pepper:before {
  content: "\e94a";
}
.ph-fill.ph-percent:before {
  content: "\e3b6";
}
.ph-fill.ph-person:before {
  content: "\e3a8";
}
.ph-fill.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph-fill.ph-person-simple:before {
  content: "\e72e";
}
.ph-fill.ph-person-simple-bike:before {
  content: "\e734";
}
.ph-fill.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-fill.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph-fill.ph-person-simple-run:before {
  content: "\e730";
}
.ph-fill.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph-fill.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph-fill.ph-person-simple-swim:before {
  content: "\e736";
}
.ph-fill.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph-fill.ph-person-simple-throw:before {
  content: "\e732";
}
.ph-fill.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-fill.ph-perspective:before {
  content: "\ebe6";
}
.ph-fill.ph-phone:before {
  content: "\e3b8";
}
.ph-fill.ph-phone-call:before {
  content: "\e3ba";
}
.ph-fill.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph-fill.ph-phone-incoming:before {
  content: "\e3be";
}
.ph-fill.ph-phone-list:before {
  content: "\e3cc";
}
.ph-fill.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph-fill.ph-phone-pause:before {
  content: "\e3ca";
}
.ph-fill.ph-phone-plus:before {
  content: "\ec56";
}
.ph-fill.ph-phone-slash:before {
  content: "\e3c2";
}
.ph-fill.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph-fill.ph-phone-x:before {
  content: "\e3c4";
}
.ph-fill.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph-fill.ph-pi:before {
  content: "\ec80";
}
.ph-fill.ph-piano-keys:before {
  content: "\e9c8";
}
.ph-fill.ph-picnic-table:before {
  content: "\ee26";
}
.ph-fill.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph-fill.ph-piggy-bank:before {
  content: "\ea04";
}
.ph-fill.ph-pill:before {
  content: "\e700";
}
.ph-fill.ph-ping-pong:before {
  content: "\ea42";
}
.ph-fill.ph-pint-glass:before {
  content: "\edd0";
}
.ph-fill.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph-fill.ph-pinwheel:before {
  content: "\eb9c";
}
.ph-fill.ph-pipe:before {
  content: "\ed86";
}
.ph-fill.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph-fill.ph-pix-logo:before {
  content: "\ecc2";
}
.ph-fill.ph-pizza:before {
  content: "\e796";
}
.ph-fill.ph-placeholder:before {
  content: "\e650";
}
.ph-fill.ph-planet:before {
  content: "\e652";
}
.ph-fill.ph-plant:before {
  content: "\ebae";
}
.ph-fill.ph-play:before {
  content: "\e3d0";
}
.ph-fill.ph-play-circle:before {
  content: "\e3d2";
}
.ph-fill.ph-play-pause:before {
  content: "\e8be";
}
.ph-fill.ph-playlist:before {
  content: "\e6aa";
}
.ph-fill.ph-plug:before {
  content: "\e946";
}
.ph-fill.ph-plug-charging:before {
  content: "\eb5c";
}
.ph-fill.ph-plugs:before {
  content: "\eb56";
}
.ph-fill.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph-fill.ph-plus:before {
  content: "\e3d4";
}
.ph-fill.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-fill.ph-plus-minus:before {
  content: "\e3d8";
}
.ph-fill.ph-plus-square:before {
  content: "\ed4a";
}
.ph-fill.ph-poker-chip:before {
  content: "\e594";
}
.ph-fill.ph-police-car:before {
  content: "\ec4a";
}
.ph-fill.ph-polygon:before {
  content: "\e6d0";
}
.ph-fill.ph-popcorn:before {
  content: "\eb4e";
}
.ph-fill.ph-popsicle:before {
  content: "\ebbe";
}
.ph-fill.ph-potted-plant:before {
  content: "\ec22";
}
.ph-fill.ph-power:before {
  content: "\e3da";
}
.ph-fill.ph-prescription:before {
  content: "\e7a2";
}
.ph-fill.ph-presentation:before {
  content: "\e654";
}
.ph-fill.ph-presentation-chart:before {
  content: "\e656";
}
.ph-fill.ph-printer:before {
  content: "\e3dc";
}
.ph-fill.ph-prohibit:before {
  content: "\e3de";
}
.ph-fill.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph-fill.ph-projector-screen:before {
  content: "\e658";
}
.ph-fill.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph-fill.ph-pulse:before {
  content: "\e000";
}
.ph-fill.ph-activity:before {
  content: "\e000";
}
.ph-fill.ph-push-pin:before {
  content: "\e3e2";
}
.ph-fill.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph-fill.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph-fill.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph-fill.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-fill.ph-qr-code:before {
  content: "\e3e6";
}
.ph-fill.ph-question:before {
  content: "\e3e8";
}
.ph-fill.ph-question-mark:before {
  content: "\e3e9";
}
.ph-fill.ph-queue:before {
  content: "\e6ac";
}
.ph-fill.ph-quotes:before {
  content: "\e660";
}
.ph-fill.ph-rabbit:before {
  content: "\eac2";
}
.ph-fill.ph-racquet:before {
  content: "\ee02";
}
.ph-fill.ph-radical:before {
  content: "\e3ea";
}
.ph-fill.ph-radio:before {
  content: "\e77e";
}
.ph-fill.ph-radio-button:before {
  content: "\eb08";
}
.ph-fill.ph-radioactive:before {
  content: "\e9dc";
}
.ph-fill.ph-rainbow:before {
  content: "\e598";
}
.ph-fill.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph-fill.ph-ranking:before {
  content: "\ed62";
}
.ph-fill.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph-fill.ph-receipt:before {
  content: "\e3ec";
}
.ph-fill.ph-receipt-x:before {
  content: "\ed40";
}
.ph-fill.ph-record:before {
  content: "\e3ee";
}
.ph-fill.ph-rectangle:before {
  content: "\e3f0";
}
.ph-fill.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph-fill.ph-recycle:before {
  content: "\e75a";
}
.ph-fill.ph-reddit-logo:before {
  content: "\e59c";
}
.ph-fill.ph-repeat:before {
  content: "\e3f6";
}
.ph-fill.ph-repeat-once:before {
  content: "\e3f8";
}
.ph-fill.ph-replit-logo:before {
  content: "\eb8a";
}
.ph-fill.ph-resize:before {
  content: "\ed6e";
}
.ph-fill.ph-rewind:before {
  content: "\e6a8";
}
.ph-fill.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph-fill.ph-road-horizon:before {
  content: "\e838";
}
.ph-fill.ph-robot:before {
  content: "\e762";
}
.ph-fill.ph-rocket:before {
  content: "\e3fc";
}
.ph-fill.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph-fill.ph-rows:before {
  content: "\e5a2";
}
.ph-fill.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph-fill.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph-fill.ph-rss:before {
  content: "\e400";
}
.ph-fill.ph-rss-simple:before {
  content: "\e402";
}
.ph-fill.ph-rug:before {
  content: "\ea1a";
}
.ph-fill.ph-ruler:before {
  content: "\e6b8";
}
.ph-fill.ph-sailboat:before {
  content: "\e78a";
}
.ph-fill.ph-scales:before {
  content: "\e750";
}
.ph-fill.ph-scan:before {
  content: "\ebb6";
}
.ph-fill.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph-fill.ph-scissors:before {
  content: "\eae0";
}
.ph-fill.ph-scooter:before {
  content: "\e820";
}
.ph-fill.ph-screencast:before {
  content: "\e404";
}
.ph-fill.ph-screwdriver:before {
  content: "\e86e";
}
.ph-fill.ph-scribble:before {
  content: "\e806";
}
.ph-fill.ph-scribble-loop:before {
  content: "\e662";
}
.ph-fill.ph-scroll:before {
  content: "\eb7a";
}
.ph-fill.ph-seal:before {
  content: "\e604";
}
.ph-fill.ph-circle-wavy:before {
  content: "\e604";
}
.ph-fill.ph-seal-check:before {
  content: "\e606";
}
.ph-fill.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph-fill.ph-seal-percent:before {
  content: "\e60a";
}
.ph-fill.ph-seal-question:before {
  content: "\e608";
}
.ph-fill.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph-fill.ph-seal-warning:before {
  content: "\e60c";
}
.ph-fill.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph-fill.ph-seat:before {
  content: "\eb8e";
}
.ph-fill.ph-seatbelt:before {
  content: "\edfe";
}
.ph-fill.ph-security-camera:before {
  content: "\eca4";
}
.ph-fill.ph-selection:before {
  content: "\e69a";
}
.ph-fill.ph-selection-all:before {
  content: "\e746";
}
.ph-fill.ph-selection-background:before {
  content: "\eaf8";
}
.ph-fill.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph-fill.ph-selection-inverse:before {
  content: "\e744";
}
.ph-fill.ph-selection-plus:before {
  content: "\e69c";
}
.ph-fill.ph-selection-slash:before {
  content: "\e69e";
}
.ph-fill.ph-shapes:before {
  content: "\ec5e";
}
.ph-fill.ph-share:before {
  content: "\e406";
}
.ph-fill.ph-share-fat:before {
  content: "\ed52";
}
.ph-fill.ph-share-network:before {
  content: "\e408";
}
.ph-fill.ph-shield:before {
  content: "\e40a";
}
.ph-fill.ph-shield-check:before {
  content: "\e40c";
}
.ph-fill.ph-shield-checkered:before {
  content: "\e708";
}
.ph-fill.ph-shield-chevron:before {
  content: "\e40e";
}
.ph-fill.ph-shield-plus:before {
  content: "\e706";
}
.ph-fill.ph-shield-slash:before {
  content: "\e410";
}
.ph-fill.ph-shield-star:before {
  content: "\ec34";
}
.ph-fill.ph-shield-warning:before {
  content: "\e412";
}
.ph-fill.ph-shipping-container:before {
  content: "\e78c";
}
.ph-fill.ph-shirt-folded:before {
  content: "\ea92";
}
.ph-fill.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-fill.ph-shopping-bag:before {
  content: "\e416";
}
.ph-fill.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph-fill.ph-shopping-cart:before {
  content: "\e41e";
}
.ph-fill.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph-fill.ph-shovel:before {
  content: "\e9e6";
}
.ph-fill.ph-shower:before {
  content: "\e776";
}
.ph-fill.ph-shrimp:before {
  content: "\eab4";
}
.ph-fill.ph-shuffle:before {
  content: "\e422";
}
.ph-fill.ph-shuffle-angular:before {
  content: "\e424";
}
.ph-fill.ph-shuffle-simple:before {
  content: "\e426";
}
.ph-fill.ph-sidebar:before {
  content: "\eab6";
}
.ph-fill.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph-fill.ph-sigma:before {
  content: "\eab8";
}
.ph-fill.ph-sign-in:before {
  content: "\e428";
}
.ph-fill.ph-sign-out:before {
  content: "\e42a";
}
.ph-fill.ph-signature:before {
  content: "\ebac";
}
.ph-fill.ph-signpost:before {
  content: "\e89c";
}
.ph-fill.ph-sim-card:before {
  content: "\e664";
}
.ph-fill.ph-siren:before {
  content: "\e9b8";
}
.ph-fill.ph-sketch-logo:before {
  content: "\e42c";
}
.ph-fill.ph-skip-back:before {
  content: "\e5a4";
}
.ph-fill.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph-fill.ph-skip-forward:before {
  content: "\e5a6";
}
.ph-fill.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph-fill.ph-skull:before {
  content: "\e916";
}
.ph-fill.ph-skype-logo:before {
  content: "\e8dc";
}
.ph-fill.ph-slack-logo:before {
  content: "\e5a8";
}
.ph-fill.ph-sliders:before {
  content: "\e432";
}
.ph-fill.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-fill.ph-slideshow:before {
  content: "\ed32";
}
.ph-fill.ph-smiley:before {
  content: "\e436";
}
.ph-fill.ph-smiley-angry:before {
  content: "\ec62";
}
.ph-fill.ph-smiley-blank:before {
  content: "\e438";
}
.ph-fill.ph-smiley-meh:before {
  content: "\e43a";
}
.ph-fill.ph-smiley-melting:before {
  content: "\ee56";
}
.ph-fill.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph-fill.ph-smiley-sad:before {
  content: "\e43e";
}
.ph-fill.ph-smiley-sticker:before {
  content: "\e440";
}
.ph-fill.ph-smiley-wink:before {
  content: "\e666";
}
.ph-fill.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph-fill.ph-snapchat-logo:before {
  content: "\e668";
}
.ph-fill.ph-sneaker:before {
  content: "\e80c";
}
.ph-fill.ph-sneaker-move:before {
  content: "\ed60";
}
.ph-fill.ph-snowflake:before {
  content: "\e5aa";
}
.ph-fill.ph-soccer-ball:before {
  content: "\e716";
}
.ph-fill.ph-sock:before {
  content: "\ecce";
}
.ph-fill.ph-solar-panel:before {
  content: "\ed7a";
}
.ph-fill.ph-solar-roof:before {
  content: "\ed7b";
}
.ph-fill.ph-sort-ascending:before {
  content: "\e444";
}
.ph-fill.ph-sort-descending:before {
  content: "\e446";
}
.ph-fill.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph-fill.ph-spade:before {
  content: "\e448";
}
.ph-fill.ph-sparkle:before {
  content: "\e6a2";
}
.ph-fill.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph-fill.ph-speaker-high:before {
  content: "\e44a";
}
.ph-fill.ph-speaker-low:before {
  content: "\e44c";
}
.ph-fill.ph-speaker-none:before {
  content: "\e44e";
}
.ph-fill.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph-fill.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph-fill.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph-fill.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph-fill.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph-fill.ph-speaker-slash:before {
  content: "\e45a";
}
.ph-fill.ph-speaker-x:before {
  content: "\e45c";
}
.ph-fill.ph-speedometer:before {
  content: "\ee74";
}
.ph-fill.ph-sphere:before {
  content: "\ee66";
}
.ph-fill.ph-spinner:before {
  content: "\e66a";
}
.ph-fill.ph-spinner-ball:before {
  content: "\ee28";
}
.ph-fill.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-fill.ph-spiral:before {
  content: "\e9fa";
}
.ph-fill.ph-split-horizontal:before {
  content: "\e872";
}
.ph-fill.ph-split-vertical:before {
  content: "\e876";
}
.ph-fill.ph-spotify-logo:before {
  content: "\e66e";
}
.ph-fill.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph-fill.ph-square:before {
  content: "\e45e";
}
.ph-fill.ph-square-half:before {
  content: "\e462";
}
.ph-fill.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph-fill.ph-square-logo:before {
  content: "\e690";
}
.ph-fill.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph-fill.ph-square-split-vertical:before {
  content: "\e874";
}
.ph-fill.ph-squares-four:before {
  content: "\e464";
}
.ph-fill.ph-stack:before {
  content: "\e466";
}
.ph-fill.ph-stack-minus:before {
  content: "\edf4";
}
.ph-fill.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph-fill.ph-stack-plus:before {
  content: "\edf6";
}
.ph-fill.ph-stack-simple:before {
  content: "\e468";
}
.ph-fill.ph-stairs:before {
  content: "\e8ec";
}
.ph-fill.ph-stamp:before {
  content: "\ea48";
}
.ph-fill.ph-standard-definition:before {
  content: "\ea90";
}
.ph-fill.ph-star:before {
  content: "\e46a";
}
.ph-fill.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph-fill.ph-star-four:before {
  content: "\e6a4";
}
.ph-fill.ph-star-half:before {
  content: "\e70a";
}
.ph-fill.ph-star-of-david:before {
  content: "\e89e";
}
.ph-fill.ph-steam-logo:before {
  content: "\ead4";
}
.ph-fill.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph-fill.ph-steps:before {
  content: "\ecbe";
}
.ph-fill.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-fill.ph-sticker:before {
  content: "\e5ac";
}
.ph-fill.ph-stool:before {
  content: "\ea44";
}
.ph-fill.ph-stop:before {
  content: "\e46c";
}
.ph-fill.ph-stop-circle:before {
  content: "\e46e";
}
.ph-fill.ph-storefront:before {
  content: "\e470";
}
.ph-fill.ph-strategy:before {
  content: "\ea3a";
}
.ph-fill.ph-stripe-logo:before {
  content: "\e698";
}
.ph-fill.ph-student:before {
  content: "\e73e";
}
.ph-fill.ph-subset-of:before {
  content: "\edc0";
}
.ph-fill.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph-fill.ph-subtitles:before {
  content: "\e1a8";
}
.ph-fill.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph-fill.ph-subtract:before {
  content: "\ebd6";
}
.ph-fill.ph-subtract-square:before {
  content: "\ebd4";
}
.ph-fill.ph-subway:before {
  content: "\e498";
}
.ph-fill.ph-suitcase:before {
  content: "\e5ae";
}
.ph-fill.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph-fill.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph-fill.ph-sun:before {
  content: "\e472";
}
.ph-fill.ph-sun-dim:before {
  content: "\e474";
}
.ph-fill.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph-fill.ph-sunglasses:before {
  content: "\e816";
}
.ph-fill.ph-superset-of:before {
  content: "\edb8";
}
.ph-fill.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph-fill.ph-swap:before {
  content: "\e83c";
}
.ph-fill.ph-swatches:before {
  content: "\e5b8";
}
.ph-fill.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph-fill.ph-sword:before {
  content: "\e5ba";
}
.ph-fill.ph-synagogue:before {
  content: "\ecec";
}
.ph-fill.ph-syringe:before {
  content: "\e968";
}
.ph-fill.ph-t-shirt:before {
  content: "\e670";
}
.ph-fill.ph-table:before {
  content: "\e476";
}
.ph-fill.ph-tabs:before {
  content: "\e778";
}
.ph-fill.ph-tag:before {
  content: "\e478";
}
.ph-fill.ph-tag-chevron:before {
  content: "\e672";
}
.ph-fill.ph-tag-simple:before {
  content: "\e47a";
}
.ph-fill.ph-target:before {
  content: "\e47c";
}
.ph-fill.ph-taxi:before {
  content: "\e902";
}
.ph-fill.ph-tea-bag:before {
  content: "\e8e6";
}
.ph-fill.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph-fill.ph-television:before {
  content: "\e754";
}
.ph-fill.ph-television-simple:before {
  content: "\eae6";
}
.ph-fill.ph-tennis-ball:before {
  content: "\e720";
}
.ph-fill.ph-tent:before {
  content: "\e8ba";
}
.ph-fill.ph-terminal:before {
  content: "\e47e";
}
.ph-fill.ph-terminal-window:before {
  content: "\eae8";
}
.ph-fill.ph-test-tube:before {
  content: "\e7a0";
}
.ph-fill.ph-text-a-underline:before {
  content: "\ed34";
}
.ph-fill.ph-text-aa:before {
  content: "\e6ee";
}
.ph-fill.ph-text-align-center:before {
  content: "\e480";
}
.ph-fill.ph-text-align-justify:before {
  content: "\e482";
}
.ph-fill.ph-text-align-left:before {
  content: "\e484";
}
.ph-fill.ph-text-align-right:before {
  content: "\e486";
}
.ph-fill.ph-text-b:before {
  content: "\e5be";
}
.ph-fill.ph-text-bolder:before {
  content: "\e5be";
}
.ph-fill.ph-text-columns:before {
  content: "\ec96";
}
.ph-fill.ph-text-h:before {
  content: "\e6ba";
}
.ph-fill.ph-text-h-five:before {
  content: "\e6c4";
}
.ph-fill.ph-text-h-four:before {
  content: "\e6c2";
}
.ph-fill.ph-text-h-one:before {
  content: "\e6bc";
}
.ph-fill.ph-text-h-six:before {
  content: "\e6c6";
}
.ph-fill.ph-text-h-three:before {
  content: "\e6c0";
}
.ph-fill.ph-text-h-two:before {
  content: "\e6be";
}
.ph-fill.ph-text-indent:before {
  content: "\ea1e";
}
.ph-fill.ph-text-italic:before {
  content: "\e5c0";
}
.ph-fill.ph-text-outdent:before {
  content: "\ea1c";
}
.ph-fill.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph-fill.ph-text-subscript:before {
  content: "\ec98";
}
.ph-fill.ph-text-superscript:before {
  content: "\ec9a";
}
.ph-fill.ph-text-t:before {
  content: "\e48a";
}
.ph-fill.ph-text-t-slash:before {
  content: "\e488";
}
.ph-fill.ph-text-underline:before {
  content: "\e5c4";
}
.ph-fill.ph-textbox:before {
  content: "\eb0a";
}
.ph-fill.ph-thermometer:before {
  content: "\e5c6";
}
.ph-fill.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph-fill.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph-fill.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph-fill.ph-threads-logo:before {
  content: "\ed9e";
}
.ph-fill.ph-three-d:before {
  content: "\ea5a";
}
.ph-fill.ph-thumbs-down:before {
  content: "\e48c";
}
.ph-fill.ph-thumbs-up:before {
  content: "\e48e";
}
.ph-fill.ph-ticket:before {
  content: "\e490";
}
.ph-fill.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph-fill.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph-fill.ph-tilde:before {
  content: "\eda8";
}
.ph-fill.ph-timer:before {
  content: "\e492";
}
.ph-fill.ph-tip-jar:before {
  content: "\e7e2";
}
.ph-fill.ph-tipi:before {
  content: "\ed30";
}
.ph-fill.ph-tire:before {
  content: "\edd2";
}
.ph-fill.ph-toggle-left:before {
  content: "\e674";
}
.ph-fill.ph-toggle-right:before {
  content: "\e676";
}
.ph-fill.ph-toilet:before {
  content: "\e79a";
}
.ph-fill.ph-toilet-paper:before {
  content: "\e79c";
}
.ph-fill.ph-toolbox:before {
  content: "\eca0";
}
.ph-fill.ph-tooth:before {
  content: "\e9cc";
}
.ph-fill.ph-tornado:before {
  content: "\e88c";
}
.ph-fill.ph-tote:before {
  content: "\e494";
}
.ph-fill.ph-tote-simple:before {
  content: "\e678";
}
.ph-fill.ph-towel:before {
  content: "\ede6";
}
.ph-fill.ph-tractor:before {
  content: "\ec6e";
}
.ph-fill.ph-trademark:before {
  content: "\e9f0";
}
.ph-fill.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph-fill.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph-fill.ph-traffic-sign:before {
  content: "\e67a";
}
.ph-fill.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph-fill.ph-train:before {
  content: "\e496";
}
.ph-fill.ph-train-regional:before {
  content: "\e49e";
}
.ph-fill.ph-train-simple:before {
  content: "\e4a0";
}
.ph-fill.ph-tram:before {
  content: "\e9ec";
}
.ph-fill.ph-translate:before {
  content: "\e4a2";
}
.ph-fill.ph-trash:before {
  content: "\e4a6";
}
.ph-fill.ph-trash-simple:before {
  content: "\e4a8";
}
.ph-fill.ph-tray:before {
  content: "\e4aa";
}
.ph-fill.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph-fill.ph-archive-tray:before {
  content: "\e010";
}
.ph-fill.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph-fill.ph-treasure-chest:before {
  content: "\ede2";
}
.ph-fill.ph-tree:before {
  content: "\e6da";
}
.ph-fill.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph-fill.ph-tree-palm:before {
  content: "\e91a";
}
.ph-fill.ph-tree-structure:before {
  content: "\e67c";
}
.ph-fill.ph-tree-view:before {
  content: "\ee48";
}
.ph-fill.ph-trend-down:before {
  content: "\e4ac";
}
.ph-fill.ph-trend-up:before {
  content: "\e4ae";
}
.ph-fill.ph-triangle:before {
  content: "\e4b0";
}
.ph-fill.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph-fill.ph-trolley:before {
  content: "\e5b2";
}
.ph-fill.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph-fill.ph-trophy:before {
  content: "\e67e";
}
.ph-fill.ph-truck:before {
  content: "\e4b4";
}
.ph-fill.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph-fill.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph-fill.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph-fill.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-fill.ph-umbrella:before {
  content: "\e684";
}
.ph-fill.ph-umbrella-simple:before {
  content: "\e686";
}
.ph-fill.ph-union:before {
  content: "\edbe";
}
.ph-fill.ph-unite:before {
  content: "\e87e";
}
.ph-fill.ph-unite-square:before {
  content: "\e878";
}
.ph-fill.ph-upload:before {
  content: "\e4be";
}
.ph-fill.ph-upload-simple:before {
  content: "\e4c0";
}
.ph-fill.ph-usb:before {
  content: "\e956";
}
.ph-fill.ph-user:before {
  content: "\e4c2";
}
.ph-fill.ph-user-check:before {
  content: "\eafa";
}
.ph-fill.ph-user-circle:before {
  content: "\e4c4";
}
.ph-fill.ph-user-circle-check:before {
  content: "\ec38";
}
.ph-fill.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph-fill.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph-fill.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph-fill.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph-fill.ph-user-focus:before {
  content: "\e6fc";
}
.ph-fill.ph-user-gear:before {
  content: "\e4cc";
}
.ph-fill.ph-user-list:before {
  content: "\e73c";
}
.ph-fill.ph-user-minus:before {
  content: "\e4ce";
}
.ph-fill.ph-user-plus:before {
  content: "\e4d0";
}
.ph-fill.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph-fill.ph-user-sound:before {
  content: "\eca8";
}
.ph-fill.ph-user-square:before {
  content: "\e4d4";
}
.ph-fill.ph-user-switch:before {
  content: "\e756";
}
.ph-fill.ph-users:before {
  content: "\e4d6";
}
.ph-fill.ph-users-four:before {
  content: "\e68c";
}
.ph-fill.ph-users-three:before {
  content: "\e68e";
}
.ph-fill.ph-van:before {
  content: "\e826";
}
.ph-fill.ph-vault:before {
  content: "\e76e";
}
.ph-fill.ph-vector-three:before {
  content: "\ee62";
}
.ph-fill.ph-vector-two:before {
  content: "\ee64";
}
.ph-fill.ph-vibrate:before {
  content: "\e4d8";
}
.ph-fill.ph-video:before {
  content: "\e740";
}
.ph-fill.ph-video-camera:before {
  content: "\e4da";
}
.ph-fill.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph-fill.ph-video-conference:before {
  content: "\edce";
}
.ph-fill.ph-vignette:before {
  content: "\eba2";
}
.ph-fill.ph-vinyl-record:before {
  content: "\ecac";
}
.ph-fill.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph-fill.ph-virus:before {
  content: "\e7d6";
}
.ph-fill.ph-visor:before {
  content: "\ee2a";
}
.ph-fill.ph-voicemail:before {
  content: "\e4de";
}
.ph-fill.ph-volleyball:before {
  content: "\e726";
}
.ph-fill.ph-wall:before {
  content: "\e688";
}
.ph-fill.ph-wallet:before {
  content: "\e68a";
}
.ph-fill.ph-warehouse:before {
  content: "\ecd4";
}
.ph-fill.ph-warning:before {
  content: "\e4e0";
}
.ph-fill.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-fill.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph-fill.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph-fill.ph-washing-machine:before {
  content: "\ede8";
}
.ph-fill.ph-watch:before {
  content: "\e4e6";
}
.ph-fill.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph-fill.ph-wave-sine:before {
  content: "\ea9a";
}
.ph-fill.ph-wave-square:before {
  content: "\ea9e";
}
.ph-fill.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph-fill.ph-waveform:before {
  content: "\e802";
}
.ph-fill.ph-waveform-slash:before {
  content: "\e800";
}
.ph-fill.ph-waves:before {
  content: "\e6de";
}
.ph-fill.ph-webcam:before {
  content: "\e9b2";
}
.ph-fill.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph-fill.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph-fill.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph-fill.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-fill.ph-wheelchair:before {
  content: "\e4e8";
}
.ph-fill.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph-fill.ph-wifi-high:before {
  content: "\e4ea";
}
.ph-fill.ph-wifi-low:before {
  content: "\e4ec";
}
.ph-fill.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph-fill.ph-wifi-none:before {
  content: "\e4f0";
}
.ph-fill.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph-fill.ph-wifi-x:before {
  content: "\e4f4";
}
.ph-fill.ph-wind:before {
  content: "\e5d2";
}
.ph-fill.ph-windmill:before {
  content: "\e9f8";
}
.ph-fill.ph-windows-logo:before {
  content: "\e692";
}
.ph-fill.ph-wine:before {
  content: "\e6b2";
}
.ph-fill.ph-wrench:before {
  content: "\e5d4";
}
.ph-fill.ph-x:before {
  content: "\e4f6";
}
.ph-fill.ph-x-circle:before {
  content: "\e4f8";
}
.ph-fill.ph-x-logo:before {
  content: "\e4bc";
}
.ph-fill.ph-x-square:before {
  content: "\e4fa";
}
.ph-fill.ph-yarn:before {
  content: "\ed9a";
}
.ph-fill.ph-yin-yang:before {
  content: "\e92a";
}
.ph-fill.ph-youtube-logo:before {
  content: "\e4fc";
}

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